Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.kms.CfnReplicaKeyPropsMixin.Builder
Packages that use CfnReplicaKeyPropsMixin.Builder
-
Uses of CfnReplicaKeyPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.kms
Methods in software.amazon.awscdk.cfnpropertymixins.services.kms that return CfnReplicaKeyPropsMixin.BuilderModifier and TypeMethodDescriptionCfnReplicaKeyPropsMixin.Builder.create()CfnReplicaKeyPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnReplicaKeyPropsMixin.Builder.description(String description) A description of the KMS key.Specifies whether the replica key is enabled.CfnReplicaKeyPropsMixin.Builder.enabled(IResolvable enabled) Specifies whether the replica key is enabled.The key policy that authorizes use of the replica key.CfnReplicaKeyPropsMixin.Builder.pendingWindowInDays(Number pendingWindowInDays) Specifies the number of days in the waiting period before AWS deletes a replica key that has been removed from a CloudFormation stack.CfnReplicaKeyPropsMixin.Builder.primaryKeyArn(String primaryKeyArn) Specifies the multi-Region primary key to replicate.Assigns one or more tags to the replica key.