Interface CfnScraper.ScraperLoggingDestinationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnScraper.ScraperLoggingDestinationProperty.Jsii$Proxy
- Enclosing class:
CfnScraper
@Stability(Stable)
public static interface CfnScraper.ScraperLoggingDestinationProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.aps.*; ScraperLoggingDestinationProperty scraperLoggingDestinationProperty = ScraperLoggingDestinationProperty.builder() .cloudWatchLogs(CloudWatchLogDestinationProperty.builder() .logGroupArn("logGroupArn") .build()) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnScraper.ScraperLoggingDestinationProperty
static final class
An implementation forCfnScraper.ScraperLoggingDestinationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCloudWatchLogs
The CloudWatch Logs configuration for the scraper logging destination.- See Also:
-
builder
-