| 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.RecoveryGroupOutput
Description
Synopsis
- data RecoveryGroupOutput = RecoveryGroupOutput' {}
- newRecoveryGroupOutput :: Text -> Text -> RecoveryGroupOutput
- recoveryGroupOutput_tags :: Lens' RecoveryGroupOutput (Maybe (HashMap Text Text))
- recoveryGroupOutput_recoveryGroupArn :: Lens' RecoveryGroupOutput Text
- recoveryGroupOutput_recoveryGroupName :: Lens' RecoveryGroupOutput Text
- recoveryGroupOutput_cells :: Lens' RecoveryGroupOutput [Text]
Documentation
data RecoveryGroupOutput Source #
A representation of the application, typically containing multiple cells.
See: newRecoveryGroupOutput smart constructor.
Constructors
| RecoveryGroupOutput' | |
Instances
newRecoveryGroupOutput Source #
Arguments
| :: Text | |
| -> Text | |
| -> RecoveryGroupOutput |
Create a value of RecoveryGroupOutput 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:RecoveryGroupOutput', recoveryGroupOutput_tags - The tags associated with the recovery group.
$sel:recoveryGroupArn:RecoveryGroupOutput', recoveryGroupOutput_recoveryGroupArn - The Amazon Resource Name (ARN) for the recovery group.
$sel:recoveryGroupName:RecoveryGroupOutput', recoveryGroupOutput_recoveryGroupName - The name of the recovery group.
$sel:cells:RecoveryGroupOutput', recoveryGroupOutput_cells - A list of a cell's Amazon Resource Names (ARNs).
recoveryGroupOutput_tags :: Lens' RecoveryGroupOutput (Maybe (HashMap Text Text)) Source #
The tags associated with the recovery group.
recoveryGroupOutput_recoveryGroupArn :: Lens' RecoveryGroupOutput Text Source #
The Amazon Resource Name (ARN) for the recovery group.
recoveryGroupOutput_recoveryGroupName :: Lens' RecoveryGroupOutput Text Source #
The name of the recovery group.
recoveryGroupOutput_cells :: Lens' RecoveryGroupOutput [Text] Source #
A list of a cell's Amazon Resource Names (ARNs).