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
fun TextConfigArgs(additionalTransformations: Output<List<InfoTypeTransformationArgs>>? = null, excludeInfoTypes: Output<List<String>>? = null, transformations: Output<List<InfoTypeTransformationArgs>>? = null)