Interface CfnDNSSECProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDNSSECProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.109.0 (build c221850)",
date="2025-03-14T03:25:04.435Z")
@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 class
A builder forCfnDNSSECProps
static final class
An implementation forCfnDNSSECProps
-
Method Summary
Modifier and TypeMethodDescriptionstatic CfnDNSSECProps.Builder
builder()
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.Builder
ofCfnDNSSECProps
-