Interface CfnConfiguredTable.AggregationThresholdProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfiguredTable.AggregationThresholdProperty.Jsii$Proxy
- Enclosing class:
CfnConfiguredTable
@Stability(Stable)
public static interface CfnConfiguredTable.AggregationThresholdProperty
extends software.amazon.jsii.JsiiSerializable
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.cleanrooms.*;
AggregationThresholdProperty aggregationThresholdProperty = AggregationThresholdProperty.builder()
.allowedAggregateExpressionType("allowedAggregateExpressionType")
.identityColumns(List.of("identityColumns"))
.minimumIdentityCount(123)
.type("type")
// the properties below are optional
.outputColumnThresholds(List.of(OutputColumnThresholdProperty.builder()
.minimumIdentityCount(123)
.outputColumnName("outputColumnName")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConfiguredTable.AggregationThresholdPropertystatic final classAn implementation forCfnConfiguredTable.AggregationThresholdProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnConfiguredTable.OutputColumnThresholdProperty>getType()Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAllowedAggregateExpressionType
- See Also:
-
getIdentityColumns
- See Also:
-
getMinimumIdentityCount
- See Also:
-
getType
- See Also:
-
getOutputColumnThresholds
Returns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnConfiguredTable.OutputColumnThresholdProperty>- See Also:
-
builder
-