Interface CfnScraper.AmpConfigurationProperty

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

@Stability(Stable) public static interface CfnScraper.AmpConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The AmpConfiguration structure defines the Amazon Managed Service for Prometheus instance a scraper should send metrics to.

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.*;
 AmpConfigurationProperty ampConfigurationProperty = AmpConfigurationProperty.builder()
         .workspaceArn("workspaceArn")
         .build();
 

See Also: