---
type: resource-type
title: Daemon
description: aws resource type AWS::ECS::Daemon
name: Daemon
lexicon: aws
resource_type: AWS::ECS::Daemon
---
`AWS::ECS::Daemon`, a resource type of the aws lexicon.

## Properties

- `CapacityProviderArns` (`string[]`, optional): The Amazon Resource Names (ARNs) of the capacity providers associated with the daemon.
- `ClusterArn` (`string`, optional): The Amazon Resource Name (ARN) of the cluster that the daemon is running in.
- `CreatedAt` (`string`, optional)
- `DaemonArn` (`string`, optional)
- `DaemonName` (`string`, optional)
- `DaemonStatus` (`Daemon_DaemonStatus`, optional)
- `DaemonTaskDefinitionArn` (`string`, optional): The Amazon Resource Name (ARN) of the daemon task definition used by this revision.
- `DeploymentArn` (`string`, optional)
- `DeploymentConfiguration` (`Daemon_DaemonDeploymentConfiguration`, optional): The deployment configuration used for this daemon deployment.
- `EnableECSManagedTags` (`boolean`, optional): Specifies whether Amazon ECS managed tags are turned on for the daemon tasks.
- `EnableExecuteCommand` (`boolean`, optional): Specifies whether the execute command functionality is turned on for the daemon tasks.
- `PropagateTags` (`"DAEMON" | "NONE"`, optional): Specifies whether tags are propagated from the daemon to the daemon tasks.
- `Tags` (`Daemon_Tag[]`, optional)
- `UpdatedAt` (`string`, optional)

## Attributes

- `CreatedAt`
- `DaemonArn`
- `DaemonStatus`
- `DeploymentArn`
- `UpdatedAt`
