Interface ICfnPipeExecutionLogsS3Props
Namespace: Amazon.CDK.Mixins.Preview.AWS.Pipes.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ICfnPipeExecutionLogsS3Props
Syntax (vb)
Public Interface ICfnPipeExecutionLogsS3Props
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.Pipes.Mixins;
using Amazon.CDK.Interfaces.KMS;
IKeyRef keyRef;
var cfnPipeExecutionLogsS3Props = new CfnPipeExecutionLogsS3Props {
EncryptionKey = keyRef,
OutputFormat = CfnPipeExecutionLogsOutputFormat.S3.JSON
};
Synopsis
Properties
| EncryptionKey | (experimental) Encrpytion key for your delivery bucket. |
| OutputFormat | (experimental) Format for log output, options are json,plain,w3c,parquet. |
Properties
EncryptionKey
(experimental) Encrpytion key for your delivery bucket.
IKeyRef? EncryptionKey { get; }
Property Value
Remarks
Stability: Experimental
OutputFormat
(experimental) Format for log output, options are json,plain,w3c,parquet.
CfnPipeExecutionLogsOutputFormat.S3? OutputFormat { get; }
Property Value
CfnPipeExecutionLogsOutputFormat.S3?
Remarks
Stability: Experimental