View source: R/fis_operations.R
fis_update_target_account_configuration | R Documentation |
Updates the target account configuration for the specified experiment template.
See https://www.paws-r-sdk.com/docs/fis_update_target_account_configuration/ for full documentation.
fis_update_target_account_configuration(
experimentTemplateId,
accountId,
roleArn = NULL,
description = NULL
)
experimentTemplateId |
[required] The ID of the experiment template. |
accountId |
[required] The Amazon Web Services account ID of the target account. |
roleArn |
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.