Show / Hide Table of Contents

Class CfnPlaybackConfiguration.AdsInteractionLogProperty

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

Inheritance
object
CfnPlaybackConfiguration.AdsInteractionLogProperty
Implements
CfnPlaybackConfiguration.IAdsInteractionLogProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.MediaTailor
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPlaybackConfiguration.AdsInteractionLogProperty : CfnPlaybackConfiguration.IAdsInteractionLogProperty
Syntax (vb)
Public Class CfnPlaybackConfiguration.AdsInteractionLogProperty Implements 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

Constructors

AdsInteractionLogProperty()

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

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.

Constructors

AdsInteractionLogProperty()

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

public AdsInteractionLogProperty()
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" }
             };

Properties

ExcludeEventTypes

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

public string[]? ExcludeEventTypes { get; set; }
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.

public string[]? PublishOptInEventTypes { get; set; }
Property Value

string[]

Remarks

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

Implements

CfnPlaybackConfiguration.IAdsInteractionLogProperty
Back to top Generated by DocFX