Values.AwsEcsTaskDefinitionProxyConfigurationDetailsSourceThe configuration details for the App Mesh proxy.
type nonrec t = {containerName : NonEmptyString.t option;The name of the container that will serve as the App Mesh proxy.
*)proxyConfigurationProperties : AwsEcsTaskDefinitionProxyConfigurationProxyConfigurationPropertiesList.t
option;The set of network configuration parameters to provide to the Container Network Interface (CNI) plugin, specified as key-value pairs.
*)type_ : NonEmptyString.t option;The proxy type.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of NonEmptyString.t ]) list ]
list
| `String of NonEmptyString.t ])
list ]