| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
LogSetup |
LogSetup.clone() |
LogSetup |
LogSetup.withEnabled(Boolean enabled)
If a log type is enabled, that log type exports its control plane logs to CloudWatch Logs.
|
LogSetup |
LogSetup.withTypes(Collection<String> types)
The available cluster control plane log types.
|
LogSetup |
LogSetup.withTypes(LogType... types)
The available cluster control plane log types.
|
LogSetup |
LogSetup.withTypes(String... types)
The available cluster control plane log types.
|
| Modifier and Type | Method and Description |
|---|---|
List<LogSetup> |
Logging.getClusterLogging()
The cluster control plane logging configuration for your cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Logging |
Logging.withClusterLogging(LogSetup... clusterLogging)
The cluster control plane logging configuration for your cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Logging.setClusterLogging(Collection<LogSetup> clusterLogging)
The cluster control plane logging configuration for your cluster.
|
Logging |
Logging.withClusterLogging(Collection<LogSetup> clusterLogging)
The cluster control plane logging configuration for your cluster.
|
Copyright © 2020. All rights reserved.