| Package | Description |
|---|---|
| com.amazonaws.services.emrcontainers.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerLogRotationConfiguration |
ContainerLogRotationConfiguration.clone() |
ContainerLogRotationConfiguration |
MonitoringConfiguration.getContainerLogRotationConfiguration()
Enable or disable container log rotation.
|
ContainerLogRotationConfiguration |
ContainerLogRotationConfiguration.withMaxFilesToKeep(Integer maxFilesToKeep)
The number of files to keep in container after rotation.
|
ContainerLogRotationConfiguration |
ContainerLogRotationConfiguration.withRotationSize(String rotationSize)
The file size at which to rotate logs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MonitoringConfiguration.setContainerLogRotationConfiguration(ContainerLogRotationConfiguration containerLogRotationConfiguration)
Enable or disable container log rotation.
|
MonitoringConfiguration |
MonitoringConfiguration.withContainerLogRotationConfiguration(ContainerLogRotationConfiguration containerLogRotationConfiguration)
Enable or disable container log rotation.
|
Copyright © 2024. All rights reserved.