Interface CfnScraperPropsMixin.AmpConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnScraperPropsMixin.AmpConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnScraperPropsMixin
@Stability(Stable)
public static interface CfnScraperPropsMixin.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.cfnpropertymixins.services.aps.*;
AmpConfigurationProperty ampConfigurationProperty = AmpConfigurationProperty.builder()
.workspaceArn("workspaceArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnScraperPropsMixin.AmpConfigurationPropertystatic final classAn implementation forCfnScraperPropsMixin.AmpConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getWorkspaceArn
ARN of the Amazon Managed Service for Prometheus workspace.- See Also:
-
builder
-