Interface CfnScraper.CloudWatchLogDestinationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnScraper.CloudWatchLogDestinationProperty.Jsii$Proxy
Enclosing class:
CfnScraper

@Stability(Stable) public static interface CfnScraper.CloudWatchLogDestinationProperty extends software.amazon.jsii.JsiiSerializable
Represents a cloudwatch logs destination for scraper logging.

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.*;
 CloudWatchLogDestinationProperty cloudWatchLogDestinationProperty = CloudWatchLogDestinationProperty.builder()
         .logGroupArn("logGroupArn")
         .build();
 

See Also: