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.

Describes CloudWatch logging option updates.

Inheritance Hierarchy

System.Object
  Amazon.KinesisAnalytics.Model.CloudWatchLoggingOptionUpdate

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

Syntax

C#
public class CloudWatchLoggingOptionUpdate

The CloudWatchLoggingOptionUpdate 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 to update

Public Property LogStreamARNUpdate System.String

Gets and sets the property LogStreamARNUpdate.

ARN of the CloudWatch log to receive application messages.

Public Property RoleARNUpdate System.String

Gets and sets the property RoleARNUpdate.

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