ServiceRegistry
The details for the service registry.
Each service may be associated with one service registry. Multiple service registries for each service are not supported.
When you add, update, or remove the service registries configuration, Amazon ECS starts a new deployment. New tasks are registered and deregistered to the updated service registry configuration.
Contents
- containerName
- 
               The container name value to be used for your service discovery service. It's already specified in the task definition. If the task definition that your service task specifies uses the bridgeorhostnetwork mode, you must specify acontainerNameandcontainerPortcombination from the task definition. If the task definition that your service task specifies uses theawsvpcnetwork mode and a type SRV DNS record is used, you must specify either acontainerNameandcontainerPortcombination or aportvalue. However, you can't specify both.Type: String Required: No 
- containerPort
- 
               The port value to be used for your service discovery service. It's already specified in the task definition. If the task definition your service task specifies uses the bridgeorhostnetwork mode, you must specify acontainerNameandcontainerPortcombination from the task definition. If the task definition your service task specifies uses theawsvpcnetwork mode and a type SRV DNS record is used, you must specify either acontainerNameandcontainerPortcombination or aportvalue. However, you can't specify both.Type: Integer Required: No 
- port
- 
               The port value used if your service discovery service specified an SRV record. This field might be used if both the awsvpcnetwork mode and SRV records are used.Type: Integer Required: No 
- registryArn
- 
               The Amazon Resource Name (ARN) of the service registry. The currently supported service registry is Amazon Cloud Map. For more information, see CreateService. Type: String Required: No 
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: