Values.CreateTargetAccountConfigurationRequestSourceCreates 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.
type nonrec t = {clientToken : ClientToken.t option;Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
*)experimentTemplateId : ExperimentTemplateId.t;The experiment template ID.
*)accountId : TargetAccountId.t;The Amazon Web Services account ID of the target account.
*)roleArn : RoleArn.t;The Amazon Resource Name (ARN) of an IAM role for the target account.
*)description : TargetAccountConfigurationDescription.t option;The description of the target account.
*)}val make :
?clientToken:??? ->
?description:??? ->
experimentTemplateId:ExperimentTemplateId.t ->
accountId:TargetAccountId.t ->
roleArn:RoleArn.t ->
unit ->
t