| Package | Description |
|---|---|
| software.amazon.awssdk.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
Logging |
CreateClusterRequest.logging()
Enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs.
|
Logging |
UpdateClusterConfigRequest.logging()
Enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs.
|
Logging |
Cluster.logging()
The logging configuration for your cluster.
|
| Modifier and Type | Method and Description |
|---|---|
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.logging(Logging logging)
Enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs.
|
UpdateClusterConfigRequest.Builder |
UpdateClusterConfigRequest.Builder.logging(Logging logging)
Enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs.
|
Cluster.Builder |
Cluster.Builder.logging(Logging logging)
The logging configuration for your cluster.
|
Copyright © 2021. All rights reserved.