UpdateTaskProtectionRequest

Types

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

Properties

Link copied to clipboard

The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task sets exist in.

Link copied to clipboard

If you set protectionEnabled to true, you can specify the duration for task protection in minutes. You can specify a value from 1 minute to up to 2,880 minutes (48 hours). During this time, your task will not be terminated by scale-in events from Service Auto Scaling or deployments. After this time period lapses, protectionEnabled will be reset to false.

Link copied to clipboard

Specify true to mark a task for protection and false to unset protection, making it eligible for termination.

Link copied to clipboard

A list of up to 10 task IDs or full ARN entries.

Functions

Link copied to clipboard
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