Delete Key Signing Key
route53_delete_key_signing_key | R Documentation |
Deletes a key-signing key (KSK)¶
Description¶
Deletes a key-signing key (KSK). Before you can delete a KSK, you must deactivate it. The KSK must be deactivated before you can delete it regardless of whether the hosted zone is enabled for DNSSEC signing.
You can use deactivate_key_signing_key
to deactivate the key before
you delete it.
Use get_dnssec
to verify that the KSK is in an INACTIVE
status.
Usage¶
Arguments¶
HostedZoneId
[required] A unique string used to identify a hosted zone.
Name
[required] A string used to identify a key-signing key (KSK).
Value¶
A list with the following syntax:
list(
ChangeInfo = list(
Id = "string",
Status = "PENDING"|"INSYNC",
SubmittedAt = as.POSIXct(
"2015-01-01"
),
Comment = "string"
)
)