AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Description of the CloudWatch logging option.

Inheritance Hierarchy

System.Object
  Amazon.KinesisAnalytics.Model.CloudWatchLoggingOptionDescription

Namespace: Amazon.KinesisAnalytics.Model
Assembly: AWSSDK.KinesisAnalytics.dll
Version: 3.x.y.z

Syntax

C#
public class CloudWatchLoggingOptionDescription

The CloudWatchLoggingOptionDescription type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CloudWatchLoggingOptionId System.String

Gets and sets the property CloudWatchLoggingOptionId.

ID of the CloudWatch logging option description.

Public Property LogStreamARN System.String

Gets and sets the property LogStreamARN.

ARN of the CloudWatch log to receive application messages.

Public Property RoleARN System.String

Gets and sets the property RoleARN.

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5