ResourceSetResource

data class ResourceSetResource(val componentId: String? = null, val dnsTargetResource: ResourceSetDnsTargetResource? = null, val readinessScopes: List<String>? = null, val resourceArn: String? = null)

The resource element of a ResourceSet

Constructors

Link copied to clipboard
constructor(componentId: String? = null, dnsTargetResource: ResourceSetDnsTargetResource? = null, readinessScopes: List<String>? = null, resourceArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val componentId: String? = null

The component identifier of the resource, generated when DNS target resource is used.

Link copied to clipboard

A component for DNS/routing control readiness checks. This is a required setting when ResourceSet ResourceSetType is set to AWS::Route53RecoveryReadiness::DNSTargetResource . Do not set it for any other ResourceSetType setting.

Link copied to clipboard

A list of recovery group Amazon Resource Names (ARNs) and cell ARNs that this resource is contained within.

Link copied to clipboard
val resourceArn: String? = null

The Amazon Resource Name (ARN) of the AWS resource.