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
Documentation
data ConnectorConfigRequest Source #
The configuration sent to a cluster for configuration.
See: newConnectorConfigRequest
smart constructor.
ConnectorConfigRequest' | |
|
Instances
newConnectorConfigRequest Source #
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.