CreateClassificationJobRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An array of unique identifiers, one for each allow list for the job to use when it analyzes data.

Link copied to clipboard

A unique, case-sensitive token that you provide to ensure the idempotency of the request.

Link copied to clipboard

An array of unique identifiers, one for each custom data identifier for the job to use when it analyzes data. To use only managed data identifiers, don't specify a value for this property and specify a value other than NONE for the managedDataIdentifierSelector property.

Link copied to clipboard

A custom description of the job. The description can contain as many as 200 characters.

Link copied to clipboard

For a recurring job, specifies whether to analyze all existing, eligible objects immediately after the job is created (true). To analyze only those objects that are created or changed after you create the job and before the job's first scheduled run, set this value to false.

Link copied to clipboard

The schedule for running the job. Valid values are:

Link copied to clipboard

An array of unique identifiers, one for each managed data identifier for the job to include (use) or exclude (not use) when it analyzes data. Inclusion or exclusion depends on the managed data identifier selection type that you specify for the job (managedDataIdentifierSelector).

Link copied to clipboard

The selection type to apply when determining which managed data identifiers the job uses to analyze data. Valid values are:

Link copied to clipboard
val name: String?

A custom name for the job. The name can contain as many as 500 characters.

Link copied to clipboard

The S3 buckets that contain the objects to analyze, and the scope of that analysis.

Link copied to clipboard

The sampling depth, as a percentage, for the job to apply when processing objects. This value determines the percentage of eligible objects that the job analyzes. If this value is less than 100, Amazon Macie selects the objects to analyze at random, up to the specified percentage, and analyzes all the data in those objects.

Link copied to clipboard

The recurrence pattern for running the job. To run the job only once, don't specify a value for this property and set the value for the jobType property to ONE_TIME.

Link copied to clipboard

A map of key-value pairs that specifies the tags to associate with the job.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String