Class: Aws::MediaPackageV2::Types::OutputHeaderConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediapackagev2/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#publish_mqcsBoolean

When true, AWS Elemental MediaPackage includes the MQCS in responses to the CDN. This setting is valid only when ‘InputType` is `CMAF`.

Returns:

  • (Boolean)


2803
2804
2805
2806
2807
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2803

class OutputHeaderConfiguration < Struct.new(
  :publish_mqcs)
  SENSITIVE = []
  include Aws::Structure
end