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

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.apprunner.getVpcConnector

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 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>
Copy
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]
Copy
func LookupVpcConnector(ctx *Context, args *LookupVpcConnectorArgs, opts ...InvokeOption) (*LookupVpcConnectorResult, error)
func LookupVpcConnectorOutput(ctx *Context, args *LookupVpcConnectorOutputArgs, opts ...InvokeOption) LookupVpcConnectorResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetVpcConnectorResult> getVpcConnector(GetVpcConnectorArgs args, InvokeOptions options)
public static Output<GetVpcConnectorResult> getVpcConnector(GetVpcConnectorArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:apprunner:getVpcConnector
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

VpcConnectorArn This property is required. string
The Amazon Resource Name (ARN) of this VPC connector.
VpcConnectorArn This property is required. string
The Amazon Resource Name (ARN) of this VPC connector.
vpcConnectorArn This property is required. String
The Amazon Resource Name (ARN) of this VPC connector.
vpcConnectorArn This property is required. string
The Amazon Resource Name (ARN) of this VPC connector.
vpc_connector_arn This property is required. str
The Amazon Resource Name (ARN) of this VPC connector.
vpcConnectorArn This property is required. 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

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi