Interface CfnScraperPropsMixin.ScraperLoggingDestinationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnScraperPropsMixin.ScraperLoggingDestinationProperty.Jsii$Proxy
- Enclosing class:
CfnScraperPropsMixin
@Stability(Stable)
public static interface CfnScraperPropsMixin.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.cfnpropertymixins.services.aps.*;
ScraperLoggingDestinationProperty scraperLoggingDestinationProperty = ScraperLoggingDestinationProperty.builder()
.cloudWatchLogs(CloudWatchLogDestinationProperty.builder()
.logGroupArn("logGroupArn")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnScraperPropsMixin.ScraperLoggingDestinationPropertystatic final classAn implementation forCfnScraperPropsMixin.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.Returns union: either
IResolvableorCfnScraperPropsMixin.CloudWatchLogDestinationProperty- See Also:
-
builder
-