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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconnect/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 cloud flow to use as a source of this bridge.

Returns:

  • (String)


31
32
33
34
35
36
37
# File 'gems/aws-sdk-mediaconnect/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 'gems/aws-sdk-mediaconnect/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.

Returns:

  • (String)


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

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