Class: Aws::MediaLive::Types::MediaPackageGroupSettings

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

Overview

Media Package Group Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destinationTypes::OutputLocationRef

MediaPackage channel destination.



9065
9066
9067
9068
9069
9070
# File 'lib/aws-sdk-medialive/types.rb', line 9065

class MediaPackageGroupSettings < Struct.new(
  :destination,
  :mediapackage_v2_group_settings)
  SENSITIVE = []
  include Aws::Structure
end

#mediapackage_v2_group_settingsTypes::MediaPackageV2GroupSettings

Parameters that apply only if the destination parameter (for the output group) specifies a channelGroup and channelName. Use of these two paramters indicates that the output group is for MediaPackage V2 (CMAF Ingest).



9065
9066
9067
9068
9069
9070
# File 'lib/aws-sdk-medialive/types.rb', line 9065

class MediaPackageGroupSettings < Struct.new(
  :destination,
  :mediapackage_v2_group_settings)
  SENSITIVE = []
  include Aws::Structure
end