1. Packages
  2. AWS Native
  3. API Docs
  4. route53resolver
  5. ResolverConfig

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.route53resolver.ResolverConfig

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

    Resource schema for AWS::Route53Resolver::ResolverConfig.

    Create ResolverConfig Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ResolverConfig(name: string, args: ResolverConfigArgs, opts?: CustomResourceOptions);
    @overload
    def ResolverConfig(resource_name: str,
                       args: ResolverConfigArgs,
                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def ResolverConfig(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       autodefined_reverse_flag: Optional[ResolverConfigAutodefinedReverseFlag] = None,
                       resource_id: Optional[str] = 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.
    
    

    Parameters

    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.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const resolverConfigResource = new aws_native.route53resolver.ResolverConfig("resolverConfigResource", {
        autodefinedReverseFlag: aws_native.route53resolver.ResolverConfigAutodefinedReverseFlag.Disable,
        resourceId: "string",
    });
    
    Coming soon!
    

    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:

    AutodefinedReverseFlag Pulumi.AwsNative.Route53Resolver.ResolverConfigAutodefinedReverseFlag
    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).
    ResourceId string
    ResourceId
    AutodefinedReverseFlag ResolverConfigAutodefinedReverseFlag
    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).
    ResourceId string
    ResourceId
    autodefinedReverseFlag ResolverConfigAutodefinedReverseFlag
    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).
    resourceId String
    ResourceId
    autodefinedReverseFlag ResolverConfigAutodefinedReverseFlag
    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).
    resourceId string
    ResourceId
    autodefined_reverse_flag ResolverConfigAutodefinedReverseFlag
    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
    autodefinedReverseFlag "DISABLE"
    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).
    resourceId String
    ResourceId

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ResolverConfig resource produces the following output properties:

    AutodefinedReverse Pulumi.AwsNative.Route53Resolver.ResolverConfigAutodefinedReverse
    ResolverAutodefinedReverseStatus, possible values are ENABLING, ENABLED, DISABLING AND DISABLED.
    AwsId string
    Id
    Id string
    The provider-assigned unique ID for this managed resource.
    OwnerId string
    AccountId
    AutodefinedReverse ResolverConfigAutodefinedReverse
    ResolverAutodefinedReverseStatus, possible values are ENABLING, ENABLED, DISABLING AND DISABLED.
    AwsId string
    Id
    Id string
    The provider-assigned unique ID for this managed resource.
    OwnerId string
    AccountId
    autodefinedReverse ResolverConfigAutodefinedReverse
    ResolverAutodefinedReverseStatus, possible values are ENABLING, ENABLED, DISABLING AND DISABLED.
    awsId String
    Id
    id String
    The provider-assigned unique ID for this managed resource.
    ownerId String
    AccountId
    autodefinedReverse ResolverConfigAutodefinedReverse
    ResolverAutodefinedReverseStatus, possible values are ENABLING, ENABLED, DISABLING AND DISABLED.
    awsId string
    Id
    id string
    The provider-assigned unique ID for this managed resource.
    ownerId string
    AccountId
    autodefined_reverse ResolverConfigAutodefinedReverse
    ResolverAutodefinedReverseStatus, possible values are ENABLING, ENABLED, DISABLING AND DISABLED.
    aws_id str
    Id
    id str
    The provider-assigned unique ID for this managed resource.
    owner_id str
    AccountId
    autodefinedReverse "ENABLING" | "ENABLED" | "DISABLING" | "DISABLED"
    ResolverAutodefinedReverseStatus, possible values are ENABLING, ENABLED, DISABLING AND DISABLED.
    awsId String
    Id
    id String
    The provider-assigned unique ID for this managed resource.
    ownerId String
    AccountId

    Supporting Types

    ResolverConfigAutodefinedReverse, ResolverConfigAutodefinedReverseArgs

    Enabling
    ENABLING
    Enabled
    ENABLED
    Disabling
    DISABLING
    Disabled
    DISABLED
    ResolverConfigAutodefinedReverseEnabling
    ENABLING
    ResolverConfigAutodefinedReverseEnabled
    ENABLED
    ResolverConfigAutodefinedReverseDisabling
    DISABLING
    ResolverConfigAutodefinedReverseDisabled
    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, ResolverConfigAutodefinedReverseFlagArgs

    Disable
    DISABLE
    ResolverConfigAutodefinedReverseFlagDisable
    DISABLE
    Disable
    DISABLE
    Disable
    DISABLE
    DISABLE
    DISABLE
    "DISABLE"
    DISABLE

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi