Class CfnClusterAutoModeBlockStorageLogsS3Props
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.EKS.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnClusterAutoModeBlockStorageLogsS3Props : ICfnClusterAutoModeBlockStorageLogsS3Props
Syntax (vb)
Public Class CfnClusterAutoModeBlockStorageLogsS3Props Implements ICfnClusterAutoModeBlockStorageLogsS3Props
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 cfnClusterAutoModeBlockStorageLogsS3Props = new CfnClusterAutoModeBlockStorageLogsS3Props {
EncryptionKey = keyRef,
OutputFormat = CfnClusterAutoModeBlockStorageLogsOutputFormat.S3.JSON,
RecordFields = new [] { CfnClusterAutoModeBlockStorageLogsRecordFields.LEVEL }
};
Synopsis
Constructors
| CfnClusterAutoModeBlockStorageLogsS3Props() |
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
CfnClusterAutoModeBlockStorageLogsS3Props()
public CfnClusterAutoModeBlockStorageLogsS3Props()
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 cfnClusterAutoModeBlockStorageLogsS3Props = new CfnClusterAutoModeBlockStorageLogsS3Props {
EncryptionKey = keyRef,
OutputFormat = CfnClusterAutoModeBlockStorageLogsOutputFormat.S3.JSON,
RecordFields = new [] { CfnClusterAutoModeBlockStorageLogsRecordFields.LEVEL }
};
Properties
EncryptionKey
(experimental) Encrpytion key for your delivery bucket.
public IKeyRef? EncryptionKey { get; set; }
Property Value
Remarks
Stability: Experimental
OutputFormat
(experimental) Format for log output, options are json,plain,w3c,parquet.
public CfnClusterAutoModeBlockStorageLogsOutputFormat.S3? OutputFormat { get; set; }
Property Value
CfnClusterAutoModeBlockStorageLogsOutputFormat.S3?
Remarks
Stability: Experimental
RecordFields
(experimental) Record fields that can be provided to a log delivery.
public CfnClusterAutoModeBlockStorageLogsRecordFields[]? RecordFields { get; set; }
Property Value
CfnClusterAutoModeBlockStorageLogsRecordFields[]
Remarks
Stability: Experimental