1. Packages
  2. AWS Native
  3. API Docs
  4. opensearchserverless
  5. getVpcEndpoint

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.opensearchserverless.getVpcEndpoint

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:opensearchserverless:getVpcEndpoint
      arguments:
        # arguments dictionary

    The 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
    SecurityGroupIds List<string>
    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
    SecurityGroupIds []string
    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
    securityGroupIds List<String>
    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
    securityGroupIds string[]
    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_ids Sequence[str]
    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
    securityGroupIds List<String>
    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
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi