AnalysisLogExportSummary
A summary of an analysis log export, including its identifier, status, analysis type, and
creation time. Returned by ListAnalysisLogExports.
Contents
- analysisId
-
The unique identifier of the protected query that the analysis logs were exported for.
Type: String
Length Constraints: Fixed length of 36.
Pattern:
[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}Required: Yes
- analysisLogExportId
-
The unique identifier of the analysis log export.
Type: String
Length Constraints: Fixed length of 36.
Pattern:
[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}Required: Yes
- analysisType
-
The type of analysis that the logs were exported for. Currently, only
PROTECTED_QUERYis supported.Type: String
Valid Values:
PROTECTED_QUERYRequired: Yes
- createTime
-
The time the analysis log export was created.
Type: Timestamp
Required: Yes
- status
-
The status of the analysis log export. Possible values are:
-
IN_PROGRESS– The export is currently running. -
SUCCESS– The export completed successfully. -
FAILED– The export failed.
Type: String
Valid Values:
IN_PROGRESS | SUCCESS | FAILEDRequired: Yes
-
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: