vpc_ingress_connection_tags
Expands all tag keys and values for vpc_ingress_connections in a region
Overview
| Name | vpc_ingress_connection_tags |
| Type | Resource |
| Description | The AWS::AppRunner::VpcIngressConnection resource is an App Runner resource that specifies an App Runner VpcIngressConnection. |
| Id | aws.apprunner.vpc_ingress_connection_tags |
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 |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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