Values.GetTargetAccountConfigurationRequestSourceGets information about the specified target account configuration of the 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.
*)}val make :
experimentTemplateId:ExperimentTemplateId.t ->
accountId:TargetAccountId.t ->
unit ->
t