Skip to content

List Experiment Target Account Configurations

fis_list_experiment_target_account_configurations R Documentation

Lists the target account configurations of the specified experiment

Description

Lists the target account configurations of the specified experiment.

Usage

fis_list_experiment_target_account_configurations(experimentId,
  nextToken)

Arguments

experimentId

[required] The ID of the experiment.

nextToken

The token for the next page of results.

Value

A list with the following syntax:

list(
  targetAccountConfigurations = list(
    list(
      roleArn = "string",
      accountId = "string",
      description = "string"
    )
  ),
  nextToken = "string"
)

Request syntax

svc$list_experiment_target_account_configurations(
  experimentId = "string",
  nextToken = "string"
)