| Modifier and Type | Method and Description |
|---|---|
CfnDNSSEC |
build() |
static CfnDNSSEC.Builder |
create(software.constructs.Construct scope,
String id) |
CfnDNSSEC.Builder |
hostedZoneId(String hostedZoneId)
A unique string (ID) that is used to identify a hosted zone.
|
@Stability(value=Stable) public static CfnDNSSEC.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnDNSSEC.Builder.@Stability(value=Stable) public CfnDNSSEC.Builder hostedZoneId(String hostedZoneId)
For example: Z00001111A1ABCaaABC11 .
hostedZoneId - A unique string (ID) that is used to identify a hosted zone. This parameter is required.thisCopyright © 2022. All rights reserved.