GetTaskDefinitionProxyConfiguration

data class GetTaskDefinitionProxyConfiguration(val containerName: String, val properties: Map<String, String>, val type: String)

Constructors

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

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

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

Link copied to clipboard

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