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 LocationConfiguration Source #
A remote location where a multi-location fleet can deploy EC2 instances for game hosting.
Related actions
CreateFleet
See: newLocationConfiguration
smart constructor.
Instances
newLocationConfiguration :: LocationConfiguration Source #
Create a value of LocationConfiguration
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:location:LocationConfiguration'
, locationConfiguration_location
- An AWS Region code, such as us-west-2
.
locationConfiguration_location :: Lens' LocationConfiguration (Maybe Text) Source #
An AWS Region code, such as us-west-2
.