| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ResourceGroups.Types.GroupQuery
Description
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.
Constructors
| GroupQuery' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> ResourceQuery | |
| -> GroupQuery |
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.