Interface CfnEndpoint.ContainerLogRotationConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnEndpoint.ContainerLogRotationConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnEndpoint

@Stability(Stable) public static interface CfnEndpoint.ContainerLogRotationConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.emrcontainers.*;
 ContainerLogRotationConfigurationProperty containerLogRotationConfigurationProperty = ContainerLogRotationConfigurationProperty.builder()
         .maxFilesToKeep(123)
         .rotationSize("rotationSize")
         .build();
 

See Also: