Data Source: aws_kms_alias

Use this data source to get the ARN of a KMS key alias. By using this data source, you can reference key alias without having to hard code the ARN as input.

Example Usage

data "aws_kms_alias" "s3" {
  name = "alias/aws/s3"
}

Argument Reference

Attribute Reference

This data source exports the following attributes in addition to the arguments above: