Class: Aws::SecurityHub::Types::AwsElasticsearchDomainLogPublishingOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsElasticsearchDomainLogPublishingOptions
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#audit_logs ⇒ Types::AwsElasticsearchDomainLogPublishingOptionsLogConfig
The log configuration.
-
#index_slow_logs ⇒ Types::AwsElasticsearchDomainLogPublishingOptionsLogConfig
Configures the OpenSearch index logs publishing.
-
#search_slow_logs ⇒ Types::AwsElasticsearchDomainLogPublishingOptionsLogConfig
Configures the OpenSearch search slow log publishing.
Instance Attribute Details
#audit_logs ⇒ Types::AwsElasticsearchDomainLogPublishingOptionsLogConfig
The log configuration.
12315 12316 12317 12318 12319 12320 12321 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12315 class AwsElasticsearchDomainLogPublishingOptions < Struct.new( :index_slow_logs, :search_slow_logs, :audit_logs) SENSITIVE = [] include Aws::Structure end |
#index_slow_logs ⇒ Types::AwsElasticsearchDomainLogPublishingOptionsLogConfig
Configures the OpenSearch index logs publishing.
12315 12316 12317 12318 12319 12320 12321 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12315 class AwsElasticsearchDomainLogPublishingOptions < Struct.new( :index_slow_logs, :search_slow_logs, :audit_logs) SENSITIVE = [] include Aws::Structure end |
#search_slow_logs ⇒ Types::AwsElasticsearchDomainLogPublishingOptionsLogConfig
Configures the OpenSearch search slow log publishing.
12315 12316 12317 12318 12319 12320 12321 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12315 class AwsElasticsearchDomainLogPublishingOptions < Struct.new( :index_slow_logs, :search_slow_logs, :audit_logs) SENSITIVE = [] include Aws::Structure end |