Class: Aws::KinesisAnalytics::Types::CloudWatchLoggingOptionDescription

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

Overview

Description of the CloudWatch logging option.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logging_option_idString

ID of the CloudWatch logging option description.

Returns:

  • (String)


446
447
448
449
450
451
452
# File 'gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics/types.rb', line 446

class CloudWatchLoggingOptionDescription < Struct.new(
  :cloud_watch_logging_option_id,
  :log_stream_arn,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#log_stream_arnString

ARN of the CloudWatch log to receive application messages.

Returns:

  • (String)


446
447
448
449
450
451
452
# File 'gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics/types.rb', line 446

class CloudWatchLoggingOptionDescription < Struct.new(
  :cloud_watch_logging_option_id,
  :log_stream_arn,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

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)


446
447
448
449
450
451
452
# File 'gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics/types.rb', line 446

class CloudWatchLoggingOptionDescription < Struct.new(
  :cloud_watch_logging_option_id,
  :log_stream_arn,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end