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 CloudFormationStackRecordSourceInfo = CloudFormationStackRecordSourceInfo' {}
- newCloudFormationStackRecordSourceInfo :: CloudFormationStackRecordSourceInfo
- cloudFormationStackRecordSourceInfo_resourceType :: Lens' CloudFormationStackRecordSourceInfo (Maybe CloudFormationStackRecordSourceType)
- cloudFormationStackRecordSourceInfo_arn :: Lens' CloudFormationStackRecordSourceInfo (Maybe Text)
- cloudFormationStackRecordSourceInfo_name :: Lens' CloudFormationStackRecordSourceInfo (Maybe Text)
Documentation
data CloudFormationStackRecordSourceInfo Source #
Describes the source of a CloudFormation stack record (i.e., the export snapshot record).
See: newCloudFormationStackRecordSourceInfo
smart constructor.
CloudFormationStackRecordSourceInfo' | |
|
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:resourceType:CloudFormationStackRecordSourceInfo'
, cloudFormationStackRecordSourceInfo_resourceType
- The Lightsail resource type (e.g., ExportSnapshotRecord
).
$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.
cloudFormationStackRecordSourceInfo_resourceType :: Lens' CloudFormationStackRecordSourceInfo (Maybe CloudFormationStackRecordSourceType) Source #
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.