Interface CfnJob.StatisticOverrideProperty

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

@Stability(Stable) public static interface CfnJob.StatisticOverrideProperty extends software.amazon.jsii.JsiiSerializable
Override of a particular evaluation for a profile job.

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.databrew.*;
 StatisticOverrideProperty statisticOverrideProperty = StatisticOverrideProperty.builder()
         .parameters(Map.of(
                 "parametersKey", "parameters"))
         .statistic("statistic")
         .build();
 

See Also: