Uses of Class
software.amazon.awscdk.services.kms.CfnKey.Builder
Package
Description
AWS Key Management Service Construct Library
-
Uses of CfnKey.Builder in software.amazon.awscdk.services.kms
Modifier and TypeMethodDescriptionCfnKey.Builder.bypassPolicyLockoutSafetyCheck
(Boolean bypassPolicyLockoutSafetyCheck) Skips ("bypasses") the key policy lockout safety check.CfnKey.Builder.bypassPolicyLockoutSafetyCheck
(IResolvable bypassPolicyLockoutSafetyCheck) Skips ("bypasses") the key policy lockout safety check.static CfnKey.Builder
CfnKey.Builder.description
(String description) A description of the KMS key.Specifies whether the KMS key is enabled.CfnKey.Builder.enabled
(IResolvable enabled) Specifies whether the KMS key is enabled.CfnKey.Builder.enableKeyRotation
(Boolean enableKeyRotation) Enables automatic rotation of the key material for the specified KMS key.CfnKey.Builder.enableKeyRotation
(IResolvable enableKeyRotation) Enables automatic rotation of the key material for the specified KMS key.The key policy to attach to the KMS key.Specifies the type of KMS key to create.Determines the cryptographic operations for which you can use the KMS key.CfnKey.Builder.multiRegion
(Boolean multiRegion) Creates a multi-Region primary key that you can replicate in other AWS Regions .CfnKey.Builder.multiRegion
(IResolvable multiRegion) Creates a multi-Region primary key that you can replicate in other AWS Regions .The source of the key material for the KMS key.CfnKey.Builder.pendingWindowInDays
(Number pendingWindowInDays) Specifies the number of days in the waiting period before AWS KMS deletes a KMS key that has been removed from a CloudFormation stack.CfnKey.Builder.rotationPeriodInDays
(Number rotationPeriodInDays) Specifies a custom period of time between each rotation date.Assigns one or more tags to the replica key.