

This is the new *Amazon CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [Amazon CloudFormation User Guide](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::MediaConnect::Bridge IngressGatewayBridge
<a name="aws-properties-mediaconnect-bridge-ingressgatewaybridge"></a>

Create a bridge with the ingress bridge type. An ingress bridge is a ground-to-cloud bridge. The content originates at your premises and is delivered to the cloud.

## Syntax
<a name="aws-properties-mediaconnect-bridge-ingressgatewaybridge-syntax"></a>

To declare this entity in your Amazon CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-mediaconnect-bridge-ingressgatewaybridge-syntax.json"></a>

```
{
  "[MaxBitrate](#cfn-mediaconnect-bridge-ingressgatewaybridge-maxbitrate)" : {{Integer}},
  "[MaxOutputs](#cfn-mediaconnect-bridge-ingressgatewaybridge-maxoutputs)" : {{Integer}}
}
```

### YAML
<a name="aws-properties-mediaconnect-bridge-ingressgatewaybridge-syntax.yaml"></a>

```
  [MaxBitrate](#cfn-mediaconnect-bridge-ingressgatewaybridge-maxbitrate): {{Integer}}
  [MaxOutputs](#cfn-mediaconnect-bridge-ingressgatewaybridge-maxoutputs): {{Integer}}
```

## Properties
<a name="aws-properties-mediaconnect-bridge-ingressgatewaybridge-properties"></a>

`MaxBitrate`  <a name="cfn-mediaconnect-bridge-ingressgatewaybridge-maxbitrate"></a>
The maximum expected bitrate (in bps) of the ingress bridge.   
*Required*: Yes  
*Type*: Integer  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MaxOutputs`  <a name="cfn-mediaconnect-bridge-ingressgatewaybridge-maxoutputs"></a>
The maximum number of outputs on the ingress bridge.   
*Required*: Yes  
*Type*: Integer  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)