Text Config Args
data class TextConfigArgs(val additionalTransformations: Output<List<InfoTypeTransformationArgs>>? = null, val excludeInfoTypes: Output<List<String>>? = null, val transformations: Output<List<InfoTypeTransformationArgs>>? = null) : ConvertibleToJava<TextConfigArgs>
Constructors
Link copied to clipboard
constructor(additionalTransformations: Output<List<InfoTypeTransformationArgs>>? = null, excludeInfoTypes: Output<List<String>>? = null, transformations: Output<List<InfoTypeTransformationArgs>>? = null)
Properties
Link copied to clipboard
Transformations to apply to the detected data, overridden by exclude_info_types
.
Link copied to clipboard
InfoTypes to skip transforming, overriding additional_transformations
.
Link copied to clipboard
The transformations to apply to the detected data. Deprecated. Use additional_transformations
instead.