Custom Data Identifier Args
data class CustomDataIdentifierArgs(val description: Output<String>? = null, val ignoreWords: Output<List<String>>? = null, val keywords: Output<List<String>>? = null, val maximumMatchDistance: Output<Int>? = null, val name: Output<String>? = null, val regex: Output<String>? = null, val tags: Output<List<CustomDataIdentifierTagArgs>>? = null) : ConvertibleToJava<CustomDataIdentifierArgs>
Macie CustomDataIdentifier resource schema
Constructors
Link copied to clipboard
fun CustomDataIdentifierArgs(description: Output<String>? = null, ignoreWords: Output<List<String>>? = null, keywords: Output<List<String>>? = null, maximumMatchDistance: Output<Int>? = null, name: Output<String>? = null, regex: Output<String>? = null, tags: Output<List<CustomDataIdentifierTagArgs>>? = null)