interface ScraperLoggingDestinationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.APS.CfnScraper.ScraperLoggingDestinationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsaps#CfnScraper_ScraperLoggingDestinationProperty |
Java | software.amazon.awscdk.services.aps.CfnScraper.ScraperLoggingDestinationProperty |
Python | aws_cdk.aws_aps.CfnScraper.ScraperLoggingDestinationProperty |
TypeScript | aws-cdk-lib » aws_aps » CfnScraper » ScraperLoggingDestinationProperty |
The destination where scraper logs are sent.
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 scraperLoggingDestinationProperty: aps.CfnScraper.ScraperLoggingDestinationProperty = {
cloudWatchLogs: {
logGroupArn: 'logGroupArn',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| cloud | IResolvable | Cloud | The CloudWatch Logs configuration for the scraper logging destination. |
cloudWatchLogs?
Type:
IResolvable | Cloud
(optional)
The CloudWatch Logs configuration for the scraper logging destination.

.NET
Go
Java
Python
TypeScript