Interface CfnConfiguredTablePropsMixin.AggregationThresholdProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfiguredTablePropsMixin.AggregationThresholdProperty.Jsii$Proxy
- Enclosing class:
CfnConfiguredTablePropsMixin
@Stability(Stable)
public static interface CfnConfiguredTablePropsMixin.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.cfnpropertymixins.services.cleanrooms.*;
AggregationThresholdProperty aggregationThresholdProperty = AggregationThresholdProperty.builder()
.allowedAggregateExpressionType("allowedAggregateExpressionType")
.identityColumns(List.of("identityColumns"))
.minimumIdentityCount(123)
.outputColumnThresholds(List.of(OutputColumnThresholdProperty.builder()
.minimumIdentityCount(123)
.outputColumnName("outputColumnName")
.build()))
.type("type")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnConfiguredTablePropsMixin.AggregationThresholdProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default Stringdefault Numberdefault ObjectReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnConfiguredTablePropsMixin.OutputColumnThresholdProperty>default StringgetType()Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAllowedAggregateExpressionType
- See Also:
-
getIdentityColumns
- See Also:
-
getMinimumIdentityCount
- See Also:
-
getOutputColumnThresholds
Returns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnConfiguredTablePropsMixin.OutputColumnThresholdProperty>- See Also:
-
getType
- See Also:
-
builder
@Stability(Stable) static CfnConfiguredTablePropsMixin.AggregationThresholdProperty.Builder builder()
-