Class: Aws::SecurityHub::Types::AwsElasticsearchDomainLogPublishingOptionsLogConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsElasticsearchDomainLogPublishingOptionsLogConfig
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The log configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_watch_logs_log_group_arn ⇒ String
The ARN of the CloudWatch Logs group to publish the logs to.
-
#enabled ⇒ Boolean
Whether the log publishing is enabled.
Instance Attribute Details
#cloud_watch_logs_log_group_arn ⇒ String
The ARN of the CloudWatch Logs group to publish the logs to.
12335 12336 12337 12338 12339 12340 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12335 class AwsElasticsearchDomainLogPublishingOptionsLogConfig < Struct.new( :cloud_watch_logs_log_group_arn, :enabled) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Whether the log publishing is enabled.
12335 12336 12337 12338 12339 12340 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12335 class AwsElasticsearchDomainLogPublishingOptionsLogConfig < Struct.new( :cloud_watch_logs_log_group_arn, :enabled) SENSITIVE = [] include Aws::Structure end |