ServiceServiceConnectConfigurationArgs

data class ServiceServiceConnectConfigurationArgs(val enabled: Output<Boolean>, val logConfiguration: Output<ServiceServiceConnectConfigurationLogConfigurationArgs>? = null, val namespace: Output<String>? = null, val services: Output<List<ServiceServiceConnectConfigurationServiceArgs>>? = null) : ConvertibleToJava<ServiceServiceConnectConfigurationArgs>

Constructors

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

Properties

Link copied to clipboard
val enabled: Output<Boolean>

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: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): ServiceServiceConnectConfigurationArgs