Values.RoleConfigurationSourceUse this structure to enable cross-account access, so that you can use a target account to access Prometheus metrics from source accounts.
type nonrec t = {sourceRoleArn : IamRoleArn.t option;The Amazon Resource Name (ARN) of the role used in the source account to enable cross-account scraping. For information about the contents of this policy, see Cross-account setup.
*)targetRoleArn : IamRoleArn.t option;The Amazon Resource Name (ARN) of the role used in the target account to enable cross-account scraping. For information about the contents of this policy, see Cross-account setup.
*)}