interface OutputHeaderConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_mediapackagev2.CfnChannel.OutputHeaderConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmediapackagev2#CfnChannel_OutputHeaderConfigurationProperty |
![]() | software.amazon.awscdk.services.mediapackagev2.CfnChannel.OutputHeaderConfigurationProperty |
![]() | aws_cdk.aws_mediapackagev2.CfnChannel.OutputHeaderConfigurationProperty |
![]() | aws-cdk-lib » aws_mediapackagev2 » CfnChannel » 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 { aws_mediapackagev2 as mediapackagev2 } from 'aws-cdk-lib';
const outputHeaderConfigurationProperty: mediapackagev2.CfnChannel.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
.