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 ResourceLocation Source #
Describes the resource location.
See: newResourceLocation
smart constructor.
ResourceLocation' | |
|
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:regionName:ResourceLocation'
, resourceLocation_regionName
- The AWS Region name.
$sel:availabilityZone:ResourceLocation'
, resourceLocation_availabilityZone
- The Availability Zone. Follows the format us-east-2a
(case-sensitive).
resourceLocation_regionName :: Lens' ResourceLocation (Maybe RegionName) Source #
The AWS Region name.
resourceLocation_availabilityZone :: Lens' ResourceLocation (Maybe Text) Source #
The Availability Zone. Follows the format us-east-2a
(case-sensitive).