Uses of Class
software.amazon.awscdk.services.ecs.Ec2TaskDefinition
Packages that use Ec2TaskDefinition
Package
Description
Amazon ECS Construct Library
CDK Construct library for higher-level ECS Constructs
-
Uses of Ec2TaskDefinition in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return Ec2TaskDefinition -
Uses of Ec2TaskDefinition in software.amazon.awscdk.services.ecs.patterns
Methods in software.amazon.awscdk.services.ecs.patterns that return Ec2TaskDefinitionModifier and TypeMethodDescriptionApplicationLoadBalancedEc2Service.getTaskDefinition()The EC2 Task Definition in this construct.default Ec2TaskDefinitionApplicationLoadBalancedEc2ServiceProps.getTaskDefinition()The task definition to use for tasks in the service.final Ec2TaskDefinitionApplicationLoadBalancedEc2ServiceProps.Jsii$Proxy.getTaskDefinition()ApplicationMultipleTargetGroupsEc2Service.getTaskDefinition()The EC2 Task Definition in this construct.default Ec2TaskDefinitionApplicationMultipleTargetGroupsEc2ServiceProps.getTaskDefinition()The task definition to use for tasks in the service.final Ec2TaskDefinitionApplicationMultipleTargetGroupsEc2ServiceProps.Jsii$Proxy.getTaskDefinition()NetworkLoadBalancedEc2Service.getTaskDefinition()The EC2 Task Definition in this construct.default Ec2TaskDefinitionNetworkLoadBalancedEc2ServiceProps.getTaskDefinition()The task definition to use for tasks in the service.final Ec2TaskDefinitionNetworkLoadBalancedEc2ServiceProps.Jsii$Proxy.getTaskDefinition()NetworkMultipleTargetGroupsEc2Service.getTaskDefinition()The EC2 Task Definition in this construct.default Ec2TaskDefinitionNetworkMultipleTargetGroupsEc2ServiceProps.getTaskDefinition()The task definition to use for tasks in the service.final Ec2TaskDefinitionNetworkMultipleTargetGroupsEc2ServiceProps.Jsii$Proxy.getTaskDefinition()QueueProcessingEc2Service.getTaskDefinition()The EC2 task definition in this construct.ScheduledEc2Task.getTaskDefinition()The EC2 task definition in this construct.ScheduledEc2TaskDefinitionOptions.getTaskDefinition()The task definition to use for tasks in the service.final Ec2TaskDefinitionScheduledEc2TaskDefinitionOptions.Jsii$Proxy.getTaskDefinition()Methods in software.amazon.awscdk.services.ecs.patterns with parameters of type Ec2TaskDefinitionModifier and TypeMethodDescriptionApplicationLoadBalancedEc2Service.Builder.taskDefinition(Ec2TaskDefinition taskDefinition) The task definition to use for tasks in the service.ApplicationLoadBalancedEc2ServiceProps.Builder.taskDefinition(Ec2TaskDefinition taskDefinition) Sets the value ofApplicationLoadBalancedEc2ServiceProps.getTaskDefinition()ApplicationMultipleTargetGroupsEc2Service.Builder.taskDefinition(Ec2TaskDefinition taskDefinition) The task definition to use for tasks in the service.ApplicationMultipleTargetGroupsEc2ServiceProps.Builder.taskDefinition(Ec2TaskDefinition taskDefinition) Sets the value ofApplicationMultipleTargetGroupsEc2ServiceProps.getTaskDefinition()NetworkLoadBalancedEc2Service.Builder.taskDefinition(Ec2TaskDefinition taskDefinition) The task definition to use for tasks in the service.NetworkLoadBalancedEc2ServiceProps.Builder.taskDefinition(Ec2TaskDefinition taskDefinition) Sets the value ofNetworkLoadBalancedEc2ServiceProps.getTaskDefinition()NetworkMultipleTargetGroupsEc2Service.Builder.taskDefinition(Ec2TaskDefinition taskDefinition) The task definition to use for tasks in the service.NetworkMultipleTargetGroupsEc2ServiceProps.Builder.taskDefinition(Ec2TaskDefinition taskDefinition) Sets the value ofNetworkMultipleTargetGroupsEc2ServiceProps.getTaskDefinition()ScheduledEc2TaskDefinitionOptions.Builder.taskDefinition(Ec2TaskDefinition taskDefinition) Sets the value ofScheduledEc2TaskDefinitionOptions.getTaskDefinition()