RecoveryGroupArgs

data class RecoveryGroupArgs(val cells: Output<List<String>>? = null, val recoveryGroupName: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<RecoveryGroupArgs>

AWS Route53 Recovery Readiness Recovery Group Schema and API specifications.

Constructors

Link copied to clipboard
constructor(cells: Output<List<String>>? = null, recoveryGroupName: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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

A list of the cell Amazon Resource Names (ARNs) in the recovery group.

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

The name of the recovery group to create.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

A collection of tags associated with a resource.

Functions

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