Uses of Class
software.amazon.awscdk.services.kms.CfnKeyProps.Builder
Packages that use CfnKeyProps.Builder
Package
Description
AWS Key Management Service Construct Library
-
Uses of CfnKeyProps.Builder in software.amazon.awscdk.services.kms
Methods in software.amazon.awscdk.services.kms that return CfnKeyProps.BuilderModifier and TypeMethodDescriptionstatic CfnKeyProps.Builder
CfnKeyProps.builder()
CfnKeyProps.Builder.bypassPolicyLockoutSafetyCheck
(Boolean bypassPolicyLockoutSafetyCheck) Sets the value ofCfnKeyProps.getBypassPolicyLockoutSafetyCheck()
CfnKeyProps.Builder.bypassPolicyLockoutSafetyCheck
(IResolvable bypassPolicyLockoutSafetyCheck) Sets the value ofCfnKeyProps.getBypassPolicyLockoutSafetyCheck()
CfnKeyProps.Builder.description
(String description) Sets the value ofCfnKeyProps.getDescription()
Sets the value ofCfnKeyProps.getEnabled()
CfnKeyProps.Builder.enabled
(IResolvable enabled) Sets the value ofCfnKeyProps.getEnabled()
CfnKeyProps.Builder.enableKeyRotation
(Boolean enableKeyRotation) Sets the value ofCfnKeyProps.getEnableKeyRotation()
CfnKeyProps.Builder.enableKeyRotation
(IResolvable enableKeyRotation) Sets the value ofCfnKeyProps.getEnableKeyRotation()
Sets the value ofCfnKeyProps.getKeyPolicy()
Sets the value ofCfnKeyProps.getKeySpec()
Sets the value ofCfnKeyProps.getKeyUsage()
CfnKeyProps.Builder.multiRegion
(Boolean multiRegion) Sets the value ofCfnKeyProps.getMultiRegion()
CfnKeyProps.Builder.multiRegion
(IResolvable multiRegion) Sets the value ofCfnKeyProps.getMultiRegion()
Sets the value ofCfnKeyProps.getOrigin()
CfnKeyProps.Builder.pendingWindowInDays
(Number pendingWindowInDays) Sets the value ofCfnKeyProps.getPendingWindowInDays()
CfnKeyProps.Builder.rotationPeriodInDays
(Number rotationPeriodInDays) Sets the value ofCfnKeyProps.getRotationPeriodInDays()
Sets the value ofCfnKeyProps.getTags()
Constructors in software.amazon.awscdk.services.kms with parameters of type CfnKeyProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnKeyProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnKeyProps.Builder
.