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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/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)


2904
2905
2906
2907
2908
2909
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2904

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)


2904
2905
2906
2907
2908
2909
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2904

class CloudWatchLogGroupLogDestination < Struct.new(
  :cloud_watch_log_group_arn,
  :log_prefix)
  SENSITIVE = []
  include Aws::Structure
end