Skip to content

Enable Hosted Zone Dnssec

route53_enable_hosted_zone_dnssec R Documentation

Enables DNSSEC signing in a specific hosted zone

Description

Enables DNSSEC signing in a specific hosted zone.

Usage

route53_enable_hosted_zone_dnssec(HostedZoneId)

Arguments

HostedZoneId

[required] A unique string used to identify a 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"
  )
)

Request syntax

svc$enable_hosted_zone_dnssec(
  HostedZoneId = "string"
)