Values.VpcConfigurationUpdateSourceDescribes updates to the VPC configuration used by the application.
type nonrec t = {vpcConfigurationId : Id.t;Describes an update to the ID of the VPC configuration.
*)subnetIdUpdates : SubnetIds.t option;Describes updates to the array of Subnet IDs used by the VPC configuration.
*)securityGroupIdUpdates : SecurityGroupIds.t option;Describes updates to 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 ]