View source: R/fis_operations.R
fis_update_experiment_template | R Documentation |
Updates the specified experiment template.
See https://www.paws-r-sdk.com/docs/fis_update_experiment_template/ for full documentation.
fis_update_experiment_template(
id,
description = NULL,
stopConditions = NULL,
targets = NULL,
actions = NULL,
roleArn = NULL,
logConfiguration = NULL,
experimentOptions = NULL
)
id |
[required] The ID of the experiment template. |
description |
A description for the template. |
stopConditions |
The stop conditions for the experiment. |
targets |
The targets for the experiment. |
actions |
The actions for the experiment. |
roleArn |
The Amazon Resource Name (ARN) of an IAM role that grants the FIS service permission to perform service actions on your behalf. |
logConfiguration |
The configuration for experiment logging. |
experimentOptions |
The experiment options for the experiment template. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.