Interface CfnScraperPropsMixin.DestinationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnScraperPropsMixin.DestinationProperty.Jsii$Proxy
- Enclosing class:
CfnScraperPropsMixin
@Stability(Stable)
public static interface CfnScraperPropsMixin.DestinationProperty
extends software.amazon.jsii.JsiiSerializable
Where to send the metrics from a scraper.
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.*;
DestinationProperty destinationProperty = DestinationProperty.builder()
.ampConfiguration(AmpConfigurationProperty.builder()
.workspaceArn("workspaceArn")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnScraperPropsMixin.DestinationPropertystatic final classAn implementation forCfnScraperPropsMixin.DestinationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAmpConfiguration
The Amazon Managed Service for Prometheus workspace to send metrics to.Returns union: either
IResolvableorCfnScraperPropsMixin.AmpConfigurationProperty- See Also:
-
builder
-