| 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.MQ.Types.BrokerInstanceOption
Description
Synopsis
- data BrokerInstanceOption = BrokerInstanceOption' {}
- newBrokerInstanceOption :: BrokerInstanceOption
- brokerInstanceOption_availabilityZones :: Lens' BrokerInstanceOption (Maybe [AvailabilityZone])
- brokerInstanceOption_engineType :: Lens' BrokerInstanceOption (Maybe EngineType)
- brokerInstanceOption_hostInstanceType :: Lens' BrokerInstanceOption (Maybe Text)
- brokerInstanceOption_storageType :: Lens' BrokerInstanceOption (Maybe BrokerStorageType)
- brokerInstanceOption_supportedDeploymentModes :: Lens' BrokerInstanceOption (Maybe [DeploymentMode])
- brokerInstanceOption_supportedEngineVersions :: Lens' BrokerInstanceOption (Maybe [Text])
Documentation
data BrokerInstanceOption Source #
Option for host instance type.
See: newBrokerInstanceOption smart constructor.
Constructors
| BrokerInstanceOption' | |
Fields
| |
Instances
newBrokerInstanceOption :: BrokerInstanceOption Source #
Create a value of BrokerInstanceOption 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:availabilityZones:BrokerInstanceOption', brokerInstanceOption_availabilityZones - The list of available az.
$sel:engineType:BrokerInstanceOption', brokerInstanceOption_engineType - The broker's engine type.
$sel:hostInstanceType:BrokerInstanceOption', brokerInstanceOption_hostInstanceType - The broker's instance type.
$sel:storageType:BrokerInstanceOption', brokerInstanceOption_storageType - The broker's storage type.
$sel:supportedDeploymentModes:BrokerInstanceOption', brokerInstanceOption_supportedDeploymentModes - The list of supported deployment modes.
$sel:supportedEngineVersions:BrokerInstanceOption', brokerInstanceOption_supportedEngineVersions - The list of supported engine versions.
brokerInstanceOption_availabilityZones :: Lens' BrokerInstanceOption (Maybe [AvailabilityZone]) Source #
The list of available az.
brokerInstanceOption_engineType :: Lens' BrokerInstanceOption (Maybe EngineType) Source #
The broker's engine type.
brokerInstanceOption_hostInstanceType :: Lens' BrokerInstanceOption (Maybe Text) Source #
The broker's instance type.
brokerInstanceOption_storageType :: Lens' BrokerInstanceOption (Maybe BrokerStorageType) Source #
The broker's storage type.
brokerInstanceOption_supportedDeploymentModes :: Lens' BrokerInstanceOption (Maybe [DeploymentMode]) Source #
The list of supported deployment modes.
brokerInstanceOption_supportedEngineVersions :: Lens' BrokerInstanceOption (Maybe [Text]) Source #
The list of supported engine versions.