Learn R Programming

paws.networking (version 0.1.10)

route53_get_dnssec: Returns information about DNSSEC for a specific hosted zone, including the key signing keys (KSKs) and zone signing keys (ZSKs) in the hosted zone

Description

Returns information about DNSSEC for a specific hosted zone, including the key signing keys (KSKs) and zone signing keys (ZSKs) in the hosted zone.

Usage

route53_get_dnssec(HostedZoneId)

Arguments

HostedZoneId

[required] A unique string used to identify a hosted zone.

Request syntax

svc$get_dnssec(
  HostedZoneId = "string"
)