Package-level declarations

Types

Link copied to clipboard
class PreventionDeidentifyTemplate : KotlinCustomResource

Allows creation of templates to de-identify content. To get more information about DeidentifyTemplate, see:

Link copied to clipboard
data class PreventionDeidentifyTemplateArgs(val deidentifyConfig: Output<PreventionDeidentifyTemplateDeidentifyConfigArgs>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val parent: Output<String>? = null, val templateId: Output<String>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateArgs>

Allows creation of templates to de-identify content. To get more information about DeidentifyTemplate, see:

Link copied to clipboard
class PreventionInspectTemplate : KotlinCustomResource

An inspect job template. To get more information about InspectTemplate, see:

Link copied to clipboard
data class PreventionInspectTemplateArgs(val description: Output<String>? = null, val displayName: Output<String>? = null, val inspectConfig: Output<PreventionInspectTemplateInspectConfigArgs>? = null, val parent: Output<String>? = null, val templateId: Output<String>? = null) : ConvertibleToJava<PreventionInspectTemplateArgs>

An inspect job template. To get more information about InspectTemplate, see:

Link copied to clipboard
class PreventionJobTrigger : KotlinCustomResource

A job trigger configuration. To get more information about JobTrigger, see:

Link copied to clipboard
data class PreventionJobTriggerArgs(val description: Output<String>? = null, val displayName: Output<String>? = null, val inspectJob: Output<PreventionJobTriggerInspectJobArgs>? = null, val parent: Output<String>? = null, val status: Output<String>? = null, val triggerId: Output<String>? = null, val triggers: Output<List<PreventionJobTriggerTriggerArgs>>? = null) : ConvertibleToJava<PreventionJobTriggerArgs>

A job trigger configuration. To get more information about JobTrigger, see:

Link copied to clipboard
Link copied to clipboard
class PreventionStoredInfoType : KotlinCustomResource

Allows creation of custom info types. To get more information about StoredInfoType, see:

Link copied to clipboard
data class PreventionStoredInfoTypeArgs(val description: Output<String>? = null, val dictionary: Output<PreventionStoredInfoTypeDictionaryArgs>? = null, val displayName: Output<String>? = null, val largeCustomDictionary: Output<PreventionStoredInfoTypeLargeCustomDictionaryArgs>? = null, val parent: Output<String>? = null, val regex: Output<PreventionStoredInfoTypeRegexArgs>? = null, val storedInfoTypeId: Output<String>? = null) : ConvertibleToJava<PreventionStoredInfoTypeArgs>

Allows creation of custom info types. To get more information about StoredInfoType, see:

Functions