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