Interface CfnJobPropsMixin.AllowedStatisticsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnJobPropsMixin.AllowedStatisticsProperty.Jsii$Proxy
- Enclosing class:
CfnJobPropsMixin
@Stability(Stable)
public static interface CfnJobPropsMixin.AllowedStatisticsProperty
extends software.amazon.jsii.JsiiSerializable
Configuration of statistics that are allowed to be run on columns that contain detected entities.
When undefined, no statistics will be computed on columns that contain detected entities.
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.databrew.*;
AllowedStatisticsProperty allowedStatisticsProperty = AllowedStatisticsProperty.builder()
.statistics(List.of("statistics"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnJobPropsMixin.AllowedStatisticsPropertystatic final classAn implementation forCfnJobPropsMixin.AllowedStatisticsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()One or more column statistics to allow for columns that contain detected entities.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStatistics
One or more column statistics to allow for columns that contain detected entities.- See Also:
-
builder
-