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