services

@JvmName(name = "iettrrloxmxsnhmk")
suspend fun services(value: Output<List<ServiceConnectServiceArgs>>)
@JvmName(name = "inmxfkcvhdwmdjds")
suspend fun services(value: List<ServiceConnectServiceArgs>?)

Parameters

value

The list of Service Connect service objects. These are names and aliases (also known as endpoints) that are used by other Amazon ECS services to connect to this service. This field is not required for a "client" Amazon ECS service that's a member of a namespace only to connect to other services within the namespace. An example of this would be a frontend application that accepts incoming requests from either a load balancer that's attached to the service or by other means. An object selects a port from the task definition, assigns a name for the CMAPlong service, and a list of aliases (endpoints) and ports for client applications to refer to this service.


@JvmName(name = "noullkluvagbpkqg")
suspend fun services(vararg values: Output<ServiceConnectServiceArgs>)


@JvmName(name = "xilhvadgmfysaxtf")
suspend fun services(values: List<Output<ServiceConnectServiceArgs>>)
@JvmName(name = "piaretmlitxqeqkf")
suspend fun services(vararg values: ServiceConnectServiceArgs)

Parameters

values

The list of Service Connect service objects. These are names and aliases (also known as endpoints) that are used by other Amazon ECS services to connect to this service. This field is not required for a "client" Amazon ECS service that's a member of a namespace only to connect to other services within the namespace. An example of this would be a frontend application that accepts incoming requests from either a load balancer that's attached to the service or by other means. An object selects a port from the task definition, assigns a name for the CMAPlong service, and a list of aliases (endpoints) and ports for client applications to refer to this service.


@JvmName(name = "qcshqrxaxnbqtkvl")
suspend fun services(argument: List<suspend ServiceConnectServiceArgsBuilder.() -> Unit>)
@JvmName(name = "lnhlpvjyupwjxkof")
suspend fun services(vararg argument: suspend ServiceConnectServiceArgsBuilder.() -> Unit)
@JvmName(name = "cyiewbnsllcqlwju")
suspend fun services(argument: suspend ServiceConnectServiceArgsBuilder.() -> Unit)

Parameters

argument

The list of Service Connect service objects. These are names and aliases (also known as endpoints) that are used by other Amazon ECS services to connect to this service. This field is not required for a "client" Amazon ECS service that's a member of a namespace only to connect to other services within the namespace. An example of this would be a frontend application that accepts incoming requests from either a load balancer that's attached to the service or by other means. An object selects a port from the task definition, assigns a name for the CMAPlong service, and a list of aliases (endpoints) and ports for client applications to refer to this service.