Gets a list of the PII entity detection jobs that you have submitted
Gets a list of the PII entity detection jobs that you have submitted.
comprehend_list_pii_entities_detection_jobs(Filter, NextToken, MaxResults)
Filter |
Filters the jobs that are returned. You can filter jobs on their name, status, or the date and time that they were submitted. You can only set one filter at a time. |
NextToken |
Identifies the next page of results to return. |
MaxResults |
The maximum number of results to return in each page. |
A list with the following syntax:
list(
PiiEntitiesDetectionJobPropertiesList = list(
list(
JobId = "string",
JobName = "string",
JobStatus = "SUBMITTED"|"IN_PROGRESS"|"COMPLETED"|"FAILED"|"STOP_REQUESTED"|"STOPPED",
Message = "string",
SubmitTime = as.POSIXct(
"2015-01-01"
),
EndTime = as.POSIXct(
"2015-01-01"
),
InputDataConfig = list(
S3Uri = "string",
InputFormat = "ONE_DOC_PER_FILE"|"ONE_DOC_PER_LINE"
),
OutputDataConfig = list(
S3Uri = "string",
KmsKeyId = "string"
),
RedactionConfig = list(
PiiEntityTypes = list(
"BANK_ACCOUNT_NUMBER"|"BANK_ROUTING"|"CREDIT_DEBIT_NUMBER"|"CREDIT_DEBIT_CVV"|"CREDIT_DEBIT_EXPIRY"|"PIN"|"EMAIL"|"ADDRESS"|"NAME"|"PHONE"|"SSN"|"DATE_TIME"|"PASSPORT_NUMBER"|"DRIVER_ID"|"URL"|"AGE"|"USERNAME"|"PASSWORD"|"AWS_ACCESS_KEY"|"AWS_SECRET_KEY"|"IP_ADDRESS"|"MAC_ADDRESS"|"ALL"
),
MaskMode = "MASK"|"REPLACE_WITH_PII_ENTITY_TYPE",
MaskCharacter = "string"
),
LanguageCode = "en"|"es"|"fr"|"de"|"it"|"pt"|"ar"|"hi"|"ja"|"ko"|"zh"|"zh-TW",
DataAccessRoleArn = "string",
Mode = "ONLY_REDACTION"|"ONLY_OFFSETS"
)
),
NextToken = "string"
)svc$list_pii_entities_detection_jobs(
Filter = list(
JobName = "string",
JobStatus = "SUBMITTED"|"IN_PROGRESS"|"COMPLETED"|"FAILED"|"STOP_REQUESTED"|"STOPPED",
SubmitTimeBefore = as.POSIXct(
"2015-01-01"
),
SubmitTimeAfter = as.POSIXct(
"2015-01-01"
)
),
NextToken = "string",
MaxResults = 123
)Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.