@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.611Z") @Stability(value=Stable) public interface CfnKeySigningKeyProps 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.*;
CfnKeySigningKeyProps cfnKeySigningKeyProps = CfnKeySigningKeyProps.builder()
.hostedZoneId("hostedZoneId")
.keyManagementServiceArn("keyManagementServiceArn")
.name("name")
.status("status")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnKeySigningKeyProps.Builder
A builder for
CfnKeySigningKeyProps |
static class |
CfnKeySigningKeyProps.Jsii$Proxy
An implementation for
CfnKeySigningKeyProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnKeySigningKeyProps.Builder |
builder() |
String |
getHostedZoneId()
The unique string (ID) that is used to identify a hosted zone.
|
String |
getKeyManagementServiceArn()
The Amazon resource name (ARN) for a customer managed customer master key (CMK) in AWS Key Management Service ( AWS KMS ).
|
String |
getName()
A string used to identify a key-signing key (KSK).
|
String |
getStatus()
A string that represents the current key-signing key (KSK) status.
|
@Stability(value=Stable) @NotNull String getHostedZoneId()
For example: Z00001111A1ABCaaABC11 .
@Stability(value=Stable) @NotNull String getKeyManagementServiceArn()
The KeyManagementServiceArn must be unique for each key-signing key (KSK) in a single hosted zone. For example: arn:aws:kms:us-east-1:111122223333:key/111a2222-a11b-1ab1-2ab2-1ab21a2b3a111 .
@Stability(value=Stable) @NotNull String getName()
Name can include numbers, letters, and underscores (_). Name must be unique for each key-signing key in the same hosted zone.
@Stability(value=Stable) @NotNull String getStatus()
Status can have one of the following values:
@Stability(value=Stable) static CfnKeySigningKeyProps.Builder builder()
CfnKeySigningKeyProps.Builder of CfnKeySigningKeyPropsCopyright © 2022. All rights reserved.