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

Description

 
Synopsis

Documentation

data CloudFormationStackRecord Source #

Describes a CloudFormation stack record created as a result of the create cloud formation stack action.

A CloudFormation stack record provides information about the AWS CloudFormation stack used to create a new Amazon Elastic Compute Cloud instance from an exported Lightsail instance snapshot.

See: newCloudFormationStackRecord smart constructor.

Constructors

CloudFormationStackRecord' 

Fields

Instances

Instances details
FromJSON CloudFormationStackRecord Source # 
Instance details

Defined in Amazonka.Lightsail.Types.CloudFormationStackRecord

Generic CloudFormationStackRecord Source # 
Instance details

Defined in Amazonka.Lightsail.Types.CloudFormationStackRecord

Associated Types

type Rep CloudFormationStackRecord :: Type -> Type #

Read CloudFormationStackRecord Source # 
Instance details

Defined in Amazonka.Lightsail.Types.CloudFormationStackRecord

Show CloudFormationStackRecord Source # 
Instance details

Defined in Amazonka.Lightsail.Types.CloudFormationStackRecord

NFData CloudFormationStackRecord Source # 
Instance details

Defined in Amazonka.Lightsail.Types.CloudFormationStackRecord

Eq CloudFormationStackRecord Source # 
Instance details

Defined in Amazonka.Lightsail.Types.CloudFormationStackRecord

Hashable CloudFormationStackRecord Source # 
Instance details

Defined in Amazonka.Lightsail.Types.CloudFormationStackRecord

type Rep CloudFormationStackRecord Source # 
Instance details

Defined in Amazonka.Lightsail.Types.CloudFormationStackRecord

newCloudFormationStackRecord :: CloudFormationStackRecord Source #

Create a value of CloudFormationStackRecord 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:

CloudFormationStackRecord, cloudFormationStackRecord_arn - The Amazon Resource Name (ARN) of the CloudFormation stack record.

$sel:createdAt:CloudFormationStackRecord', cloudFormationStackRecord_createdAt - The date when the CloudFormation stack record was created.

$sel:destinationInfo:CloudFormationStackRecord', cloudFormationStackRecord_destinationInfo - A list of objects describing the destination service, which is AWS CloudFormation, and the Amazon Resource Name (ARN) of the AWS CloudFormation stack.

$sel:location:CloudFormationStackRecord', cloudFormationStackRecord_location - A list of objects describing the Availability Zone and Amazon Web Services Region of the CloudFormation stack record.

CloudFormationStackRecord, cloudFormationStackRecord_name - The name of the CloudFormation stack record. It starts with CloudFormationStackRecord followed by a GUID.

CloudFormationStackRecord, cloudFormationStackRecord_resourceType - The Lightsail resource type (e.g., CloudFormationStackRecord).

$sel:sourceInfo:CloudFormationStackRecord', cloudFormationStackRecord_sourceInfo - A list of objects describing the source of the CloudFormation stack record.

$sel:state:CloudFormationStackRecord', cloudFormationStackRecord_state - The current state of the CloudFormation stack record.

cloudFormationStackRecord_arn :: Lens' CloudFormationStackRecord (Maybe Text) Source #

The Amazon Resource Name (ARN) of the CloudFormation stack record.

cloudFormationStackRecord_createdAt :: Lens' CloudFormationStackRecord (Maybe UTCTime) Source #

The date when the CloudFormation stack record was created.

cloudFormationStackRecord_destinationInfo :: Lens' CloudFormationStackRecord (Maybe DestinationInfo) Source #

A list of objects describing the destination service, which is AWS CloudFormation, and the Amazon Resource Name (ARN) of the AWS CloudFormation stack.

cloudFormationStackRecord_location :: Lens' CloudFormationStackRecord (Maybe ResourceLocation) Source #

A list of objects describing the Availability Zone and Amazon Web Services Region of the CloudFormation stack record.

cloudFormationStackRecord_name :: Lens' CloudFormationStackRecord (Maybe Text) Source #

The name of the CloudFormation stack record. It starts with CloudFormationStackRecord followed by a GUID.

cloudFormationStackRecord_resourceType :: Lens' CloudFormationStackRecord (Maybe ResourceType) Source #

The Lightsail resource type (e.g., CloudFormationStackRecord).

cloudFormationStackRecord_sourceInfo :: Lens' CloudFormationStackRecord (Maybe [CloudFormationStackRecordSourceInfo]) Source #

A list of objects describing the source of the CloudFormation stack record.

cloudFormationStackRecord_state :: Lens' CloudFormationStackRecord (Maybe RecordState) Source #

The current state of the CloudFormation stack record.