AWS::ECS::DaemonTaskDefinitionThe details of a daemon task definition. A daemon task definition is a template that describes the containers that form a daemon. Daemons deploy cross-cutting software agents independently across your Amazon ECS infrastructure.
8 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ContainerDefinitions | Array<DaemonContainerDefinition> | Create-only |
Cpu | string | Create-only |
ExecutionRoleArn | string | Create-only |
Family | string | Create-only |
Memory | string | Create-only |
Tags | Array<Tag> | |
TaskRoleArn | string | Create-only |
Volumes | Array<Volume> | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
DaemonTaskDefinitionArn | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ECS::DaemonTaskDefinition
Resources:
MyResource:
Type: AWS::ECS::DaemonTaskDefinition
Properties:
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
ecs:DescribeDaemonTaskDefinitionecs:ListTagsForResourceecs:RegisterDaemonTaskDefinitionecs:DescribeDaemonTaskDefinitionecs:TagResourceiam:PassRoleecs:TagResourceecs:UntagResourceecs:ListTagsForResourceecs:DescribeDaemonTaskDefinitioniam:PassRoleecs:ListDaemonTaskDefinitionsecs:DescribeDaemonTaskDefinitionecs:DeleteDaemonTaskDefinitionecs:DescribeDaemonTaskDefinitioniam:PassRoleEverything you need to know about ECS on one page. HD quality, print-friendly.
Download Free InfographicDaemonTaskDefinitionArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
FamilyContainerDefinitionsCpuMemoryExecutionRoleArnTaskRoleArnVolumes