aws.wellarchitected.list_milestones
Example SQL Queries
SELECT * FROMaws.wellarchitected.list_milestonesWHERE"workload_id" = 'VALUE';Description
List all milestones for an existing workload.
Table Definition
| Column Name | Column Data Type |
|---|---|
| workload_id Required Input Column The ID assigned to the workload. This ID is unique within an Amazon Web Services Region. | VARCHAR |
| max_results Input Column The maximum number of results to return for this request. | BIGINT |
| next_token Input Column The token to use to retrieve the next set of 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 |
| milestone_summaries A list of milestone summaries. | STRUCT( |
Show child fields
| |