Show / Hide Table of Contents

Class CfnEndpointPropsMixin.ContainerLogRotationConfigurationProperty

Inheritance
object
CfnEndpointPropsMixin.ContainerLogRotationConfigurationProperty
Implements
CfnEndpointPropsMixin.IContainerLogRotationConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrcontainers-endpoint-containerlogrotationconfiguration.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrcontainers-endpoint-containerlogrotationconfiguration.html

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

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrcontainers-endpoint-containerlogrotationconfiguration.html#cfn-emrcontainers-endpoint-containerlogrotationconfiguration-maxfilestokeep

RotationSize

public string? RotationSize { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrcontainers-endpoint-containerlogrotationconfiguration.html#cfn-emrcontainers-endpoint-containerlogrotationconfiguration-rotationsize

Implements

CfnEndpointPropsMixin.IContainerLogRotationConfigurationProperty
Back to top Generated by DocFX