Uses of Interface
software.amazon.awscdk.services.kms.IKey
-
Uses of IKey in software.amazon.awscdk.services.kms
Subinterfaces of IKey in software.amazon.awscdk.services.kmsModifier and TypeInterfaceDescriptioninterfaceA KMS Key alias.static interfaceInternal default implementation forIAlias.static interfaceInternal default implementation forIKey.Classes in software.amazon.awscdk.services.kms that implement IKeyModifier and TypeClassDescriptionclassDefines a display name for a customer master key (CMK) in AWS Key Management Service (AWS KMS).static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.classDefines a KMS key.Methods in software.amazon.awscdk.services.kms that return IKeyModifier and TypeMethodDescriptionstatic IKeyKey.fromCfnKey(CfnKey cfnKey) static IKeyKey.fromKeyArn(software.constructs.Construct scope, String id, String keyArn) Import an externally defined KMS Key using its ARN.static IKeyKey.fromLookup(software.constructs.Construct scope, String id, KeyLookupOptions options) Import an existing Key by querying the AWS environment this stack is deployed to.Alias.getAliasTargetKey()The Key to which the Alias refers.AliasAttributes.getAliasTargetKey()The customer master key (CMK) to which the Alias refers.final IKeyAliasAttributes.Jsii$Proxy.getAliasTargetKey()IAlias.getAliasTargetKey()The Key to which the Alias refers.default IKeyIAlias.Jsii$Default.getAliasTargetKey()The Key to which the Alias refers.final IKeyIAlias.Jsii$Proxy.getAliasTargetKey()The Key to which the Alias refers.AliasProps.getTargetKey()The ID of the key for which you are creating the alias.final IKeyAliasProps.Jsii$Proxy.getTargetKey()Methods in software.amazon.awscdk.services.kms with parameters of type IKeyModifier and TypeMethodDescriptionAliasAttributes.Builder.aliasTargetKey(IKey aliasTargetKey) Sets the value ofAliasAttributes.getAliasTargetKey()The ID of the key for which you are creating the alias.Sets the value ofAliasProps.getTargetKey()