We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
is AWS::ECS::Service ServiceRegistry supported?
AWS::ECS::Service ServiceRegistry
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceregistry.html
I'd like to do something like this:
"family": "MyTask", "serviceRegistries": [ { "registryArn": "arn:aws:servicediscovery:us-hidden-n:hidden:service/srv-foo", "containerName": "bar-container", "containerPort": hidden } ],