Class: Aws::MediaConnect::Types::AddBridgeFlowSourceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconnect/types.rb

Overview

Add a flow source to an existing bridge.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_arnString

The Amazon Resource Number (ARN) of the flow to use as a source of this bridge.



31
32
33
34
35
36
37
# File 'lib/aws-sdk-mediaconnect/types.rb', line 31

class AddBridgeFlowSourceRequest < Struct.new(
  :flow_arn,
  :flow_vpc_interface_attachment,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#flow_vpc_interface_attachmentTypes::VpcInterfaceAttachment

The name of the VPC interface attachment to use for this source.



31
32
33
34
35
36
37
# File 'lib/aws-sdk-mediaconnect/types.rb', line 31

class AddBridgeFlowSourceRequest < Struct.new(
  :flow_arn,
  :flow_vpc_interface_attachment,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the flow source. This name is used to reference the source and must be unique among sources in this bridge.



31
32
33
34
35
36
37
# File 'lib/aws-sdk-mediaconnect/types.rb', line 31

class AddBridgeFlowSourceRequest < Struct.new(
  :flow_arn,
  :flow_vpc_interface_attachment,
  :name)
  SENSITIVE = []
  include Aws::Structure
end