ServiceServiceConnectConfigurationService

data class ServiceServiceConnectConfigurationService(val clientAlias: List<ServiceServiceConnectConfigurationServiceClientAlias>? = null, val discoveryName: String? = null, val ingressPortOverride: Int? = null, val portName: String)

Constructors

constructor(clientAlias: List<ServiceServiceConnectConfigurationServiceClientAlias>? = null, discoveryName: String? = null, ingressPortOverride: Int? = null, portName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of client aliases for this Service Connect service. You use these to assign names that can be used by client applications. The maximum number of client aliases that you can have in this list is 1. See below.

Link copied to clipboard
val discoveryName: String? = null

The name of the new AWS Cloud Map service that Amazon ECS creates for this Amazon ECS service.

Link copied to clipboard

The port number for the Service Connect proxy to listen on.

Link copied to clipboard

The name of one of the portMappings from all the containers in the task definition of this Amazon ECS service.