Activates a key signing key (KSK) so that it can be used for signing by
DNSSEC. This operation changes the KSK status to ACTIVE.
route53_activate_key_signing_key(HostedZoneId, Name)[required] A unique string used to identify a hosted zone.
[required] An alphanumeric string used to identify a key signing key (KSK).
A list with the following syntax:
list(
ChangeInfo = list(
Id = "string",
Status = "PENDING"|"INSYNC",
SubmittedAt = as.POSIXct(
"2015-01-01"
),
Comment = "string"
)
)
svc$activate_key_signing_key( HostedZoneId = "string", Name = "string" )