aws.proton.list_environments
Example SQL Queries
SELECT * FROMaws.proton.list_environments;Description
List environments with detail data summaries.
Table Definition
| Column Name | Column Data Type |
|---|---|
| environment_templates Input Column An array of the versions of the environment template. | STRUCT( |
Show child fields
| |
| _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 |
| arn The Amazon Resource Name (ARN) of the environment. | VARCHAR |
| component_role_arn The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly defined components in this environment. It determines the scope of infrastructure that a component can provision. The environment must have a componentRoleArn to allow directly defined components to be associated with the environment. For more information about components, see Proton components in the Proton User Guide. | VARCHAR |
| created_at The time when the environment was created. | TIMESTAMP_S |
| deployment_status The environment deployment status. | VARCHAR |
| deployment_status_message An environment deployment status message. | VARCHAR |
| description The description of the environment. | VARCHAR |
| environment_account_connection_id The ID of the environment account connection that the environment is associated with. | VARCHAR |
| environment_account_id The ID of the environment account that the environment infrastructure resources are provisioned in. | VARCHAR |
| last_attempted_deployment_id The ID of the last attempted deployment of this environment. | VARCHAR |
| last_deployment_attempted_at The time when a deployment of the environment was last attempted. | TIMESTAMP_S |
| last_deployment_succeeded_at The time when the environment was last deployed successfully. | TIMESTAMP_S |
| last_succeeded_deployment_id The ID of the last successful deployment of this environment. | VARCHAR |
| name The name of the environment. | VARCHAR |
| proton_service_role_arn The Amazon Resource Name (ARN) of the Proton service role that allows Proton to make calls to other services on your behalf. | VARCHAR |
| provisioning When included, indicates that the environment template is for customer provisioned and managed infrastructure. | VARCHAR |
| template_major_version The major version of the environment template. | VARCHAR |
| template_minor_version The minor version of the environment template. | VARCHAR |
| template_name The name of the environment template. | VARCHAR |