Updates the specified experiment template
Source:R/fis_operations.R
fis_update_experiment_template.RdUpdates the specified experiment template.
See https://www.paws-r-sdk.com/docs/fis_update_experiment_template/ for full documentation.
Usage
fis_update_experiment_template(
id,
description = NULL,
stopConditions = NULL,
targets = NULL,
actions = NULL,
roleArn = NULL,
logConfiguration = NULL,
experimentOptions = NULL,
experimentReportConfiguration = NULL
)Arguments
- 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.
- experimentReportConfiguration
The experiment report configuration for the experiment template.