View source: R/fis_operations.R
fis_create_experiment_template | R Documentation |
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
)
clientToken |
[required] Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. |
description |
[required] A description for the experiment template. |
stopConditions |
[required] The stop conditions. |
targets |
The targets for the experiment. |
actions |
[required] The actions for the experiment. |
roleArn |
[required] The Amazon Resource Name (ARN) of an IAM role that grants the FIS service permission to perform service actions on your behalf. |
tags |
The tags to apply to the experiment template. |
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.