| 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.Kafka.Types.Serverless
Description
Documentation
data Serverless Source #
Serverless cluster.
See: newServerless smart constructor.
Constructors
| Serverless' | |
Fields
| |
Instances
newServerless :: Serverless Source #
Create a value of Serverless 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:clientAuthentication:Serverless', serverless_clientAuthentication - Includes all client authentication information.
$sel:vpcConfigs:Serverless', serverless_vpcConfigs - The configuration of the Amazon VPCs for the cluster.
serverless_clientAuthentication :: Lens' Serverless (Maybe ServerlessClientAuthentication) Source #
Includes all client authentication information.
serverless_vpcConfigs :: Lens' Serverless [VpcConfig] Source #
The configuration of the Amazon VPCs for the cluster.