Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data CloudFormationStackRecord = CloudFormationStackRecord' {}
- newCloudFormationStackRecord :: CloudFormationStackRecord
- cloudFormationStackRecord_state :: Lens' CloudFormationStackRecord (Maybe RecordState)
- cloudFormationStackRecord_destinationInfo :: Lens' CloudFormationStackRecord (Maybe DestinationInfo)
- cloudFormationStackRecord_resourceType :: Lens' CloudFormationStackRecord (Maybe ResourceType)
- cloudFormationStackRecord_arn :: Lens' CloudFormationStackRecord (Maybe Text)
- cloudFormationStackRecord_createdAt :: Lens' CloudFormationStackRecord (Maybe UTCTime)
- cloudFormationStackRecord_location :: Lens' CloudFormationStackRecord (Maybe ResourceLocation)
- cloudFormationStackRecord_name :: Lens' CloudFormationStackRecord (Maybe Text)
- cloudFormationStackRecord_sourceInfo :: Lens' CloudFormationStackRecord (Maybe [CloudFormationStackRecordSourceInfo])
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.
CloudFormationStackRecord' | |
|
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:
$sel:state:CloudFormationStackRecord'
, cloudFormationStackRecord_state
- The current state of the CloudFormation stack record.
$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:resourceType:CloudFormationStackRecord'
, cloudFormationStackRecord_resourceType
- The Lightsail resource type (e.g., CloudFormationStackRecord
).
$sel:arn: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:location:CloudFormationStackRecord'
, cloudFormationStackRecord_location
- A list of objects describing the Availability Zone and AWS Region of the
CloudFormation stack record.
$sel:name:CloudFormationStackRecord'
, cloudFormationStackRecord_name
- The name of the CloudFormation stack record. It starts with
CloudFormationStackRecord
followed by a GUID.
$sel:sourceInfo:CloudFormationStackRecord'
, cloudFormationStackRecord_sourceInfo
- 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.
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_resourceType :: Lens' CloudFormationStackRecord (Maybe ResourceType) Source #
The Lightsail resource type (e.g., CloudFormationStackRecord
).
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_location :: Lens' CloudFormationStackRecord (Maybe ResourceLocation) Source #
A list of objects describing the Availability Zone and AWS 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_sourceInfo :: Lens' CloudFormationStackRecord (Maybe [CloudFormationStackRecordSourceInfo]) Source #
A list of objects describing the source of the CloudFormation stack record.