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 GroupQuery Source #
A mapping of a query attached to a resource group that determines the AWS resources that are members of the group.
See: newGroupQuery
smart constructor.
GroupQuery' | |
|
Instances
Create a value of GroupQuery
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:groupName:GroupQuery'
, groupQuery_groupName
- The name of the resource group that is associated with the specified
resource query.
$sel:resourceQuery:GroupQuery'
, groupQuery_resourceQuery
- The resource query that determines which AWS resources are members of
the associated resource group.
groupQuery_groupName :: Lens' GroupQuery Text Source #
The name of the resource group that is associated with the specified resource query.
groupQuery_resourceQuery :: Lens' GroupQuery ResourceQuery Source #
The resource query that determines which AWS resources are members of the associated resource group.