class Aws::OpenSearchService::Types::LogPublishingOption

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

publish logs to.

@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 publish logs to.
@return [String]

@!attribute [rw] enabled

Whether the given log publishing option is enabled or not.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/LogPublishingOption AWS API Documentation

Constants

SENSITIVE