Class: Aws::MediaConnect::Types::MediaConnectFlowRouterInputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::MediaConnectFlowRouterInputConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Configuration settings for connecting a router input to a flow output.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_arn ⇒ String
The ARN of the flow to connect to.
-
#flow_output_arn ⇒ String
The ARN of the flow output to connect to this router input.
-
#source_transit_decryption ⇒ Types::FlowTransitEncryption
The decryption configuration for the flow source when connected to this router input.
Instance Attribute Details
#flow_arn ⇒ String
The ARN of the flow to connect to.
4375 4376 4377 4378 4379 4380 4381 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4375 class MediaConnectFlowRouterInputConfiguration < Struct.new( :flow_arn, :flow_output_arn, :source_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#flow_output_arn ⇒ String
The ARN of the flow output to connect to this router input.
4375 4376 4377 4378 4379 4380 4381 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4375 class MediaConnectFlowRouterInputConfiguration < Struct.new( :flow_arn, :flow_output_arn, :source_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#source_transit_decryption ⇒ Types::FlowTransitEncryption
The decryption configuration for the flow source when connected to this router input.
4375 4376 4377 4378 4379 4380 4381 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4375 class MediaConnectFlowRouterInputConfiguration < Struct.new( :flow_arn, :flow_output_arn, :source_transit_decryption) SENSITIVE = [] include Aws::Structure end |