libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Route53RecoveryReadiness.Types.CellOutput

Description

 
Synopsis

Documentation

data CellOutput Source #

A Cell and its properties

See: newCellOutput smart constructor.

Constructors

CellOutput' 

Fields

Instances

Instances details
Eq CellOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.CellOutput

Read CellOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.CellOutput

Show 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 #

NFData CellOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.CellOutput

Methods

rnf :: CellOutput -> () #

Hashable CellOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.CellOutput

FromJSON 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" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" '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 - 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_parentReadinessScopes :: Lens' CellOutput [Text] Source #

A list of Cell ARNs and/or RecoveryGroup ARNs

cellOutput_cells :: Lens' CellOutput [Text] Source #

A list of Cell arns