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