Values.AWSConfigurationSourceConfiguration for AWS monitor account integration, allowing AIDevOps to monitor AWS resources.
type nonrec t = {assumableRoleArn : RoleArn.t;Role ARN to be assumed by AIDevOps to operate on behalf of customer.
*)accountId : AWSConfigurationAccountIdString.t;AWS Account Id corresponding to provided resources.
*)accountType : MonitorAccountType.t;Account Type 'monitor' for AIDevOps monitoring.
*)}val make :
assumableRoleArn:RoleArn.t ->
accountId:AWSConfigurationAccountIdString.t ->
accountType:MonitorAccountType.t ->
unit ->
t