Show / Hide Table of Contents

Interface ICfnPlaybackConfigurationManifestServiceLogsS3Props

Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaTailor.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ICfnPlaybackConfigurationManifestServiceLogsS3Props
Syntax (vb)
Public Interface ICfnPlaybackConfigurationManifestServiceLogsS3Props
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 cfnPlaybackConfigurationManifestServiceLogsS3Props = new CfnPlaybackConfigurationManifestServiceLogsS3Props {
                 EncryptionKey = keyRef,
                 OutputFormat = CfnPlaybackConfigurationManifestServiceLogsOutputFormat.S3.JSON,
                 RecordFields = new [] { CfnPlaybackConfigurationManifestServiceLogsRecordFields.CUSTOMERID }
             };

Synopsis

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.

Properties

EncryptionKey

(experimental) Encrpytion key for your delivery bucket.

IKeyRef? EncryptionKey { get; }
Property Value

IKeyRef

Remarks

Stability: Experimental

OutputFormat

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

CfnPlaybackConfigurationManifestServiceLogsOutputFormat.S3? OutputFormat { get; }
Property Value

CfnPlaybackConfigurationManifestServiceLogsOutputFormat.S3?

Remarks

Stability: Experimental

RecordFields

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

CfnPlaybackConfigurationManifestServiceLogsRecordFields[]? RecordFields { get; }
Property Value

CfnPlaybackConfigurationManifestServiceLogsRecordFields[]

Remarks

Stability: Experimental

Back to top Generated by DocFX