Interface CfnConfiguredTablePropsMixin.OutputColumnThresholdProperty

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

@Stability(Stable) public static interface CfnConfiguredTablePropsMixin.OutputColumnThresholdProperty 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.*;
 OutputColumnThresholdProperty outputColumnThresholdProperty = OutputColumnThresholdProperty.builder()
         .minimumIdentityCount(123)
         .outputColumnName("outputColumnName")
         .build();
 

See Also: