Values.GatewayInstanceSourceThe settings for an instance in a gateway.
type nonrec t = {bridgePlacement : BridgePlacement.t option;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.
*)connectionStatus : ConnectionStatus.t option;The connection state of the instance.
*)gatewayArn : String_.t option;The Amazon Resource Name (ARN) of the instance.
*)gatewayInstanceArn : String_.t option;The ARN of the gateway.
*)instanceId : String_.t option;The instance ID generated by the SSM install. This will begin with "mi-".
*)instanceMessages : MessageDetail.t list option;Messages with information about the gateway.
*)instanceState : InstanceState.t option;The status of the instance.
*)runningBridgeCount : Integer.t option;The running bridge count.
*)}