Uses of Interface
software.amazon.awscdk.services.kms.IAlias
Packages that use IAlias
Package
Description
AWS Key Management Service Construct Library
-
Uses of IAlias in software.amazon.awscdk.services.kms
Subinterfaces of IAlias in software.amazon.awscdk.services.kmsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIAlias.Classes in software.amazon.awscdk.services.kms that implement IAliasModifier 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.Methods in software.amazon.awscdk.services.kms that return IAliasModifier and TypeMethodDescriptionstatic IAliasAlias.fromAliasAttributes(software.constructs.Construct scope, String id, AliasAttributes attrs) Import an existing KMS Alias defined outside the CDK app.static IAliasAlias.fromAliasName(software.constructs.Construct scope, String id, String aliasName) Import an existing KMS Alias defined outside the CDK app, by the alias name.