| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectorConfigRequest |
ConnectorConfigRequest.clone() |
ConnectorConfigRequest |
RegisterClusterRequest.getConnectorConfig()
The configuration settings required to connect the Kubernetes cluster to the Amazon EKS control plane.
|
ConnectorConfigRequest |
ConnectorConfigRequest.withProvider(ConnectorConfigProvider provider)
The cloud provider for the target cluster to connect.
|
ConnectorConfigRequest |
ConnectorConfigRequest.withProvider(String provider)
The cloud provider for the target cluster to connect.
|
ConnectorConfigRequest |
ConnectorConfigRequest.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role that is authorized to request the connector configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RegisterClusterRequest.setConnectorConfig(ConnectorConfigRequest connectorConfig)
The configuration settings required to connect the Kubernetes cluster to the Amazon EKS control plane.
|
RegisterClusterRequest |
RegisterClusterRequest.withConnectorConfig(ConnectorConfigRequest connectorConfig)
The configuration settings required to connect the Kubernetes cluster to the Amazon EKS control plane.
|
Copyright © 2022. All rights reserved.