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

Class: Aws::KinesisAnalyticsV2::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",
}

Describes the Amazon CloudWatch logging option updates.

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logging_option_idString

The ID of the CloudWatch logging option to update

Returns:

  • (String)

    The ID of the CloudWatch logging option to update.

#log_stream_arn_updateString

The Amazon Resource Name (ARN) of the CloudWatch log to receive application messages.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the CloudWatch log to receive application messages.