Class: Aws::SecurityHub::Types::AwsOpenSearchServiceDomainLogPublishingOption

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cloud_watch_logs_log_group_arnString

The ARN of the CloudWatch Logs group to publish the logs to.

Returns:

  • (String)


14875
14876
14877
14878
14879
14880
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14875

class AwsOpenSearchServiceDomainLogPublishingOption < Struct.new(
  :cloud_watch_logs_log_group_arn,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

Whether the log publishing is enabled.

Returns:

  • (Boolean)


14875
14876
14877
14878
14879
14880
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14875

class AwsOpenSearchServiceDomainLogPublishingOption < Struct.new(
  :cloud_watch_logs_log_group_arn,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end