TextConfigArgs

data class TextConfigArgs(val additionalTransformations: Output<List<InfoTypeTransformationArgs>>? = null, val excludeInfoTypes: Output<List<String>>? = null, val profileType: Output<TextConfigProfileType>? = null, val transformations: Output<List<InfoTypeTransformationArgs>>? = null) : ConvertibleToJava<TextConfigArgs>

Configures how to transform sensitive text InfoTypes.

Constructors

Link copied to clipboard
fun TextConfigArgs(additionalTransformations: Output<List<InfoTypeTransformationArgs>>? = null, excludeInfoTypes: Output<List<String>>? = null, profileType: Output<TextConfigProfileType>? = null, transformations: Output<List<InfoTypeTransformationArgs>>? = null)

Functions

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

Properties

Link copied to clipboard

Additional transformations to apply to the detected data, overriding profile.

Link copied to clipboard
val excludeInfoTypes: Output<List<String>>? = null

InfoTypes to skip transforming, overriding profile.

Link copied to clipboard
val profileType: Output<TextConfigProfileType>? = null

Base profile type for text transformation.

Link copied to clipboard

The transformations to apply to the detected data. Deprecated. Use additional_transformations instead.