Retrieves information about a specified reusable delegation set, including the four name servers that are assigned to the delegation set.
route53_get_reusable_delegation_set(Id)[required] The ID of the reusable delegation set that you want to get a list of name servers for.
A list with the following syntax:
list(
DelegationSet = list(
Id = "string",
CallerReference = "string",
NameServers = list(
"string"
)
)
)
svc$get_reusable_delegation_set( Id = "string" )