Class CfnResolverConfig

java.lang.Object
software.amazon.jsii.JsiiObject
All Implemented Interfaces:
IConstruct, IDependable, IInspectable, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:40.364Z") @Stability(Stable) public class CfnResolverConfig extends CfnResource implements IInspectable
A CloudFormation AWS::Route53Resolver::ResolverConfig.

A complex type that contains information about a Resolver configuration for a VPC.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.route53resolver.*;
 CfnResolverConfig cfnResolverConfig = CfnResolverConfig.Builder.create(this, "MyCfnResolverConfig")
         .autodefinedReverseFlag("autodefinedReverseFlag")
         .resourceId("resourceId")
         .build();
 
  • Field Details

    • CFN_RESOURCE_TYPE_NAME

      @Stability(Stable) public static final String CFN_RESOURCE_TYPE_NAME
      The CloudFormation resource type name for this resource class.
  • Constructor Details

    • CfnResolverConfig

      protected CfnResolverConfig(software.amazon.jsii.JsiiObjectRef objRef)
    • CfnResolverConfig

      protected CfnResolverConfig(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • CfnResolverConfig

      @Stability(Stable) public CfnResolverConfig(@NotNull Construct scope, @NotNull String id, @NotNull CfnResolverConfigProps props)
      Create a new AWS::Route53Resolver::ResolverConfig.

      Parameters:
      scope -
      • scope in which this resource is defined.
      This parameter is required.
      id -
      • scoped id of the resource.
      This parameter is required.
      props -
      • resource properties.
      This parameter is required.
  • Method Details

    • inspect

      @Stability(Stable) public void inspect(@NotNull TreeInspector inspector)
      Examines the CloudFormation resource and discloses attributes.

      Specified by:
      inspect in interface IInspectable
      Parameters:
      inspector -
      • tree inspector to collect and process attributes.
      This parameter is required.
    • renderProperties

      @Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
      Overrides:
      renderProperties in class CfnResource
      Parameters:
      props - This parameter is required.
    • getAttrAutodefinedReverse

      @Stability(Stable) @NotNull public String getAttrAutodefinedReverse()
      The status of whether or not the Route 53 Resolver will create autodefined rules for reverse DNS lookups.

      This is enabled by default.

    • getAttrId

      @Stability(Stable) @NotNull public String getAttrId()
      ID for the Route 53 Resolver configuration.
    • getAttrOwnerId

      @Stability(Stable) @NotNull public String getAttrOwnerId()
      The owner account ID of the Amazon Virtual Private Cloud VPC.
    • getCfnProperties

      @Stability(Stable) @NotNull protected Map<String,Object> getCfnProperties()
      Overrides:
      getCfnProperties in class CfnResource
    • getAutodefinedReverseFlag

      @Stability(Stable) @NotNull public String getAutodefinedReverseFlag()
      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 of ENABLED .

    • setAutodefinedReverseFlag

      @Stability(Stable) public void setAutodefinedReverseFlag(@NotNull String value)
      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 of ENABLED .

    • getResourceId

      @Stability(Stable) @NotNull public String getResourceId()
      The ID of the Amazon Virtual Private Cloud VPC that you're configuring Resolver for.
    • setResourceId

      @Stability(Stable) public void setResourceId(@NotNull String value)
      The ID of the Amazon Virtual Private Cloud VPC that you're configuring Resolver for.