| 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.ResilienceHub.Types.LogicalResourceId
Description
Synopsis
- data LogicalResourceId = LogicalResourceId' {}
- newLogicalResourceId :: Text -> LogicalResourceId
- logicalResourceId_logicalStackName :: Lens' LogicalResourceId (Maybe Text)
- logicalResourceId_resourceGroupName :: Lens' LogicalResourceId (Maybe Text)
- logicalResourceId_terraformSourceName :: Lens' LogicalResourceId (Maybe Text)
- logicalResourceId_identifier :: Lens' LogicalResourceId Text
Documentation
data LogicalResourceId Source #
Defines a logical resource identifier.
See: newLogicalResourceId smart constructor.
Constructors
| LogicalResourceId' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> LogicalResourceId |
Create a value of LogicalResourceId 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:logicalStackName:LogicalResourceId', logicalResourceId_logicalStackName - The name of the CloudFormation stack this resource belongs to.
$sel:resourceGroupName:LogicalResourceId', logicalResourceId_resourceGroupName - The name of the resource group that this resource belongs to.
$sel:terraformSourceName:LogicalResourceId', logicalResourceId_terraformSourceName - The name of the Terraform S3 state file this resource belongs to.
$sel:identifier:LogicalResourceId', logicalResourceId_identifier - The identifier of the resource.
logicalResourceId_logicalStackName :: Lens' LogicalResourceId (Maybe Text) Source #
The name of the CloudFormation stack this resource belongs to.
logicalResourceId_resourceGroupName :: Lens' LogicalResourceId (Maybe Text) Source #
The name of the resource group that this resource belongs to.
logicalResourceId_terraformSourceName :: Lens' LogicalResourceId (Maybe Text) Source #
The name of the Terraform S3 state file this resource belongs to.
logicalResourceId_identifier :: Lens' LogicalResourceId Text Source #
The identifier of the resource.