Interface CfnScraper.ComponentConfigProperty

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

@Stability(Stable) public static interface CfnScraper.ComponentConfigProperty extends software.amazon.jsii.JsiiSerializable
Configuration settings for a scraper component.

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.*;
 ComponentConfigProperty componentConfigProperty = ComponentConfigProperty.builder()
         .options(Map.of(
                 "optionsKey", "options"))
         .build();
 

See Also: