interface AdsInteractionLogProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaTailor.CfnPlaybackConfiguration.AdsInteractionLogProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmediatailor#CfnPlaybackConfiguration_AdsInteractionLogProperty |
![]() | software.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration.AdsInteractionLogProperty |
![]() | aws_cdk.aws_mediatailor.CfnPlaybackConfiguration.AdsInteractionLogProperty |
![]() | aws-cdk-lib » aws_mediatailor » CfnPlaybackConfiguration » AdsInteractionLogProperty |
Settings for customizing what events are included in logs for interactions with the ad decision server (ADS).
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.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_mediatailor as mediatailor } from 'aws-cdk-lib';
const adsInteractionLogProperty: mediatailor.CfnPlaybackConfiguration.AdsInteractionLogProperty = {
excludeEventTypes: ['excludeEventTypes'],
publishOptInEventTypes: ['publishOptInEventTypes'],
};
Properties
Name | Type | Description |
---|---|---|
exclude | string[] | Indicates that MediaTailor won't emit the selected events in the logs for playback sessions that are initialized with this configuration. |
publish | string[] | Indicates that MediaTailor emits RAW_ADS_RESPONSE logs for playback sessions that are initialized with this configuration. |
excludeEventTypes?
Type:
string[]
(optional)
Indicates that MediaTailor won't emit the selected events in the logs for playback sessions that are initialized with this configuration.
publishOptInEventTypes?
Type:
string[]
(optional)
Indicates that MediaTailor emits RAW_ADS_RESPONSE
logs for playback sessions that are initialized with this configuration.