Service Service Connect Configuration Service Args
data class ServiceServiceConnectConfigurationServiceArgs(val clientAlias: Output<List<ServiceServiceConnectConfigurationServiceClientAliasArgs>>? = null, val discoveryName: Output<String>? = null, val ingressPortOverride: Output<Int>? = null, val portName: Output<String>) : ConvertibleToJava<ServiceServiceConnectConfigurationServiceArgs>
Constructors
Link copied to clipboard
constructor(clientAlias: Output<List<ServiceServiceConnectConfigurationServiceClientAliasArgs>>? = null, discoveryName: Output<String>? = null, ingressPortOverride: Output<Int>? = null, portName: Output<String>)
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
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.