aws.apprunner.describe_vpc_connector
Example SQL Queries
SELECT * FROMaws.apprunner.describe_vpc_connectorWHERE"vpc_connector_arn" = 'VALUE';Description
Return a description of an App Runner VPC connector resource.
Table Definition
| Column Name | Column Data Type |
|---|---|
| vpc_connector_arn Required Input Column The Amazon Resource Name (ARN) of the App Runner VPC connector that you want a description for. The ARN must be a full VPC connector ARN. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| vpc_connector A description of the App Runner VPC connector that you specified in this request. | STRUCT( |
Show child fields
| |