libZSservicesZSamazonka-lightsailZSamazonka-lightsail
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.Lightsail.Types.CloudFormationStackRecordSourceInfo

Description

 
Synopsis

Documentation

data CloudFormationStackRecordSourceInfo Source #

Describes the source of a CloudFormation stack record (i.e., the export snapshot record).

See: newCloudFormationStackRecordSourceInfo smart constructor.

Constructors

CloudFormationStackRecordSourceInfo' 

Fields

Instances

Instances details
Eq CloudFormationStackRecordSourceInfo Source # 
Instance details

Defined in Amazonka.Lightsail.Types.CloudFormationStackRecordSourceInfo

Read CloudFormationStackRecordSourceInfo Source # 
Instance details

Defined in Amazonka.Lightsail.Types.CloudFormationStackRecordSourceInfo

Show CloudFormationStackRecordSourceInfo Source # 
Instance details

Defined in Amazonka.Lightsail.Types.CloudFormationStackRecordSourceInfo

Generic CloudFormationStackRecordSourceInfo Source # 
Instance details

Defined in Amazonka.Lightsail.Types.CloudFormationStackRecordSourceInfo

NFData CloudFormationStackRecordSourceInfo Source # 
Instance details

Defined in Amazonka.Lightsail.Types.CloudFormationStackRecordSourceInfo

Hashable CloudFormationStackRecordSourceInfo Source # 
Instance details

Defined in Amazonka.Lightsail.Types.CloudFormationStackRecordSourceInfo

FromJSON CloudFormationStackRecordSourceInfo Source # 
Instance details

Defined in Amazonka.Lightsail.Types.CloudFormationStackRecordSourceInfo

type Rep CloudFormationStackRecordSourceInfo Source # 
Instance details

Defined in Amazonka.Lightsail.Types.CloudFormationStackRecordSourceInfo

type Rep CloudFormationStackRecordSourceInfo = D1 ('MetaData "CloudFormationStackRecordSourceInfo" "Amazonka.Lightsail.Types.CloudFormationStackRecordSourceInfo" "libZSservicesZSamazonka-lightsailZSamazonka-lightsail" 'False) (C1 ('MetaCons "CloudFormationStackRecordSourceInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudFormationStackRecordSourceType)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newCloudFormationStackRecordSourceInfo :: CloudFormationStackRecordSourceInfo Source #

Create a value of CloudFormationStackRecordSourceInfo 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:resourceType:CloudFormationStackRecordSourceInfo', cloudFormationStackRecordSourceInfo_resourceType - The Lightsail resource type (e.g., ExportSnapshotRecord).

$sel:arn:CloudFormationStackRecordSourceInfo', cloudFormationStackRecordSourceInfo_arn - The Amazon Resource Name (ARN) of the export snapshot record.

$sel:name:CloudFormationStackRecordSourceInfo', cloudFormationStackRecordSourceInfo_name - The name of the record.

cloudFormationStackRecordSourceInfo_arn :: Lens' CloudFormationStackRecordSourceInfo (Maybe Text) Source #

The Amazon Resource Name (ARN) of the export snapshot record.