GetServerlessVpcEndpointResult

data class GetServerlessVpcEndpointResult(val createdDate: String, val id: String, val name: String, val securityGroupIds: List<String>, val subnetIds: List<String>, val vpcEndpointId: String, val vpcId: String)

A collection of values returned by getServerlessVpcEndpoint.

Constructors

Link copied to clipboard
constructor(createdDate: String, id: String, name: String, securityGroupIds: List<String>, subnetIds: List<String>, vpcEndpointId: String, vpcId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date the endpoint was created.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The name of the endpoint.

Link copied to clipboard

The IDs of the security groups that define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.

Link copied to clipboard

The IDs of the subnets from which you access OpenSearch Serverless.

Link copied to clipboard
Link copied to clipboard

The ID of the VPC from which you access OpenSearch Serverless.