ResourceSetResourceArgs

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

Constructors

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

Properties

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

Component for DNS/Routing Control Readiness Checks.

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

Recovery group ARN or cell ARN that contains this resource set.

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

ARN of the resource.

Functions

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