Creates an experiment template.
See https://www.paws-r-sdk.com/docs/fis_create_experiment_template/ for full documentation.
fis_create_experiment_template(
clientToken,
description,
stopConditions,
targets = NULL,
actions,
roleArn,
tags = NULL,
logConfiguration = NULL,
experimentOptions = NULL,
experimentReportConfiguration = NULL
)
[required] Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
[required] A description for the experiment template.
[required] The stop conditions.
The targets for the experiment.
[required] The actions for the experiment.
[required] The Amazon Resource Name (ARN) of an IAM role that grants the FIS service permission to perform service actions on your behalf.
The tags to apply to the experiment template.
The configuration for experiment logging.
The experiment options for the experiment template.
The experiment report configuration for the experiment template.