ResourceSetResourceArgs

data class ResourceSetResourceArgs(val componentId: Output<String>? = null, val dnsTargetResource: Output<ResourceSetDnsTargetResourceArgs>? = null, val readinessScopes: Output<List<String>>? = null, val resourceArn: Output<String>? = null) : ConvertibleToJava<ResourceSetResourceArgs>

The resource element of a ResourceSet

Constructors

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

Properties

Link copied to clipboard
val componentId: Output<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
val readinessScopes: Output<List<String>>? = null

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

Link copied to clipboard
val resourceArn: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): ResourceSetResourceArgs