Uses of Interface
software.amazon.awscdk.services.ecs.IExternalTaskDefinition
Packages that use IExternalTaskDefinition
-
Uses of IExternalTaskDefinition in software.amazon.awscdk.services.ecs
Subinterfaces of IExternalTaskDefinition in software.amazon.awscdk.services.ecsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIExternalTaskDefinition.Classes in software.amazon.awscdk.services.ecs that implement IExternalTaskDefinitionModifier and TypeClassDescriptionclassThe details of a task definition run on an External cluster.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.ecs that return IExternalTaskDefinitionModifier and TypeMethodDescriptionstatic IExternalTaskDefinitionExternalTaskDefinition.fromEc2TaskDefinitionArn(software.constructs.Construct scope, String id, String externalTaskDefinitionArn) Imports a task definition from the specified task definition ARN.static IExternalTaskDefinitionExternalTaskDefinition.fromExternalTaskDefinitionAttributes(software.constructs.Construct scope, String id, ExternalTaskDefinitionAttributes attrs) Imports an existing External task definition from its attributes.