BatchImport
The batch import job details.
Contents
- arn
-
The ARN of the batch import job.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
^arn\:aws[a-z-]{0,15}\:frauddetector\:[a-z0-9-]{3,20}\:[0-9]{12}\:[^\s]{2,128}$
Required: No
- completionTime
-
Timestamp of when batch import job completed.
Type: String
Length Constraints: Minimum length of 11. Maximum length of 30.
Required: No
- eventTypeName
-
The name of the event type.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
^[0-9a-z_-]+$
Required: No
- failedRecordsCount
-
The number of records that failed to import.
Type: Integer
Required: No
- failureReason
-
The reason batch import job failed.
Type: String
Required: No
- iamRoleArn
-
The ARN of the IAM role to use for this job request.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
^arn\:aws[a-z-]{0,15}\:iam\:\:[0-9]{12}\:role\/[^\s]{2,64}$
Required: No
- inputPath
-
The Amazon S3 location of your data file for batch import.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 512.
Pattern:
^s3:\/\/(.+)$
Required: No
- jobId
-
The ID of the batch import job.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
^[0-9a-z_-]+$
Required: No
- outputPath
-
The Amazon S3 location of your output file.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 512.
Pattern:
^s3:\/\/(.+)$
Required: No
- processedRecordsCount
-
The number of records processed by batch import job.
Type: Integer
Required: No
- startTime
-
Timestamp of when the batch import job started.
Type: String
Length Constraints: Minimum length of 11. Maximum length of 30.
Required: No
- status
-
The status of the batch import job.
Type: String
Valid Values:
IN_PROGRESS_INITIALIZING | IN_PROGRESS | CANCEL_IN_PROGRESS | CANCELED | COMPLETE | FAILED
Required: No
- totalRecordsCount
-
The total number of records in the batch import job.
Type: Integer
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: