Class: Aws::KinesisAnalyticsV2::Types::CloudWatchLoggingOptionDescription

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

Overview

Describes the Amazon CloudWatch logging option.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logging_option_idString

The ID of the CloudWatch logging option description.

Returns:

  • (String)


1197
1198
1199
1200
1201
1202
1203
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 1197

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

#log_stream_arnString

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

Returns:

  • (String)


1197
1198
1199
1200
1201
1202
1203
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 1197

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

#role_arnString

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

Provided for backward compatibility. Applications created with the current API version have an application-level service execution role rather than a resource-level role.

Returns:

  • (String)


1197
1198
1199
1200
1201
1202
1203
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 1197

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