amazonka-lightsail-2.0: Amazon Lightsail 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.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
FromJSON CloudFormationStackRecordSourceInfo Source # 
Instance details

Defined in Amazonka.Lightsail.Types.CloudFormationStackRecordSourceInfo

Generic 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

NFData CloudFormationStackRecordSourceInfo Source # 
Instance details

Defined in Amazonka.Lightsail.Types.CloudFormationStackRecordSourceInfo

Eq CloudFormationStackRecordSourceInfo Source # 
Instance details

Defined in Amazonka.Lightsail.Types.CloudFormationStackRecordSourceInfo

Hashable 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" "amazonka-lightsail-2.0-77hvsZhtZFxFduYae8QaN0" 'False) (C1 ('MetaCons "CloudFormationStackRecordSourceInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudFormationStackRecordSourceType)))))

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:arn:CloudFormationStackRecordSourceInfo', cloudFormationStackRecordSourceInfo_arn - The Amazon Resource Name (ARN) of the export snapshot record.

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

$sel:resourceType:CloudFormationStackRecordSourceInfo', cloudFormationStackRecordSourceInfo_resourceType - The Lightsail resource type (e.g., ExportSnapshotRecord).

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

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