AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::ECS::DaemonTaskDefinition

CfnDaemonTaskDefinition

Resource Schema describing various properties for ECS DaemonTaskDefinition.

Import

import { CfnDaemonTaskDefinition } from 'aws-cdk-lib/aws-ecs';

Or use the module namespace:

import * as ecs from 'aws-cdk-lib/aws-ecs';
// ecs.CfnDaemonTaskDefinition

Properties

Configuration passed to the constructor as CfnDaemonTaskDefinitionProps.

containerDefinitionsOptional
IResolvable | IResolvable | DaemonContainerDefinitionProperty[]
cpuOptional
string
executionRoleArnOptional
string
familyOptional
string
memoryOptional
string
tagsOptional
CfnTag[]
taskRoleArnOptional
string
volumesOptional
IResolvable | IResolvable | VolumeProperty[]

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Get the Amazon ECS Cheat Sheet

Everything you need to know about Amazon ECS on one page. HD quality, print-friendly.

Download Free Infographic