class Aws::KinesisAnalytics::Types::CloudWatchLoggingOption

Provides a description of CloudWatch logging options, including the log stream Amazon Resource Name (ARN) and the role ARN.

@note When making an API call, you may pass CloudWatchLoggingOption

data as a hash:

    {
      log_stream_arn: "LogStreamARN", # required
      role_arn: "RoleARN", # required
    }

@!attribute [rw] log_stream_arn

ARN of the CloudWatch log to receive application messages.
@return [String]

@!attribute [rw] role_arn

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

@see docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/CloudWatchLoggingOption AWS API Documentation

Constants

SENSITIVE