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