Class: Aws::WAFV2::Types::DeleteLoggingConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_scopeString

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

Returns:

  • (String)


2276
2277
2278
2279
2280
2281
2282
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 2276

class DeleteLoggingConfigurationRequest < Struct.new(
  :resource_arn,
  :log_type,
  :log_scope)
  SENSITIVE = []
  include Aws::Structure
end

#log_typeString

Used to distinguish between various logging options. Currently, there is one option.

Default: WAF_LOGS

Returns:

  • (String)


2276
2277
2278
2279
2280
2281
2282
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 2276

class DeleteLoggingConfigurationRequest < Struct.new(
  :resource_arn,
  :log_type,
  :log_scope)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The Amazon Resource Name (ARN) of the web ACL from which you want to delete the LoggingConfiguration.

Returns:

  • (String)


2276
2277
2278
2279
2280
2281
2282
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 2276

class DeleteLoggingConfigurationRequest < Struct.new(
  :resource_arn,
  :log_type,
  :log_scope)
  SENSITIVE = []
  include Aws::Structure
end