Describe the feature
Similar request as #15636
ApplicationLoadBalancedFargateService currently does not offer healthCheck options property
Use Case
I want to set custom healthcheck property on my container
Proposed Solution
Add the healthcheck property to ApplicationLoadBalancedFargateService and pass it to the container
https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/aws-ecs-patterns/lib/fargate/application-load-balanced-fargate-service.ts#L83
Something like https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/aws-ecs-patterns/lib/fargate/queue-processing-fargate-service.ts#L26 from QueueProcessingFargateServiceProps
Other Information
No response
Acknowledgements
CDK version used
2.94.0 (build 987c329)
Environment details (OS name and version, etc.)
22.04 Ubuntu
Describe the feature
Similar request as #15636
ApplicationLoadBalancedFargateServicecurrently does not offer healthCheck options propertyUse Case
I want to set custom healthcheck property on my container
Proposed Solution
Add the healthcheck property to
ApplicationLoadBalancedFargateServiceand pass it to the containerhttps://github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/aws-ecs-patterns/lib/fargate/application-load-balanced-fargate-service.ts#L83
Something like https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/aws-ecs-patterns/lib/fargate/queue-processing-fargate-service.ts#L26 from
QueueProcessingFargateServicePropsOther Information
No response
Acknowledgements
CDK version used
2.94.0 (build 987c329)
Environment details (OS name and version, etc.)
22.04 Ubuntu