Skip to main content

experiment_templates_list_only

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

Overview

Nameexperiment_templates_list_only
TypeResource
DescriptionResource schema for AWS::FIS::ExperimentTemplate
Idaws.fis.experiment_templates_list_only

Fields

NameDatatypeDescription
idstring
descriptionstringA description for the experiment template.
targetsobjectThe targets for the experiment.
actionsobjectThe actions for the experiment.
stop_conditionsarrayOne or more stop conditions.
log_configurationobject
role_arnstringThe Amazon Resource Name (ARN) of an IAM role that grants the AWS FIS service permission to perform service actions on your behalf.
tagsobject
experiment_optionsobject
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all experiment_templates in a region.

SELECT
region,
id
FROM aws.fis.experiment_templates_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the experiment_templates_list_only resource, see experiment_templates