Uses of Interface
software.amazon.awscdk.services.ecs.IFargateTaskDefinition
Packages that use IFargateTaskDefinition
-
Uses of IFargateTaskDefinition in software.amazon.awscdk.services.ecs
Subinterfaces of IFargateTaskDefinition in software.amazon.awscdk.services.ecsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIFargateTaskDefinition.Classes in software.amazon.awscdk.services.ecs that implement IFargateTaskDefinitionModifier and TypeClassDescriptionclassThe details of a task definition run on a Fargate cluster.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.ecs that return IFargateTaskDefinitionModifier and TypeMethodDescriptionstatic IFargateTaskDefinitionFargateTaskDefinition.fromFargateTaskDefinitionArn(software.constructs.Construct scope, String id, String fargateTaskDefinitionArn) Imports a task definition from the specified task definition ARN.static IFargateTaskDefinitionFargateTaskDefinition.fromFargateTaskDefinitionAttributes(software.constructs.Construct scope, String id, FargateTaskDefinitionAttributes attrs) Import an existing Fargate task definition from its attributes.