--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_route53_key_signing_key Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::Route53::KeySigningKey --- # awscc_route53_key_signing_key (Data Source) Data Source schema for AWS::Route53::KeySigningKey ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `hosted_zone_id` (String) The unique string (ID) used to identify a hosted zone. - `key_management_service_arn` (String) The Amazon resource name (ARN) for a customer managed key (CMK) in AWS Key Management Service (KMS). The KeyManagementServiceArn must be unique for each key signing key (KSK) in a single hosted zone. - `name` (String) An alphanumeric string used to identify a key signing key (KSK). Name must be unique for each key signing key in the same hosted zone. - `status` (String) A string specifying the initial status of the key signing key (KSK). You can set the value to ACTIVE or INACTIVE.