Class: Aws::MediaLive::Types::MediaPackageOutputDestinationSettings

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

Overview

MediaPackage Output Destination Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_groupString

Name of the channel group in MediaPackageV2. Only use if you are sending CMAF Ingest output to a CMAF ingest endpoint on a MediaPackage channel that uses MediaPackage v2.

Returns:

  • (String)


8939
8940
8941
8942
8943
8944
8945
# File 'lib/aws-sdk-medialive/types.rb', line 8939

class MediaPackageOutputDestinationSettings < Struct.new(
  :channel_id,
  :channel_group,
  :channel_name)
  SENSITIVE = []
  include Aws::Structure
end

#channel_idString

ID of the channel in MediaPackage that is the destination for this output group. You do not need to specify the individual inputs in MediaPackage; MediaLive will handle the connection of the two MediaLive pipelines to the two MediaPackage inputs. The MediaPackage channel and MediaLive channel must be in the same region.

Returns:

  • (String)


8939
8940
8941
8942
8943
8944
8945
# File 'lib/aws-sdk-medialive/types.rb', line 8939

class MediaPackageOutputDestinationSettings < Struct.new(
  :channel_id,
  :channel_group,
  :channel_name)
  SENSITIVE = []
  include Aws::Structure
end

#channel_nameString

Name of the channel in MediaPackageV2. Only use if you are sending CMAF Ingest output to a CMAF ingest endpoint on a MediaPackage channel that uses MediaPackage v2.

Returns:

  • (String)


8939
8940
8941
8942
8943
8944
8945
# File 'lib/aws-sdk-medialive/types.rb', line 8939

class MediaPackageOutputDestinationSettings < Struct.new(
  :channel_id,
  :channel_group,
  :channel_name)
  SENSITIVE = []
  include Aws::Structure
end