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 PendingResource Source #
A structure that identifies a resource that is currently pending addition to the group as a member. Adding a resource to a resource group happens asynchronously as a background task and this one isn't completed yet.
See: newPendingResource
smart constructor.
PendingResource' | |
|
Instances
newPendingResource :: PendingResource Source #
Create a value of PendingResource
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:resourceArn:PendingResource'
, pendingResource_resourceArn
- The Amazon resource name (ARN) of the resource that's in a pending
state.
pendingResource_resourceArn :: Lens' PendingResource (Maybe Text) Source #
The Amazon resource name (ARN) of the resource that's in a pending state.