interface ScraperLoggingDestinationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.APS.Mixins.CfnScraperPropsMixin.ScraperLoggingDestinationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsaps/mixins#CfnScraperPropsMixin_ScraperLoggingDestinationProperty |
Java | software.amazon.awscdk.mixins.preview.services.aps.mixins.CfnScraperPropsMixin.ScraperLoggingDestinationProperty |
Python | aws_cdk.mixins_preview.aws_aps.mixins.CfnScraperPropsMixin.ScraperLoggingDestinationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_aps » mixins » CfnScraperPropsMixin » 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 { mixins as aps_mixins } from '@aws-cdk/mixins-preview/aws-aps';
const scraperLoggingDestinationProperty: aps_mixins.CfnScraperPropsMixin.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