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
)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
[required] The experiment template ID.
[required] The Amazon Web Services account ID of the target account.
[required] The Amazon Resource Name (ARN) of an IAM role for the target account.
The description of the target account.