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 ResourceIdentifier = ResourceIdentifier' {}
- newResourceIdentifier :: ResourceIdentifier
- resourceIdentifier_resourceId :: Lens' ResourceIdentifier (Maybe Text)
- resourceIdentifier_resourceType :: Lens' ResourceIdentifier (Maybe ResourceType)
- resourceIdentifier_resourceName :: Lens' ResourceIdentifier (Maybe Text)
- resourceIdentifier_resourceDeletionTime :: Lens' ResourceIdentifier (Maybe UTCTime)
Documentation
data ResourceIdentifier Source #
The details that identify a resource that is discovered by Config, including the resource type, ID, and (if available) the custom resource name.
See: newResourceIdentifier
smart constructor.
ResourceIdentifier' | |
|
Instances
newResourceIdentifier :: ResourceIdentifier Source #
Create a value of ResourceIdentifier
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:resourceId:ResourceIdentifier'
, resourceIdentifier_resourceId
- The ID of the resource (for example, sg-xxxxxx
).
$sel:resourceType:ResourceIdentifier'
, resourceIdentifier_resourceType
- The type of resource.
$sel:resourceName:ResourceIdentifier'
, resourceIdentifier_resourceName
- The custom name of the resource (if available).
$sel:resourceDeletionTime:ResourceIdentifier'
, resourceIdentifier_resourceDeletionTime
- The time that the resource was deleted.
resourceIdentifier_resourceId :: Lens' ResourceIdentifier (Maybe Text) Source #
The ID of the resource (for example, sg-xxxxxx
).
resourceIdentifier_resourceType :: Lens' ResourceIdentifier (Maybe ResourceType) Source #
The type of resource.
resourceIdentifier_resourceName :: Lens' ResourceIdentifier (Maybe Text) Source #
The custom name of the resource (if available).
resourceIdentifier_resourceDeletionTime :: Lens' ResourceIdentifier (Maybe UTCTime) Source #
The time that the resource was deleted.