TaskDefinitionProxyConfiguration

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val properties: 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: String? = null

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