Skip to content

Get Target Account Configuration

fis_get_target_account_configuration R Documentation

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

Description

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

Usage

fis_get_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$get_target_account_configuration(
  experimentTemplateId = "string",
  accountId = "string"
)