Delete Target Account Configuration
fis_delete_target_account_configuration | R Documentation |
Deletes the specified target account configuration of the experiment template¶
Description¶
Deletes the specified target account configuration of the experiment template.
Usage¶
fis_delete_target_account_configuration(experimentTemplateId, accountId)
Arguments¶
experimentTemplateId |
[required] The ID of the experiment template. |
accountId |
[required] The Amazon Web Services account ID of the target account. |
Value¶
A list with the following syntax:
list(
targetAccountConfiguration = list(
roleArn = "string",
accountId = "string",
description = "string"
)
)
Request syntax¶
svc$delete_target_account_configuration(
experimentTemplateId = "string",
accountId = "string"
)