Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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 #
A Cell and its properties
See: newCellOutput
smart constructor.
Instances
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
- Undocumented member.
$sel:parentReadinessScopes:CellOutput'
, cellOutput_parentReadinessScopes
- A list of Cell ARNs and/or RecoveryGroup ARNs
$sel:cellArn:CellOutput'
, cellOutput_cellArn
- The 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 #
Undocumented member.
cellOutput_parentReadinessScopes :: Lens' CellOutput [Text] Source #
A list of Cell ARNs and/or RecoveryGroup ARNs
cellOutput_cellArn :: Lens' CellOutput Text Source #
The 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