Class: Aws::LexModelsV2::Types::CloudWatchLogGroupLogDestination

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cloud_watch_log_group_arnString

The Amazon Resource Name (ARN) of the log group where text and metadata logs are delivered.

Returns:

  • (String)


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_prefixString

The prefix of the log stream name within the log group that you specified

Returns:

  • (String)


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