clientAliases

@JvmName(name = "bgkqpltojdnfrmhv")
suspend fun clientAliases(value: Output<List<ServiceConnectClientAliasArgs>>)
@JvmName(name = "oscujfthdbtjyses")
suspend fun clientAliases(value: List<ServiceConnectClientAliasArgs>?)

Parameters

value

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. Each alias ("endpoint") is a fully-qualified name and port number that other Amazon ECS tasks ("clients") can use to connect to this service. Each name and port mapping must be unique within the namespace. For each `ServiceConnectService`, you must provide at least one `clientAlias` with one `port`.


@JvmName(name = "hioqtrasufjpoyko")
suspend fun clientAliases(vararg values: Output<ServiceConnectClientAliasArgs>)


@JvmName(name = "gkrbdoxmhxadskwl")
suspend fun clientAliases(values: List<Output<ServiceConnectClientAliasArgs>>)
@JvmName(name = "tponctbpxvldetlr")
suspend fun clientAliases(vararg values: ServiceConnectClientAliasArgs)

Parameters

values

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. Each alias ("endpoint") is a fully-qualified name and port number that other Amazon ECS tasks ("clients") can use to connect to this service. Each name and port mapping must be unique within the namespace. For each `ServiceConnectService`, you must provide at least one `clientAlias` with one `port`.


@JvmName(name = "lvyfywymhuakxvtj")
suspend fun clientAliases(argument: List<suspend ServiceConnectClientAliasArgsBuilder.() -> Unit>)
@JvmName(name = "fbvbxsqgjaswrqvn")
suspend fun clientAliases(vararg argument: suspend ServiceConnectClientAliasArgsBuilder.() -> Unit)
@JvmName(name = "obgireduxwndhgdy")
suspend fun clientAliases(argument: suspend ServiceConnectClientAliasArgsBuilder.() -> Unit)

Parameters

argument

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. Each alias ("endpoint") is a fully-qualified name and port number that other Amazon ECS tasks ("clients") can use to connect to this service. Each name and port mapping must be unique within the namespace. For each `ServiceConnectService`, you must provide at least one `clientAlias` with one `port`.