aws.apprunner.list_connections
Example SQL Queries
SELECT * FROMaws.apprunner.list_connections;Description
Returns a list of App Runner connections that are associated with your Amazon Web Services account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| connection_name Input Column If specified, only this connection is returned. If not specified, the result isn't filtered by name. | VARCHAR |
| max_results Input Column The maximum number of results to include in each response (result page). Used for a paginated request. If you don't specify MaxResults, the request retrieves all available results in a single response. | BIGINT |
| next_token Input Column The token that you can pass in a subsequent request to get the next result page. Returned in a paginated request. | 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 |
| connection_summary_list A list of summary information records for connections. In a paginated request, the request returns up to MaxResults records for each call. | STRUCT( |
Show child fields
| |