amazonka-route53-recovery-readiness-2.0: Amazon Route53 Recovery Readiness SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Route53RecoveryReadiness.Types.RecoveryGroupOutput

Description

 
Synopsis

Documentation

data RecoveryGroupOutput Source #

A representation of the application, typically containing multiple cells.

See: newRecoveryGroupOutput smart constructor.

Constructors

RecoveryGroupOutput' 

Fields

Instances

Instances details
FromJSON RecoveryGroupOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.RecoveryGroupOutput

Generic RecoveryGroupOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.RecoveryGroupOutput

Associated Types

type Rep RecoveryGroupOutput :: Type -> Type #

Read RecoveryGroupOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.RecoveryGroupOutput

Show RecoveryGroupOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.RecoveryGroupOutput

NFData RecoveryGroupOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.RecoveryGroupOutput

Methods

rnf :: RecoveryGroupOutput -> () #

Eq RecoveryGroupOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.RecoveryGroupOutput

Hashable RecoveryGroupOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.RecoveryGroupOutput

type Rep RecoveryGroupOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.RecoveryGroupOutput

type Rep RecoveryGroupOutput = D1 ('MetaData "RecoveryGroupOutput" "Amazonka.Route53RecoveryReadiness.Types.RecoveryGroupOutput" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "RecoveryGroupOutput'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "recoveryGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "recoveryGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "cells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]))))

newRecoveryGroupOutput Source #

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_cells :: Lens' RecoveryGroupOutput [Text] Source #

A list of a cell's Amazon Resource Names (ARNs).