Interface CfnChannel.OutputHeaderConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.OutputHeaderConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
@Stability(Stable)
public static interface CfnChannel.OutputHeaderConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.mediapackagev2.*; OutputHeaderConfigurationProperty outputHeaderConfigurationProperty = OutputHeaderConfigurationProperty.builder() .publishMqcs(false) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.OutputHeaderConfigurationProperty
static final class
An implementation forCfnChannel.OutputHeaderConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPublishMqcs
When true, AWS Elemental MediaPackage includes the MQCS in responses to the CDN.This setting is valid only when
InputType
isCMAF
.- See Also:
-
builder
-