| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Lightsail.Types.CloudFormationStackRecord
Description
Synopsis
- data CloudFormationStackRecord = CloudFormationStackRecord' {}
- newCloudFormationStackRecord :: CloudFormationStackRecord
- cloudFormationStackRecord_arn :: Lens' CloudFormationStackRecord (Maybe Text)
- cloudFormationStackRecord_createdAt :: Lens' CloudFormationStackRecord (Maybe UTCTime)
- cloudFormationStackRecord_destinationInfo :: Lens' CloudFormationStackRecord (Maybe DestinationInfo)
- cloudFormationStackRecord_location :: Lens' CloudFormationStackRecord (Maybe ResourceLocation)
- cloudFormationStackRecord_name :: Lens' CloudFormationStackRecord (Maybe Text)
- cloudFormationStackRecord_resourceType :: Lens' CloudFormationStackRecord (Maybe ResourceType)
- cloudFormationStackRecord_sourceInfo :: Lens' CloudFormationStackRecord (Maybe [CloudFormationStackRecordSourceInfo])
- cloudFormationStackRecord_state :: Lens' CloudFormationStackRecord (Maybe RecordState)
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
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.