Skip to main content

AWSECSServiceConnectService

No description

type AWSECSServiceConnectService {
portName: String!
clientAliases: [AWSECSServiceConnectClientAlias!]!
discoveryName: String!
ingressPortOverride: Int!
}

Fields

AWSECSServiceConnectService.portName ● String! non-null scalar

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

AWSECSServiceConnectService.clientAliases ● [AWSECSServiceConnectClientAlias!]! non-null object

The list of client aliases for this Service Connect service

AWSECSServiceConnectService.discoveryName ● String! non-null scalar

The discoveryName is the name of the new Cloud Map service that Amazon ECS creates for this Amazon ECS service

AWSECSServiceConnectService.ingressPortOverride ● Int! non-null scalar

The port number for the Service Connect proxy to listen on

Member of

AWSECSServiceConnectConfiguration object