You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ECS::Types::ServiceRegistry

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ServiceRegistry as input to an Aws::Client method, you can use a vanilla Hash:

{
  registry_arn: "String",
  port: 1,
  container_name: "String",
  container_port: 1,
}

Details of the service registry.

Instance Attribute Summary collapse

Instance Attribute Details

#container_nameString

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 containerName and containerPort combination 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 a containerName and containerPort combination or a port value, but not both.

Returns:

  • (String)

    The container name value, already specified in the task definition, to be used for your service discovery service.

#container_portInteger

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 containerName and containerPort combination 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 a containerName and containerPort combination or a port value, but not both.

Returns:

  • (Integer)

    The port value, already specified in the task definition, to be used for your service discovery service.

#portInteger

The port value used if your service discovery service specified an SRV record. This field may be used if both the awsvpc network mode and SRV records are used.

Returns:

  • (Integer)

    The port value used if your service discovery service specified an SRV record.

#registry_arnString

The Amazon Resource Name (ARN) of the service registry. The currently supported service registry is AWS Cloud Map. For more information, see CreateService.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the service registry.