vpc_ingress_connection
Gets an individual vpc_ingress_connection
resource
Overview
Name | vpc_ingress_connection |
Type | Resource |
Description | vpc_ingress_connection |
Id | awscc.apprunner.vpc_ingress_connection |
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 | |
tags | array | |
region | string | AWS 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