Class CfnPlaybackConfigurationPropsMixin.PreRollAdDecisionServerConfigurationProperty
The configuration for the request to the pre-roll Ad Decision Server.
Inherited Members
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
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
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
Remarks
Type union: either IResolvable or CfnPlaybackConfigurationPropsMixin.IPreRollVastResponseProperty