Skip to content

Get Experiment Target Account Configuration

fis_get_experiment_target_account_configuration R Documentation

Gets information about the specified target account configuration of the experiment

Description

Gets information about the specified target account configuration of the experiment.

Usage

fis_get_experiment_target_account_configuration(experimentId, accountId)

Arguments

experimentId

[required] The ID of the experiment.

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$get_experiment_target_account_configuration(
  experimentId = "string",
  accountId = "string"
)