| 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.UnsupportedResource
Description
Synopsis
- data UnsupportedResource = UnsupportedResource' {}
- newUnsupportedResource :: LogicalResourceId -> PhysicalResourceId -> Text -> UnsupportedResource
- unsupportedResource_logicalResourceId :: Lens' UnsupportedResource LogicalResourceId
- unsupportedResource_physicalResourceId :: Lens' UnsupportedResource PhysicalResourceId
- unsupportedResource_resourceType :: Lens' UnsupportedResource Text
Documentation
data UnsupportedResource Source #
Defines a resource that is not supported by Resilience Hub.
See: newUnsupportedResource smart constructor.
Constructors
| UnsupportedResource' | |
Fields
| |
Instances
newUnsupportedResource Source #
Arguments
| :: LogicalResourceId | |
| -> PhysicalResourceId | |
| -> Text | |
| -> UnsupportedResource |
Create a value of UnsupportedResource 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:logicalResourceId:UnsupportedResource', unsupportedResource_logicalResourceId - The logical resource identifier for the unsupported resource.
$sel:physicalResourceId:UnsupportedResource', unsupportedResource_physicalResourceId - The physical resource identifier for the unsupported resource.
$sel:resourceType:UnsupportedResource', unsupportedResource_resourceType - The type of resource.
unsupportedResource_logicalResourceId :: Lens' UnsupportedResource LogicalResourceId Source #
The logical resource identifier for the unsupported resource.
unsupportedResource_physicalResourceId :: Lens' UnsupportedResource PhysicalResourceId Source #
The physical resource identifier for the unsupported resource.
unsupportedResource_resourceType :: Lens' UnsupportedResource Text Source #
The type of resource.