Values.UpdateTargetAccountConfigurationRequestSourceUpdates the target account configuration for the specified experiment template.
type nonrec t = {experimentTemplateId : ExperimentTemplateId.t;The ID of the experiment template.
*)accountId : TargetAccountId.t;The Amazon Web Services account ID of the target account.
*)roleArn : RoleArn.t option;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 :
?roleArn:??? ->
?description:??? ->
experimentTemplateId:ExperimentTemplateId.t ->
accountId:TargetAccountId.t ->
unit ->
t