Optional
Readonly
x8Port at which container listens for requests
80
Optional
Readonly
x8Enable execute command for debugging container, not recommended for production
false
Optional
Readonly
x8Fargate Service Props
Optional
Readonly
x8Additional WaFargateTaskDefinitionProps
Optional
Readonly
x8Health check path e.g. /health
The first entry in the x8PathPatterns e.g. /service-a
Readonly
x8Container image used for the task definition
Optional
Readonly
x8Log stream prefix
X8ServiceNameLogs
Optional
Readonly
x8Container logging
AWSLogDriver
Optional
Readonly
x8Maximum capacity allocation for autoscaling
10 tasks for production 2 tasks for non production environments
Readonly
x8Service Path e.g /service-a or /service-b
Readonly
x8Service name e.g. UserService, FileService etc.
Readonly
x8Priority of the service within the load balancer routing
Optional
Readonly
x8CPU utilization percentage when autoscaling should trigger
60 percent for production 80 for non production environments
Optional
Readonly
x8Memory utilization percentage when autoscaling should trigger
60 percent for production 80 for non production environments
Generated using TypeDoc
Properties that are used for customize a service. You can add multiple services behind the load balancer using addService() method and passing these properties for customization.