aws.proton.get_environment_account_connection
Example SQL Queries
SELECT * FROMaws.proton.get_environment_account_connectionWHERE"id" = 'VALUE';Description
In an environment account, get the detailed data for an environment account connection.
For more information, see Environment account connections in the Proton User guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Required Input Column The ID of the environment account connection that you want to get the detailed data for. | 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 |
| environment_account_connection The detailed data of the requested environment account connection. | STRUCT( |
Show child fields
| |