List Resource Sets
route53recoveryreadiness_list_resource_sets | R Documentation |
Lists the resource sets in an account¶
Description¶
Lists the resource sets in an account.
Usage¶
route53recoveryreadiness_list_resource_sets(MaxResults, NextToken)
Arguments¶
MaxResults |
The number of objects that you want to return with this call. |
NextToken |
The token that identifies which batch of results you want to see. |
Value¶
A list with the following syntax:
list(
NextToken = "string",
ResourceSets = list(
list(
ResourceSetArn = "string",
ResourceSetName = "string",
ResourceSetType = "string",
Resources = list(
list(
ComponentId = "string",
DnsTargetResource = list(
DomainName = "string",
HostedZoneArn = "string",
RecordSetId = "string",
RecordType = "string",
TargetResource = list(
NLBResource = list(
Arn = "string"
),
R53Resource = list(
DomainName = "string",
RecordSetId = "string"
)
)
),
ReadinessScopes = list(
"string"
),
ResourceArn = "string"
)
),
Tags = list(
"string"
)
)
)
)
Request syntax¶
svc$list_resource_sets(
MaxResults = 123,
NextToken = "string"
)