Interface CfnMetricAttributionPropsMixin.MetricAttributeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMetricAttributionPropsMixin.MetricAttributeProperty.Jsii$Proxy
- Enclosing class:
CfnMetricAttributionPropsMixin
@Stability(Stable)
public static interface CfnMetricAttributionPropsMixin.MetricAttributeProperty
extends software.amazon.jsii.JsiiSerializable
A metric attribute for the metric attribution.
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.personalize.*;
MetricAttributeProperty metricAttributeProperty = MetricAttributeProperty.builder()
.eventType("eventType")
.expression("expression")
.metricName("metricName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnMetricAttributionPropsMixin.MetricAttributePropertystatic final classAn implementation forCfnMetricAttributionPropsMixin.MetricAttributeProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEventType
The metric's event type.- See Also:
-
getExpression
The attribute's expression.- See Also:
-
getMetricName
The metric's name.- See Also:
-
builder
-