-
Determines whether the service will be assigned a public IP address.
The options for configuring an Amazon ECS service to use service discovery.
ApplicationMultipleTargetGroupsFargateService.Builder.cluster(ICluster cluster)
The name of the cluster that hosts the service.
ApplicationMultipleTargetGroupsFargateService.Builder.cpu(Number cpu)
The number of cpu units used by the task.
ApplicationMultipleTargetGroupsFargateService.Builder.create(software.constructs.Construct scope,
String id)
The desired number of instantiations of the task definition to keep running on the service.
Specifies whether to enable Amazon ECS managed tags for the tasks within the service.
ApplicationMultipleTargetGroupsFargateService.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.
The application load balancer that will serve traffic to the service.
The amount (in MiB) of memory used by the task.
The platform version on which to run your service.
Specifies whether to propagate the tags from the task definition or the service to the tasks in the service.
ApplicationMultipleTargetGroupsFargateService.Builder.serviceName(String serviceName)
Properties to specify ALB target groups.
The task definition to use for tasks in the service.
The properties required to create a new task definition.
ApplicationMultipleTargetGroupsFargateService.Builder.vpc(IVpc vpc)
The VPC where the container instances will be launched or the elastic network interfaces (ENIs) will be deployed.