Class: Aws::Pipes::Types::CloudwatchLogsLogDestinationParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pipes::Types::CloudwatchLogsLogDestinationParameters
- 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
-
#log_group_arn ⇒ String
The Amazon Web Services Resource Name (ARN) for the CloudWatch log group to which EventBridge sends the log records.
Instance Attribute Details
#log_group_arn ⇒ String
The Amazon Web Services Resource Name (ARN) for the CloudWatch log group to which EventBridge sends the log records.
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 |