TaskDefinitionProxyConfigurationArgs

data class TaskDefinitionProxyConfigurationArgs(val containerName: Output<String>, val properties: Output<Map<String, String>>? = null, val type: Output<String>? = null) : ConvertibleToJava<TaskDefinitionProxyConfigurationArgs>

Constructors

Link copied to clipboard
constructor(containerName: Output<String>, properties: Output<Map<String, String>>? = null, type: Output<String>? = null)

Properties

Link copied to clipboard
val containerName: Output<String>

Name of the container that will serve as the App Mesh proxy.

Link copied to clipboard
val properties: Output<Map<String, String>>? = null

Set of network configuration parameters to provide the Container Network Interface (CNI) plugin, specified a key-value mapping.

Link copied to clipboard
val type: Output<String>? = null

Proxy type. The default value is APPMESH. The only supported value is APPMESH.

Functions

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