class Aws::ElasticsearchService::Types::LogPublishingOption

Log Publishing option that is set for given domain. Attributes and their details: * CloudWatchLogsLogGroupArn: ARN of the Cloudwatch log group to which

log needs to be published.

@note When making an API call, you may pass LogPublishingOption

data as a hash:

    {
      cloud_watch_logs_log_group_arn: "CloudWatchLogsLogGroupArn",
      enabled: false,
    }

@!attribute [rw] cloud_watch_logs_log_group_arn

ARN of the Cloudwatch log group to which log needs to be published.
@return [String]

@!attribute [rw] enabled

Specifies whether given log publishing option is enabled or not.
@return [Boolean]

Constants

SENSITIVE