GuardrailPiiEntityConfigArgs

data class GuardrailPiiEntityConfigArgs(val action: Output<GuardrailSensitiveInformationAction>, val inputAction: Output<GuardrailSensitiveInformationAction>? = null, val inputEnabled: Output<Boolean>? = null, val outputAction: Output<GuardrailSensitiveInformationAction>? = null, val outputEnabled: Output<Boolean>? = null, val type: Output<GuardrailPiiEntityType>) : ConvertibleToJava<GuardrailPiiEntityConfigArgs>

Pii entity configuration.

Constructors

Link copied to clipboard
constructor(action: Output<GuardrailSensitiveInformationAction>, inputAction: Output<GuardrailSensitiveInformationAction>? = null, inputEnabled: Output<Boolean>? = null, outputAction: Output<GuardrailSensitiveInformationAction>? = null, outputEnabled: Output<Boolean>? = null, type: Output<GuardrailPiiEntityType>)

Properties

Link copied to clipboard

Configure guardrail action when the PII entity is detected.

Link copied to clipboard
Link copied to clipboard
val inputEnabled: Output<Boolean>? = null
Link copied to clipboard
Link copied to clipboard
val outputEnabled: Output<Boolean>? = null
Link copied to clipboard

Configure guardrail type when the PII entity is detected. The following PIIs are used to block or mask sensitive information:

Functions

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