Values.ExperimentTargetAccountConfigurationSourceDescribes a target account configuration for an experiment.
type nonrec t = {roleArn : RoleArn.t option;The Amazon Resource Name (ARN) of an IAM role for the target account.
*)accountId : TargetAccountId.t option;The Amazon Web Services account ID of the target account.
*)description : TargetAccountConfigurationDescription.t option;The description of the target account.
*)}