AWSECSServiceConnectConfiguration
No description
type AWSECSServiceConnectConfiguration {
enabled: Boolean!
logConfiguration: AWSECSServiceLogConfiguration!
namespace: String!
services: [AWSECSServiceConnectService!]!
}
Fields
AWSECSServiceConnectConfiguration.enabled ● Boolean! non-null scalar
Indicates whether to enable Service Connect for the service.
AWSECSServiceConnectConfiguration.logConfiguration ● AWSECSServiceLogConfiguration! non-null object
The log configuration for the container
AWSECSServiceConnectConfiguration.namespace ● String! non-null scalar
The namespace name or full Amazon Resource Name (ARN) of the Cloud Map namespace for use with Service Connect
AWSECSServiceConnectConfiguration.services ● [AWSECSServiceConnectService!]! non-null object
The list of Service Connect service objects
Member of
AWSECSServiceDeployment object