Amazon Macie S3 Bucket Definition For Job Structure
Specifies an Amazon Web Services account that owns S3 buckets for a classification job to analyze, and one or more specific buckets to analyze for that account.
Type: objectProperties: 2Required: 2
Data SecuritySensitive DataPrivacyComplianceMachine-LearningS3
S3BucketDefinitionForJob is a JSON Structure definition published by Amazon Macie, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-macie/refs/heads/main/json-structure/amazon-macie-s3-bucket-definition-for-job-structure.json",
"name": "S3BucketDefinitionForJob",
"description": "Specifies an Amazon Web Services account that owns S3 buckets for a classification job to analyze, and one or more specific buckets to analyze for that account.",
"type": "object",
"properties": {
"accountId": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"description": "The unique identifier for the Amazon Web Services account that owns the buckets."
}
]
},
"buckets": {
"allOf": [
{
"$ref": "#/components/schemas/__listOf__string"
},
{
"description": "An array that lists the names of the buckets."
}
]
}
},
"required": [
"accountId",
"buckets"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.