ServiceServiceRegistries

data class ServiceServiceRegistries(val containerName: String? = null, val containerPort: Int? = null, val port: Int? = null, val registryArn: String)

Constructors

Link copied to clipboard
constructor(containerName: String? = null, containerPort: Int? = null, port: Int? = null, registryArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val containerName: String? = null

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

Link copied to clipboard
val containerPort: Int? = null

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

Link copied to clipboard
val port: Int? = null

Port value used if your Service Discovery service specified an SRV record.

Link copied to clipboard

ARN of the Service Registry. The currently supported service registry is Amazon Route 53 Auto Naming Service(aws.servicediscovery.Service). For more information, see Service