Show / Hide Table of Contents

Class CfnPlaybackConfigurationPropsMixin.PreRollAdDecisionServerConfigurationProperty

The configuration for the request to the pre-roll Ad Decision Server.

Inheritance
object
CfnPlaybackConfigurationPropsMixin.PreRollAdDecisionServerConfigurationProperty
Implements
CfnPlaybackConfigurationPropsMixin.IPreRollAdDecisionServerConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MediaTailor
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnPlaybackConfigurationPropsMixin.PreRollAdDecisionServerConfigurationProperty : CfnPlaybackConfigurationPropsMixin.IPreRollAdDecisionServerConfigurationProperty
Syntax (vb)
Public Class CfnPlaybackConfigurationPropsMixin.PreRollAdDecisionServerConfigurationProperty Implements CfnPlaybackConfigurationPropsMixin.IPreRollAdDecisionServerConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-playbackconfiguration-prerolladdecisionserverconfiguration.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.CfnPropertyMixins.AWS.MediaTailor;

             var preRollAdDecisionServerConfigurationProperty = new PreRollAdDecisionServerConfigurationProperty {
                 VastResponse = new PreRollVastResponseProperty {
                     AdSequencingMode = "adSequencingMode"
                 }
             };

Synopsis

Constructors

PreRollAdDecisionServerConfigurationProperty()

The configuration for the request to the pre-roll Ad Decision Server.

Properties

VastResponse

The configuration for how MediaTailor processes the VAST response returned by the pre-roll Ad Decision Server.

Constructors

PreRollAdDecisionServerConfigurationProperty()

The configuration for the request to the pre-roll Ad Decision Server.

public PreRollAdDecisionServerConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-playbackconfiguration-prerolladdecisionserverconfiguration.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.CfnPropertyMixins.AWS.MediaTailor;

             var preRollAdDecisionServerConfigurationProperty = new PreRollAdDecisionServerConfigurationProperty {
                 VastResponse = new PreRollVastResponseProperty {
                     AdSequencingMode = "adSequencingMode"
                 }
             };

Properties

VastResponse

The configuration for how MediaTailor processes the VAST response returned by the pre-roll Ad Decision Server.

public object? VastResponse { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnPlaybackConfigurationPropsMixin.IPreRollVastResponseProperty

Implements

CfnPlaybackConfigurationPropsMixin.IPreRollAdDecisionServerConfigurationProperty
Back to top Generated by DocFX