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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.apprunner.getVpcIngressConnection

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

    The AWS::AppRunner::VpcIngressConnection resource is an App Runner resource that specifies an App Runner VpcIngressConnection.

    Using getVpcIngressConnection

    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 getVpcIngressConnection(args: GetVpcIngressConnectionArgs, opts?: InvokeOptions): Promise<GetVpcIngressConnectionResult>
    function getVpcIngressConnectionOutput(args: GetVpcIngressConnectionOutputArgs, opts?: InvokeOptions): Output<GetVpcIngressConnectionResult>
    def get_vpc_ingress_connection(vpc_ingress_connection_arn: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetVpcIngressConnectionResult
    def get_vpc_ingress_connection_output(vpc_ingress_connection_arn: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetVpcIngressConnectionResult]
    func LookupVpcIngressConnection(ctx *Context, args *LookupVpcIngressConnectionArgs, opts ...InvokeOption) (*LookupVpcIngressConnectionResult, error)
    func LookupVpcIngressConnectionOutput(ctx *Context, args *LookupVpcIngressConnectionOutputArgs, opts ...InvokeOption) LookupVpcIngressConnectionResultOutput

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

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

    The following arguments are supported:

    VpcIngressConnectionArn string
    The Amazon Resource Name (ARN) of the VpcIngressConnection.
    VpcIngressConnectionArn string
    The Amazon Resource Name (ARN) of the VpcIngressConnection.
    vpcIngressConnectionArn String
    The Amazon Resource Name (ARN) of the VpcIngressConnection.
    vpcIngressConnectionArn string
    The Amazon Resource Name (ARN) of the VpcIngressConnection.
    vpc_ingress_connection_arn str
    The Amazon Resource Name (ARN) of the VpcIngressConnection.
    vpcIngressConnectionArn String
    The Amazon Resource Name (ARN) of the VpcIngressConnection.

    getVpcIngressConnection Result

    The following output properties are available:

    DomainName string
    The Domain name associated with the VPC Ingress Connection.
    IngressVpcConfiguration Pulumi.AwsNative.AppRunner.Outputs.VpcIngressConnectionIngressVpcConfiguration
    Status Pulumi.AwsNative.AppRunner.VpcIngressConnectionStatus
    The current status of the VpcIngressConnection.
    VpcIngressConnectionArn string
    The Amazon Resource Name (ARN) of the VpcIngressConnection.
    DomainName string
    The Domain name associated with the VPC Ingress Connection.
    IngressVpcConfiguration VpcIngressConnectionIngressVpcConfiguration
    Status VpcIngressConnectionStatus
    The current status of the VpcIngressConnection.
    VpcIngressConnectionArn string
    The Amazon Resource Name (ARN) of the VpcIngressConnection.
    domainName String
    The Domain name associated with the VPC Ingress Connection.
    ingressVpcConfiguration VpcIngressConnectionIngressVpcConfiguration
    status VpcIngressConnectionStatus
    The current status of the VpcIngressConnection.
    vpcIngressConnectionArn String
    The Amazon Resource Name (ARN) of the VpcIngressConnection.
    domainName string
    The Domain name associated with the VPC Ingress Connection.
    ingressVpcConfiguration VpcIngressConnectionIngressVpcConfiguration
    status VpcIngressConnectionStatus
    The current status of the VpcIngressConnection.
    vpcIngressConnectionArn string
    The Amazon Resource Name (ARN) of the VpcIngressConnection.
    domain_name str
    The Domain name associated with the VPC Ingress Connection.
    ingress_vpc_configuration VpcIngressConnectionIngressVpcConfiguration
    status VpcIngressConnectionStatus
    The current status of the VpcIngressConnection.
    vpc_ingress_connection_arn str
    The Amazon Resource Name (ARN) of the VpcIngressConnection.
    domainName String
    The Domain name associated with the VPC Ingress Connection.
    ingressVpcConfiguration Property Map
    status "AVAILABLE" | "PENDING_CREATION" | "PENDING_UPDATE" | "PENDING_DELETION" | "FAILED_CREATION" | "FAILED_UPDATE" | "FAILED_DELETION" | "DELETED"
    The current status of the VpcIngressConnection.
    vpcIngressConnectionArn String
    The Amazon Resource Name (ARN) of the VpcIngressConnection.

    Supporting Types

    VpcIngressConnectionIngressVpcConfiguration

    VpcEndpointId string
    The ID of the VPC endpoint that your App Runner service connects to.
    VpcId string
    The ID of the VPC that the VPC endpoint is used in.
    VpcEndpointId string
    The ID of the VPC endpoint that your App Runner service connects to.
    VpcId string
    The ID of the VPC that the VPC endpoint is used in.
    vpcEndpointId String
    The ID of the VPC endpoint that your App Runner service connects to.
    vpcId String
    The ID of the VPC that the VPC endpoint is used in.
    vpcEndpointId string
    The ID of the VPC endpoint that your App Runner service connects to.
    vpcId string
    The ID of the VPC that the VPC endpoint is used in.
    vpc_endpoint_id str
    The ID of the VPC endpoint that your App Runner service connects to.
    vpc_id str
    The ID of the VPC that the VPC endpoint is used in.
    vpcEndpointId String
    The ID of the VPC endpoint that your App Runner service connects to.
    vpcId String
    The ID of the VPC that the VPC endpoint is used in.

    VpcIngressConnectionStatus

    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.100.0 published on Wednesday, Mar 27, 2024 by Pulumi