We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.opensearchserverless.getVpcEndpoint
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
Amazon OpenSearchServerless vpc endpoint resource
Using getVpcEndpoint
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getVpcEndpoint(args: GetVpcEndpointArgs, opts?: InvokeOptions): Promise<GetVpcEndpointResult>
function getVpcEndpointOutput(args: GetVpcEndpointOutputArgs, opts?: InvokeOptions): Output<GetVpcEndpointResult>def get_vpc_endpoint(id: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetVpcEndpointResult
def get_vpc_endpoint_output(id: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetVpcEndpointResult]func LookupVpcEndpoint(ctx *Context, args *LookupVpcEndpointArgs, opts ...InvokeOption) (*LookupVpcEndpointResult, error)
func LookupVpcEndpointOutput(ctx *Context, args *LookupVpcEndpointOutputArgs, opts ...InvokeOption) LookupVpcEndpointResultOutput> Note: This function is named LookupVpcEndpoint in the Go SDK.
public static class GetVpcEndpoint 
{
    public static Task<GetVpcEndpointResult> InvokeAsync(GetVpcEndpointArgs args, InvokeOptions? opts = null)
    public static Output<GetVpcEndpointResult> Invoke(GetVpcEndpointInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetVpcEndpointResult> getVpcEndpoint(GetVpcEndpointArgs args, InvokeOptions options)
public static Output<GetVpcEndpointResult> getVpcEndpoint(GetVpcEndpointArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:opensearchserverless:getVpcEndpoint
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Id string
- The identifier of the VPC Endpoint
- Id string
- The identifier of the VPC Endpoint
- id String
- The identifier of the VPC Endpoint
- id string
- The identifier of the VPC Endpoint
- id str
- The identifier of the VPC Endpoint
- id String
- The identifier of the VPC Endpoint
getVpcEndpoint Result
The following output properties are available:
- Id string
- The identifier of the VPC Endpoint
- SecurityGroup List<string>Ids 
- The ID of one or more security groups to associate with the endpoint network interface
- SubnetIds List<string>
- The ID of one or more subnets in which to create an endpoint network interface
- Id string
- The identifier of the VPC Endpoint
- SecurityGroup []stringIds 
- The ID of one or more security groups to associate with the endpoint network interface
- SubnetIds []string
- The ID of one or more subnets in which to create an endpoint network interface
- id String
- The identifier of the VPC Endpoint
- securityGroup List<String>Ids 
- The ID of one or more security groups to associate with the endpoint network interface
- subnetIds List<String>
- The ID of one or more subnets in which to create an endpoint network interface
- id string
- The identifier of the VPC Endpoint
- securityGroup string[]Ids 
- The ID of one or more security groups to associate with the endpoint network interface
- subnetIds string[]
- The ID of one or more subnets in which to create an endpoint network interface
- id str
- The identifier of the VPC Endpoint
- security_group_ Sequence[str]ids 
- The ID of one or more security groups to associate with the endpoint network interface
- subnet_ids Sequence[str]
- The ID of one or more subnets in which to create an endpoint network interface
- id String
- The identifier of the VPC Endpoint
- securityGroup List<String>Ids 
- The ID of one or more security groups to associate with the endpoint network interface
- subnetIds List<String>
- The ID of one or more subnets in which to create an endpoint network interface
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi