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.final FargateTaskDefinitionApplicationLoadBalancedFargateServiceProps.Jsii$Proxy.getTaskDefinition()ApplicationMultipleTargetGroupsFargateService.getTaskDefinition()The Fargate task definition in this construct.final FargateTaskDefinitionApplicationMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getTaskDefinition()default FargateTaskDefinitionFargateServiceBaseProps.getTaskDefinition()The task definition to use for tasks in the service.final FargateTaskDefinitionFargateServiceBaseProps.Jsii$Proxy.getTaskDefinition()NetworkLoadBalancedFargateService.getTaskDefinition()The Fargate task definition in this construct.final FargateTaskDefinitionNetworkLoadBalancedFargateServiceProps.Jsii$Proxy.getTaskDefinition()NetworkMultipleTargetGroupsFargateService.getTaskDefinition()The Fargate task definition in this construct.final FargateTaskDefinitionNetworkMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getTaskDefinition()QueueProcessingFargateService.getTaskDefinition()The Fargate task definition in this construct.final FargateTaskDefinitionQueueProcessingFargateServiceProps.Jsii$Proxy.getTaskDefinition()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()final FargateTaskDefinitionScheduledFargateTaskImageOptions.Jsii$Proxy.getTaskDefinition()final FargateTaskDefinitionScheduledFargateTaskProps.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 ofFargateServiceBaseProps.getTaskDefinition()ApplicationMultipleTargetGroupsFargateService.Builder.taskDefinition(FargateTaskDefinition taskDefinition) The task definition to use for tasks in the service.ApplicationMultipleTargetGroupsFargateServiceProps.Builder.taskDefinition(FargateTaskDefinition taskDefinition) Sets the value ofFargateServiceBaseProps.getTaskDefinition()FargateServiceBaseProps.Builder.taskDefinition(FargateTaskDefinition taskDefinition) Sets the value ofFargateServiceBaseProps.getTaskDefinition()NetworkLoadBalancedFargateService.Builder.taskDefinition(FargateTaskDefinition taskDefinition) The task definition to use for tasks in the service.NetworkLoadBalancedFargateServiceProps.Builder.taskDefinition(FargateTaskDefinition taskDefinition) Sets the value ofFargateServiceBaseProps.getTaskDefinition()NetworkMultipleTargetGroupsFargateService.Builder.taskDefinition(FargateTaskDefinition taskDefinition) The task definition to use for tasks in the service.NetworkMultipleTargetGroupsFargateServiceProps.Builder.taskDefinition(FargateTaskDefinition taskDefinition) Sets the value ofFargateServiceBaseProps.getTaskDefinition()QueueProcessingFargateService.Builder.taskDefinition(FargateTaskDefinition taskDefinition) The task definition to use for tasks in the service.QueueProcessingFargateServiceProps.Builder.taskDefinition(FargateTaskDefinition taskDefinition) Sets the value ofFargateServiceBaseProps.getTaskDefinition()ScheduledFargateTask.Builder.taskDefinition(FargateTaskDefinition taskDefinition) The task definition to use for tasks in the service.ScheduledFargateTaskDefinitionOptions.Builder.taskDefinition(FargateTaskDefinition taskDefinition) Sets the value ofScheduledFargateTaskDefinitionOptions.getTaskDefinition()ScheduledFargateTaskImageOptions.Builder.taskDefinition(FargateTaskDefinition taskDefinition) Sets the value ofFargateServiceBaseProps.getTaskDefinition()ScheduledFargateTaskProps.Builder.taskDefinition(FargateTaskDefinition taskDefinition) Sets the value ofFargateServiceBaseProps.getTaskDefinition()