AWS::KMS::AliasThe AWS::KMS::Alias resource specifies a display name for a [KMS key](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#kms_keys). You can use an alias to identify a KMS key in the KMS console, in the [DescribeKey](https://docs.aws.amazon.com/kms/latest/APIReference/API_DescribeKey.html) operation, and in [cryptographic operations](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#cryptographic-operations), such as [Decrypt](https://docs.aws.amazon.com/...
2 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AliasName | string | RequiredCreate-only |
TargetKeyId | string | Required |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::KMS::Alias
Resources:
MyResource:
Type: AWS::KMS::Alias
Properties:
AliasName: "my-aliasname"
TargetKeyId: "my-targetkeyid"Permissions CloudFormation needs in your IAM role to manage this resource.
kms:ListAliaseskms:CreateAliaskms:UpdateAliaskms:ListAliaseskms:DeleteAliasOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAliasNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
AliasName