{ | |
"customDataIdentifierIds": [ | |
"custom-data-identifier-id-1", | |
"custom-data-identifier-id-2", | |
"custom-data-identifier-id-3" | |
], | |
"description": "Review Synthea patient data (1x)", | |
"jobType": "ONE_TIME", | |
"s3JobDefinition": { | |
"bucketDefinitions": [ | |
{ | |
"accountId": "111222333444", | |
"buckets": [ | |
"synthea-data-111222333444-us-east-1" | |
] | |
} | |
], | |
"scoping": { | |
"includes": { | |
"and": [ | |
{ | |
"simpleScopeTerm": { | |
"comparator": "EQ", | |
"key": "OBJECT_EXTENSION", | |
"values": [ | |
"csv" | |
] | |
} | |
} | |
] | |
} | |
} | |
}, | |
"tags": { | |
"KeyName": "Project", | |
"KeyValue": "Amazon Macie Demo" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment