Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data S3BucketDefinitionForJob Source #
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.
See: newS3BucketDefinitionForJob
smart constructor.
Instances
newS3BucketDefinitionForJob Source #
Create a value of S3BucketDefinitionForJob
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:accountId:S3BucketDefinitionForJob'
, s3BucketDefinitionForJob_accountId
- The unique identifier for the Amazon Web Services account that owns the
buckets.
$sel:buckets:S3BucketDefinitionForJob'
, s3BucketDefinitionForJob_buckets
- An array that lists the names of the buckets.
s3BucketDefinitionForJob_accountId :: Lens' S3BucketDefinitionForJob Text Source #
The unique identifier for the Amazon Web Services account that owns the buckets.
s3BucketDefinitionForJob_buckets :: Lens' S3BucketDefinitionForJob [Text] Source #
An array that lists the names of the buckets.