vpc_ingress_connections_list_only
Lists vpc_ingress_connections
in a region or regions, for all properties use vpc_ingress_connections
Overview
Name | vpc_ingress_connections_list_only |
Type | Resource |
Description | The AWS::AppRunner::VpcIngressConnection resource is an App Runner resource that specifies an App Runner VpcIngressConnection. |
Id | aws.apprunner.vpc_ingress_connections_list_only |
Fields
Name | Datatype | Description |
---|---|---|
vpc_ingress_connection_arn | string | The Amazon Resource Name (ARN) of the VpcIngressConnection. |
vpc_ingress_connection_name | string | The customer-provided Vpc Ingress Connection name. |
service_arn | string | The Amazon Resource Name (ARN) of the service. |
status | string | The current status of the VpcIngressConnection. |
domain_name | string | The Domain name associated with the VPC Ingress Connection. |
ingress_vpc_configuration | object | The configuration of customer’s VPC and related VPC endpoint |
tags | array | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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