We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.opensearchserverless.getVpcEndpoint
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 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
- Security
Group List<string>Ids - The ID of one or more security groups to associate with the endpoint network interface
- Subnet
Ids 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
- Security
Group []stringIds - The ID of one or more security groups to associate with the endpoint network interface
- Subnet
Ids []string - The ID of one or more subnets in which to create an endpoint network interface
- id String
- The identifier of the VPC Endpoint
- security
Group List<String>Ids - The ID of one or more security groups to associate with the endpoint network interface
- subnet
Ids 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
- security
Group string[]Ids - The ID of one or more security groups to associate with the endpoint network interface
- subnet
Ids 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
- security
Group List<String>Ids - The ID of one or more security groups to associate with the endpoint network interface
- subnet
Ids 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 Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi