/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Provides a description of CloudWatch logging options, including the log
* stream Amazon Resource Name (ARN) and the role ARN.See Also:
* AWS
* API Reference
ARN of the CloudWatch log to receive application messages.
*/ inline const Aws::String& GetLogStreamARN() const{ return m_logStreamARN; } /** *ARN of the CloudWatch log to receive application messages.
*/ inline bool LogStreamARNHasBeenSet() const { return m_logStreamARNHasBeenSet; } /** *ARN of the CloudWatch log to receive application messages.
*/ inline void SetLogStreamARN(const Aws::String& value) { m_logStreamARNHasBeenSet = true; m_logStreamARN = value; } /** *ARN of the CloudWatch log to receive application messages.
*/ inline void SetLogStreamARN(Aws::String&& value) { m_logStreamARNHasBeenSet = true; m_logStreamARN = std::move(value); } /** *ARN of the CloudWatch log to receive application messages.
*/ inline void SetLogStreamARN(const char* value) { m_logStreamARNHasBeenSet = true; m_logStreamARN.assign(value); } /** *ARN of the CloudWatch log to receive application messages.
*/ inline CloudWatchLoggingOption& WithLogStreamARN(const Aws::String& value) { SetLogStreamARN(value); return *this;} /** *ARN of the CloudWatch log to receive application messages.
*/ inline CloudWatchLoggingOption& WithLogStreamARN(Aws::String&& value) { SetLogStreamARN(std::move(value)); return *this;} /** *ARN of the CloudWatch log to receive application messages.
*/ inline CloudWatchLoggingOption& WithLogStreamARN(const char* value) { SetLogStreamARN(value); return *this;} /** *IAM ARN of the role to use to send application messages. Note: To write
* application messages to CloudWatch, the IAM role that is used must have the
* PutLogEvents
policy action enabled.
IAM ARN of the role to use to send application messages. Note: To write
* application messages to CloudWatch, the IAM role that is used must have the
* PutLogEvents
policy action enabled.
IAM ARN of the role to use to send application messages. Note: To write
* application messages to CloudWatch, the IAM role that is used must have the
* PutLogEvents
policy action enabled.
IAM ARN of the role to use to send application messages. Note: To write
* application messages to CloudWatch, the IAM role that is used must have the
* PutLogEvents
policy action enabled.
IAM ARN of the role to use to send application messages. Note: To write
* application messages to CloudWatch, the IAM role that is used must have the
* PutLogEvents
policy action enabled.
IAM ARN of the role to use to send application messages. Note: To write
* application messages to CloudWatch, the IAM role that is used must have the
* PutLogEvents
policy action enabled.
IAM ARN of the role to use to send application messages. Note: To write
* application messages to CloudWatch, the IAM role that is used must have the
* PutLogEvents
policy action enabled.
IAM ARN of the role to use to send application messages. Note: To write
* application messages to CloudWatch, the IAM role that is used must have the
* PutLogEvents
policy action enabled.