Class: Aws::MediaConnect::Types::GatewayBridgeSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::GatewayBridgeSource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The source configuration for cloud flows receiving a stream from a bridge.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bridge_arn ⇒ String
The ARN of the bridge feeding this flow.
-
#vpc_interface_attachment ⇒ Types::VpcInterfaceAttachment
The name of the VPC interface attachment to use for this bridge source.
Instance Attribute Details
#bridge_arn ⇒ String
The ARN of the bridge feeding this flow.
1999 2000 2001 2002 2003 2004 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1999 class GatewayBridgeSource < Struct.new( :bridge_arn, :vpc_interface_attachment) SENSITIVE = [] include Aws::Structure end |
#vpc_interface_attachment ⇒ Types::VpcInterfaceAttachment
The name of the VPC interface attachment to use for this bridge source.
1999 2000 2001 2002 2003 2004 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1999 class GatewayBridgeSource < Struct.new( :bridge_arn, :vpc_interface_attachment) SENSITIVE = [] include Aws::Structure end |