aws.apprunner.list_operations
Example SQL Queries
SELECT * FROMaws.apprunner.list_operationsWHERE"service_arn" = 'VALUE';Description
Return a list of operations that occurred on an App Runner service.
The resulting list of OperationSummary objects is sorted in reverse chronological order. The first object on the list represents the last started operation.
Table Definition
| Column Name | Column Data Type |
|---|---|
| service_arn Required Input Column The Amazon Resource Name (ARN) of the App Runner service that you want a list of operations for. | VARCHAR |
| max_results Input Column The maximum number of results to include in each response (result page). It's used for a paginated request. If you don't specify MaxResults, the request retrieves all available results in a single response. | BIGINT |
| next_token Input Column The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request. | 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 |
| operation_summary_list A list of operation summary information records. In a paginated request, the request returns up to MaxResults records for each call. | STRUCT( |
Show child fields
| |