Interface CfnScraper.ScrapeConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnScraper.ScrapeConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnScraper
@Stability(Stable)
public static interface CfnScraper.ScrapeConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
A scrape configuration for a scraper, base 64 encoded.
For more information, see Scraper configuration in the Amazon Managed Service for Prometheus User Guide .
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.*;
ScrapeConfigurationProperty scrapeConfigurationProperty = ScrapeConfigurationProperty.builder()
.configurationBlob("configurationBlob")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnScraper.ScrapeConfigurationPropertystatic final classAn implementation forCfnScraper.ScrapeConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getConfigurationBlob
The base 64 encoded scrape configuration file.- See Also:
-
builder
-