min
suspend fun min(value: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketMinArgs>)
suspend fun min(value: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketMinArgs?)
Parameters
value
Lower bound of the range, inclusive. Type should be the same as max if used. The min
block must only contain one argument. See the bucketing_config
block description for more information about choosing a data type. Structure is documented below.
suspend fun min(argument: suspend PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketMinArgsBuilder.() -> Unit)
Parameters
argument
Lower bound of the range, inclusive. Type should be the same as max if used. The min
block must only contain one argument. See the bucketing_config
block description for more information about choosing a data type. Structure is documented below.