Skip to main content

experiment_template_tags

Expands all tag keys and values for experiment_templates in a region

Overview

Nameexperiment_template_tags
TypeResource
DescriptionResource schema for AWS::FIS::ExperimentTemplate
Idaws.fis.experiment_template_tags

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.
experiment_optionsobject
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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