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>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)
public static Output<GetVpcConnectorResult> getVpcConnector(GetVpcConnectorArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:apprunner:getVpcConnector
  arguments:
    # arguments dictionaryThe following arguments are supported:
- VpcConnector stringArn 
- The Amazon Resource Name (ARN) of this VPC connector.
- VpcConnector stringArn 
- The Amazon Resource Name (ARN) of this VPC connector.
- vpcConnector StringArn 
- The Amazon Resource Name (ARN) of this VPC connector.
- vpcConnector stringArn 
- The Amazon Resource Name (ARN) of this VPC connector.
- vpc_connector_ strarn 
- The Amazon Resource Name (ARN) of this VPC connector.
- vpcConnector StringArn 
- The Amazon Resource Name (ARN) of this VPC connector.
getVpcConnector Result
The following output properties are available:
- VpcConnector stringArn 
- The Amazon Resource Name (ARN) of this VPC connector.
- VpcConnector intRevision 
- The revision of this VPC connector. It's unique among all the active connectors ("Status": "ACTIVE") that share the same Name.
- VpcConnector stringArn 
- The Amazon Resource Name (ARN) of this VPC connector.
- VpcConnector intRevision 
- The revision of this VPC connector. It's unique among all the active connectors ("Status": "ACTIVE") that share the same Name.
- vpcConnector StringArn 
- The Amazon Resource Name (ARN) of this VPC connector.
- vpcConnector IntegerRevision 
- The revision of this VPC connector. It's unique among all the active connectors ("Status": "ACTIVE") that share the same Name.
- vpcConnector stringArn 
- The Amazon Resource Name (ARN) of this VPC connector.
- vpcConnector numberRevision 
- The revision of this VPC connector. It's unique among all the active connectors ("Status": "ACTIVE") that share the same Name.
- vpc_connector_ strarn 
- The Amazon Resource Name (ARN) of this VPC connector.
- vpc_connector_ intrevision 
- The revision of this VPC connector. It's unique among all the active connectors ("Status": "ACTIVE") that share the same Name.
- vpcConnector StringArn 
- The Amazon Resource Name (ARN) of this VPC connector.
- vpcConnector NumberRevision 
- 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