get Vpc Ingress Connection
suspend fun getVpcIngressConnection(argument: GetVpcIngressConnectionPlainArgs): GetVpcIngressConnectionResult
The AWS::AppRunner::VpcIngressConnection resource is an App Runner resource that specifies an App Runner VpcIngressConnection.
Return
null
Parameters
argument
null
Return
null
Parameters
vpc Ingress Connection Arn
The Amazon Resource Name (ARN) of the VpcIngressConnection.
See also
suspend fun getVpcIngressConnection(argument: suspend GetVpcIngressConnectionPlainArgsBuilder.() -> Unit): GetVpcIngressConnectionResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.apprunner.kotlin.inputs.GetVpcIngressConnectionPlainArgs.