Class: Aws::KinesisAnalytics::Types::CloudWatchLoggingOptionDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalytics::Types::CloudWatchLoggingOptionDescription
- 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
-
#cloud_watch_logging_option_id ⇒ String
ID of the CloudWatch logging option description.
-
#log_stream_arn ⇒ String
ARN of the CloudWatch log to receive application messages.
-
#role_arn ⇒ String
IAM ARN of the role to use to send application messages.
Instance Attribute Details
#cloud_watch_logging_option_id ⇒ String
ID of the CloudWatch logging option description.
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_arn ⇒ String
ARN of the CloudWatch log to receive application messages.
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_arn ⇒ String
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.
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 |