Skip to main content

vpc_ingress_connections_list_only

Lists vpc_ingress_connections in a region or regions, for all properties use vpc_ingress_connections

Overview

Namevpc_ingress_connections_list_only
TypeResource
DescriptionThe AWS::AppRunner::VpcIngressConnection resource is an App Runner resource that specifies an App Runner VpcIngressConnection.
Idaws.apprunner.vpc_ingress_connections_list_only

Fields

NameDatatypeDescription
vpc_ingress_connection_arnstringThe Amazon Resource Name (ARN) of the VpcIngressConnection.
vpc_ingress_connection_namestringThe customer-provided Vpc Ingress Connection name.
service_arnstringThe Amazon Resource Name (ARN) of the service.
statusstringThe current status of the VpcIngressConnection.
domain_namestringThe Domain name associated with the VPC Ingress Connection.
ingress_vpc_configurationobjectThe configuration of customer’s VPC and related VPC endpoint
tagsarray
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all vpc_ingress_connections in a region.

SELECT
region,
vpc_ingress_connection_arn
FROM aws.apprunner.vpc_ingress_connections_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the vpc_ingress_connections_list_only resource, see vpc_ingress_connections