route53_activate_key_signing_key: Activates a key-signing key (KSK) so that it can be used for...

View source: R/route53_operations.R

route53_activate_key_signing_keyR 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). Name can include numbers, letters, and underscores (_). Name must be unique for each key-signing key in the same hosted zone.


paws.networking documentation built on Sept. 12, 2024, 7:32 a.m.