fis_create_target_account_configuration: Creates a target account configuration for the experiment...

View source: R/fis_operations.R

fis_create_target_account_configurationR Documentation

Creates a target account configuration for the experiment template

Description

Creates a target account configuration for the experiment template. A target account configuration is required when accountTargeting of experimentOptions is set to multi-account. For more information, see experiment options in the Fault Injection Service User Guide.

See https://www.paws-r-sdk.com/docs/fis_create_target_account_configuration/ for full documentation.

Usage

fis_create_target_account_configuration(
  clientToken = NULL,
  experimentTemplateId,
  accountId,
  roleArn,
  description = NULL
)

Arguments

clientToken

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

experimentTemplateId

[required] The experiment template ID.

accountId

[required] The Amazon Web Services account ID of the target account.

roleArn

[required] The Amazon Resource Name (ARN) of an IAM role for the target account.

description

The description of the target account.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.