Values.VpcAttachmentOptionsSourceOptions for attaching a VPC to pipeline.
type nonrec t = {attachToVpc : Boolean.t;Whether a VPC is attached to the pipeline.
*)cidrBlock : CidrBlock.t option;The CIDR block to be reserved for OpenSearch Ingestion to create elastic network interfaces (ENIs).
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of CidrBlock.t ]) list ]