Show / Hide Table of Contents

Class CfnClusterAutoModeComputeLogsS3Props

Inheritance
object
CfnClusterAutoModeComputeLogsS3Props
Implements
ICfnClusterAutoModeComputeLogsS3Props
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.EKS.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnClusterAutoModeComputeLogsS3Props : ICfnClusterAutoModeComputeLogsS3Props
Syntax (vb)
Public Class CfnClusterAutoModeComputeLogsS3Props Implements ICfnClusterAutoModeComputeLogsS3Props
Remarks

Stability: Experimental

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.Mixins.Preview.AWS.EKS.Mixins;
             using Amazon.CDK.Interfaces.KMS;

             IKeyRef keyRef;

             var cfnClusterAutoModeComputeLogsS3Props = new CfnClusterAutoModeComputeLogsS3Props {
                 EncryptionKey = keyRef,
                 OutputFormat = CfnClusterAutoModeComputeLogsOutputFormat.S3.JSON,
                 RecordFields = new [] { CfnClusterAutoModeComputeLogsRecordFields.LEVEL }
             };

Synopsis

Constructors

CfnClusterAutoModeComputeLogsS3Props()

Properties

EncryptionKey

(experimental) Encrpytion key for your delivery bucket.

OutputFormat

(experimental) Format for log output, options are json,plain,w3c,parquet.

RecordFields

(experimental) Record fields that can be provided to a log delivery.

Constructors

CfnClusterAutoModeComputeLogsS3Props()

public CfnClusterAutoModeComputeLogsS3Props()
Remarks

Stability: Experimental

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.Mixins.Preview.AWS.EKS.Mixins;
             using Amazon.CDK.Interfaces.KMS;

             IKeyRef keyRef;

             var cfnClusterAutoModeComputeLogsS3Props = new CfnClusterAutoModeComputeLogsS3Props {
                 EncryptionKey = keyRef,
                 OutputFormat = CfnClusterAutoModeComputeLogsOutputFormat.S3.JSON,
                 RecordFields = new [] { CfnClusterAutoModeComputeLogsRecordFields.LEVEL }
             };

Properties

EncryptionKey

(experimental) Encrpytion key for your delivery bucket.

public IKeyRef? EncryptionKey { get; set; }
Property Value

IKeyRef

Remarks

Stability: Experimental

OutputFormat

(experimental) Format for log output, options are json,plain,w3c,parquet.

public CfnClusterAutoModeComputeLogsOutputFormat.S3? OutputFormat { get; set; }
Property Value

CfnClusterAutoModeComputeLogsOutputFormat.S3?

Remarks

Stability: Experimental

RecordFields

(experimental) Record fields that can be provided to a log delivery.

public CfnClusterAutoModeComputeLogsRecordFields[]? RecordFields { get; set; }
Property Value

CfnClusterAutoModeComputeLogsRecordFields[]

Remarks

Stability: Experimental

Implements

ICfnClusterAutoModeComputeLogsS3Props
Back to top Generated by DocFX