Uses of Interface
software.amazon.awscdk.interfaces.kms.IAliasRef
Packages that use IAliasRef
Package
Description
AWS CloudTrail Construct Library
AWS Key Management Service Construct Library
Amazon Simple Notification Service Construct Library
Amazon Simple Queue Service Construct Library
-
Uses of IAliasRef in software.amazon.awscdk.interfaces.kms
Subinterfaces of IAliasRef in software.amazon.awscdk.interfaces.kmsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIAliasRef.Classes in software.amazon.awscdk.interfaces.kms that implement IAliasRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IAliasRef in software.amazon.awscdk.services.cloudtrail
Methods in software.amazon.awscdk.services.cloudtrail with parameters of type IAliasRefModifier and TypeMethodDescriptionSpecifies the AWS key ID to use to encrypt the logs and digest files delivered by CloudTrail.Sets the value ofCfnTrailProps.getKmsKeyId() -
Uses of IAliasRef in software.amazon.awscdk.services.kms
Subinterfaces of IAliasRef in software.amazon.awscdk.services.kmsModifier and TypeInterfaceDescriptioninterfaceA KMS Key alias.static interfaceInternal default implementation forIAlias.Classes in software.amazon.awscdk.services.kms that implement IAliasRefModifier and TypeClassDescriptionclassDefines a display name for a customer master key (CMK) in AWS Key Management Service (AWS KMS).classTheAWS::KMS::Aliasresource specifies a display name for a KMS key .static final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IAliasRef in software.amazon.awscdk.services.sns
Methods in software.amazon.awscdk.services.sns with parameters of type IAliasRefModifier and TypeMethodDescriptionCfnTopic.Builder.kmsMasterKeyId(IAliasRef kmsMasterKeyId) The ID of an AWS managed customer master key (CMK) for Amazon or a custom CMK.CfnTopicProps.Builder.kmsMasterKeyId(IAliasRef kmsMasterKeyId) Sets the value ofCfnTopicProps.getKmsMasterKeyId() -
Uses of IAliasRef in software.amazon.awscdk.services.sqs
Methods in software.amazon.awscdk.services.sqs with parameters of type IAliasRefModifier and TypeMethodDescriptionCfnQueue.Builder.kmsMasterKeyId(IAliasRef kmsMasterKeyId) The ID of an AWS Key Management Service (KMS) for Amazon SQS , or a custom KMS.CfnQueueProps.Builder.kmsMasterKeyId(IAliasRef kmsMasterKeyId) Sets the value ofCfnQueueProps.getKmsMasterKeyId()