Class: Aws::Pipes::Types::CloudwatchLogsLogDestinationParameters

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb

Overview

The Amazon CloudWatch Logs logging configuration settings for the pipe.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_group_arnString

The Amazon Web Services Resource Name (ARN) for the CloudWatch log group to which EventBridge sends the log records.

Returns:

  • (String)


414
415
416
417
418
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 414

class CloudwatchLogsLogDestinationParameters < Struct.new(
  :log_group_arn)
  SENSITIVE = []
  include Aws::Structure
end