Class: Aws::WAFV2::Types::GetLoggingConfigurationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WAFV2::Types::GetLoggingConfigurationRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wafv2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #log_scope  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The owner of the logging configuration, which must be set to ‘CUSTOMER` for the configurations that you manage.
 - 
  
    
      #log_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Used to distinguish between various logging options.
 - 
  
    
      #resource_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the web ACL for which you want to get the LoggingConfiguration.
 
Instance Attribute Details
#log_scope ⇒ String
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*.
Default: ‘CUSTOMER`
[1]: docs.aws.amazon.com/security-lake/latest/userguide/internal-sources.html
      2990 2991 2992 2993 2994 2995 2996  | 
    
      # File 'lib/aws-sdk-wafv2/types.rb', line 2990 class GetLoggingConfigurationRequest < Struct.new( :resource_arn, :log_type, :log_scope) SENSITIVE = [] include Aws::Structure end  | 
  
#log_type ⇒ String
Used to distinguish between various logging options. Currently, there is one option.
Default: ‘WAF_LOGS`
      2990 2991 2992 2993 2994 2995 2996  | 
    
      # File 'lib/aws-sdk-wafv2/types.rb', line 2990 class GetLoggingConfigurationRequest < Struct.new( :resource_arn, :log_type, :log_scope) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the web ACL for which you want to get the LoggingConfiguration.
      2990 2991 2992 2993 2994 2995 2996  | 
    
      # File 'lib/aws-sdk-wafv2/types.rb', line 2990 class GetLoggingConfigurationRequest < Struct.new( :resource_arn, :log_type, :log_scope) SENSITIVE = [] include Aws::Structure end  |