| 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.EKS.Types.ConnectorConfigRequest
Description
Synopsis
Documentation
data ConnectorConfigRequest Source #
The configuration sent to a cluster for configuration.
See: newConnectorConfigRequest smart constructor.
Constructors
| ConnectorConfigRequest' | |
Fields
| |
Instances
newConnectorConfigRequest Source #
Arguments
| :: Text | |
| -> ConnectorConfigProvider | |
| -> ConnectorConfigRequest |
Create a value of ConnectorConfigRequest 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:roleArn:ConnectorConfigRequest', connectorConfigRequest_roleArn - The Amazon Resource Name (ARN) of the role that is authorized to request
the connector configuration.
$sel:provider:ConnectorConfigRequest', connectorConfigRequest_provider - The cloud provider for the target cluster to connect.
connectorConfigRequest_roleArn :: Lens' ConnectorConfigRequest Text Source #
The Amazon Resource Name (ARN) of the role that is authorized to request the connector configuration.
connectorConfigRequest_provider :: Lens' ConnectorConfigRequest ConnectorConfigProvider Source #
The cloud provider for the target cluster to connect.