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)


3427
3428
3429
3430
3431
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 3427

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