The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Paws::Macie2::DescribeClassificationJobResponse

ATTRIBUTES

ClientToken => Str

The token that was provided to ensure the idempotency of the request to create the job.

CreatedAt => Str

The date and time, in UTC and extended ISO 8601 format, when the job was created.

CustomDataIdentifierIds => ArrayRef[Str|Undef]

The custom data identifiers that the job uses to analyze data.

Description => Str

The custom description of the job.

InitialRun => Bool

Specifies whether the job is configured to analyze all existing, eligible objects immediately after it's created.

JobArn => Str

The Amazon Resource Name (ARN) of the job.

JobId => Str

The unique identifier for the job.

JobStatus => Str

The current status of the job. Possible values are:

  • CANCELLED - You cancelled the job or, if it's a one-time job, you paused the job and didn't resume it within 30 days.

  • COMPLETE - For a one-time job, Amazon Macie finished processing the data specified for the job. This value doesn't apply to recurring jobs.

  • IDLE - For a recurring job, the previous scheduled run is complete and the next scheduled run is pending. This value doesn't apply to one-time jobs.

  • PAUSED - Amazon Macie started running the job but additional processing would exceed the monthly sensitive data discovery quota for your account or one or more member accounts that the job analyzes data for.

  • RUNNING - For a one-time job, the job is in progress. For a recurring job, a scheduled run is in progress.

  • USER_PAUSED - You paused the job. If you paused the job while it had a status of RUNNING and you don't resume it within 30 days of pausing it, the job or job run will expire and be cancelled, depending on the job's type. To check the expiration date, refer to the UserPausedDetails.jobExpiresAt property.

Valid values are: "RUNNING", "PAUSED", "CANCELLED", "COMPLETE", "IDLE", "USER_PAUSED" =head2 JobType => Str

The schedule for running the job. Possible values are:

  • ONE_TIME - The job runs only once.

  • SCHEDULED - The job runs on a daily, weekly, or monthly basis. The scheduleFrequency property indicates the recurrence pattern for the job.

Valid values are: "ONE_TIME", "SCHEDULED" =head2 LastRunErrorStatus => Paws::Macie2::LastRunErrorStatus

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.

LastRunTime => Str

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.

Name => Str

The custom name of the job.

S3JobDefinition => Paws::Macie2::S3JobDefinition

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

SamplingPercentage => Int

The sampling depth, as a percentage, that determines the percentage of eligible objects that the job analyzes.

ScheduleFrequency => Paws::Macie2::JobScheduleFrequency

The recurrence pattern for running the job. If the job is configured to run only once, this value is null.

Statistics => Paws::Macie2::Statistics

The number of times that the job has run and processing statistics for the job's current run.

Tags => Paws::Macie2::TagMap

A map of key-value pairs that specifies which tags (keys and values) are associated with the classification job.

UserPausedDetails => Paws::Macie2::UserPausedDetails

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.

_request_id => Str