experiment_template
Gets an individual experiment_template
resource
Overview
Name | experiment_template |
Type | Resource |
Description | experiment_template |
Id | awscc.fis.experiment_template |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
description | string | |
targets | object | |
actions | object | |
stop_conditions | array | |
log_configuration | object | |
role_arn | string | |
tags | object | |
experiment_options | object | |
region | string | AWS 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