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

Description

 
Synopsis

Documentation

data ResourceSetOutput Source #

A collection of resources of the same type

See: newResourceSetOutput smart constructor.

Constructors

ResourceSetOutput' 

Fields

Instances

Instances details
Eq ResourceSetOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ResourceSetOutput

Read ResourceSetOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ResourceSetOutput

Show ResourceSetOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ResourceSetOutput

Generic ResourceSetOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ResourceSetOutput

Associated Types

type Rep ResourceSetOutput :: Type -> Type #

NFData ResourceSetOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ResourceSetOutput

Methods

rnf :: ResourceSetOutput -> () #

Hashable ResourceSetOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ResourceSetOutput

FromJSON ResourceSetOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ResourceSetOutput

type Rep ResourceSetOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ResourceSetOutput

type Rep ResourceSetOutput = D1 ('MetaData "ResourceSetOutput" "Amazonka.Route53RecoveryReadiness.Types.ResourceSetOutput" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" 'False) (C1 ('MetaCons "ResourceSetOutput'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "resourceSetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "resourceSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "resourceSetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Resource])))))

newResourceSetOutput Source #

Create a value of ResourceSetOutput 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:ResourceSetOutput', resourceSetOutput_tags - Undocumented member.

$sel:resourceSetType:ResourceSetOutput', resourceSetOutput_resourceSetType - AWS Resource Type of the resources in the ResourceSet

$sel:resourceSetName:ResourceSetOutput', resourceSetOutput_resourceSetName - The name of the ResourceSet

$sel:resourceSetArn:ResourceSetOutput', resourceSetOutput_resourceSetArn - The arn for the ResourceSet

$sel:resources:ResourceSetOutput', resourceSetOutput_resources - A list of Resource objects

resourceSetOutput_resourceSetType :: Lens' ResourceSetOutput Text Source #

AWS Resource Type of the resources in the ResourceSet