How would I specify the `healthCheck` param [1] on...
# general
f
How would I specify the
healthCheck
param [1] on a
cloudAws.Service
container? [1] https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#container_definition_healthcheck
w
Currently it's not possible unfortunately - part of https://github.com/pulumi/pulumi-cloud/issues/498. We're working on easy-to-use abstractions for working with ECS Services that expose the full capabilities of the AWS APIs but which will not have these limitiations - @lemon-spoon-91807 and I will reach out on DM to get feedback on some of our design thinking here to see if it will work well for your current
cloudAws.Service
use cases.