fileTypesToTransforms

@JvmName(name = "iagfsxmwlwxikkkv")
suspend fun fileTypesToTransforms(value: Output<List<String>>)
@JvmName(name = "mlqdrptuhgxtpctu")
suspend fun fileTypesToTransforms(value: List<String>?)

Parameters

value

List of user-specified file type groups to transform. If specified, only the files with these filetypes will be transformed. If empty, all supported files will be transformed. Supported types may be automatically added over time. If a file type is set in this field that isn't supported by the Deidentify action then the job will fail and will not be successfully created/started. Each value may be one of: IMAGE, TEXT_FILE, CSV, TSV.


@JvmName(name = "qosovobgnydspmii")
suspend fun fileTypesToTransforms(vararg values: Output<String>)


@JvmName(name = "wwogdlaicfvwbroo")
suspend fun fileTypesToTransforms(values: List<Output<String>>)
@JvmName(name = "chefamgtcxiuxiud")
suspend fun fileTypesToTransforms(vararg values: String)

Parameters

values

List of user-specified file type groups to transform. If specified, only the files with these filetypes will be transformed. If empty, all supported files will be transformed. Supported types may be automatically added over time. If a file type is set in this field that isn't supported by the Deidentify action then the job will fail and will not be successfully created/started. Each value may be one of: IMAGE, TEXT_FILE, CSV, TSV.