Values.GetLoggingConfigurationRequestSourceReturns the LoggingConfiguration for the specified web ACL.
type nonrec t = {resourceArn : ResourceArn.t;The Amazon Resource Name (ARN) of the web ACL for which you want to get the LoggingConfiguration.
*)logType : LogType.t option;Used to distinguish between various logging options. Currently, there is one option. Default: WAF_LOGS
*)logScope : LogScope.t option;The owner of the logging configuration, which must be set to CUSTOMER for the configurations that you manage. The log scope SECURITY_LAKE indicates a configuration that is managed through Amazon Security Lake. You can use Security Lake to collect log and event data from various sources for normalization, analysis, and management. For information, see Collecting data from Amazon Web Services services in the Amazon Security Lake user guide. The log scope CLOUDWATCH_TELEMETRY_RULE_MANAGED indicates a configuration that is managed through Amazon CloudWatch Logs for telemetry data collection and analysis. For information, see What is Amazon CloudWatch Logs ? in the Amazon CloudWatch Logs user guide. Default: CUSTOMER
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ResourceArn.t ]) list ]