Skip to main content

vpc_ingress_connection_tags

Expands all tag keys and values for vpc_ingress_connections in a region

Overview

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

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
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all vpc_ingress_connections in a region.

SELECT
region,
vpc_ingress_connection_arn,
vpc_ingress_connection_name,
service_arn,
status,
domain_name,
ingress_vpc_configuration,
tag_key,
tag_value
FROM aws.apprunner.vpc_ingress_connection_tags
WHERE region = 'us-east-1';

Permissions

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