/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Container for the values required to configure logging for the pipeline. If
* you don't specify these values, OpenSearch Ingestion will not publish logs from
* your application to CloudWatch Logs.See Also:
AWS
* API Reference
Whether logs should be published.
*/ inline bool GetIsLoggingEnabled() const{ return m_isLoggingEnabled; } /** *Whether logs should be published.
*/ inline bool IsLoggingEnabledHasBeenSet() const { return m_isLoggingEnabledHasBeenSet; } /** *Whether logs should be published.
*/ inline void SetIsLoggingEnabled(bool value) { m_isLoggingEnabledHasBeenSet = true; m_isLoggingEnabled = value; } /** *Whether logs should be published.
*/ inline LogPublishingOptions& WithIsLoggingEnabled(bool value) { SetIsLoggingEnabled(value); return *this;} /** *The destination for OpenSearch Ingestion logs sent to Amazon CloudWatch Logs.
* This parameter is required if IsLoggingEnabled
is set to
* true
.
The destination for OpenSearch Ingestion logs sent to Amazon CloudWatch Logs.
* This parameter is required if IsLoggingEnabled
is set to
* true
.
The destination for OpenSearch Ingestion logs sent to Amazon CloudWatch Logs.
* This parameter is required if IsLoggingEnabled
is set to
* true
.
The destination for OpenSearch Ingestion logs sent to Amazon CloudWatch Logs.
* This parameter is required if IsLoggingEnabled
is set to
* true
.
The destination for OpenSearch Ingestion logs sent to Amazon CloudWatch Logs.
* This parameter is required if IsLoggingEnabled
is set to
* true
.
The destination for OpenSearch Ingestion logs sent to Amazon CloudWatch Logs.
* This parameter is required if IsLoggingEnabled
is set to
* true
.