GooglePrivacyDlpV2BucketArgs

data class GooglePrivacyDlpV2BucketArgs(val max: Output<GooglePrivacyDlpV2ValueArgs>? = null, val min: Output<GooglePrivacyDlpV2ValueArgs>? = null, val replacementValue: Output<GooglePrivacyDlpV2ValueArgs>) : ConvertibleToJava<GooglePrivacyDlpV2BucketArgs>

Bucket is represented as a range, along with replacement values.

Constructors

Link copied to clipboard
fun GooglePrivacyDlpV2BucketArgs(max: Output<GooglePrivacyDlpV2ValueArgs>? = null, min: Output<GooglePrivacyDlpV2ValueArgs>? = null, replacementValue: Output<GooglePrivacyDlpV2ValueArgs>)

Functions

Link copied to clipboard
open override fun toJava(): GooglePrivacyDlpV2BucketArgs

Properties

Link copied to clipboard
val max: Output<GooglePrivacyDlpV2ValueArgs>? = null

Upper bound of the range, exclusive; type must match min.

Link copied to clipboard
val min: Output<GooglePrivacyDlpV2ValueArgs>? = null

Lower bound of the range, inclusive. Type should be the same as max if used.

Link copied to clipboard

Replacement value for this bucket.