Show / Hide Table of Contents

Class CfnPlaybackConfiguration.ManifestServiceInteractionLogProperty

Settings for customizing what events are included in logs for interactions with the origin server.

Inheritance
object
CfnPlaybackConfiguration.ManifestServiceInteractionLogProperty
Implements
CfnPlaybackConfiguration.IManifestServiceInteractionLogProperty
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.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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-playbackconfiguration-manifestserviceinteractionlog.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 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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-playbackconfiguration-manifestserviceinteractionlog.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 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[]

Remarks

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

Implements

CfnPlaybackConfiguration.IManifestServiceInteractionLogProperty
Back to top Generated by DocFX