Values.AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetailsSourceFor tasks that use the awsvpc networking mode, the VPC subnet and security group configuration.
type nonrec t = {assignPublicIp : NonEmptyString.t option;Whether the task's elastic network interface receives a public IP address. The default value is DISABLED. Valid values: ENABLED | DISABLED
*)securityGroups : NonEmptyStringList.t option;The IDs of the security groups associated with the task or service. You can provide up to five security groups.
*)subnets : NonEmptyStringList.t option;The IDs of the subnets associated with the task or service. You can provide up to 16 subnets.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of NonEmptyString.t ] list
| `String of NonEmptyString.t ])
list ]