| 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.CloudFormationStackRecordSourceInfo
Description
Synopsis
- data CloudFormationStackRecordSourceInfo = CloudFormationStackRecordSourceInfo' {}
- newCloudFormationStackRecordSourceInfo :: CloudFormationStackRecordSourceInfo
- cloudFormationStackRecordSourceInfo_arn :: Lens' CloudFormationStackRecordSourceInfo (Maybe Text)
- cloudFormationStackRecordSourceInfo_name :: Lens' CloudFormationStackRecordSourceInfo (Maybe Text)
- cloudFormationStackRecordSourceInfo_resourceType :: Lens' CloudFormationStackRecordSourceInfo (Maybe CloudFormationStackRecordSourceType)
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
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.
cloudFormationStackRecordSourceInfo_name :: Lens' CloudFormationStackRecordSourceInfo (Maybe Text) Source #
The name of the record.
cloudFormationStackRecordSourceInfo_resourceType :: Lens' CloudFormationStackRecordSourceInfo (Maybe CloudFormationStackRecordSourceType) Source #
The Lightsail resource type (e.g., ExportSnapshotRecord).