aws.fis.list_experiment_target_account_configurations
Example SQL Queries
SELECT * FROMaws.fis.list_experiment_target_account_configurationsWHERE"experiment_id" = 'VALUE';Description
Lists the target account configurations of the specified experiment.
Table Definition
| Column Name | Column Data Type |
|---|---|
| experiment_id Required Input Column The ID of the experiment. | VARCHAR |
| 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
| |
| target_account_configurations The target account configurations. | STRUCT( |
Show child fields
| |