Show / Hide Table of Contents

Interface CfnPlaybackConfiguration.IAdsInteractionLogProperty

Settings for customizing what events are included in logs for interactions with the ad decision server (ADS).

Namespace: Amazon.CDK.AWS.MediaTailor
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnPlaybackConfiguration.IAdsInteractionLogProperty
Syntax (vb)
Public Interface CfnPlaybackConfiguration.IAdsInteractionLogProperty
Remarks

For more information about ADS logs, inlcuding descriptions of the event types, see MediaTailor ADS logs description and event types in AWS Elemental MediaTailor User Guide.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-playbackconfiguration-adsinteractionlog.html

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.AWS.MediaTailor;

             var adsInteractionLogProperty = new AdsInteractionLogProperty {
                 ExcludeEventTypes = new [] { "excludeEventTypes" },
                 PublishOptInEventTypes = new [] { "publishOptInEventTypes" }
             };

Synopsis

Properties

ExcludeEventTypes

Indicates that MediaTailor won't emit the selected events in the logs for playback sessions that are initialized with this configuration.

PublishOptInEventTypes

Indicates that MediaTailor emits RAW_ADS_RESPONSE logs for playback sessions that are initialized with this configuration.

Properties

ExcludeEventTypes

Indicates that MediaTailor won't emit the selected events in the logs for playback sessions that are initialized with this configuration.

string[]? ExcludeEventTypes { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-playbackconfiguration-adsinteractionlog.html#cfn-mediatailor-playbackconfiguration-adsinteractionlog-excludeeventtypes

PublishOptInEventTypes

Indicates that MediaTailor emits RAW_ADS_RESPONSE logs for playback sessions that are initialized with this configuration.

string[]? PublishOptInEventTypes { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-playbackconfiguration-adsinteractionlog.html#cfn-mediatailor-playbackconfiguration-adsinteractionlog-publishoptineventtypes

Back to top Generated by DocFX