AnalysisLogExport
An export of the redacted Apache Spark logs for a protected query.
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
- membershipId
-
The unique identifier of the membership that the analysis log export belongs to.
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
- resultConfiguration
-
Contains the details needed to write the exported analysis logs.
Type: AnalysisLogExportResultConfiguration object
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. See theerrorfield for details.
Type: String
Valid Values:
IN_PROGRESS | SUCCESS | FAILEDRequired: Yes
-
- updateTime
-
The time the analysis log export was last updated.
Type: Timestamp
Required: Yes
- error
-
The analysis log export error. This is present only when the export
statusisFAILED.Type: AnalysisLogExportError object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: