interface ManifestServiceInteractionLogProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaTailor.CfnPlaybackConfiguration.ManifestServiceInteractionLogProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmediatailor#CfnPlaybackConfiguration_ManifestServiceInteractionLogProperty |
![]() | software.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration.ManifestServiceInteractionLogProperty |
![]() | aws_cdk.aws_mediatailor.CfnPlaybackConfiguration.ManifestServiceInteractionLogProperty |
![]() | aws-cdk-lib » aws_mediatailor » CfnPlaybackConfiguration » ManifestServiceInteractionLogProperty |
Settings for customizing what events are included in logs for interactions with the origin server.
For more information about manifest service logs, including descriptions of the event types, see MediaTailor manifest 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 manifestServiceInteractionLogProperty: mediatailor.CfnPlaybackConfiguration.ManifestServiceInteractionLogProperty = {
excludeEventTypes: ['excludeEventTypes'],
};
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. |
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.