Uses of Interface
software.amazon.awscdk.interfaces.ecs.ITaskDefinitionRef
Packages that use ITaskDefinitionRef
Package
Description
Amazon ECS Construct Library
AWS Step Functions Construct Library
-
Uses of ITaskDefinitionRef in software.amazon.awscdk.interfaces.ecs
Subinterfaces of ITaskDefinitionRef in software.amazon.awscdk.interfaces.ecsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forITaskDefinitionRef.Classes in software.amazon.awscdk.interfaces.ecs that implement ITaskDefinitionRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of ITaskDefinitionRef in software.amazon.awscdk.services.ecs
Subinterfaces of ITaskDefinitionRef 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.interfaceThe interface for all task definitions.static interfaceInternal default implementation forITaskDefinition.Classes in software.amazon.awscdk.services.ecs that implement ITaskDefinitionRefModifier and TypeClassDescriptionclassRegisters a new task definition from the suppliedfamilyandcontainerDefinitions.classThe 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 with parameters of type ITaskDefinitionRefModifier and TypeMethodDescriptionstatic StringCfnTaskDefinition.arnForTaskDefinition(ITaskDefinitionRef resource) CfnService.Builder.taskDefinition(ITaskDefinitionRef taskDefinition) Thefamilyandrevision(family:revision) or full ARN of the task definition to run in your service.CfnServiceProps.Builder.taskDefinition(ITaskDefinitionRef taskDefinition) Sets the value ofCfnServiceProps.getTaskDefinition() -
Uses of ITaskDefinitionRef in software.amazon.awscdk.services.stepfunctions
Methods in software.amazon.awscdk.services.stepfunctions with parameters of type ITaskDefinitionRefModifier and TypeMethodDescriptionCfnStateMachine.Builder.definitionString(ITaskDefinitionRef definitionString) The Amazon States Language definition of the state machine.CfnStateMachineProps.Builder.definitionString(ITaskDefinitionRef definitionString) Sets the value ofCfnStateMachineProps.getDefinitionString()