Interface CfnScraperPropsMixin.IScraperLoggingDestinationProperty
The destination where scraper logs are sent.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.APS
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnScraperPropsMixin.IScraperLoggingDestinationProperty
Syntax (vb)
Public Interface CfnScraperPropsMixin.IScraperLoggingDestinationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.APS;
var scraperLoggingDestinationProperty = new ScraperLoggingDestinationProperty {
CloudWatchLogs = new CloudWatchLogDestinationProperty {
LogGroupArn = "logGroupArn"
}
};
Synopsis
Properties
| CloudWatchLogs | The CloudWatch Logs configuration for the scraper logging destination. |
Properties
CloudWatchLogs
The CloudWatch Logs configuration for the scraper logging destination.
object? CloudWatchLogs { get; }