The source of the bridge. A flow source originates in MediaConnect as an existing cloud flow.
Type: objectProperties: 4Required: 2
BroadcastingLive VideoMediaMedia Transport
BridgeFlowSource is a JSON Structure definition published by Amazon MediaConnect, describing 4 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconnect/refs/heads/main/json-structure/mediaconnect-api-bridge-flow-source-structure.json",
"name": "BridgeFlowSource",
"type": "object",
"description": "The source of the bridge. A flow source originates in MediaConnect as an existing cloud flow.",
"properties": {
"FlowArn": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "flowArn"
},
"description": "The ARN of the cloud flow used as a source of this bridge."
}
]
},
"FlowVpcInterfaceAttachment": {
"allOf": [
{
"$ref": "#/components/schemas/VpcInterfaceAttachment"
},
{
"xml": {
"name": "flowVpcInterfaceAttachment"
},
"description": "The name of the VPC interface attachment to use for this source."
}
]
},
"Name": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "name"
},
"description": "The name of the flow source."
}
]
},
"OutputArn": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "outputArn"
},
"description": "The Amazon Resource Number (ARN) of the output."
}
]
}
},
"required": [
"FlowArn",
"Name"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.