VpcEndpointArgs

data class VpcEndpointArgs(val name: Output<String>? = null, val securityGroupIds: Output<List<String>>? = null, val subnetIds: Output<List<String>>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<VpcEndpointArgs>

Amazon OpenSearchServerless vpc endpoint resource

Example Usage

Example

No Java example available.

Example

No Java example available.

Constructors

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

Properties

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

The name of the VPC Endpoint

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

The ID of one or more security groups to associate with the endpoint network interface

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

The ID of one or more subnets in which to create an endpoint network interface

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

The ID of the VPC in which the endpoint will be used.

Functions

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