class Aws::KinesisAnalytics::Types::CloudWatchLoggingOptionUpdate
Describes CloudWatch logging option updates.
@note When making an API call, you may pass CloudWatchLoggingOptionUpdate
data as a hash: { cloud_watch_logging_option_id: "Id", # required log_stream_arn_update: "LogStreamARN", role_arn_update: "RoleARN", }
@!attribute [rw] cloud_watch_logging_option_id
ID of the CloudWatch logging option to update @return [String]
@!attribute [rw] log_stream_arn_update
ARN of the CloudWatch log to receive application messages. @return [String]
@!attribute [rw] role_arn_update
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. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/CloudWatchLoggingOptionUpdate AWS API Documentation
Constants
- SENSITIVE