Amazon Elastic Container Service Service ServiceRegistry
The
ServiceRegistry property type specifies details of the service registry.
ServiceRegistry is a property of the AWS::ECS::Service resource.
Syntax
JSON
{ "ContainerName" :String, "ContainerPort" :Integer, "Port" :Integer, "RegistryArn" :String}
YAML
ContainerName:StringContainerPort:IntegerPort:IntegerRegistryArn:String
Properties
ContainerName-
The container name value, already specified in the task definition, to be used for your service discovery service. If the task definition that your service task specifies uses the bridge or host network mode, you must specify a
containerNameandcontainerPortcombination from the task definition. If the task definition that your service task specifies uses the awsvpc network mode and a type SRV DNS record is used, you must specify either acontainerNameandcontainerPortcombination or aportvalue, but not both.Required: No
Type: String
Update requires: Replacement
ContainerPort-
The port value, already specified in the task definition, to be used for your service discovery service. If the task definition your service task specifies uses the bridge or host network mode, you must specify a
containerNameandcontainerPortcombination from the task definition. If the task definition your service task specifies uses the awsvpc network mode and a type SRV DNS record is used, you must specify either acontainerNameandcontainerPortcombination or aportvalue, but not both.Required: No
Type: Integer
Update requires: Replacement
Port-
The port value used if your service discovery service specified an SRV record.
Required: No
Type: Integer
Update requires: Replacement
RegistryArn-
The Amazon Resource Name (ARN) of the service registry. The currently supported service registry is Amazon Route 53 auto naming.
Required: No
Type: String
Update requires: Replacement
See Also
-
ServiceRegistry in the Amazon Elastic Container Service API Reference
