Skip to main content

target_account_configurations_list_only

Lists target_account_configurations in a region or regions, for all properties use target_account_configurations

Overview

Nametarget_account_configurations_list_only
TypeResource
DescriptionResource schema for AWS::FIS::TargetAccountConfiguration
Idaws.fis.target_account_configurations_list_only

Fields

NameDatatypeDescription
experiment_template_idstringThe ID of the experiment template.
account_idstringThe AWS account ID of the target account.
role_arnstringThe Amazon Resource Name (ARN) of an IAM role for the target account.
descriptionstringThe description of the target account.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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