Interface CfnResolverConfigProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnResolverConfigProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:13.164Z")
@Stability(Stable)
public interface CfnResolverConfigProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnResolverConfig.
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.*;
CfnResolverConfigProps cfnResolverConfigProps = CfnResolverConfigProps.builder()
.autodefinedReverseFlag("autodefinedReverseFlag")
.resourceId("resourceId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnResolverConfigPropsstatic final classAn implementation forCfnResolverConfigProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Represents the desired status ofAutodefinedReverse.The ID of the Amazon Virtual Private Cloud VPC or a Route 53 Profile that you're configuring Resolver for.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAutodefinedReverseFlag
Represents the desired status ofAutodefinedReverse.The only supported value on creation is
DISABLE. Deletion of this resource will returnAutodefinedReverseto its default value ofENABLED.- See Also:
-
getResourceId
The ID of the Amazon Virtual Private Cloud VPC or a Route 53 Profile that you're configuring Resolver for.- See Also:
-
builder
- Returns:
- a
CfnResolverConfigProps.BuilderofCfnResolverConfigProps
-