Class: Aws::IVSRealTime::Types::ChannelDestinationConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb

Overview

Object specifying a channel as a destination.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

ARN of the channel to use for broadcasting. The channel and stage resources must be in the same AWS account and region. The channel must be offline (not broadcasting).

Returns:

  • (String)


40
41
42
43
44
45
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 40

class ChannelDestinationConfiguration < Struct.new(
  :channel_arn,
  :encoder_configuration_arn)
  SENSITIVE = []
  include Aws::Structure
end

#encoder_configuration_arnString

ARN of the EncoderConfiguration resource. The encoder configuration and stage resources must be in the same AWS account and region.

Returns:

  • (String)


40
41
42
43
44
45
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 40

class ChannelDestinationConfiguration < Struct.new(
  :channel_arn,
  :encoder_configuration_arn)
  SENSITIVE = []
  include Aws::Structure
end