experiment_templates_list_only
Lists experiment_templates
in a region or regions, for all properties use experiment_templates
Overview
Name | experiment_templates_list_only |
Type | Resource |
Description | Resource schema for AWS::FIS::ExperimentTemplate |
Id | aws.fis.experiment_templates_list_only |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
description | string | A description for the experiment template. |
targets | object | The targets for the experiment. |
actions | object | The actions for the experiment. |
stop_conditions | array | One or more stop conditions. |
log_configuration | object | |
role_arn | string | The Amazon Resource Name (ARN) of an IAM role that grants the AWS FIS service permission to perform service actions on your behalf. |
tags | object | |
experiment_options | object | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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