agentConnected property

bool? agentConnected
final

This parameter returns true if the agent is connected to Amazon ECS. Registered instances with an agent that may be unhealthy or stopped return false. Only instances connected to an agent can accept placement requests.

Implementation

final bool? agentConnected;