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 |
Synopsis
- data S3JobDefinition = S3JobDefinition' {}
- newS3JobDefinition :: S3JobDefinition
- s3JobDefinition_scoping :: Lens' S3JobDefinition (Maybe Scoping)
- s3JobDefinition_bucketCriteria :: Lens' S3JobDefinition (Maybe S3BucketCriteriaForJob)
- s3JobDefinition_bucketDefinitions :: Lens' S3JobDefinition (Maybe [S3BucketDefinitionForJob])
Documentation
data S3JobDefinition Source #
Specifies which S3 buckets contain the objects that a classification job analyzes, and the scope of that analysis. The bucket specification can be static (bucketDefinitions) or dynamic (bucketCriteria). If it's static, the job analyzes objects in the same predefined set of buckets each time the job runs. If it's dynamic, the job analyzes objects in any buckets that match the specified criteria each time the job starts to run.
See: newS3JobDefinition
smart constructor.
S3JobDefinition' | |
|
Instances
newS3JobDefinition :: S3JobDefinition Source #
Create a value of S3JobDefinition
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:scoping:S3JobDefinition'
, s3JobDefinition_scoping
- The property- and tag-based conditions that determine which S3 objects
to include or exclude from the analysis. Each time the job runs, the job
uses these criteria to determine which objects to analyze.
$sel:bucketCriteria:S3JobDefinition'
, s3JobDefinition_bucketCriteria
- The property- and tag-based conditions that determine which S3 buckets
to include or exclude from the analysis. Each time the job runs, the job
uses these criteria to determine which buckets contain objects to
analyze. A job's definition can contain a bucketCriteria object or a
bucketDefinitions array, not both.
$sel:bucketDefinitions:S3JobDefinition'
, s3JobDefinition_bucketDefinitions
- An array of objects, one for each Amazon Web Services account that owns
specific S3 buckets to analyze. Each object specifies the account ID for
an account and one or more buckets to analyze for that account. A job's
definition can contain a bucketDefinitions array or a bucketCriteria
object, not both.
s3JobDefinition_scoping :: Lens' S3JobDefinition (Maybe Scoping) Source #
The property- and tag-based conditions that determine which S3 objects to include or exclude from the analysis. Each time the job runs, the job uses these criteria to determine which objects to analyze.
s3JobDefinition_bucketCriteria :: Lens' S3JobDefinition (Maybe S3BucketCriteriaForJob) Source #
The property- and tag-based conditions that determine which S3 buckets to include or exclude from the analysis. Each time the job runs, the job uses these criteria to determine which buckets contain objects to analyze. A job's definition can contain a bucketCriteria object or a bucketDefinitions array, not both.
s3JobDefinition_bucketDefinitions :: Lens' S3JobDefinition (Maybe [S3BucketDefinitionForJob]) Source #
An array of objects, one for each Amazon Web Services account that owns specific S3 buckets to analyze. Each object specifies the account ID for an account and one or more buckets to analyze for that account. A job's definition can contain a bucketDefinitions array or a bucketCriteria object, not both.