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.apprunner.getVpcConnector
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
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:
- Vpc
Connector stringArn - The Amazon Resource Name (ARN) of this VPC connector.
- Vpc
Connector stringArn - The Amazon Resource Name (ARN) of this VPC connector.
- vpc
Connector StringArn - The Amazon Resource Name (ARN) of this VPC connector.
- vpc
Connector stringArn - The Amazon Resource Name (ARN) of this VPC connector.
- vpc_
connector_ strarn - The Amazon Resource Name (ARN) of this VPC connector.
- vpc
Connector StringArn - The Amazon Resource Name (ARN) of this VPC connector.
getVpcConnector Result
The following output properties are available:
- Vpc
Connector stringArn - 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.
- Vpc
Connector stringArn - 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.
- vpc
Connector StringArn - The Amazon Resource Name (ARN) of this VPC connector.
- vpc
Connector IntegerRevision - The revision of this VPC connector. It's unique among all the active connectors ("Status": "ACTIVE") that share the same Name.
- vpc
Connector stringArn - The Amazon Resource Name (ARN) of this VPC connector.
- vpc
Connector 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.
- vpc
Connector StringArn - The Amazon Resource Name (ARN) of this VPC connector.
- vpc
Connector 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 Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi