Class CfnChannel.OutputHeaderConfigurationProperty
The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.MediaPackageV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnChannel.OutputHeaderConfigurationProperty : CfnChannel.IOutputHeaderConfigurationProperty
Syntax (vb)
Public Class CfnChannel.OutputHeaderConfigurationProperty Implements CfnChannel.IOutputHeaderConfigurationProperty
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.AWS.MediaPackageV2;
var outputHeaderConfigurationProperty = new OutputHeaderConfigurationProperty {
PublishMqcs = false
};
Synopsis
Constructors
| OutputHeaderConfigurationProperty() | The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN. |
Properties
| PublishMqcs | When true, AWS Elemental MediaPackage includes the MQCS in responses to the CDN. |
Constructors
OutputHeaderConfigurationProperty()
The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN.
public OutputHeaderConfigurationProperty()
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.AWS.MediaPackageV2;
var outputHeaderConfigurationProperty = new OutputHeaderConfigurationProperty {
PublishMqcs = false
};
Properties
PublishMqcs
When true, AWS Elemental MediaPackage includes the MQCS in responses to the CDN.
public object? PublishMqcs { get; set; }
Property Value
Remarks
This setting is valid only when InputType is CMAF .
Type union: either bool or IResolvable