Uses of Class
software.amazon.awscdk.services.kms.KeyProps.Builder
Packages that use KeyProps.Builder
Package
Description
AWS Key Management Service Construct Library
-
Uses of KeyProps.Builder in software.amazon.awscdk.services.kms
Methods in software.amazon.awscdk.services.kms that return KeyProps.BuilderModifier and TypeMethodDescriptionKeyProps.Builder.admins(List<? extends IPrincipal> admins) Sets the value ofKeyProps.getAdmins()Sets the value ofKeyProps.getAlias()static KeyProps.BuilderKeyProps.builder()KeyProps.Builder.description(String description) Sets the value ofKeyProps.getDescription()Sets the value ofKeyProps.getEnabled()KeyProps.Builder.enableKeyRotation(Boolean enableKeyRotation) Sets the value ofKeyProps.getEnableKeyRotation()Sets the value ofKeyProps.getKeySpec()Sets the value ofKeyProps.getKeyUsage()KeyProps.Builder.pendingWindow(Duration pendingWindow) Sets the value ofKeyProps.getPendingWindow()KeyProps.Builder.policy(PolicyDocument policy) Sets the value ofKeyProps.getPolicy()KeyProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofKeyProps.getRemovalPolicy()KeyProps.Builder.trustAccountIdentities(Boolean trustAccountIdentities) Deprecated.redundant with the `@aws-cdk/aws-kms:defaultKeyPolicies` feature flagConstructors in software.amazon.awscdk.services.kms with parameters of type KeyProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(KeyProps.Builder builder) Constructor that initializes the object based on literal property values passed by theKeyProps.Builder.