You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::KinesisAnalytics::Types::CloudWatchLoggingOptionUpdate

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CloudWatchLoggingOptionUpdate as input to an Aws::Client method, you can use a vanilla Hash:

{
  cloud_watch_logging_option_id: "Id", # required
  log_stream_arn_update: "LogStreamARN",
  role_arn_update: "RoleARN",
}

Describes CloudWatch logging option updates.

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logging_option_idString

ID of the CloudWatch logging option to update

Returns:

  • (String)

    ID of the CloudWatch logging option to update.

#log_stream_arn_updateString

ARN of the CloudWatch log to receive application messages.

Returns:

  • (String)

    ARN of the CloudWatch log to receive application messages.

#role_arn_updateString

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.

Returns:

  • (String)

    IAM ARN of the role to use to send application messages.