aws.proton.list_services
Example SQL Queries
SELECT * FROMaws.proton.list_services;Description
List services with summaries of detail data.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 service. | VARCHAR |
| created_at The time when the service was created. | TIMESTAMP_S |
| description A description of the service. | VARCHAR |
| last_modified_at The time when the service was last modified. | TIMESTAMP_S |
| name The name of the service. | VARCHAR |
| status The status of the service. | VARCHAR |
| status_message A service status message. | VARCHAR |
| template_name The name of the service template. | VARCHAR |