Class: Aws::MediaConnect::Types::MediaConnectFlowRouterOutputConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#destination_transit_encryptionTypes::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_arnString

The ARN of the flow to connect to this router output.

Returns:

  • (String)


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_arnString

The ARN of the flow source to connect to this router output.

Returns:

  • (String)


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