Class: Aws::SecurityHub::Types::AwsOpenSearchServiceDomainLogPublishingOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsOpenSearchServiceDomainLogPublishingOption
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Configuration details for a log publishing option.
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.
15474 15475 15476 15477 15478 15479 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 15474 class AwsOpenSearchServiceDomainLogPublishingOption < Struct.new( :cloud_watch_logs_log_group_arn, :enabled) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Whether the log publishing is enabled.
15474 15475 15476 15477 15478 15479 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 15474 class AwsOpenSearchServiceDomainLogPublishingOption < Struct.new( :cloud_watch_logs_log_group_arn, :enabled) SENSITIVE = [] include Aws::Structure end |