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