Builder
Properties
An array of unique identifiers, one for each allow list that the job uses when it analyzes data.
The token that was provided to ensure the idempotency of the request to create the job.
An array of unique identifiers, one for each custom data identifier that the job uses when it analyzes data. This value is null if the job uses only managed data identifiers to analyze data.
The custom description of the job.
For a recurring job, specifies whether you configured the job to analyze all existing, eligible objects immediately after the job was created (true). If you configured the job to analyze only those objects that were created or changed after the job was created and before the job's first scheduled run, this value is false. This value is also false for a one-time job.
Specifies whether any account- or bucket-level access errors occurred when the job ran. For a recurring job, this value indicates the error status of the job's most recent run.
The date and time, in UTC and extended ISO 8601 format, when the job started. If the job is a recurring job, this value indicates when the most recent run started or, if the job hasn't run yet, when the job was created.
An array of unique identifiers, one for each managed data identifier that the job is explicitly configured to include (use) or exclude (not use) when it analyzes data. Inclusion or exclusion depends on the managed data identifier selection type specified for the job (managedDataIdentifierSelector).
The selection type that determines which managed data identifiers the job uses when it analyzes data. Possible values are:
The S3 buckets that contain the objects to analyze, and the scope of that analysis.
The sampling depth, as a percentage, that determines the percentage of eligible objects that the job analyzes.
The recurrence pattern for running the job. This value is null if the job is configured to run only once.
The number of times that the job has run and processing statistics for the job's current run.
If the current status of the job is USER_PAUSED, specifies when the job was paused and when the job or job run will expire and be cancelled if it isn't resumed. This value is present only if the value for jobStatus is USER_PAUSED.
Functions
construct an aws.sdk.kotlin.services.macie2.model.LastRunErrorStatus inside the given block
construct an aws.sdk.kotlin.services.macie2.model.S3JobDefinition inside the given block
construct an aws.sdk.kotlin.services.macie2.model.JobScheduleFrequency inside the given block
construct an aws.sdk.kotlin.services.macie2.model.Statistics inside the given block
construct an aws.sdk.kotlin.services.macie2.model.UserPausedDetails inside the given block