fis_create_target_account_configuration {paws.developer.tools} | R Documentation |
Creates a target account configuration for the experiment template
Description
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.
Usage
fis_create_target_account_configuration(
clientToken = NULL,
experimentTemplateId,
accountId,
roleArn,
description = NULL
)
Arguments
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. |
[Package paws.developer.tools version 0.7.0 Index]