Interface CfnDNSSECProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDNSSECProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:42.891Z")
@Stability(Stable)
public interface CfnDNSSECProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnDNSSEC.
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDNSSECPropsstatic final classAn implementation forCfnDNSSECProps -
Method Summary
Modifier and TypeMethodDescriptionstatic CfnDNSSECProps.Builderbuilder()A unique string (ID) that is used to identify a hosted zone.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getHostedZoneId
A unique string (ID) that is used to identify a hosted zone.For example:
Z00001111A1ABCaaABC11. -
builder
- Returns:
- a
CfnDNSSECProps.BuilderofCfnDNSSECProps
-