/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Options for sending VPN tunnel logs to CloudWatch.See Also:
* AWS
* API Reference
Status of VPN tunnel logging feature. Default value is
* False
.
Valid values: True
| False
*
Status of VPN tunnel logging feature. Default value is
* False
.
Valid values: True
| False
*
Status of VPN tunnel logging feature. Default value is
* False
.
Valid values: True
| False
*
Status of VPN tunnel logging feature. Default value is
* False
.
Valid values: True
| False
*
The Amazon Resource Name (ARN) of the CloudWatch log group to send logs * to.
*/ inline const Aws::String& GetLogGroupArn() const{ return m_logGroupArn; } /** *The Amazon Resource Name (ARN) of the CloudWatch log group to send logs * to.
*/ inline bool LogGroupArnHasBeenSet() const { return m_logGroupArnHasBeenSet; } /** *The Amazon Resource Name (ARN) of the CloudWatch log group to send logs * to.
*/ inline void SetLogGroupArn(const Aws::String& value) { m_logGroupArnHasBeenSet = true; m_logGroupArn = value; } /** *The Amazon Resource Name (ARN) of the CloudWatch log group to send logs * to.
*/ inline void SetLogGroupArn(Aws::String&& value) { m_logGroupArnHasBeenSet = true; m_logGroupArn = std::move(value); } /** *The Amazon Resource Name (ARN) of the CloudWatch log group to send logs * to.
*/ inline void SetLogGroupArn(const char* value) { m_logGroupArnHasBeenSet = true; m_logGroupArn.assign(value); } /** *The Amazon Resource Name (ARN) of the CloudWatch log group to send logs * to.
*/ inline CloudWatchLogOptions& WithLogGroupArn(const Aws::String& value) { SetLogGroupArn(value); return *this;} /** *The Amazon Resource Name (ARN) of the CloudWatch log group to send logs * to.
*/ inline CloudWatchLogOptions& WithLogGroupArn(Aws::String&& value) { SetLogGroupArn(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) of the CloudWatch log group to send logs * to.
*/ inline CloudWatchLogOptions& WithLogGroupArn(const char* value) { SetLogGroupArn(value); return *this;} /** *Configured log format. Default format is json
.
Valid
* values: json
| text
Configured log format. Default format is json
.
Valid
* values: json
| text
Configured log format. Default format is json
.
Valid
* values: json
| text
Configured log format. Default format is json
.
Valid
* values: json
| text
Configured log format. Default format is json
.
Valid
* values: json
| text
Configured log format. Default format is json
.
Valid
* values: json
| text
Configured log format. Default format is json
.
Valid
* values: json
| text
Configured log format. Default format is json
.
Valid
* values: json
| text