CellArgs

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

The API Schema for AWS Route53 Recovery Readiness Cells.

Constructors

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

Properties

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

The name of the cell to create.

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

A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. For example, Availability Zones within specific Regions.

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(): CellArgs