AWS Native is in preview. AWS Classic is fully supported.
aws-native.route53resolver.ResolverConfig
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
Resource schema for AWS::Route53Resolver::ResolverConfig.
Create ResolverConfig Resource
new ResolverConfig(name: string, args: ResolverConfigArgs, opts?: CustomResourceOptions);
@overload
def ResolverConfig(resource_name: str,
opts: Optional[ResourceOptions] = None,
autodefined_reverse_flag: Optional[ResolverConfigAutodefinedReverseFlag] = None,
resource_id: Optional[str] = None)
@overload
def ResolverConfig(resource_name: str,
args: ResolverConfigArgs,
opts: Optional[ResourceOptions] = None)
func NewResolverConfig(ctx *Context, name string, args ResolverConfigArgs, opts ...ResourceOption) (*ResolverConfig, error)
public ResolverConfig(string name, ResolverConfigArgs args, CustomResourceOptions? opts = null)
public ResolverConfig(String name, ResolverConfigArgs args)
public ResolverConfig(String name, ResolverConfigArgs args, CustomResourceOptions options)
type: aws-native:route53resolver:ResolverConfig
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ResolverConfigArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ResolverConfigArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ResolverConfigArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ResolverConfigArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ResolverConfigArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
ResolverConfig Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The ResolverConfig resource accepts the following input properties:
- Autodefined
Reverse Pulumi.Flag Aws Native. Route53Resolver. Resolver Config Autodefined Reverse Flag Represents the desired status of AutodefinedReverse. The only supported value on creation is DISABLE. Deletion of this resource will return AutodefinedReverse to its default value (ENABLED).
- Resource
Id string ResourceId
- Autodefined
Reverse ResolverFlag Config Autodefined Reverse Flag Represents the desired status of AutodefinedReverse. The only supported value on creation is DISABLE. Deletion of this resource will return AutodefinedReverse to its default value (ENABLED).
- Resource
Id string ResourceId
- autodefined
Reverse ResolverFlag Config Autodefined Reverse Flag Represents the desired status of AutodefinedReverse. The only supported value on creation is DISABLE. Deletion of this resource will return AutodefinedReverse to its default value (ENABLED).
- resource
Id String ResourceId
- autodefined
Reverse ResolverFlag Config Autodefined Reverse Flag Represents the desired status of AutodefinedReverse. The only supported value on creation is DISABLE. Deletion of this resource will return AutodefinedReverse to its default value (ENABLED).
- resource
Id string ResourceId
- autodefined_
reverse_ Resolverflag Config Autodefined Reverse Flag Represents the desired status of AutodefinedReverse. The only supported value on creation is DISABLE. Deletion of this resource will return AutodefinedReverse to its default value (ENABLED).
- resource_
id str ResourceId
- autodefined
Reverse "DISABLE"Flag Represents the desired status of AutodefinedReverse. The only supported value on creation is DISABLE. Deletion of this resource will return AutodefinedReverse to its default value (ENABLED).
- resource
Id String ResourceId
Outputs
All input properties are implicitly available as output properties. Additionally, the ResolverConfig resource produces the following output properties:
- Autodefined
Reverse Pulumi.Aws Native. Route53Resolver. Resolver Config Autodefined Reverse ResolverAutodefinedReverseStatus, possible values are ENABLING, ENABLED, DISABLING AND DISABLED.
- Id string
The provider-assigned unique ID for this managed resource.
- Owner
Id string AccountId
- Autodefined
Reverse ResolverConfig Autodefined Reverse ResolverAutodefinedReverseStatus, possible values are ENABLING, ENABLED, DISABLING AND DISABLED.
- Id string
The provider-assigned unique ID for this managed resource.
- Owner
Id string AccountId
- autodefined
Reverse ResolverConfig Autodefined Reverse ResolverAutodefinedReverseStatus, possible values are ENABLING, ENABLED, DISABLING AND DISABLED.
- id String
The provider-assigned unique ID for this managed resource.
- owner
Id String AccountId
- autodefined
Reverse ResolverConfig Autodefined Reverse ResolverAutodefinedReverseStatus, possible values are ENABLING, ENABLED, DISABLING AND DISABLED.
- id string
The provider-assigned unique ID for this managed resource.
- owner
Id string AccountId
- autodefined_
reverse ResolverConfig Autodefined Reverse ResolverAutodefinedReverseStatus, possible values are ENABLING, ENABLED, DISABLING AND DISABLED.
- id str
The provider-assigned unique ID for this managed resource.
- owner_
id str AccountId
- autodefined
Reverse "ENABLING" | "ENABLED" | "DISABLING" | "DISABLED" ResolverAutodefinedReverseStatus, possible values are ENABLING, ENABLED, DISABLING AND DISABLED.
- id String
The provider-assigned unique ID for this managed resource.
- owner
Id String AccountId
Supporting Types
ResolverConfigAutodefinedReverse
- Enabling
- ENABLING
- Enabled
- ENABLED
- Disabling
- DISABLING
- Disabled
- DISABLED
- Resolver
Config Autodefined Reverse Enabling - ENABLING
- Resolver
Config Autodefined Reverse Enabled - ENABLED
- Resolver
Config Autodefined Reverse Disabling - DISABLING
- Resolver
Config Autodefined Reverse Disabled - DISABLED
- Enabling
- ENABLING
- Enabled
- ENABLED
- Disabling
- DISABLING
- Disabled
- DISABLED
- Enabling
- ENABLING
- Enabled
- ENABLED
- Disabling
- DISABLING
- Disabled
- DISABLED
- ENABLING
- ENABLING
- ENABLED
- ENABLED
- DISABLING
- DISABLING
- DISABLED
- DISABLED
- "ENABLING"
- ENABLING
- "ENABLED"
- ENABLED
- "DISABLING"
- DISABLING
- "DISABLED"
- DISABLED
ResolverConfigAutodefinedReverseFlag
- Disable
- DISABLE
- Resolver
Config Autodefined Reverse Flag Disable - DISABLE
- Disable
- DISABLE
- Disable
- DISABLE
- DISABLE
- DISABLE
- "DISABLE"
- DISABLE
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.