interface CloudwatchLogsLogDestinationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Pipes.CfnPipePropsMixin.CloudwatchLogsLogDestinationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awspipes#CfnPipePropsMixin_CloudwatchLogsLogDestinationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.pipes.CfnPipePropsMixin.CloudwatchLogsLogDestinationProperty |
Python | aws_cdk.cfn_property_mixins.aws_pipes.CfnPipePropsMixin.CloudwatchLogsLogDestinationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_pipes » CfnPipePropsMixin » 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/cfn-property-mixins';
const cloudwatchLogsLogDestinationProperty: pipes.CfnPipePropsMixin.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.

.NET
Go
Java
Python
TypeScript