Builder
Properties
The Amazon Resource Names (ARNs) of the capacity providers to associate with the daemon.
If the critical parameter of a daemon is true, and the daemon task fails, stops, or becomes unhealthy, Amazon ECS drains the container instance and stops the other tasks running on it. If the critical parameter is false, the daemon task failure doesn't affect the other tasks on the instance. The default value is true.
The Amazon Resource Name (ARN) of the daemon task definition to use for the updated daemon.
Optional deployment parameters that control how the daemon rolls out updates, including the drain percentage, alarm-based rollback, and bake time.
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.
If true, the execute command functionality is turned on for all tasks in the daemon. If false, the execute command functionality is turned off.
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
construct an aws.sdk.kotlin.services.ecs.model.DaemonDeploymentConfiguration inside the given block