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
fun ResourceSetResourceArgs(componentId: Output<String>? = null, dnsTargetResource: Output<ResourceSetDnsTargetResourceArgs>? = null, readinessScopes: Output<List<String>>? = null, resourceArn: Output<String>? = null)

Functions

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

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
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.