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: