aws.fis.list_actions
Example SQL Queries
SELECT * FROMaws.fis.list_actions;Description
Lists the available FIS actions.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value. | BIGINT |
| next_token Input Column The token to use to retrieve the next page of results. This value is null when there are no more results to return. | 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
| |
| actions The actions. | STRUCT( |
Show child fields
| |