Skip to content

/AWS1/CL_MA2S3JOBDEFINITION

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.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_bucketcriteria TYPE REF TO /AWS1/CL_MA2S3BUCKETCRITFORJOB /AWS1/CL_MA2S3BUCKETCRITFORJOB

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.

it_bucketdefinitions TYPE /AWS1/CL_MA2S3BUCKETDEFNFORJOB=>TT___LISTOFS3BUCKETDEFNFORJOB TT___LISTOFS3BUCKETDEFNFORJOB

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.

io_scoping TYPE REF TO /AWS1/CL_MA2SCOPING /AWS1/CL_MA2SCOPING

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.


Queryable Attributes

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.

Accessible with the following methods

Method Description
GET_BUCKETCRITERIA() Getter for BUCKETCRITERIA

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.

Accessible with the following methods

Method Description
GET_BUCKETDEFINITIONS() Getter for BUCKETDEFINITIONS, with configurable default
ASK_BUCKETDEFINITIONS() Getter for BUCKETDEFINITIONS w/ exceptions if field has no v
HAS_BUCKETDEFINITIONS() Determine if BUCKETDEFINITIONS has a value

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.

Accessible with the following methods

Method Description
GET_SCOPING() Getter for SCOPING