Values.S3BucketDefinitionForJobSourceSpecifies 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 nonrec t = {accountId : string;The unique identifier for the Amazon Web Services account that owns the buckets.
*)buckets : string list;An array that lists the names of the buckets.
*)}