Cell

class Cell : KotlinCustomResource

The API Schema for AWS Route53 Recovery Readiness Cells.

Properties

Link copied to clipboard
val cellArn: Output<String>

The Amazon Resource Name (ARN) of the cell.

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

The name of the cell to create.

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

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 id: Output<String>
Link copied to clipboard

The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN. This is a list but currently can have only one element.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

A collection of tags associated with a resource

Link copied to clipboard
val urn: Output<String>