experiment_template_tags
Expands all tag keys and values for experiment_templates
in a region
Overview
Name | experiment_template_tags |
Type | Resource |
Description | Resource schema for AWS::FIS::ExperimentTemplate |
Id | aws.fis.experiment_template_tags |
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. |
experiment_options | object | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all experiment_templates
in a region.
SELECT
region,
id,
description,
targets,
actions,
stop_conditions,
log_configuration,
role_arn,
experiment_options,
tag_key,
tag_value
FROM aws.fis.experiment_template_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the experiment_template_tags
resource, see experiment_templates