Activate Key Signing Key
route53_activate_key_signing_key | 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
.
Usage¶
Arguments¶
HostedZoneId
[required] A unique string used to identify a hosted zone.
Name
[required] A string used to identify a key-signing key (KSK).
Name
can include numbers, letters, and underscores (_).Name
must be unique for each key-signing key in the same hosted zone.
Value¶
A list with the following syntax:
list(
ChangeInfo = list(
Id = "string",
Status = "PENDING"|"INSYNC",
SubmittedAt = as.POSIXct(
"2015-01-01"
),
Comment = "string"
)
)