Whether to enable the deployment circuit breaker.
The options for configuring an Amazon ECS service to use service discovery.
The name of the cluster that hosts the service.
NetworkLoadBalancedEc2Service.Builder.cpu(Number cpu)
The number of cpu units used by the task.
NetworkLoadBalancedEc2Service.Builder.create(software.constructs.Construct scope,
String id)
Specifies which deployment controller to use for the service.
The desired number of instantiations of the task definition to keep running on the service.
The domain name for the service, e.g.
The Route53 hosted zone for the domain, e.g.
Specifies whether to enable Amazon ECS managed tags for the tasks within the service.
NetworkLoadBalancedEc2Service.Builder.healthCheckGracePeriod(software.amazon.awscdk.core.Duration healthCheckGracePeriod)
The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
Listener port of the network load balancer that will serve traffic to the service.
The network load balancer that will serve traffic to the service.
The maximum number of tasks, specified as a percentage of the Amazon ECS service's DesiredCount value, that can run in a service during a deployment.
The hard limit (in MiB) of memory to present to the container.
The soft limit (in MiB) of memory to reserve for the container.
The minimum number of tasks, specified as a percentage of the Amazon ECS service's DesiredCount value, that must continue to run and remain healthy during a deployment.
The placement constraints to use for tasks in the service.
The placement strategies to use for tasks in the service.
Specifies whether to propagate the tags from the task definition or the service to the tasks in the service.
Determines whether the Load Balancer will be internet-facing.
Specifies whether the Route53 record should be a CNAME, an A record using the Alias feature or no record at all.
The task definition to use for tasks in the service.
The properties required to create a new task definition.
NetworkLoadBalancedEc2Service.Builder.vpc(IVpc vpc)
The VPC where the container instances will be launched or the elastic network interfaces (ENIs) will be deployed.