Class: Aws::Pipes::Types::CloudwatchLogsLogDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pipes::Types::CloudwatchLogsLogDestination
- Includes:
- Structure
- Defined in:
- 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.
398 399 400 401 402 |
# File 'lib/aws-sdk-pipes/types.rb', line 398 class CloudwatchLogsLogDestination < Struct.new( :log_group_arn) SENSITIVE = [] include Aws::Structure end |