Values.CreateSourceNetworkRequestSourceCreate a new Source Network resource for a provided VPC ID.
type nonrec t = {vpcID : VpcID.t;Which VPC ID to protect.
*)originAccountID : AccountID.t;Account containing the VPC to protect.
*)originRegion : AwsRegion.t;Region containing the VPC to protect.
*)}val make :
?tags:??? ->
vpcID:VpcID.t ->
originAccountID:AccountID.t ->
originRegion:AwsRegion.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of VpcID.t ])
list ]