Interface CfnDNSSECProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDNSSECProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:12.965Z")
@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();
- See Also:
-
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.- See Also:
-
builder
- Returns:
- a
CfnDNSSECProps.BuilderofCfnDNSSECProps
-