ComponentStatusData
Data on the status of agent components.
Contents
- capabilityArn
-
Capability ARN of the component.
Type: String
Required: Yes
- componentType
-
The Component type.
Type: String
Pattern:
^[a-zA-Z0-9_]{1,64}$
Required: Yes
- dataflowId
-
Dataflow UUID associated with the component.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$
Required: Yes
- status
-
Component status.
Type: String
Valid Values:
SUCCESS | FAILED | ACTIVE | INACTIVE
Required: Yes
- bytesReceived
-
Bytes received by the component.
Type: Long
Required: No
- bytesSent
-
Bytes sent by the component.
Type: Long
Required: No
- packetsDropped
-
Packets dropped by component.
Type: Long
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: