AWS::MediaConnect::Flow GatewayBridgeSource
The source configuration for cloud flows receiving a stream from a bridge.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "BridgeArn" :
String
, "VpcInterfaceAttachment" :VpcInterfaceAttachment
}
YAML
BridgeArn:
String
VpcInterfaceAttachment:VpcInterfaceAttachment
Properties
BridgeArn
-
The ARN of the bridge feeding this flow.
Required: Yes
Type: String
Update requires: No interruption
VpcInterfaceAttachment
-
The name of the VPC interface attachment to use for this bridge source.
Required: No
Type: VpcInterfaceAttachment
Update requires: No interruption