target_account_configurations_list_only
Lists target_account_configurations
in a region or regions, for all properties use target_account_configurations
Overview
Name | target_account_configurations_list_only |
Type | Resource |
Description | Resource schema for AWS::FIS::TargetAccountConfiguration |
Id | aws.fis.target_account_configurations_list_only |
Fields
Name | Datatype | Description |
---|---|---|
experiment_template_id | string | The ID of the experiment template. |
account_id | string | The AWS account ID of the target account. |
role_arn | string | The Amazon Resource Name (ARN) of an IAM role for the target account. |
description | string | The description of the target account. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all target_account_configurations
in a region.
SELECT
region,
experiment_template_id,
account_id
FROM aws.fis.target_account_configurations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the target_account_configurations_list_only
resource, see target_account_configurations