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.
714 715 716 717 718 719 720 721 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 714 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.
714 715 716 717 718 719 720 721 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 714 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.
714 715 716 717 718 719 720 721 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 714 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.
714 715 716 717 718 719 720 721 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 714 class BridgeFlowSource < Struct.new( :flow_arn, :flow_vpc_interface_attachment, :name, :output_arn) SENSITIVE = [] include Aws::Structure end |