Module Values.VpcAttachmentOptionsSource

Options for attaching a VPC to pipeline.

Sourcetype nonrec t = {
  1. attachToVpc : Boolean.t;
    (*

    Whether a VPC is attached to the pipeline.

    *)
  2. cidrBlock : CidrBlock.t option;
    (*

    The CIDR block to be reserved for OpenSearch Ingestion to create elastic network interfaces (ENIs).

    *)
}
Sourceval context_ : string
Sourceval make : ?cidrBlock:??? -> attachToVpc:Boolean.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `String of CidrBlock.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t