interface ScraperLoggingDestinationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.APS.CfnScraper.ScraperLoggingDestinationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsaps#CfnScraper_ScraperLoggingDestinationProperty |
![]() | software.amazon.awscdk.services.aps.CfnScraper.ScraperLoggingDestinationProperty |
![]() | aws_cdk.aws_aps.CfnScraper.ScraperLoggingDestinationProperty |
![]() | 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.