Values.AwsEcsServiceNetworkConfigurationDetailsSourceFor tasks that use the awsvpc networking mode, the VPC subnet and security group configuration.
type nonrec t = {awsVpcConfiguration : AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails.t
option;The VPC subnet and security group configuration.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of [> `String of NonEmptyString.t ] list
| `String of NonEmptyString.t ])
list ])
list ]