Uses of Class
software.amazon.awscdk.services.ecs.FargateTaskDefinition
Packages that use FargateTaskDefinition
Package
Description
Amazon ECS Construct Library
CDK Construct library for higher-level ECS Constructs
-
Uses of FargateTaskDefinition in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return FargateTaskDefinition -
Uses of FargateTaskDefinition in software.amazon.awscdk.services.ecs.patterns
Methods in software.amazon.awscdk.services.ecs.patterns that return FargateTaskDefinitionModifier and TypeMethodDescriptionApplicationLoadBalancedFargateService.getTaskDefinition()The Fargate task definition in this construct.default FargateTaskDefinitionApplicationLoadBalancedFargateServiceProps.getTaskDefinition()The task definition to use for tasks in the service.final FargateTaskDefinitionApplicationLoadBalancedFargateServiceProps.Jsii$Proxy.getTaskDefinition()ApplicationMultipleTargetGroupsFargateService.getTaskDefinition()The Fargate task definition in this construct.default FargateTaskDefinitionApplicationMultipleTargetGroupsFargateServiceProps.getTaskDefinition()The task definition to use for tasks in the service.final FargateTaskDefinitionApplicationMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getTaskDefinition()NetworkLoadBalancedFargateService.getTaskDefinition()The Fargate task definition in this construct.default FargateTaskDefinitionNetworkLoadBalancedFargateServiceProps.getTaskDefinition()The task definition to use for tasks in the service.final FargateTaskDefinitionNetworkLoadBalancedFargateServiceProps.Jsii$Proxy.getTaskDefinition()NetworkMultipleTargetGroupsFargateService.getTaskDefinition()The Fargate task definition in this construct.default FargateTaskDefinitionNetworkMultipleTargetGroupsFargateServiceProps.getTaskDefinition()The task definition to use for tasks in the service.final FargateTaskDefinitionNetworkMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getTaskDefinition()QueueProcessingFargateService.getTaskDefinition()The Fargate task definition in this construct.ScheduledFargateTask.getTaskDefinition()The Fargate task definition in this construct.ScheduledFargateTaskDefinitionOptions.getTaskDefinition()The task definition to use for tasks in the service.final FargateTaskDefinitionScheduledFargateTaskDefinitionOptions.Jsii$Proxy.getTaskDefinition()Methods in software.amazon.awscdk.services.ecs.patterns with parameters of type FargateTaskDefinitionModifier and TypeMethodDescriptionApplicationLoadBalancedFargateService.Builder.taskDefinition(FargateTaskDefinition taskDefinition) The task definition to use for tasks in the service.ApplicationLoadBalancedFargateServiceProps.Builder.taskDefinition(FargateTaskDefinition taskDefinition) Sets the value ofApplicationLoadBalancedFargateServiceProps.getTaskDefinition()ApplicationMultipleTargetGroupsFargateService.Builder.taskDefinition(FargateTaskDefinition taskDefinition) The task definition to use for tasks in the service.ApplicationMultipleTargetGroupsFargateServiceProps.Builder.taskDefinition(FargateTaskDefinition taskDefinition) Sets the value ofApplicationMultipleTargetGroupsFargateServiceProps.getTaskDefinition()NetworkLoadBalancedFargateService.Builder.taskDefinition(FargateTaskDefinition taskDefinition) The task definition to use for tasks in the service.NetworkLoadBalancedFargateServiceProps.Builder.taskDefinition(FargateTaskDefinition taskDefinition) Sets the value ofNetworkLoadBalancedFargateServiceProps.getTaskDefinition()NetworkMultipleTargetGroupsFargateService.Builder.taskDefinition(FargateTaskDefinition taskDefinition) The task definition to use for tasks in the service.NetworkMultipleTargetGroupsFargateServiceProps.Builder.taskDefinition(FargateTaskDefinition taskDefinition) Sets the value ofNetworkMultipleTargetGroupsFargateServiceProps.getTaskDefinition()ScheduledFargateTaskDefinitionOptions.Builder.taskDefinition(FargateTaskDefinition taskDefinition) Sets the value ofScheduledFargateTaskDefinitionOptions.getTaskDefinition()