Class: Aws::SecurityHub::Types::AwsOpenSearchServiceDomainLogPublishingOptionsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsOpenSearchServiceDomainLogPublishingOptionsDetails
- Defined in:
- gems/aws-sdk-securityhub/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
-
#audit_logs ⇒ Types::AwsOpenSearchServiceDomainLogPublishingOption
Configures the OpenSearch audit logs publishing.
-
#index_slow_logs ⇒ Types::AwsOpenSearchServiceDomainLogPublishingOption
Configures the OpenSearch index logs publishing.
-
#search_slow_logs ⇒ Types::AwsOpenSearchServiceDomainLogPublishingOption
Configures the OpenSearch search slow log publishing.
Instance Attribute Details
#audit_logs ⇒ Types::AwsOpenSearchServiceDomainLogPublishingOption
Configures the OpenSearch audit logs publishing.
15628 15629 15630 15631 15632 15633 15634 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 15628 class AwsOpenSearchServiceDomainLogPublishingOptionsDetails < Struct.new( :index_slow_logs, :search_slow_logs, :audit_logs) SENSITIVE = [] include Aws::Structure end |
#index_slow_logs ⇒ Types::AwsOpenSearchServiceDomainLogPublishingOption
Configures the OpenSearch index logs publishing.
15628 15629 15630 15631 15632 15633 15634 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 15628 class AwsOpenSearchServiceDomainLogPublishingOptionsDetails < Struct.new( :index_slow_logs, :search_slow_logs, :audit_logs) SENSITIVE = [] include Aws::Structure end |
#search_slow_logs ⇒ Types::AwsOpenSearchServiceDomainLogPublishingOption
Configures the OpenSearch search slow log publishing.
15628 15629 15630 15631 15632 15633 15634 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 15628 class AwsOpenSearchServiceDomainLogPublishingOptionsDetails < Struct.new( :index_slow_logs, :search_slow_logs, :audit_logs) SENSITIVE = [] include Aws::Structure end |