Guardrail Sensitive Information Policy Config Args
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
Link copied to clipboard
constructor(piiEntitiesConfig: Output<List<GuardrailPiiEntityConfigArgs>>? = null, regexesConfig: Output<List<GuardrailRegexConfigArgs>>? = null)