interface CloudwatchLogsLogDestinationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Pipes.CfnPipe.CloudwatchLogsLogDestinationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspipes#CfnPipe_CloudwatchLogsLogDestinationProperty |
![]() | software.amazon.awscdk.services.pipes.CfnPipe.CloudwatchLogsLogDestinationProperty |
![]() | aws_cdk.aws_pipes.CfnPipe.CloudwatchLogsLogDestinationProperty |
![]() | aws-cdk-lib » aws_pipes » CfnPipe » CloudwatchLogsLogDestinationProperty |
Represents the Amazon CloudWatch Logs logging configuration settings for the pipe.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_pipes as pipes } from 'aws-cdk-lib';
const cloudwatchLogsLogDestinationProperty: pipes.CfnPipe.CloudwatchLogsLogDestinationProperty = {
logGroupArn: 'logGroupArn',
};
Properties
Name | Type | Description |
---|---|---|
log | string | The AWS Resource Name (ARN) for the CloudWatch log group to which EventBridge sends the log records. |
logGroupArn?
Type:
string
(optional)
The AWS Resource Name (ARN) for the CloudWatch log group to which EventBridge sends the log records.