Uses of Interface
software.amazon.awscdk.services.ecs.IExternalTaskDefinition
-
Uses of IExternalTaskDefinition in software.amazon.awscdk.services.ecs
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIExternalTaskDefinition
.Modifier and TypeClassDescriptionclass
The details of a task definition run on an External cluster.static final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptionstatic IExternalTaskDefinition
ExternalTaskDefinition.fromEc2TaskDefinitionArn
(software.constructs.Construct scope, String id, String externalTaskDefinitionArn) Imports a task definition from the specified task definition ARN.static IExternalTaskDefinition
ExternalTaskDefinition.fromExternalTaskDefinitionAttributes
(software.constructs.Construct scope, String id, ExternalTaskDefinitionAttributes attrs) Imports an existing External task definition from its attributes.