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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics/types.rb

Overview

Describes CloudWatch logging option updates.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logging_option_idString

ID of the CloudWatch logging option to update

Returns:

  • (String)


472
473
474
475
476
477
478
# File 'gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics/types.rb', line 472

class CloudWatchLoggingOptionUpdate < Struct.new(
  :cloud_watch_logging_option_id,
  :log_stream_arn_update,
  :role_arn_update)
  SENSITIVE = []
  include Aws::Structure
end

#log_stream_arn_updateString

ARN of the CloudWatch log to receive application messages.

Returns:

  • (String)


472
473
474
475
476
477
478
# File 'gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics/types.rb', line 472

class CloudWatchLoggingOptionUpdate < Struct.new(
  :cloud_watch_logging_option_id,
  :log_stream_arn_update,
  :role_arn_update)
  SENSITIVE = []
  include Aws::Structure
end

#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)


472
473
474
475
476
477
478
# File 'gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics/types.rb', line 472

class CloudWatchLoggingOptionUpdate < Struct.new(
  :cloud_watch_logging_option_id,
  :log_stream_arn_update,
  :role_arn_update)
  SENSITIVE = []
  include Aws::Structure
end