Uses of Interface
software.amazon.awscdk.services.ecs.IEc2TaskDefinition
Packages that use IEc2TaskDefinition
-
Uses of IEc2TaskDefinition in software.amazon.awscdk.services.ecs
Subinterfaces of IEc2TaskDefinition in software.amazon.awscdk.services.ecsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIEc2TaskDefinition.Classes in software.amazon.awscdk.services.ecs that implement IEc2TaskDefinitionModifier and TypeClassDescriptionclassThe details of a task definition run on an EC2 cluster.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.ecs that return IEc2TaskDefinitionModifier and TypeMethodDescriptionstatic IEc2TaskDefinitionEc2TaskDefinition.fromEc2TaskDefinitionArn(software.constructs.Construct scope, String id, String ec2TaskDefinitionArn) Imports a task definition from the specified task definition ARN.static IEc2TaskDefinitionEc2TaskDefinition.fromEc2TaskDefinitionAttributes(software.constructs.Construct scope, String id, Ec2TaskDefinitionAttributes attrs) Imports an existing Ec2 task definition from its attributes.