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
Documentation
data ResourceDescription Source #
Represents information about a provisioned resource.
See: newResourceDescription
smart constructor.
ResourceDescription' | |
|
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.