--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_kms_alias Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::KMS::Alias --- # awscc_kms_alias (Data Source) Data Source schema for AWS::KMS::Alias ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `alias_name` (String) Specifies the alias name. This value must begin with alias/ followed by a name, such as alias/ExampleAlias. The alias name cannot begin with alias/aws/. The alias/aws/ prefix is reserved for AWS managed CMKs. - `target_key_id` (String) Identifies the CMK to which the alias refers. Specify the key ID or the Amazon Resource Name (ARN) of the CMK. You cannot specify another alias. For help finding the key ID and ARN, see Finding the Key ID and ARN in the AWS Key Management Service Developer Guide.