AWS::Route53::KeySigningKeyRepresents a key signing key (KSK) associated with a hosted zone. You can only have two KSKs per hosted zone.
4 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
HostedZoneId | string | RequiredCreate-only |
KeyManagementServiceArn | string | RequiredCreate-only |
Name | string | RequiredCreate-only |
Status | string | Required |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Route53::KeySigningKey
Resources:
MyResource:
Type: AWS::Route53::KeySigningKey
Properties:
Status: "ACTIVE"
HostedZoneId: "my-hostedzoneid"
Name: "my-name"
KeyManagementServiceArn: "arn:aws:service:region:account:resource"Permissions CloudFormation needs in your IAM role to manage this resource.
route53:CreateKeySigningKeykms:DescribeKeykms:GetPublicKeykms:Signkms:CreateGrantroute53:GetDNSSECroute53:GetDNSSECroute53:ActivateKeySigningKeyroute53:DeactivateKeySigningKeykms:DescribeKeykms:GetPublicKeykms:Signkms:CreateGrantroute53:DeactivateKeySigningKeyroute53:DeleteKeySigningKeykms:DescribeKeykms:GetPublicKeykms:Signkms:CreateGrantroute53:GetDNSSECroute53:ListHostedZonesEverything you need to know about Route53 on one page. HD quality, print-friendly.
Download Free InfographicHostedZoneIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
HostedZoneIdNameKeyManagementServiceArn