View source: R/fis_operations.R
fis_create_target_account_configuration | R Documentation |
Creates a target account configuration for the experiment template. A target account configuration is required when accountTargeting
of experimentOptions
is set to multi-account
. For more information, see experiment options in the Fault Injection Service User Guide.
See https://www.paws-r-sdk.com/docs/fis_create_target_account_configuration/ for full documentation.
fis_create_target_account_configuration(
clientToken = NULL,
experimentTemplateId,
accountId,
roleArn,
description = NULL
)
clientToken |
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. |
experimentTemplateId |
[required] The experiment template ID. |
accountId |
[required] The Amazon Web Services account ID of the target account. |
roleArn |
[required] The Amazon Resource Name (ARN) of an IAM role for the target account. |
description |
The description of the target account. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.