route53_deactivate_key_signing_key {paws.networking} | R Documentation |
Deactivates a key-signing key (KSK) so that it will not be used for signing by DNSSEC
Description
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.
Usage
route53_deactivate_key_signing_key(HostedZoneId, Name)
Arguments
HostedZoneId |
[required] A unique string used to identify a hosted zone. |
Name |
[required] A string used to identify a key-signing key (KSK). |
[Package paws.networking version 0.7.0 Index]