interface ContainerLogRotationConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.EMRContainers.CfnEndpoint.ContainerLogRotationConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsemrcontainers#CfnEndpoint_ContainerLogRotationConfigurationProperty |
Java | software.amazon.awscdk.services.emrcontainers.CfnEndpoint.ContainerLogRotationConfigurationProperty |
Python | aws_cdk.aws_emrcontainers.CfnEndpoint.ContainerLogRotationConfigurationProperty |
TypeScript | aws-cdk-lib » aws_emrcontainers » CfnEndpoint » ContainerLogRotationConfigurationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_emrcontainers as emrcontainers } from 'aws-cdk-lib';
const containerLogRotationConfigurationProperty: emrcontainers.CfnEndpoint.ContainerLogRotationConfigurationProperty = {
maxFilesToKeep: 123,
rotationSize: 'rotationSize',
};
Properties
| Name | Type | Description |
|---|---|---|
| max | number | |
| rotation | string |
maxFilesToKeep
Type:
number
rotationSize
Type:
string

.NET
Go
Java
Python
TypeScript