1. Packages
  2. AWS Native
  3. API Docs
  4. apigateway
  5. getVpcLink

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.apigateway.getVpcLink

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

    Schema for AWS ApiGateway VpcLink

    Using getVpcLink

    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 getVpcLink(args: GetVpcLinkArgs, opts?: InvokeOptions): Promise<GetVpcLinkResult>
    function getVpcLinkOutput(args: GetVpcLinkOutputArgs, opts?: InvokeOptions): Output<GetVpcLinkResult>
    def get_vpc_link(vpc_link_id: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetVpcLinkResult
    def get_vpc_link_output(vpc_link_id: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetVpcLinkResult]
    func LookupVpcLink(ctx *Context, args *LookupVpcLinkArgs, opts ...InvokeOption) (*LookupVpcLinkResult, error)
    func LookupVpcLinkOutput(ctx *Context, args *LookupVpcLinkOutputArgs, opts ...InvokeOption) LookupVpcLinkResultOutput

    > Note: This function is named LookupVpcLink in the Go SDK.

    public static class GetVpcLink 
    {
        public static Task<GetVpcLinkResult> InvokeAsync(GetVpcLinkArgs args, InvokeOptions? opts = null)
        public static Output<GetVpcLinkResult> Invoke(GetVpcLinkInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVpcLinkResult> getVpcLink(GetVpcLinkArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:apigateway:getVpcLink
      arguments:
        # arguments dictionary

    The following arguments are supported:

    VpcLinkId string
    The ID of the instance that backs VPC link.
    VpcLinkId string
    The ID of the instance that backs VPC link.
    vpcLinkId String
    The ID of the instance that backs VPC link.
    vpcLinkId string
    The ID of the instance that backs VPC link.
    vpc_link_id str
    The ID of the instance that backs VPC link.
    vpcLinkId String
    The ID of the instance that backs VPC link.

    getVpcLink Result

    The following output properties are available:

    Description string
    A description of the VPC link.
    Name string
    A name for the VPC link.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    An array of arbitrary tags (key-value pairs) to associate with the stage.
    VpcLinkId string
    The ID of the instance that backs VPC link.
    Description string
    A description of the VPC link.
    Name string
    A name for the VPC link.
    Tags Tag
    An array of arbitrary tags (key-value pairs) to associate with the stage.
    VpcLinkId string
    The ID of the instance that backs VPC link.
    description String
    A description of the VPC link.
    name String
    A name for the VPC link.
    tags List<Tag>
    An array of arbitrary tags (key-value pairs) to associate with the stage.
    vpcLinkId String
    The ID of the instance that backs VPC link.
    description string
    A description of the VPC link.
    name string
    A name for the VPC link.
    tags Tag[]
    An array of arbitrary tags (key-value pairs) to associate with the stage.
    vpcLinkId string
    The ID of the instance that backs VPC link.
    description str
    A description of the VPC link.
    name str
    A name for the VPC link.
    tags Sequence[root_Tag]
    An array of arbitrary tags (key-value pairs) to associate with the stage.
    vpc_link_id str
    The ID of the instance that backs VPC link.
    description String
    A description of the VPC link.
    name String
    A name for the VPC link.
    tags List<Property Map>
    An array of arbitrary tags (key-value pairs) to associate with the stage.
    vpcLinkId String
    The ID of the instance that backs VPC link.

    Supporting Types

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    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