Interface CfnConfiguredTable.OutputColumnThresholdProperty

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

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

See Also: