Values.VpcOptionsSourceOptions that specify the subnets and security groups for an OpenSearch Ingestion VPC endpoint.
type nonrec t = {subnetIds : SubnetIds.t;A list of subnet IDs associated with the VPC endpoint.
*)securityGroupIds : SecurityGroupIds.t option;A list of security groups associated with the VPC endpoint.
*)vpcAttachmentOptions : VpcAttachmentOptions.t option;Options for attaching a VPC to a pipeline.
*)vpcEndpointManagement : VpcEndpointManagement.t option;Defines whether you or Amazon OpenSearch Ingestion service create and manage the VPC endpoint configured for the pipeline.
*)}val make :
?securityGroupIds:??? ->
?vpcAttachmentOptions:??? ->
?vpcEndpointManagement:??? ->
subnetIds:SubnetIds.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of SubnetId.t ] list
| `Structure of
(string * [> `Boolean of Boolean.t | `String of CidrBlock.t ]) list ])
list ]