Class: Aws::IVSRealTime::Types::ChannelDestinationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::ChannelDestinationConfiguration
- 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
-
#channel_arn ⇒ String
ARN of the channel to use for broadcasting.
-
#encoder_configuration_arn ⇒ String
ARN of the EncoderConfiguration resource.
Instance Attribute Details
#channel_arn ⇒ String
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).
64 65 66 67 68 69 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 64 class ChannelDestinationConfiguration < Struct.new( :channel_arn, :encoder_configuration_arn) SENSITIVE = [] include Aws::Structure end |
#encoder_configuration_arn ⇒ String
ARN of the EncoderConfiguration resource. The encoder configuration and stage resources must be in the same AWS account and region.
64 65 66 67 68 69 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 64 class ChannelDestinationConfiguration < Struct.new( :channel_arn, :encoder_configuration_arn) SENSITIVE = [] include Aws::Structure end |