@Stability(value=Stable) public static final class CfnKeySigningKey.Builder extends Object implements software.amazon.jsii.Builder<CfnKeySigningKey>
CfnKeySigningKey.| Modifier and Type | Method and Description |
|---|---|
CfnKeySigningKey |
build() |
static CfnKeySigningKey.Builder |
create(software.constructs.Construct scope,
String id) |
CfnKeySigningKey.Builder |
hostedZoneId(String hostedZoneId)
The unique string (ID) that is used to identify a hosted zone.
|
CfnKeySigningKey.Builder |
keyManagementServiceArn(String keyManagementServiceArn)
The Amazon resource name (ARN) for a customer managed customer master key (CMK) in AWS Key Management Service ( AWS KMS ).
|
CfnKeySigningKey.Builder |
name(String name)
A string used to identify a key-signing key (KSK).
|
CfnKeySigningKey.Builder |
status(String status)
A string that represents the current key-signing key (KSK) status.
|
@Stability(value=Stable) public static CfnKeySigningKey.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.CfnKeySigningKey.Builder.@Stability(value=Stable) public CfnKeySigningKey.Builder hostedZoneId(String hostedZoneId)
For example: Z00001111A1ABCaaABC11 .
hostedZoneId - The unique string (ID) that is used to identify a hosted zone. This parameter is required.this@Stability(value=Stable) public CfnKeySigningKey.Builder keyManagementServiceArn(String keyManagementServiceArn)
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 .
keyManagementServiceArn - The Amazon resource name (ARN) for a customer managed customer master key (CMK) in AWS Key Management Service ( AWS KMS ). This parameter is required.this@Stability(value=Stable) public CfnKeySigningKey.Builder name(String name)
Name can include numbers, letters, and underscores (_). Name must be unique for each key-signing key in the same hosted zone.
name - A string used to identify a key-signing key (KSK). This parameter is required.this@Stability(value=Stable) public CfnKeySigningKey.Builder status(String status)
Status can have one of the following values:
status - A string that represents the current key-signing key (KSK) status. This parameter is required.this@Stability(value=Stable) public CfnKeySigningKey build()
build in interface software.amazon.jsii.Builder<CfnKeySigningKey>Copyright © 2022. All rights reserved.