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