A Key Signing Key for a Route 53 Hosted Zone.
import { KeySigningKey } from 'aws-cdk-lib/aws-route53';Or use the module namespace:
import * as route53 from 'aws-cdk-lib/aws-route53';
// route53.KeySigningKeyConfiguration passed to the constructor as KeySigningKeyProps.
hostedZoneRequiredIHostedZoneThe hosted zone that this key will be used to sign.
kmsKeyRequiredIKeyThe customer-managed KMS key that that will be used to sign the records. The KMS Key must be unique for each KSK within a hosted zone. Additionally, the KMS key must be an asymetric customer-managed key using the ECC_NIST_P256 algorithm.
keySigningKeyNameOptionalstringThe name for the key signing key. This name must be unique within a hosted zone.
Default: an autogenerated name
statusOptionalKeySigningKeyStatusThe status of the key signing key.
Default: ACTIVE
Everything you need to know about Amazon Route 53 on one page. HD quality, print-friendly.
Download Free Infographicaws-route53