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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnScraper.ComponentConfigProperty
static final class
An implementation forCfnScraper.ComponentConfigProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getOptions
Configuration options for the scraper component.- See Also:
-
builder
-