AWS::OpenSearchServerless::VpcEndpointCreates an OpenSearch Serverless-managed interface VPC endpoint. For more information, see [Access Amazon OpenSearch Serverless using an interface endpoint](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-vpc.html) .
import { CfnVpcEndpoint } from 'aws-cdk-lib/aws-opensearchserverless';Or use the module namespace:
import * as opensearchserverless from 'aws-cdk-lib/aws-opensearchserverless';
// opensearchserverless.CfnVpcEndpointConfiguration passed to the constructor as CfnVpcEndpointProps.
nameRequiredstringThe name of the endpoint.
subnetIdsRequiredstring[]The ID of the subnets from which you access OpenSearch Serverless.
vpcIdRequiredstringThe ID of the VPC from which you access OpenSearch Serverless.
securityGroupIdsOptionalstring | ISecurityGroupRef[]The unique identifiers of the security groups that define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-opensearchserverlessAWS::OpenSearchServerless::VpcEndpoint