| 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.Lightsail.Types.ResourceLocation
Description
Documentation
data ResourceLocation Source #
Describes the resource location.
See: newResourceLocation smart constructor.
Constructors
| ResourceLocation' | |
Fields
| |
Instances
newResourceLocation :: ResourceLocation Source #
Create a value of ResourceLocation 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:availabilityZone:ResourceLocation', resourceLocation_availabilityZone - The Availability Zone. Follows the format us-east-2a (case-sensitive).
$sel:regionName:ResourceLocation', resourceLocation_regionName - The Amazon Web Services Region name.
resourceLocation_availabilityZone :: Lens' ResourceLocation (Maybe Text) Source #
The Availability Zone. Follows the format us-east-2a (case-sensitive).
resourceLocation_regionName :: Lens' ResourceLocation (Maybe RegionName) Source #
The Amazon Web Services Region name.