UpdateDaemonRequest

Types

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

Properties

Link copied to clipboard

The Amazon Resource Names (ARNs) of the capacity providers to associate with the daemon.

Link copied to clipboard

The Amazon Resource Name (ARN) of the daemon to update.

Link copied to clipboard

The Amazon Resource Name (ARN) of the daemon task definition to use for the updated daemon.

Link copied to clipboard

Optional deployment parameters that control how the daemon rolls out updates, including the drain percentage, alarm-based rollback, and bake time.

Link copied to clipboard

Specifies whether to turn on Amazon ECS managed tags for the tasks in the daemon. For more information, see Tagging your Amazon ECS resources in the Amazon Elastic Container Service Developer Guide.

Link copied to clipboard

If true, the execute command functionality is turned on for all tasks in the daemon. If false, the execute command functionality is turned off.

Link copied to clipboard

Specifies whether to propagate the tags from the daemon to the daemon tasks. If you don't specify a value, the tags aren't propagated. You can only propagate tags to daemon tasks during task creation.

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