Values.NetworkConfigurationSourceSpecifies the network configuration for an ECS task.
type nonrec t = {awsvpcConfiguration : AwsVpcConfiguration.t option;Specifies the Amazon VPC subnets and security groups for the task, and whether a public IP address is to be used. This structure is relevant only for ECS tasks that use the awsvpc network mode.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of [> `String of SecurityGroup.t ] list ])
list ])
list ]