ServiceServiceConnectConfiguration

data class ServiceServiceConnectConfiguration(val enabled: Boolean, val logConfiguration: ServiceServiceConnectConfigurationLogConfiguration? = null, val namespace: String? = null, val services: List<ServiceServiceConnectConfigurationService>? = null)

Constructors

Link copied to clipboard
constructor(enabled: Boolean, logConfiguration: ServiceServiceConnectConfigurationLogConfiguration? = null, namespace: String? = null, services: List<ServiceServiceConnectConfigurationService>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to use Service Connect with this service.

Link copied to clipboard

Log configuration for the container. See below.

Link copied to clipboard
val namespace: String? = null

Namespace name or ARN of the aws.servicediscovery.HttpNamespace for use with Service Connect.

Link copied to clipboard

List of Service Connect service objects. See below.