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