Interface CfnConfiguredTable.AggregateColumnProperty

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

@Stability(Stable) public static interface CfnConfiguredTable.AggregateColumnProperty extends software.amazon.jsii.JsiiSerializable
Column in configured table that can be used in aggregate function in query.

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.*;
 AggregateColumnProperty aggregateColumnProperty = AggregateColumnProperty.builder()
         .columnNames(List.of("columnNames"))
         .function("function")
         .build();
 

See Also: