aws_ecs_task

Amazon Web Services ECS Task

Name

Type

Nullable

accountId

String

accountName

String

arn

String

attachments

List

attributes

List

capacityProviderName

String

clusterArn

String

connectivity

String

containerInstanceArn

String

containers

List

cpu

String

createdAt

String

desiredStatus

String

enableExecuteCommand

Boolean

ephemeralStorage

EphemeralStorage

executionStoppedAt

String

healthStatus

String

inferenceAccelerators

List

launchType

String

memory

String

overrides

TaskOverride

platformFamily

String

platformVersion

String

region

String

startedAt

String

startedBy

String

stopCode

String

stoppedReason

String

tags

Map<String,String>

taskDefinitionArn

String

version

Long

Attachment

Name

Type

Nullable

details

Map<String,String>

id

String

status

String

type

String

Attribute

Name

Type

Nullable

name

String

targetId

String

targetType

String

value

String

Container

Name

Type

Nullable

containerArn

String

cpu

String

gpuIds

List

healthStatus

String

image

String

imageDigest

String

managedAgents

List<Container.ManagedAgent>

memory

String

memoryReservation

String

name

String

networkBindings

List<Container.NetworkBinding>

networkInterfaces

List<Container.NetworkInterface>

runtimeId

String

taskArn

String

Container.ManagedAgent

Name

Type

Nullable

name

String

reason

String

Container.NetworkBinding

Name

Type

Nullable

bindIP

String

containerPort

Int

hostPort

Int

protocol

String

Container.NetworkInterface

Name

Type

Nullable

attachmentId

String

ipv6Address

String

privateIpv4Address

String

EphemeralStorage

Name

Type

Nullable

sizeInGiB

Int

InferenceAccelerator

Name

Type

Nullable

deviceName

String

deviceType

String

TaskOverride

Name

Type

Nullable

cpu

String

Last updated