| 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.GameLift.Types.FilterConfiguration
Description
Documentation
data FilterConfiguration Source #
A list of fleet locations where a game session queue can place new game sessions. You can use a filter to temporarily turn off placements for specific locations. For queues that have multi-location fleets, you can use a filter configuration allow placement with some, but not all of these locations.
See: newFilterConfiguration smart constructor.
Constructors
| FilterConfiguration' | |
Fields
| |
Instances
newFilterConfiguration :: FilterConfiguration Source #
Create a value of FilterConfiguration 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:allowedLocations:FilterConfiguration', filterConfiguration_allowedLocations - A list of locations to allow game session placement in, in the form of
Amazon Web Services Region codes such as us-west-2.
filterConfiguration_allowedLocations :: Lens' FilterConfiguration (Maybe (NonEmpty Text)) Source #
A list of locations to allow game session placement in, in the form of
Amazon Web Services Region codes such as us-west-2.