PipelineVpcOptionsArgs

data class PipelineVpcOptionsArgs(val securityGroupIds: Output<List<String>>? = null, val subnetIds: Output<List<String>>, val vpcEndpointManagement: Output<String>? = null) : ConvertibleToJava<PipelineVpcOptionsArgs>

Constructors

Link copied to clipboard
constructor(securityGroupIds: Output<List<String>>? = null, subnetIds: Output<List<String>>, vpcEndpointManagement: Output<String>? = null)

Properties

Link copied to clipboard
val securityGroupIds: Output<List<String>>? = null

A list of security groups associated with the VPC endpoint.

Link copied to clipboard
val subnetIds: Output<List<String>>

A list of subnet IDs associated with the VPC endpoint.

Link copied to clipboard
val vpcEndpointManagement: Output<String>? = null

Whether you or Amazon OpenSearch Ingestion service create and manage the VPC endpoint configured for the pipeline. Valid values are CUSTOMER or SERVICE

Functions

Link copied to clipboard
open override fun toJava(): PipelineVpcOptionsArgs