AWSECSServiceConnectClientAlias
No description
type AWSECSServiceConnectClientAlias {
port: Int!
dnsName: String!
}
Fields
AWSECSServiceConnectClientAlias.port
● Int!
non-null scalar
The listening port number for the Service Connect proxy
AWSECSServiceConnectClientAlias.dnsName
● String!
non-null scalar
The dnsName is the name that you use in the applications of client tasks to connect to this service
Member of
AWSECSServiceConnectService
object