aws.ecs.list_services
Example SQL Queries
SELECT * FROMaws.ecs.list_services;Description
Returns a list of services. You can filter the results by cluster, launch type, and scheduling strategy.
Table Definition
| Column Name | Column Data Type |
|---|---|
| cluster Input Column The short name or full Amazon Resource Name (ARN) of the cluster to use when filtering the ListServices results. If you do not specify a cluster, the default cluster is assumed. | VARCHAR |
| launch_type Input Column The launch type to use when filtering the ListServices results. | VARCHAR |
| scheduling_strategy Input Column The scheduling strategy to use when filtering the ListServices results. | 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 |
| service_arns | VARCHAR |