Learn R Programming

paws.networking (version 0.2.0)

route53_activate_key_signing_key: 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://paws-r.github.io/docs/route53/activate_key_signing_key.html 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). Name can include numbers, letters, and underscores (_). Name must be unique for each key-signing key in the same hosted zone.