Values.AwsLogSourceConfigurationSourceTo add a natively-supported Amazon Web Services service as a log source, use these parameters to specify the configuration settings for the log source.
type nonrec t = {accounts : AccountList.t option;Specify the Amazon Web Services account information where you want to enable Security Lake.
*)regions : RegionList.t;Specify the Regions where you want to enable Security Lake.
*)sourceName : AwsLogSourceName.t;The name for a Amazon Web Services source.
*)sourceVersion : AwsLogSourceVersion.t option;The version for a Amazon Web Services source.
*)}val make :
?accounts:??? ->
?sourceVersion:??? ->
regions:RegionList.t ->
sourceName:AwsLogSourceName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of AwsAccountId.t ] list
| `String of AwsLogSourceVersion.t ])
list ]