Uses of Interface
software.amazon.awscdk.services.ecs.IEc2TaskDefinition
-
Uses of IEc2TaskDefinition in software.amazon.awscdk.services.ecs
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIEc2TaskDefinition
.Modifier and TypeClassDescriptionclass
The details of a task definition run on an EC2 cluster.static final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptionstatic IEc2TaskDefinition
Ec2TaskDefinition.fromEc2TaskDefinitionArn
(software.constructs.Construct scope, String id, String ec2TaskDefinitionArn) Imports a task definition from the specified task definition ARN.static IEc2TaskDefinition
Ec2TaskDefinition.fromEc2TaskDefinitionAttributes
(software.constructs.Construct scope, String id, Ec2TaskDefinitionAttributes attrs) Imports an existing Ec2 task definition from its attributes.