Skip to main content

vpc_ingress_connections

Retrieves a list of vpc_ingress_connections in a region

Overview

Namevpc_ingress_connections
TypeResource
Descriptionvpc_ingress_connections
Idawscc.apprunner.vpc_ingress_connections

Fields

NameDatatypeDescription
vpc_ingress_connection_arnstringThe Amazon Resource Name (ARN) of the VpcIngressConnection.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
vpc_ingress_connection_arn
FROM awscc.apprunner.vpc_ingress_connections
WHERE region = 'us-east-1'

Permissions

To operate on the vpc_ingress_connections resource, the following permissions are required:

Create

apprunner:CreateVpcIngressConnection,
apprunner:DescribeVpcIngressConnection,
ec2:DescribeVpcs,
ec2:DescribeVpcEndpoints,
ec2:DescribeSubnets,
apprunner:TagResource

List

apprunner:ListVpcIngressConnections