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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTopic.NamedEntityDefinitionMetricProperty
static final class
An implementation forCfnTopic.NamedEntityDefinitionMetricProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAggregation
The aggregation of a named entity.Valid values for this structure are
SUM
,MIN
,MAX
,COUNT
,AVERAGE
,DISTINCT_COUNT
,STDEV
,STDEVP
,VAR
,VARP
,PERCENTILE
,MEDIAN
, andCUSTOM
.- See Also:
-
getAggregationFunctionParameters
The additional parameters for an aggregation function.- See Also:
-
builder
-