@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.702Z") @Stability(value=Stable) public class CfnResolverDNSSECConfig extends CfnResource implements IInspectable
The AWS::Route53Resolver::ResolverDNSSECConfig resource is a complex type that contains information about a configuration for DNSSEC validation.
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.*;
CfnResolverDNSSECConfig cfnResolverDNSSECConfig = CfnResolverDNSSECConfig.Builder.create(this, "MyCfnResolverDNSSECConfig")
.resourceId("resourceId")
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnResolverDNSSECConfig.Builder
A fluent builder for
CfnResolverDNSSECConfig. |
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 |
|---|---|
|
CfnResolverDNSSECConfig(software.constructs.Construct scope,
String id)
Create a new `AWS::Route53Resolver::ResolverDNSSECConfig`.
|
|
CfnResolverDNSSECConfig(software.constructs.Construct scope,
String id,
CfnResolverDNSSECConfigProps props)
Create a new `AWS::Route53Resolver::ResolverDNSSECConfig`.
|
protected |
CfnResolverDNSSECConfig(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnResolverDNSSECConfig(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrId()
The primary identifier of this `ResolverDNSSECConfig` resource.
|
String |
getAttrOwnerId()
The AWS account of the owner.
|
String |
getAttrValidationStatus()
The current status of this `ResolverDNSSECConfig` resource.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getResourceId()
The ID of the virtual private cloud (VPC) that you're configuring the DNSSEC validation status for.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setResourceId(String value)
The ID of the virtual private cloud (VPC) that you're configuring the DNSSEC validation status 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 CfnResolverDNSSECConfig(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnResolverDNSSECConfig(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnResolverDNSSECConfig(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
CfnResolverDNSSECConfigProps 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.@Stability(value=Stable)
public CfnResolverDNSSECConfig(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. 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 getAttrId()
For example: rdsc-689d45d1ae623bf3 .
@Stability(value=Stable) @NotNull public String getAttrOwnerId()
For example: 111122223333 .
@Stability(value=Stable) @NotNull public String getAttrValidationStatus()
For example: Enabled .
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @Nullable public String getResourceId()
@Stability(value=Stable)
public void setResourceId(@Nullable
String value)
Copyright © 2022. All rights reserved.