

# GatewayInstance
<a name="API_GatewayInstance"></a>

 The settings for an instance in a gateway.

## Contents
<a name="API_GatewayInstance_Contents"></a>

 ** bridgePlacement **   <a name="mediaconnect-Type-GatewayInstance-bridgePlacement"></a>
The availability of the instance to host new bridges. The bridgePlacement property can be LOCKED or AVAILABLE. If it is LOCKED, no new bridges can be deployed to this instance. If it is AVAILABLE, new bridges can be deployed to this instance.   
Type: String  
Valid Values: `AVAILABLE | LOCKED`   
Required: Yes

 ** connectionStatus **   <a name="mediaconnect-Type-GatewayInstance-connectionStatus"></a>
The connection state of the instance.   
Type: String  
Valid Values: `CONNECTED | DISCONNECTED`   
Required: Yes

 ** gatewayArn **   <a name="mediaconnect-Type-GatewayInstance-gatewayArn"></a>
The Amazon Resource Name (ARN) of the instance.   
Type: String  
Required: Yes

 ** gatewayInstanceArn **   <a name="mediaconnect-Type-GatewayInstance-gatewayInstanceArn"></a>
The ARN of the gateway.   
Type: String  
Required: Yes

 ** instanceId **   <a name="mediaconnect-Type-GatewayInstance-instanceId"></a>
The instance ID generated by the SSM install. This will begin with "mi-".   
Type: String  
Required: Yes

 ** instanceState **   <a name="mediaconnect-Type-GatewayInstance-instanceState"></a>
The status of the instance.   
Type: String  
Valid Values: `REGISTERING | ACTIVE | DEREGISTERING | DEREGISTERED | REGISTRATION_ERROR | DEREGISTRATION_ERROR`   
Required: Yes

 ** runningBridgeCount **   <a name="mediaconnect-Type-GatewayInstance-runningBridgeCount"></a>
 The running bridge count.   
Type: Integer  
Required: Yes

 ** instanceMessages **   <a name="mediaconnect-Type-GatewayInstance-instanceMessages"></a>
 Messages with information about the gateway.   
Type: Array of [MessageDetail](API_MessageDetail.md) objects  
Required: No

## See Also
<a name="API_GatewayInstance_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/mediaconnect-2018-11-14/GatewayInstance) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/mediaconnect-2018-11-14/GatewayInstance) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/mediaconnect-2018-11-14/GatewayInstance) 