1. Packages
  2. AWS Native
  3. API Docs
  4. apprunner
  5. getVpcConnector

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.apprunner.getVpcConnector

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

    The AWS::AppRunner::VpcConnector resource specifies an App Runner VpcConnector.

    Using getVpcConnector

    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 getVpcConnector(args: GetVpcConnectorArgs, opts?: InvokeOptions): Promise<GetVpcConnectorResult>
    function getVpcConnectorOutput(args: GetVpcConnectorOutputArgs, opts?: InvokeOptions): Output<GetVpcConnectorResult>
    def get_vpc_connector(vpc_connector_arn: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetVpcConnectorResult
    def get_vpc_connector_output(vpc_connector_arn: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetVpcConnectorResult]
    func LookupVpcConnector(ctx *Context, args *LookupVpcConnectorArgs, opts ...InvokeOption) (*LookupVpcConnectorResult, error)
    func LookupVpcConnectorOutput(ctx *Context, args *LookupVpcConnectorOutputArgs, opts ...InvokeOption) LookupVpcConnectorResultOutput

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

    public static class GetVpcConnector 
    {
        public static Task<GetVpcConnectorResult> InvokeAsync(GetVpcConnectorArgs args, InvokeOptions? opts = null)
        public static Output<GetVpcConnectorResult> Invoke(GetVpcConnectorInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVpcConnectorResult> getVpcConnector(GetVpcConnectorArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:apprunner:getVpcConnector
      arguments:
        # arguments dictionary

    The following arguments are supported:

    VpcConnectorArn string
    The Amazon Resource Name (ARN) of this VPC connector.
    VpcConnectorArn string
    The Amazon Resource Name (ARN) of this VPC connector.
    vpcConnectorArn String
    The Amazon Resource Name (ARN) of this VPC connector.
    vpcConnectorArn string
    The Amazon Resource Name (ARN) of this VPC connector.
    vpc_connector_arn str
    The Amazon Resource Name (ARN) of this VPC connector.
    vpcConnectorArn String
    The Amazon Resource Name (ARN) of this VPC connector.

    getVpcConnector Result

    The following output properties are available:

    VpcConnectorArn string
    The Amazon Resource Name (ARN) of this VPC connector.
    VpcConnectorRevision int
    The revision of this VPC connector. It's unique among all the active connectors ("Status": "ACTIVE") that share the same Name.
    VpcConnectorArn string
    The Amazon Resource Name (ARN) of this VPC connector.
    VpcConnectorRevision int
    The revision of this VPC connector. It's unique among all the active connectors ("Status": "ACTIVE") that share the same Name.
    vpcConnectorArn String
    The Amazon Resource Name (ARN) of this VPC connector.
    vpcConnectorRevision Integer
    The revision of this VPC connector. It's unique among all the active connectors ("Status": "ACTIVE") that share the same Name.
    vpcConnectorArn string
    The Amazon Resource Name (ARN) of this VPC connector.
    vpcConnectorRevision number
    The revision of this VPC connector. It's unique among all the active connectors ("Status": "ACTIVE") that share the same Name.
    vpc_connector_arn str
    The Amazon Resource Name (ARN) of this VPC connector.
    vpc_connector_revision int
    The revision of this VPC connector. It's unique among all the active connectors ("Status": "ACTIVE") that share the same Name.
    vpcConnectorArn String
    The Amazon Resource Name (ARN) of this VPC connector.
    vpcConnectorRevision Number
    The revision of this VPC connector. It's unique among all the active connectors ("Status": "ACTIVE") that share the same Name.

    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