Interface CfnTopicPropsMixin.NamedEntityDefinitionMetricProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTopicPropsMixin.NamedEntityDefinitionMetricProperty.Jsii$Proxy
- Enclosing class:
CfnTopicPropsMixin
@Stability(Stable)
public static interface CfnTopicPropsMixin.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.cfnpropertymixins.services.quicksight.*;
NamedEntityDefinitionMetricProperty namedEntityDefinitionMetricProperty = NamedEntityDefinitionMetricProperty.builder()
.aggregation("aggregation")
.aggregationFunctionParameters(Map.of(
"aggregationFunctionParametersKey", "aggregationFunctionParameters"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTopicPropsMixin.NamedEntityDefinitionMetricPropertystatic final classAn implementation forCfnTopicPropsMixin.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.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- See Also:
-
builder
-