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

Specifies whether to use Service Connect with this service.

Link copied to clipboard

The log configuration for the container. See below.

Link copied to clipboard
val namespace: String? = null

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

Link copied to clipboard

The list of Service Connect service objects. See below.