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>

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

Functions

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