CustomDataIdentifierArgs

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<TagArgs>>? = null) : ConvertibleToJava<CustomDataIdentifierArgs>

Macie CustomDataIdentifier resource schema

Constructors

Link copied to clipboard
constructor(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<TagArgs>>? = null)

Properties

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

Description of custom data identifier.

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

Words to be ignored.

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

Keywords to be matched against.

Link copied to clipboard
val maximumMatchDistance: Output<Int>? = null

Maximum match distance.

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

Name of custom data identifier.

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

Regular expression for custom data identifier.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

A collection of tags associated with a resource

Functions

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