You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticsearchService::Types::LogPublishingOption

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing LogPublishingOption as input to an Aws::Client method, you can use a vanilla Hash:

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

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.
  • Enabled: Whether the log publishing for given log type is enabled or not

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logs_log_group_arnString

ARN of the Cloudwatch log group to which log needs to be published.

Returns:

  • (String)

    ARN of the Cloudwatch log group to which log needs to be published.

    .

#enabledBoolean

Specifies whether given log publishing option is enabled or not.

Returns:

  • (Boolean)

    Specifies whether given log publishing option is enabled or not.