Amazon Macie · JSON Structure

Amazon Macie User Paused Details Structure

Provides information about when a classification job was paused. For a one-time job, this object also specifies when the job will expire and be cancelled if it isn't resumed. For a recurring job, this object also specifies when the paused job run will expire and be cancelled if it isn't resumed. This object is present only if a job's current status (jobStatus) is USER_PAUSED. The information in this object applies only to a job that was paused while it had a status of RUNNING.

Type: object Properties: 3
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

UserPausedDetails is a JSON Structure definition published by Amazon Macie, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

jobExpiresAt jobImminentExpirationHealthEventArn jobPausedAt

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-macie/refs/heads/main/json-structure/amazon-macie-user-paused-details-structure.json",
  "name": "UserPausedDetails",
  "description": "Provides information about when a classification job was paused. For a one-time job, this object also specifies when the job will expire and be cancelled if it isn't resumed. For a recurring job, this object also specifies when the paused job run will expire and be cancelled if it isn't resumed. This object is present only if a job's current status (jobStatus) is USER_PAUSED. The information in this object applies only to a job that was paused while it had a status of RUNNING.",
  "type": "object",
  "properties": {
    "jobExpiresAt": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__timestampIso8601"
        },
        {
          "description": "The date and time, in UTC and extended ISO 8601 format, when the job or job run will expire and be cancelled if you don't resume it first."
        }
      ]
    },
    "jobImminentExpirationHealthEventArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the Health event that Amazon Macie sent to notify you of the job or job run's pending expiration and cancellation. This value is null if a job has been paused for less than 23 days."
        }
      ]
    },
    "jobPausedAt": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__timestampIso8601"
        },
        {
          "description": "The date and time, in UTC and extended ISO 8601 format, when you paused the job."
        }
      ]
    }
  }
}