Class: Aws::MediaConnect::Types::MediaConnectFlowRouterOutputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::MediaConnectFlowRouterOutputConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Configuration settings for connecting a router output to a MediaConnect flow source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_transit_encryption ⇒ Types::FlowTransitEncryption
The encryption configuration for the flow destination when connected to this router output.
-
#flow_arn ⇒ String
The ARN of the flow to connect to this router output.
-
#flow_source_arn ⇒ String
The ARN of the flow source to connect to this router output.
Instance Attribute Details
#destination_transit_encryption ⇒ Types::FlowTransitEncryption
The encryption configuration for the flow destination when connected to this router output.
4408 4409 4410 4411 4412 4413 4414 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4408 class MediaConnectFlowRouterOutputConfiguration < Struct.new( :flow_arn, :flow_source_arn, :destination_transit_encryption) SENSITIVE = [] include Aws::Structure end |
#flow_arn ⇒ String
The ARN of the flow to connect to this router output.
4408 4409 4410 4411 4412 4413 4414 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4408 class MediaConnectFlowRouterOutputConfiguration < Struct.new( :flow_arn, :flow_source_arn, :destination_transit_encryption) SENSITIVE = [] include Aws::Structure end |
#flow_source_arn ⇒ String
The ARN of the flow source to connect to this router output.
4408 4409 4410 4411 4412 4413 4414 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4408 class MediaConnectFlowRouterOutputConfiguration < Struct.new( :flow_arn, :flow_source_arn, :destination_transit_encryption) SENSITIVE = [] include Aws::Structure end |