View source: R/route53_operations.R
route53_deactivate_key_signing_key | R Documentation |
Deactivates a key-signing key (KSK) so that it will not be used for signing by DNSSEC. This operation changes the KSK status to INACTIVE
.
See https://www.paws-r-sdk.com/docs/route53_deactivate_key_signing_key/ for full documentation.
route53_deactivate_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.