Values.LogsConfigurationPolicySourceProvides the information necessary for a user to access the logs.
type nonrec t = {allowedAccountIds : AccountIdList.t;A list of account IDs that are allowed to access the logs.
*)filterPattern : LogsConfigurationPolicyFilterPatternString.t option;A regular expression pattern that is used to parse the logs and return information that matches the pattern.
*)logType : LogType.t option;Specifies the type of log this policy applies to. The currently supported policies are ALL or ERROR_SUMMARY.
*)logRedactionConfiguration : LogRedactionConfiguration.t option;Specifies the log redaction configuration for this policy.
*)}val make :
?filterPattern:??? ->
?logType:??? ->
?logRedactionConfiguration:??? ->
allowedAccountIds:AccountIdList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of String_.t ] list
| `String of LogsConfigurationPolicyFilterPatternString.t
| `Structure of
(string
* [> `List of [> `Enum of string ] list
| `Structure of
(string
* [> `List of [> `String of CustomDataIdentifier.t ] list ])
list ])
list ])
list ]