Module Values.AWSConfigurationSource

Configuration for AWS monitor account integration, allowing AIDevOps to monitor AWS resources.

Sourcetype nonrec t = {
  1. assumableRoleArn : RoleArn.t;
    (*

    Role ARN to be assumed by AIDevOps to operate on behalf of customer.

    *)
  2. accountId : AWSConfigurationAccountIdString.t;
    (*

    AWS Account Id corresponding to provided resources.

    *)
  3. accountType : MonitorAccountType.t;
    (*

    Account Type 'monitor' for AIDevOps monitoring.

    *)
}
Sourceval context_ : string
Sourceval make : assumableRoleArn:RoleArn.t -> accountId:AWSConfigurationAccountIdString.t -> accountType:MonitorAccountType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of RoleArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t