interface AdDecisionServerConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaTailor.Mixins.CfnPlaybackConfigurationPropsMixin.AdDecisionServerConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmediatailor/mixins#CfnPlaybackConfigurationPropsMixin_AdDecisionServerConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.mediatailor.mixins.CfnPlaybackConfigurationPropsMixin.AdDecisionServerConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_mediatailor.mixins.CfnPlaybackConfigurationPropsMixin.AdDecisionServerConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_mediatailor » mixins » 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 { mixins as mediatailor_mixins } from '@aws-cdk/mixins-preview/aws-mediatailor';
const adDecisionServerConfigurationProperty: mediatailor_mixins.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