GuardrailSensitiveInformationPolicyConfigArgs

data class GuardrailSensitiveInformationPolicyConfigArgs(val piiEntitiesConfig: Output<List<GuardrailPiiEntityConfigArgs>>? = null, val regexesConfig: Output<List<GuardrailRegexConfigArgs>>? = null) : ConvertibleToJava<GuardrailSensitiveInformationPolicyConfigArgs>

Sensitive information policy config for a guardrail.

Constructors

constructor(piiEntitiesConfig: Output<List<GuardrailPiiEntityConfigArgs>>? = null, regexesConfig: Output<List<GuardrailRegexConfigArgs>>? = null)

Properties

Link copied to clipboard

List of entities.

Link copied to clipboard

List of regex.

Functions

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