interface AdDecisionServerConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MediaTailor.CfnPlaybackConfigurationPropsMixin.AdDecisionServerConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmediatailor#CfnPlaybackConfigurationPropsMixin_AdDecisionServerConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.mediatailor.CfnPlaybackConfigurationPropsMixin.AdDecisionServerConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_mediatailor.CfnPlaybackConfigurationPropsMixin.AdDecisionServerConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_mediatailor » CfnPlaybackConfigurationPropsMixin » AdDecisionServerConfigurationProperty |
The configuration for the request to the specified Ad Decision Server URL.
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/cfn-property-mixins';
const adDecisionServerConfigurationProperty: mediatailor.CfnPlaybackConfigurationPropsMixin.AdDecisionServerConfigurationProperty = {
httpRequest: {
body: 'body',
compressRequest: 'compressRequest',
headers: {
headersKey: 'headers',
},
httpMethod: 'httpMethod',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| http | IResolvable | Http | The configuration for the request to the Ad Decision Server URL. |
httpRequest?
Type:
IResolvable | Http
(optional)
The configuration for the request to the Ad Decision Server URL.

.NET
Go
Java
Python
TypeScript