ImportFileEnrichment
Details about an import file enrichment job.
Contents
- checksum
-
The checksum of the enriched file for integrity verification.
Type: Checksum object
Required: No
- createdAt
-
The timestamp when the enrichment job was created.
Type: Timestamp
Required: No
- endedAt
-
The timestamp when the enrichment job completed or failed.
Type: Timestamp
Required: No
- jobID
-
The unique identifier of the import file enrichment job.
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: No
- s3BucketTarget
-
The target S3 configuration for the enriched import file.
Type: EnrichmentTargetS3Configuration object
Required: No
- status
-
The current status of the import file enrichment job.
Type: String
Valid Values:
PENDING | STARTED | FAILED | SUCCEEDED | SUCCEEDED_WITH_WARNINGSRequired: No
- statusDetails
-
Detailed status information about the enrichment job.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 65536.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: