Class: Aws::SecurityHub::Types::AwsOpenSearchServiceDomainLogPublishingOptionsDetails

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

Configures the CloudWatch Logs to publish for the OpenSearch domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#audit_logsTypes::AwsOpenSearchServiceDomainLogPublishingOption

Configures the OpenSearch audit logs publishing.



15497
15498
15499
15500
15501
15502
15503
# File 'lib/aws-sdk-securityhub/types.rb', line 15497

class AwsOpenSearchServiceDomainLogPublishingOptionsDetails < Struct.new(
  :index_slow_logs,
  :search_slow_logs,
  :audit_logs)
  SENSITIVE = []
  include Aws::Structure
end

#index_slow_logsTypes::AwsOpenSearchServiceDomainLogPublishingOption

Configures the OpenSearch index logs publishing.



15497
15498
15499
15500
15501
15502
15503
# File 'lib/aws-sdk-securityhub/types.rb', line 15497

class AwsOpenSearchServiceDomainLogPublishingOptionsDetails < Struct.new(
  :index_slow_logs,
  :search_slow_logs,
  :audit_logs)
  SENSITIVE = []
  include Aws::Structure
end

#search_slow_logsTypes::AwsOpenSearchServiceDomainLogPublishingOption

Configures the OpenSearch search slow log publishing.



15497
15498
15499
15500
15501
15502
15503
# File 'lib/aws-sdk-securityhub/types.rb', line 15497

class AwsOpenSearchServiceDomainLogPublishingOptionsDetails < Struct.new(
  :index_slow_logs,
  :search_slow_logs,
  :audit_logs)
  SENSITIVE = []
  include Aws::Structure
end