Class CfnLogGroupAuditLogsS3Props
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Logs.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnLogGroupAuditLogsS3Props : ICfnLogGroupAuditLogsS3Props
Syntax (vb)
Public Class CfnLogGroupAuditLogsS3Props Implements ICfnLogGroupAuditLogsS3Props
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.Logs.Mixins;
using Amazon.CDK.Interfaces.KMS;
IKeyRef keyRef;
var cfnLogGroupAuditLogsS3Props = new CfnLogGroupAuditLogsS3Props {
EncryptionKey = keyRef,
OutputFormat = CfnLogGroupAuditLogsOutputFormat.S3.JSON,
RecordFields = new [] { CfnLogGroupAuditLogsRecordFields.POLICYNAME }
};
Synopsis
Constructors
| CfnLogGroupAuditLogsS3Props() |
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
CfnLogGroupAuditLogsS3Props()
public CfnLogGroupAuditLogsS3Props()
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.Logs.Mixins;
using Amazon.CDK.Interfaces.KMS;
IKeyRef keyRef;
var cfnLogGroupAuditLogsS3Props = new CfnLogGroupAuditLogsS3Props {
EncryptionKey = keyRef,
OutputFormat = CfnLogGroupAuditLogsOutputFormat.S3.JSON,
RecordFields = new [] { CfnLogGroupAuditLogsRecordFields.POLICYNAME }
};
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 CfnLogGroupAuditLogsOutputFormat.S3? OutputFormat { get; set; }
Property Value
CfnLogGroupAuditLogsOutputFormat.S3?
Remarks
Stability: Experimental
RecordFields
(experimental) Record fields that can be provided to a log delivery.
public CfnLogGroupAuditLogsRecordFields[]? RecordFields { get; set; }
Property Value
CfnLogGroupAuditLogsRecordFields[]
Remarks
Stability: Experimental