aws.codeconnections.list_connections
Example SQL Queries
SELECT * FROMaws.codeconnections.list_connections;Description
Lists the connections associated with your account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| host_arn_filter Input Column Filters the list of connections to those associated with a specified host. | VARCHAR |
| max_results Input Column The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value. | BIGINT |
| next_token Input Column A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned. | VARCHAR |
| provider_type_filter Input Column Filters the list of connections to those associated with a specified provider, such as Bitbucket. | 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
| |
| connections A list of connections and the details for each connection, such as status, owner, and provider type. | STRUCT( |
Show child fields
| |