AWSECSServiceRegistry
No description
type AWSECSServiceRegistry {
containerName: String!
containerPort: Int!
port: Int!
registryArn: String!
}
Fields
AWSECSServiceRegistry.containerName ● String! non-null scalar
The container name value to be used for your service discovery service
AWSECSServiceRegistry.containerPort ● Int! non-null scalar
The port value to be used for your service discovery service
AWSECSServiceRegistry.port ● Int! non-null scalar
The port value used if your service discovery service specified an SRV record
AWSECSServiceRegistry.registryArn ● String! non-null scalar
The Amazon Resource Name (ARN) of the service registry
Member of
AWSECSService object ● AWSECSServiceTaskSet object