AWS::ECS::DaemonInformation about a daemon resource.
9 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
CapacityProviderArns | Array<string> | Write-only |
ClusterArn | string | Create-only |
DaemonName | string | Create-onlyWrite-only |
DaemonTaskDefinitionArn | string | Write-only |
DeploymentConfiguration | DaemonDeploymentConfiguration | Write-only |
EnableECSManagedTags | boolean | Write-only |
EnableExecuteCommand | boolean | Write-only |
PropagateTags | string | Write-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | - |
DaemonArn | string | - |
DaemonStatus | string | - |
DeploymentArn | string | - |
UpdatedAt | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ECS::Daemon
Resources:
MyResource:
Type: AWS::ECS::Daemon
Properties:
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
ecs:DescribeDaemonecs:ListTagsForResourceecs:CreateDaemonecs:DescribeDaemonecs:DescribeDaemonDeploymentsecs:ListDaemonDeploymentsecs:ListTagsForResourceecs:TagResourceiam:PassRoleecs:UpdateDaemonecs:DescribeDaemonecs:DescribeDaemonDeploymentsecs:ListDaemonDeploymentsecs:TagResourceecs:UntagResourceecs:ListTagsForResourceiam:PassRoleecs:DescribeDaemonecs:ListDaemonsecs:DeleteDaemonecs:DescribeDaemonEverything you need to know about ECS on one page. HD quality, print-friendly.
Download Free InfographicDaemonArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DaemonNameClusterArn