Skip to main content

vpc_ingress_connection

Gets an individual vpc_ingress_connection resource

Overview

Namevpc_ingress_connection
TypeResource
Descriptionvpc_ingress_connection
Idawscc.apprunner.vpc_ingress_connection

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_configurationobject
tagsarray
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
vpc_ingress_connection_arn,
vpc_ingress_connection_name,
service_arn,
status,
domain_name,
ingress_vpc_configuration,
tags
FROM awscc.apprunner.vpc_ingress_connection
WHERE data__Identifier = '<VpcIngressConnectionArn>';

Permissions

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

Read

apprunner:DescribeVpcIngressConnection

Update

apprunner:UpdateVpcIngressConnection

Delete

apprunner:DeleteVpcIngressConnection