Class: Aws::LambdaMicrovms::Types::CloudWatchLogging
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaMicrovms::Types::CloudWatchLogging
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambdamicrovms/types.rb
Overview
Configuration for Amazon CloudWatch Logs logging.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_group ⇒ String
The name of the CloudWatch Logs log group to send logs to.
-
#log_stream ⇒ String
The name of the CloudWatch Logs log stream within the log group.
Instance Attribute Details
#log_group ⇒ String
The name of the CloudWatch Logs log group to send logs to.
38 39 40 41 42 43 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 38 class CloudWatchLogging < Struct.new( :log_group, :log_stream) SENSITIVE = [] include Aws::Structure end |
#log_stream ⇒ String
The name of the CloudWatch Logs log stream within the log group.
38 39 40 41 42 43 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 38 class CloudWatchLogging < Struct.new( :log_group, :log_stream) SENSITIVE = [] include Aws::Structure end |