Skip to content

Get Reusable Delegation Set

route53_get_reusable_delegation_set R Documentation

Retrieves information about a specified reusable delegation set, including the four name servers that are assigned to the delegation set

Description

Retrieves information about a specified reusable delegation set, including the four name servers that are assigned to the delegation set.

Usage

route53_get_reusable_delegation_set(Id)

Arguments

Id

[required] The ID of the reusable delegation set that you want to get a list of name servers for.

Value

A list with the following syntax:

list(
  DelegationSet = list(
    Id = "string",
    CallerReference = "string",
    NameServers = list(
      "string"
    )
  )
)

Request syntax

svc$get_reusable_delegation_set(
  Id = "string"
)