| 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.CloudControl.Types.ResourceDescription
Description
Synopsis
Documentation
data ResourceDescription Source #
Represents information about a provisioned resource.
See: newResourceDescription smart constructor.
Constructors
| ResourceDescription' | |
Fields
| |
Instances
newResourceDescription :: ResourceDescription Source #
Create a value of ResourceDescription 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:identifier:ResourceDescription', resourceDescription_identifier - The primary identifier for the resource.
For more information, see Identifying resources in the Amazon Web Services Cloud Control API User Guide.
$sel:properties:ResourceDescription', resourceDescription_properties - A list of the resource properties and their current values.
resourceDescription_identifier :: Lens' ResourceDescription (Maybe Text) Source #
The primary identifier for the resource.
For more information, see Identifying resources in the Amazon Web Services Cloud Control API User Guide.
resourceDescription_properties :: Lens' ResourceDescription (Maybe Text) Source #
A list of the resource properties and their current values.