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 |
Documentation
data GroupIdentifier Source #
The unique identifiers for a resource group.
See: newGroupIdentifier
smart constructor.
Instances
newGroupIdentifier :: GroupIdentifier Source #
Create a value of GroupIdentifier
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:groupArn:GroupIdentifier'
, groupIdentifier_groupArn
- The ARN of the resource group.
$sel:groupName:GroupIdentifier'
, groupIdentifier_groupName
- The name of the resource group.
groupIdentifier_groupArn :: Lens' GroupIdentifier (Maybe Text) Source #
The ARN of the resource group.
groupIdentifier_groupName :: Lens' GroupIdentifier (Maybe Text) Source #
The name of the resource group.