@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:18.942Z") @Stability(value=Stable) public interface CfnDNSSECProps 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.route53.*;
CfnDNSSECProps cfnDNSSECProps = CfnDNSSECProps.builder()
.hostedZoneId("hostedZoneId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDNSSECProps.Builder
A builder for
CfnDNSSECProps |
static class |
CfnDNSSECProps.Jsii$Proxy
An implementation for
CfnDNSSECProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnDNSSECProps.Builder |
builder() |
String |
getHostedZoneId()
`AWS::Route53::DNSSEC.HostedZoneId`.
|
@Stability(value=Stable) @NotNull String getHostedZoneId()
@Stability(value=Stable) static CfnDNSSECProps.Builder builder()
CfnDNSSECProps.Builder of CfnDNSSECPropsCopyright © 2021. All rights reserved.