interface OutputHeaderConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaPackageV2.Mixins.CfnChannelPropsMixin.OutputHeaderConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmediapackagev2/mixins#CfnChannelPropsMixin_OutputHeaderConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.mediapackagev2.mixins.CfnChannelPropsMixin.OutputHeaderConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_mediapackagev2.mixins.CfnChannelPropsMixin.OutputHeaderConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_mediapackagev2 » mixins » CfnChannelPropsMixin » OutputHeaderConfigurationProperty |
The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as mediapackagev2_mixins } from '@aws-cdk/mixins-preview/aws-mediapackagev2';
const outputHeaderConfigurationProperty: mediapackagev2_mixins.CfnChannelPropsMixin.OutputHeaderConfigurationProperty = {
publishMqcs: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| publish | boolean | IResolvable | When true, AWS Elemental MediaPackage includes the MQCS in responses to the CDN. |
publishMqcs?
Type:
boolean | IResolvable
(optional)
When true, AWS Elemental MediaPackage includes the MQCS in responses to the CDN.
This setting is valid only when InputType is CMAF .

.NET
Go
Java
Python
TypeScript