Pipeline Vpc Options Args
data class PipelineVpcOptionsArgs(val securityGroupIds: Output<List<String>>? = null, val subnetIds: Output<List<String>>, val vpcAttachmentOptions: Output<PipelineVpcOptionsVpcAttachmentOptionsPropertiesArgs>? = null, val vpcEndpointManagement: Output<PipelineVpcOptionsVpcEndpointManagement>? = null) : ConvertibleToJava<PipelineVpcOptionsArgs>
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: Output<List<String>>? = null, subnetIds: Output<List<String>>, vpcAttachmentOptions: Output<PipelineVpcOptionsVpcAttachmentOptionsPropertiesArgs>? = null, vpcEndpointManagement: Output<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.