Show / Hide Table of Contents

Class CfnChannel.OutputHeaderConfigurationProperty

The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN.

Inheritance
object
CfnChannel.OutputHeaderConfigurationProperty
Implements
CfnChannel.IOutputHeaderConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-channel-outputheaderconfiguration.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-channel-outputheaderconfiguration.html

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

object

Remarks

This setting is valid only when InputType is CMAF .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-channel-outputheaderconfiguration.html#cfn-mediapackagev2-channel-outputheaderconfiguration-publishmqcs

Type union: either bool or IResolvable

Implements

CfnChannel.IOutputHeaderConfigurationProperty
Back to top Generated by DocFX