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: