| 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.DirectConnect.Types.Location
Description
Synopsis
- data Location = Location' {}
- newLocation :: Location
- location_availableMacSecPortSpeeds :: Lens' Location (Maybe [Text])
- location_availablePortSpeeds :: Lens' Location (Maybe [Text])
- location_availableProviders :: Lens' Location (Maybe [Text])
- location_locationCode :: Lens' Location (Maybe Text)
- location_locationName :: Lens' Location (Maybe Text)
- location_region :: Lens' Location (Maybe Text)
Documentation
Information about an Direct Connect location.
See: newLocation smart constructor.
Constructors
| Location' | |
Fields
| |
Instances
newLocation :: Location Source #
Create a value of Location 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:availableMacSecPortSpeeds:Location', location_availableMacSecPortSpeeds - The available MAC Security (MACsec) port speeds for the location.
$sel:availablePortSpeeds:Location', location_availablePortSpeeds - The available port speeds for the location.
$sel:availableProviders:Location', location_availableProviders - The name of the service provider for the location.
$sel:locationCode:Location', location_locationCode - The code for the location.
$sel:locationName:Location', location_locationName - The name of the location. This includes the name of the colocation
partner and the physical site of the building.
$sel:region:Location', location_region - The Amazon Web Services Region for the location.
location_availableMacSecPortSpeeds :: Lens' Location (Maybe [Text]) Source #
The available MAC Security (MACsec) port speeds for the location.
location_availablePortSpeeds :: Lens' Location (Maybe [Text]) Source #
The available port speeds for the location.
location_availableProviders :: Lens' Location (Maybe [Text]) Source #
The name of the service provider for the location.