Class: Aws::LexModelsV2::Types::CloudWatchLogGroupLogDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::CloudWatchLogGroupLogDestination
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
The Amazon CloudWatch Logs log group where the text and metadata logs are delivered. The log group must exist before you enable logging.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_watch_log_group_arn ⇒ String
The Amazon Resource Name (ARN) of the log group where text and metadata logs are delivered.
-
#log_prefix ⇒ String
The prefix of the log stream name within the log group that you specified.
Instance Attribute Details
#cloud_watch_log_group_arn ⇒ String
The Amazon Resource Name (ARN) of the log group where text and metadata logs are delivered.
2977 2978 2979 2980 2981 2982 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2977 class CloudWatchLogGroupLogDestination < Struct.new( :cloud_watch_log_group_arn, :log_prefix) SENSITIVE = [] include Aws::Structure end |
#log_prefix ⇒ String
The prefix of the log stream name within the log group that you specified
2977 2978 2979 2980 2981 2982 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2977 class CloudWatchLogGroupLogDestination < Struct.new( :cloud_watch_log_group_arn, :log_prefix) SENSITIVE = [] include Aws::Structure end |