Uses of Interface
software.amazon.awscdk.services.ecs.ITaskDefinition
Packages that use ITaskDefinition
Package
Description
Amazon ECS Construct Library
Event Targets for Amazon EventBridge
Tasks for AWS Step Functions
-
Uses of ITaskDefinition in software.amazon.awscdk.services.ecs
Subinterfaces of ITaskDefinition in software.amazon.awscdk.services.ecsModifier and TypeInterfaceDescriptioninterfaceThe interface of a task definition run on an EC2 cluster.static interfaceInternal default implementation forIEc2TaskDefinition.interfaceThe interface of a task definition run on an External cluster.static interfaceInternal default implementation forIExternalTaskDefinition.interfaceThe interface of a task definition run on a Fargate cluster.static interfaceInternal default implementation forIFargateTaskDefinition.static interfaceInternal default implementation forITaskDefinition.Classes in software.amazon.awscdk.services.ecs that implement ITaskDefinitionModifier and TypeClassDescriptionclassThe details of a task definition run on an EC2 cluster.classThe details of a task definition run on an External cluster.classThe details of a task definition run on a Fargate cluster.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.classThe base class for all task definitions.Methods in software.amazon.awscdk.services.ecs that return ITaskDefinitionModifier and TypeMethodDescriptionstatic ITaskDefinitionTaskDefinition.fromTaskDefinitionArn(software.constructs.Construct scope, String id, String taskDefinitionArn) Imports a task definition from the specified task definition ARN.static ITaskDefinitionTaskDefinition.fromTaskDefinitionAttributes(software.constructs.Construct scope, String id, TaskDefinitionAttributes attrs) Create a task definition from a task definition reference. -
Uses of ITaskDefinition in software.amazon.awscdk.services.events.targets
Methods in software.amazon.awscdk.services.events.targets that return ITaskDefinitionModifier and TypeMethodDescriptionEcsTaskProps.getTaskDefinition()Task Definition of the task that should be started.final ITaskDefinitionEcsTaskProps.Jsii$Proxy.getTaskDefinition()Methods in software.amazon.awscdk.services.events.targets with parameters of type ITaskDefinitionModifier and TypeMethodDescriptionEcsTask.Builder.taskDefinition(ITaskDefinition taskDefinition) Task Definition of the task that should be started.EcsTaskProps.Builder.taskDefinition(ITaskDefinition taskDefinition) Sets the value ofEcsTaskProps.getTaskDefinition() -
Uses of ITaskDefinition in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return ITaskDefinitionModifier and TypeMethodDescriptionLaunchTargetBindOptions.getTaskDefinition()Task definition to run Docker containers in Amazon ECS.final ITaskDefinitionLaunchTargetBindOptions.Jsii$Proxy.getTaskDefinition()Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type ITaskDefinitionModifier and TypeMethodDescriptionLaunchTargetBindOptions.Builder.taskDefinition(ITaskDefinition taskDefinition) Sets the value ofLaunchTargetBindOptions.getTaskDefinition()