FlowOperationMetadata
An array of objects with metadata about the requested FlowOperation
.
Contents
- FlowOperationId
-
A unique identifier for the flow operation. This ID is returned in the responses to start and list commands. You provide to describe commands.
Type: String
Length Constraints: Fixed length of 36.
Pattern:
^([0-9a-f]{8})-([0-9a-f]{4}-){3}([0-9a-f]{12})$
Required: No
- FlowOperationStatus
-
Returns the status of the flow operation. This string is returned in the responses to start, list, and describe commands.
If the status is
COMPLETED_WITH_ERRORS
, results may be returned with any number ofFlows
missing from the response. If the status isFAILED
,Flows
returned will be empty.Type: String
Valid Values:
COMPLETED | IN_PROGRESS | FAILED | COMPLETED_WITH_ERRORS
Required: No
- FlowOperationType
-
Defines the type of
FlowOperation
.Type: String
Valid Values:
FLOW_FLUSH | FLOW_CAPTURE
Required: No
- FlowRequestTimestamp
-
A timestamp indicating when the Suricata engine identified flows impacted by an operation.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: