@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:43.713Z") @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()
A unique string (ID) that is used to identify a hosted zone.
|
@Stability(value=Stable) @NotNull String getHostedZoneId()
For example: Z00001111A1ABCaaABC11 .
@Stability(value=Stable) static CfnDNSSECProps.Builder builder()
CfnDNSSECProps.Builder of CfnDNSSECPropsCopyright © 2022. All rights reserved.