target_account_configurations
Retrieves a list of target_account_configurations
in a region
Overview
Name | target_account_configurations |
Type | Resource |
Description | target_account_configurations |
Id | awscc.fis.target_account_configurations |
Fields
Name | Datatype | Description |
---|---|---|
experiment_template_id | undefined | |
account_id | undefined | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
experiment_template_id,
account_id
FROM awscc.fis.target_account_configurations
WHERE region = 'us-east-1'
Permissions
To operate on the target_account_configurations
resource, the following permissions are required:
Create
fis:CreateTargetAccountConfiguration
List
fis:ListTargetAccountConfigurations