route53_activate_key_signing_key {paws.networking} | R Documentation |
Activates a key-signing key (KSK) so that it can be used for signing by DNSSEC
Description
Activates a key-signing key (KSK) so that it can be used for signing by DNSSEC. This operation changes the KSK status to ACTIVE
.
See https://www.paws-r-sdk.com/docs/route53_activate_key_signing_key/ for full documentation.
Usage
route53_activate_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.9.0 Index]