| 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.LocationModel
Description
Synopsis
Documentation
data LocationModel Source #
Properties of a location
See: newLocationModel smart constructor.
Constructors
| LocationModel' | |
Fields
| |
Instances
newLocationModel :: LocationModel Source #
Create a value of LocationModel 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:locationArn:LocationModel', locationModel_locationArn - The Amazon Resource Name
(ARN)
that is assigned to a GameLift location resource and uniquely identifies
it. ARNs are unique across all Regions. Format is
arn:aws:gamelift:<region>::location/location-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.
$sel:locationName:LocationModel', locationModel_locationName - The location's name.
locationModel_locationArn :: Lens' LocationModel (Maybe Text) Source #
The Amazon Resource Name
(ARN)
that is assigned to a GameLift location resource and uniquely identifies
it. ARNs are unique across all Regions. Format is
arn:aws:gamelift:<region>::location/location-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.
locationModel_locationName :: Lens' LocationModel (Maybe Text) Source #
The location's name.