@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-22T19:35:43.859Z") public class CfnResolverConfig extends CfnResource implements IInspectable
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();
Modifier and Type | Class and Description |
---|---|
static class |
CfnResolverConfig.Builder
A fluent builder for
CfnResolverConfig . |
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
IConstruct.Jsii$Default
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
Modifier | Constructor and Description |
---|---|
|
CfnResolverConfig(Construct scope,
java.lang.String id,
CfnResolverConfigProps props)
Create a new `AWS::Route53Resolver::ResolverConfig`.
|
protected |
CfnResolverConfig(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnResolverConfig(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttrAutodefinedReverse()
The status of whether or not the Route 53 Resolver will create autodefined rules for reverse DNS lookups.
|
java.lang.String |
getAttrId()
ID for the Route 53 Resolver configuration.
|
java.lang.String |
getAttrOwnerId()
The owner account ID of the Amazon Virtual Private Cloud VPC.
|
java.lang.String |
getAutodefinedReverseFlag()
Represents the desired status of `AutodefinedReverse` .
|
protected java.util.Map<java.lang.String,java.lang.Object> |
getCfnProperties() |
java.lang.String |
getResourceId()
The ID of the Amazon Virtual Private Cloud VPC that you're configuring Resolver for.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected java.util.Map<java.lang.String,java.lang.Object> |
renderProperties(java.util.Map<java.lang.String,java.lang.Object> props) |
void |
setAutodefinedReverseFlag(java.lang.String value)
Represents the desired status of `AutodefinedReverse` .
|
void |
setResourceId(java.lang.String value)
The ID of the Amazon Virtual Private Cloud VPC that you're configuring Resolver for.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validateProperties
getRef
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
public static final java.lang.String CFN_RESOURCE_TYPE_NAME
protected CfnResolverConfig(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnResolverConfig(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public CfnResolverConfig(Construct scope, java.lang.String id, CfnResolverConfigProps props)
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.public void inspect(TreeInspector inspector)
inspect
in interface IInspectable
inspector
- - tree inspector to collect and process attributes. This parameter is required.protected java.util.Map<java.lang.String,java.lang.Object> renderProperties(java.util.Map<java.lang.String,java.lang.Object> props)
renderProperties
in class CfnResource
props
- This parameter is required.public java.lang.String getAttrAutodefinedReverse()
This is enabled by default.
public java.lang.String getAttrId()
public java.lang.String getAttrOwnerId()
protected java.util.Map<java.lang.String,java.lang.Object> getCfnProperties()
getCfnProperties
in class CfnResource
public java.lang.String getAutodefinedReverseFlag()
The only supported value on creation is DISABLE
. Deletion of this resource will return AutodefinedReverse
to its default value of ENABLED
.
public void setAutodefinedReverseFlag(java.lang.String value)
The only supported value on creation is DISABLE
. Deletion of this resource will return AutodefinedReverse
to its default value of ENABLED
.
public java.lang.String getResourceId()
public void setResourceId(java.lang.String value)