Class CfnPlaybackConfiguration.ManifestServiceInteractionLogProperty
Settings for customizing what events are included in logs for interactions with the origin server.
Inherited Members
Namespace: Amazon.CDK.AWS.MediaTailor
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPlaybackConfiguration.ManifestServiceInteractionLogProperty : CfnPlaybackConfiguration.IManifestServiceInteractionLogProperty
Syntax (vb)
Public Class CfnPlaybackConfiguration.ManifestServiceInteractionLogProperty Implements CfnPlaybackConfiguration.IManifestServiceInteractionLogProperty
Remarks
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.
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 manifestServiceInteractionLogProperty = new ManifestServiceInteractionLogProperty {
ExcludeEventTypes = new [] { "excludeEventTypes" }
};
Synopsis
Constructors
| ManifestServiceInteractionLogProperty() | Settings for customizing what events are included in logs for interactions with the origin server. |
Properties
| ExcludeEventTypes | Indicates that MediaTailor won't emit the selected events in the logs for playback sessions that are initialized with this configuration. |
Constructors
ManifestServiceInteractionLogProperty()
Settings for customizing what events are included in logs for interactions with the origin server.
public ManifestServiceInteractionLogProperty()
Remarks
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.
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 manifestServiceInteractionLogProperty = new ManifestServiceInteractionLogProperty {
ExcludeEventTypes = new [] { "excludeEventTypes" }
};
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[]