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.CellOutput

Description

 
Synopsis

Documentation

data CellOutput Source #

Information about a cell.

See: newCellOutput smart constructor.

Constructors

CellOutput' 

Fields

Instances

Instances details
FromJSON CellOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.CellOutput

Generic CellOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.CellOutput

Associated Types

type Rep CellOutput :: Type -> Type #

Read CellOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.CellOutput

Show CellOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.CellOutput

NFData CellOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.CellOutput

Methods

rnf :: CellOutput -> () #

Eq CellOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.CellOutput

Hashable CellOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.CellOutput

type Rep CellOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.CellOutput

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

newCellOutput Source #

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

A list of cell ARNs.