Class: Aws::MediaLive::Types::MediaPackageGroupSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::MediaPackageGroupSettings
- Defined in:
- gems/aws-sdk-medialive/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.
9024 9025 9026 9027 9028 9029 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 9024 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).
9024 9025 9026 9027 9028 9029 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 9024 class MediaPackageGroupSettings < Struct.new( :destination, :mediapackage_v2_group_settings) SENSITIVE = [] include Aws::Structure end |