aws.fis.get_experiment_target_account_configuration
Example SQL Queries
SELECT * FROMaws.fis.get_experiment_target_account_configurationWHERE"experiment_id" = 'VALUE'AND "account_id" = 'VALUE';Description
Gets information about the specified target account configuration of the experiment.
Table Definition
| Column Name | Column Data Type |
|---|---|
| account_id Required Input Column The Amazon Web Services account ID of the target account. | VARCHAR |
| experiment_id Required Input Column The ID of the experiment. | 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_configuration Information about the target account configuration. | STRUCT( |
Show child fields
| |