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,
experimentReportConfiguration = NULL
)
[required] The ID of the experiment template.
A description for the template.
The stop conditions for the experiment.
The targets for the experiment.
The actions for the experiment.
The Amazon Resource Name (ARN) of an IAM role that grants the FIS service permission to perform service actions on your behalf.
The configuration for experiment logging.
The experiment options for the experiment template.
The experiment report configuration for the experiment template.