Pipeline Vpc Options
data class PipelineVpcOptions(val securityGroupIds: List<String>? = null, val subnetIds: List<String>, val vpcAttachmentOptions: PipelineVpcOptionsVpcAttachmentOptionsProperties? = null, val vpcEndpointManagement: PipelineVpcOptionsVpcEndpointManagement? = null)
Container for the values required to configure VPC access for the pipeline. If you don't specify these values, OpenSearch Ingestion Service creates the pipeline with a public endpoint.
Constructors
Link copied to clipboard
constructor(securityGroupIds: List<String>? = null, subnetIds: List<String>, vpcAttachmentOptions: PipelineVpcOptionsVpcAttachmentOptionsProperties? = null, vpcEndpointManagement: PipelineVpcOptionsVpcEndpointManagement? = null)
Properties
Link copied to clipboard
A list of security groups associated with the VPC endpoint.
Link copied to clipboard
Options for attaching a VPC to the pipeline.
Link copied to clipboard
Defines whether you or Amazon OpenSearch Ingestion service create and manage the VPC endpoint configured for the pipeline.