GetCellResult

data class GetCellResult(val cellArn: String? = null, val cells: List<String>? = null, val parentReadinessScopes: List<String>? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(cellArn: String? = null, cells: List<String>? = null, parentReadinessScopes: List<String>? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cellArn: String? = null

The Amazon Resource Name (ARN) of the cell.

Link copied to clipboard
val cells: 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

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 tags: List<Tag>? = null

A collection of tags associated with a resource