View source: R/route53_operations.R
route53_delete_key_signing_key | R Documentation |
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.
See https://www.paws-r-sdk.com/docs/route53_delete_key_signing_key/ for full documentation.
route53_delete_key_signing_key(HostedZoneId, Name)
HostedZoneId |
[required] A unique string used to identify a hosted zone. |
Name |
[required] A string used to identify a key-signing key (KSK). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.