Skip to main content

experiment_template

Gets an individual experiment_template resource

Overview

Nameexperiment_template
TypeResource
Descriptionexperiment_template
Idawscc.fis.experiment_template

Fields

NameDatatypeDescription
idstring
descriptionstring
targetsobject
actionsobject
stop_conditionsarray
log_configurationobject
role_arnstring
tagsobject
experiment_optionsobject
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
id,
description,
targets,
actions,
stop_conditions,
log_configuration,
role_arn,
tags,
experiment_options
FROM awscc.fis.experiment_template
WHERE data__Identifier = '<Id>';

Permissions

To operate on the experiment_template resource, the following permissions are required:

Read

fis:GetExperimentTemplate,
fis:ListTagsForResource

Update

fis:UpdateExperimentTemplate,
fis:TagResource,
fis:UntagResource,
iam:PassRole

Delete

fis:DeleteExperimentTemplate