| Package | Description |
|---|---|
| software.amazon.awscdk.services.kms |
AWS Key Management Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnReplicaKey.Builder |
CfnReplicaKey.Builder.create(software.constructs.Construct scope,
String id) |
CfnReplicaKey.Builder |
CfnReplicaKey.Builder.description(String description)
A description of the KMS key.
|
CfnReplicaKey.Builder |
CfnReplicaKey.Builder.enabled(Boolean enabled)
Specifies whether the replica key is enabled.
|
CfnReplicaKey.Builder |
CfnReplicaKey.Builder.enabled(IResolvable enabled)
Specifies whether the replica key is enabled.
|
CfnReplicaKey.Builder |
CfnReplicaKey.Builder.keyPolicy(Object keyPolicy)
The key policy that authorizes use of the replica key.
|
CfnReplicaKey.Builder |
CfnReplicaKey.Builder.pendingWindowInDays(Number pendingWindowInDays)
Specifies the number of days in the waiting period before AWS KMS deletes a replica key that has been removed from a CloudFormation stack.
|
CfnReplicaKey.Builder |
CfnReplicaKey.Builder.primaryKeyArn(String primaryKeyArn)
Specifies the multi-Region primary key to replicate.
|
CfnReplicaKey.Builder |
CfnReplicaKey.Builder.tags(List<? extends CfnTag> tags)
Assigns one or more tags to the replica key.
|
Copyright © 2022. All rights reserved.