| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Route53RecoveryReadiness.Types.CellOutput
Description
Synopsis
- data CellOutput = CellOutput' {}
- newCellOutput :: Text -> Text -> CellOutput
- cellOutput_tags :: Lens' CellOutput (Maybe (HashMap Text Text))
- cellOutput_parentReadinessScopes :: Lens' CellOutput [Text]
- cellOutput_cellArn :: Lens' CellOutput Text
- cellOutput_cellName :: Lens' CellOutput Text
- cellOutput_cells :: Lens' CellOutput [Text]
Documentation
data CellOutput Source #
Information about a cell.
See: newCellOutput smart constructor.
Constructors
| CellOutput' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> CellOutput |
Create a value of CellOutput with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:tags:CellOutput', cellOutput_tags - Tags on the resources.
$sel:parentReadinessScopes:CellOutput', cellOutput_parentReadinessScopes - 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.
$sel:cellArn:CellOutput', cellOutput_cellArn - The Amazon Resource Name (ARN) for the cell.
$sel:cellName:CellOutput', cellOutput_cellName - The name of the cell.
$sel:cells:CellOutput', cellOutput_cells - A list of cell ARNs.
cellOutput_tags :: Lens' CellOutput (Maybe (HashMap Text Text)) Source #
Tags on the resources.
cellOutput_parentReadinessScopes :: Lens' CellOutput [Text] Source #
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.
cellOutput_cellArn :: Lens' CellOutput Text Source #
The Amazon Resource Name (ARN) for the cell.
cellOutput_cellName :: Lens' CellOutput Text Source #
The name of the cell.
cellOutput_cells :: Lens' CellOutput [Text] Source #
A list of cell ARNs.