Class: Aws::MediaLive::Types::MediaPackageGroupSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::MediaPackageGroupSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Media Package Group Settings
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination ⇒ Types::OutputLocationRef
MediaPackage channel destination.
-
#mediapackage_v2_group_settings ⇒ Types::MediaPackageV2GroupSettings
Parameters that apply only if the destination parameter (for the output group) specifies a channelGroup and channelName.
Instance Attribute Details
#destination ⇒ Types::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_settings ⇒ Types::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 |