Class CfnPlaybackConfiguration.AdsInteractionLogProperty
Settings for customizing what events are included in logs for interactions with the ad decision server (ADS).
Inherited Members
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.
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 |
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.
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
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[]