Class: Aws::KinesisAnalyticsV2::Types::CloudWatchLoggingOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::CloudWatchLoggingOption
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
Provides a description of Amazon CloudWatch logging options, including the log stream Amazon Resource Name (ARN).
Constant Summary collapse
- SENSITIVE =
[]
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.
1347 1348 1349 1350 1351 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 1347 class CloudWatchLoggingOption < Struct.new( :log_stream_arn) SENSITIVE = [] include Aws::Structure end |