interface CloudWatchLogDestinationProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.APS.CfnScraper.CloudWatchLogDestinationProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsaps#CfnScraper_CloudWatchLogDestinationProperty | 
|  Java | software.amazon.awscdk.services.aps.CfnScraper.CloudWatchLogDestinationProperty | 
|  Python | aws_cdk.aws_aps.CfnScraper.CloudWatchLogDestinationProperty | 
|  TypeScript | aws-cdk-lib»aws_aps»CfnScraper»CloudWatchLogDestinationProperty | 
Represents a cloudwatch logs destination for scraper logging.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_aps as aps } from 'aws-cdk-lib';
const cloudWatchLogDestinationProperty: aps.CfnScraper.CloudWatchLogDestinationProperty = {
  logGroupArn: 'logGroupArn',
};
Properties
| Name | Type | Description | 
|---|---|---|
| log | string | ARN of the CloudWatch log group. | 
logGroupArn?
Type:
string
(optional)
ARN of the CloudWatch log group.
