aws.codestar_connections.get_connection
Example SQL Queries
SELECT * FROMaws.codestar_connections.get_connectionWHERE"connection_arn" = 'VALUE';Description
Returns the connection ARN and details such as status, owner, and provider type.
Table Definition
| Column Name | Column Data Type |
|---|---|
| connection_arn Required Input Column The Amazon Resource Name (ARN) of a connection. | 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 The connection details, such as status, owner, and provider type. | STRUCT( |
Show child fields
| |