Interface CfnTopic.NamedEntityDefinitionMetricProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTopic.NamedEntityDefinitionMetricProperty.Jsii$Proxy
Enclosing class:
CfnTopic

@Stability(Stable) public static interface CfnTopic.NamedEntityDefinitionMetricProperty extends software.amazon.jsii.JsiiSerializable
A structure that represents a metric.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.quicksight.*;
 NamedEntityDefinitionMetricProperty namedEntityDefinitionMetricProperty = NamedEntityDefinitionMetricProperty.builder()
         .aggregation("aggregation")
         .aggregationFunctionParameters(Map.of(
                 "aggregationFunctionParametersKey", "aggregationFunctionParameters"))
         .build();
 

See Also: