You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::KinesisAnalyticsV2::Types::CloudWatchLoggingOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::CloudWatchLoggingOption
- Defined in:
- (unknown)
Overview
Note:
When passing CloudWatchLoggingOption as input to an Aws::Client method, you can use a vanilla Hash:
{
log_stream_arn: "LogStreamARN", # required
}
Provides a description of Amazon CloudWatch logging options, including the log stream Amazon Resource Name (ARN).
Returned by:
Instance Attribute Summary collapse
-
#log_stream_arn ⇒ String
The ARN of the CloudWatch log to receive application messages.
Instance Attribute Details
#log_stream_arn ⇒ String
The ARN of the CloudWatch log to receive application messages.