Interface CfnServiceLevelObjectivePropsMixin.MetricSourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnServiceLevelObjectivePropsMixin.MetricSourceProperty.Jsii$Proxy
- Enclosing class:
CfnServiceLevelObjectivePropsMixin
@Stability(Stable)
public static interface CfnServiceLevelObjectivePropsMixin.MetricSourceProperty
extends software.amazon.jsii.JsiiSerializable
Configuration for identifying the source of metrics for non-Application Signals services.
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.applicationsignals.*;
MetricSourceProperty metricSourceProperty = MetricSourceProperty.builder()
.metricSourceAttributes(Map.of(
"metricSourceAttributesKey", "metricSourceAttributes"))
.metricSourceKeyAttributes(Map.of(
"metricSourceKeyAttributesKey", "metricSourceKeyAttributes"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnServiceLevelObjectivePropsMixin.MetricSourcePropertystatic final classAn implementation forCfnServiceLevelObjectivePropsMixin.MetricSourceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMetricSourceAttributes
Optional additional attributes for the metric source.Returns union: either
IResolvableor Mapinvalid input: '<'String,String>- See Also:
-
getMetricSourceKeyAttributes
Required attributes that identify the metric source.Returns union: either
IResolvableor Mapinvalid input: '<'String,String>- See Also:
-
builder
-