Class: Aws::KinesisAnalyticsV2::Types::CloudWatchLoggingOptionUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::CloudWatchLoggingOptionUpdate
- Defined in:
- gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
Note:
When making an API call, you may pass CloudWatchLoggingOptionUpdate data as a hash:
{
cloud_watch_logging_option_id: "Id", # required
log_stream_arn_update: "LogStreamARN",
}
Describes the Amazon CloudWatch logging option updates.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_watch_logging_option_id ⇒ String
The ID of the CloudWatch logging option to update.
-
#log_stream_arn_update ⇒ String
The Amazon Resource Name (ARN) of the CloudWatch log to receive application messages.
Instance Attribute Details
#cloud_watch_logging_option_id ⇒ String
The ID of the CloudWatch logging option to update
1843 1844 1845 1846 1847 1848 |
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 1843 class CloudWatchLoggingOptionUpdate < Struct.new( :cloud_watch_logging_option_id, :log_stream_arn_update) SENSITIVE = [] include Aws::Structure end |
#log_stream_arn_update ⇒ String
The Amazon Resource Name (ARN) of the CloudWatch log to receive application messages.
1843 1844 1845 1846 1847 1848 |
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 1843 class CloudWatchLoggingOptionUpdate < Struct.new( :cloud_watch_logging_option_id, :log_stream_arn_update) SENSITIVE = [] include Aws::Structure end |