Class: Aws::SecurityHub::Types::AwsElasticsearchDomainLogPublishingOptionsLogConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

The log configuration.

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)


11984
11985
11986
11987
11988
11989
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11984

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

#enabledBoolean

Whether the log publishing is enabled.

Returns:

  • (Boolean)


11984
11985
11986
11987
11988
11989
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11984

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