aws.fis.list_experiment_resolved_targets
Example SQL Queries
SELECT * FROMaws.fis.list_experiment_resolved_targetsWHERE"experiment_id" = 'VALUE';Description
Lists the resolved targets information of the specified experiment.
Table Definition
| Column Name | Column Data Type |
|---|---|
| experiment_id Required Input Column The ID of the experiment. | VARCHAR |
| 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 |
| target_name Input Column The name of the target. | 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
| |
| resolved_targets The resolved targets. | STRUCT( |
Show child fields
| |