Values.ExperimentTargetAccountConfigurationSummarySourceProvides a summary of a target account configuration.
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.
*)}