View a markdown version of this page

AnalysisLogExport - AWS Clean Rooms

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_QUERY is supported.

Type: String

Valid Values: PROTECTED_QUERY

Required: 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 the error field for details.

Type: String

Valid Values: IN_PROGRESS | SUCCESS | FAILED

Required: 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 status is FAILED.

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: