Values.VpcConfigurationDescriptionSourceDescribes the parameters of a VPC used by the application.
type nonrec t = {vpcConfigurationId : Id.t option;The ID of the VPC configuration.
*)vpcId : VpcId.t option;The ID of the associated VPC.
*)subnetIds : SubnetIds.t option;The array of Subnet IDs used by the VPC configuration.
*)securityGroupIds : SecurityGroupIds.t option;The array of SecurityGroup IDs used by the VPC configuration.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of SubnetId.t ] list | `String of Id.t ])
list ]