Class: Aws::KinesisAnalytics::Types::CloudWatchLoggingOptionUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalytics::Types::CloudWatchLoggingOptionUpdate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalytics/types.rb
Overview
Describes CloudWatch logging option updates.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_watch_logging_option_id ⇒ String
ID of the CloudWatch logging option to update.
-
#log_stream_arn_update ⇒ String
ARN of the CloudWatch log to receive application messages.
-
#role_arn_update ⇒ 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 to update
472 473 474 475 476 477 478 |
# File '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_update ⇒ String
ARN of the CloudWatch log to receive application messages.
472 473 474 475 476 477 478 |
# File '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_update ⇒ 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.
472 473 474 475 476 477 478 |
# File '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 |