UserPausedDetailsArgs

data class UserPausedDetailsArgs(val jobExpiresAt: Output<String>? = null, val jobImminentExpirationHealthEventArn: Output<String>? = null, val jobPausedAt: Output<String>? = null) : ConvertibleToJava<UserPausedDetailsArgs>

Definition of UserPausedDetails

Constructors

Link copied to clipboard
constructor(jobExpiresAt: Output<String>? = null, jobImminentExpirationHealthEventArn: Output<String>? = null, jobPausedAt: Output<String>? = null)

Properties

Link copied to clipboard
val jobExpiresAt: Output<String>? = null

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.

Link copied to clipboard

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.

Link copied to clipboard
val jobPausedAt: Output<String>? = null

The date and time, in UTC and extended ISO 8601 format, when you paused the job.

Functions

Link copied to clipboard
open override fun toJava(): UserPausedDetailsArgs