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
constructor(max: Output<GooglePrivacyDlpV2ValueArgs>? = null, min: Output<GooglePrivacyDlpV2ValueArgs>? = null, replacementValue: Output<GooglePrivacyDlpV2ValueArgs>)

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.

Functions

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