@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.703Z") @Stability(value=Stable) public interface CfnResolverDNSSECConfigProps extends software.amazon.jsii.JsiiSerializable
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.*;
CfnResolverDNSSECConfigProps cfnResolverDNSSECConfigProps = CfnResolverDNSSECConfigProps.builder()
.resourceId("resourceId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnResolverDNSSECConfigProps.Builder
A builder for
CfnResolverDNSSECConfigProps |
static class |
CfnResolverDNSSECConfigProps.Jsii$Proxy
An implementation for
CfnResolverDNSSECConfigProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnResolverDNSSECConfigProps.Builder |
builder() |
default String |
getResourceId()
The ID of the virtual private cloud (VPC) that you're configuring the DNSSEC validation status for.
|
@Stability(value=Stable) @Nullable default String getResourceId()
@Stability(value=Stable) static CfnResolverDNSSECConfigProps.Builder builder()
Copyright © 2022. All rights reserved.