---
type: resource-type
title: KeySigningKey
description: aws resource type AWS::Route53::KeySigningKey
name: KeySigningKey
lexicon: aws
resource_type: AWS::Route53::KeySigningKey
---
`AWS::Route53::KeySigningKey`, a resource type of the aws lexicon.

## Properties

- `HostedZoneId` (`string`, required): The unique string (ID) used to identify a hosted zone.
- `KeyManagementServiceArn` (`string`, required): 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`, required): 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` (`"ACTIVE" | "INACTIVE"`, required): A string specifying the initial status of the key signing key (KSK). You can set the value to ACTIVE or INACTIVE.
