Class CfnEndpointPropsMixin.ContainerLogRotationConfigurationProperty
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.EMRContainers
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnEndpointPropsMixin.ContainerLogRotationConfigurationProperty : CfnEndpointPropsMixin.IContainerLogRotationConfigurationProperty
Syntax (vb)
Public Class CfnEndpointPropsMixin.ContainerLogRotationConfigurationProperty Implements CfnEndpointPropsMixin.IContainerLogRotationConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.EMRContainers;
var containerLogRotationConfigurationProperty = new ContainerLogRotationConfigurationProperty {
MaxFilesToKeep = 123,
RotationSize = "rotationSize"
};
Synopsis
Constructors
| ContainerLogRotationConfigurationProperty() |
Properties
| MaxFilesToKeep | |
| RotationSize |
Constructors
ContainerLogRotationConfigurationProperty()
public ContainerLogRotationConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.EMRContainers;
var containerLogRotationConfigurationProperty = new ContainerLogRotationConfigurationProperty {
MaxFilesToKeep = 123,
RotationSize = "rotationSize"
};
Properties
MaxFilesToKeep
public double? MaxFilesToKeep { get; set; }
Property Value
Remarks
RotationSize
public string? RotationSize { get; set; }