Skip to content

Get Resource Set

route53recoveryreadiness_get_resource_set R Documentation

Displays the details about a resource set, including a list of the resources in the set

Description

Displays the details about a resource set, including a list of the resources in the set.

Usage

route53recoveryreadiness_get_resource_set(ResourceSetName)

Arguments

ResourceSetName

[required] Name of a resource set.

Value

A list with the following syntax:

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$get_resource_set(
  ResourceSetName = "string"
)