Class: Aws::MediaConnect::Types::AddBridgeFlowSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::AddBridgeFlowSourceRequest
- 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
-
#flow_arn ⇒ String
The Amazon Resource Number (ARN) of the cloud flow to use as a source of this bridge.
-
#flow_vpc_interface_attachment ⇒ Types::VpcInterfaceAttachment
The name of the VPC interface attachment to use for this source.
-
#name ⇒ String
The name of the flow source.
Instance Attribute Details
#flow_arn ⇒ String
The Amazon Resource Number (ARN) of the cloud 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_attachment ⇒ Types::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 |
#name ⇒ String
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 |