Uses of Class
software.amazon.awscdk.services.ecs.Ec2TaskDefinition
Package
Description
Amazon ECS Construct Library
CDK Construct library for higher-level ECS Constructs
-
Uses of Ec2TaskDefinition in software.amazon.awscdk.services.ecs
-
Uses of Ec2TaskDefinition in software.amazon.awscdk.services.ecs.patterns
Modifier and TypeMethodDescriptionApplicationLoadBalancedEc2Service.getTaskDefinition()
The EC2 Task Definition in this construct.default Ec2TaskDefinition
ApplicationLoadBalancedEc2ServiceProps.getTaskDefinition()
The task definition to use for tasks in the service.final Ec2TaskDefinition
ApplicationLoadBalancedEc2ServiceProps.Jsii$Proxy.getTaskDefinition()
ApplicationMultipleTargetGroupsEc2Service.getTaskDefinition()
The EC2 Task Definition in this construct.default Ec2TaskDefinition
ApplicationMultipleTargetGroupsEc2ServiceProps.getTaskDefinition()
The task definition to use for tasks in the service.final Ec2TaskDefinition
ApplicationMultipleTargetGroupsEc2ServiceProps.Jsii$Proxy.getTaskDefinition()
NetworkLoadBalancedEc2Service.getTaskDefinition()
The EC2 Task Definition in this construct.default Ec2TaskDefinition
NetworkLoadBalancedEc2ServiceProps.getTaskDefinition()
The task definition to use for tasks in the service.final Ec2TaskDefinition
NetworkLoadBalancedEc2ServiceProps.Jsii$Proxy.getTaskDefinition()
NetworkMultipleTargetGroupsEc2Service.getTaskDefinition()
The EC2 Task Definition in this construct.default Ec2TaskDefinition
NetworkMultipleTargetGroupsEc2ServiceProps.getTaskDefinition()
The task definition to use for tasks in the service.final Ec2TaskDefinition
NetworkMultipleTargetGroupsEc2ServiceProps.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 Ec2TaskDefinition
ScheduledEc2TaskDefinitionOptions.Jsii$Proxy.getTaskDefinition()
Modifier 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()