Uses of Class
software.amazon.awscdk.services.kms.CfnReplicaKey.Builder
Packages that use CfnReplicaKey.Builder
Package
Description
AWS Key Management Service Construct Library
-
Uses of CfnReplicaKey.Builder in software.amazon.awscdk.services.kms
Methods in software.amazon.awscdk.services.kms that return CfnReplicaKey.BuilderModifier and TypeMethodDescriptionstatic CfnReplicaKey.BuilderCfnReplicaKey.Builder.description(String description) A description of the KMS key.Specifies whether the replica key is enabled.CfnReplicaKey.Builder.enabled(IResolvable enabled) Specifies whether the replica key is enabled.The key policy that authorizes use of the replica key.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.primaryKeyArn(String primaryKeyArn) Specifies the multi-Region primary key to replicate.Assigns one or more tags to the replica key.