Class: Aws::SecurityHub::Types::AwsElasticsearchDomainLogPublishingOptions

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

Overview

configures the CloudWatch Logs to publish for the Elasticsearch domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#audit_logsTypes::AwsElasticsearchDomainLogPublishingOptionsLogConfig

The log configuration.



12312
12313
12314
12315
12316
12317
12318
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12312

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

#index_slow_logsTypes::AwsElasticsearchDomainLogPublishingOptionsLogConfig

Configures the OpenSearch index logs publishing.



12312
12313
12314
12315
12316
12317
12318
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12312

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

#search_slow_logsTypes::AwsElasticsearchDomainLogPublishingOptionsLogConfig

Configures the OpenSearch search slow log publishing.



12312
12313
12314
12315
12316
12317
12318
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12312

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