ProtectedTask

An object representing the protection status details for a task. You can set the protection status with the UpdateTaskProtection API and get the status of tasks with the GetTaskProtection API.

Types

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

Properties

Link copied to clipboard

The epoch time when protection for the task will expire.

Link copied to clipboard

The protection status of the task. If scale-in protection is on for a task, the value is true. Otherwise, it is false.

Link copied to clipboard

The task ARN.

Functions

Link copied to clipboard
inline fun copy(block: ProtectedTask.Builder.() -> Unit = {}): ProtectedTask
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