Class: Aws::MediaConnect::Types::BridgeFlowSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::BridgeFlowSource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The source of the bridge. A flow source originates in MediaConnect as an existing cloud flow.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_arn ⇒ String
The ARN of the cloud flow used 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.
-
#output_arn ⇒ String
The Amazon Resource Number (ARN) of the output.
Instance Attribute Details
#flow_arn ⇒ String
The ARN of the cloud flow used as a source of this bridge.
753 754 755 756 757 758 759 760 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 753 class BridgeFlowSource < Struct.new( :flow_arn, :flow_vpc_interface_attachment, :name, :output_arn) SENSITIVE = [] include Aws::Structure end |
#flow_vpc_interface_attachment ⇒ Types::VpcInterfaceAttachment
The name of the VPC interface attachment to use for this source.
753 754 755 756 757 758 759 760 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 753 class BridgeFlowSource < Struct.new( :flow_arn, :flow_vpc_interface_attachment, :name, :output_arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the flow source.
753 754 755 756 757 758 759 760 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 753 class BridgeFlowSource < Struct.new( :flow_arn, :flow_vpc_interface_attachment, :name, :output_arn) SENSITIVE = [] include Aws::Structure end |
#output_arn ⇒ String
The Amazon Resource Number (ARN) of the output.
753 754 755 756 757 758 759 760 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 753 class BridgeFlowSource < Struct.new( :flow_arn, :flow_vpc_interface_attachment, :name, :output_arn) SENSITIVE = [] include Aws::Structure end |