@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.702Z") @Stability(value=Stable) 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. |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnResolverConfig(software.constructs.Construct scope,
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 |
|---|---|
String |
getAttrAutodefinedReverse()
The status of whether or not the Route 53 Resolver will create autodefined rules for reverse DNS lookups.
|
String |
getAttrId()
ID for the Route 53 Resolver configuration.
|
String |
getAttrOwnerId()
The owner account ID of the Amazon Virtual Private Cloud VPC.
|
String |
getAutodefinedReverseFlag()
Represents the desired status of `AutodefinedReverse` .
|
protected Map<String,Object> |
getCfnProperties() |
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 Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAutodefinedReverseFlag(String value)
Represents the desired status of `AutodefinedReverse` .
|
void |
setResourceId(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, getUpdatedProperties, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnResolverConfig(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnResolverConfig(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnResolverConfig(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
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.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrAutodefinedReverse()
This is enabled by default.
@Stability(value=Stable) @NotNull public String getAttrId()
@Stability(value=Stable) @NotNull public String getAttrOwnerId()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public String getAutodefinedReverseFlag()
The only supported value on creation is DISABLE . Deletion of this resource will return AutodefinedReverse to its default value of ENABLED .
@Stability(value=Stable)
public void setAutodefinedReverseFlag(@NotNull
String value)
The only supported value on creation is DISABLE . Deletion of this resource will return AutodefinedReverse to its default value of ENABLED .
@Stability(value=Stable) @NotNull public String getResourceId()
@Stability(value=Stable)
public void setResourceId(@NotNull
String value)
Copyright © 2022. All rights reserved.