Uses of Interface
software.amazon.awscdk.services.ecs.IFargateTaskDefinition
-
Uses of IFargateTaskDefinition in software.amazon.awscdk.services.ecs
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIFargateTaskDefinition
.Modifier and TypeClassDescriptionclass
The details of a task definition run on a Fargate cluster.static final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptionstatic IFargateTaskDefinition
FargateTaskDefinition.fromFargateTaskDefinitionArn
(software.constructs.Construct scope, String id, String fargateTaskDefinitionArn) Imports a task definition from the specified task definition ARN.static IFargateTaskDefinition
FargateTaskDefinition.fromFargateTaskDefinitionAttributes
(software.constructs.Construct scope, String id, FargateTaskDefinitionAttributes attrs) Import an existing Fargate task definition from its attributes.