GuardrailWordPolicyConfigArgs

data class GuardrailWordPolicyConfigArgs(val managedWordListsConfig: Output<List<GuardrailManagedWordsConfigArgs>>? = null, val wordsConfig: Output<List<GuardrailWordConfigArgs>>? = null) : ConvertibleToJava<GuardrailWordPolicyConfigArgs>

Word policy config for a guardrail.

Constructors

Link copied to clipboard
constructor(managedWordListsConfig: Output<List<GuardrailManagedWordsConfigArgs>>? = null, wordsConfig: Output<List<GuardrailWordConfigArgs>>? = null)

Properties

Link copied to clipboard

A config for the list of managed words.

Link copied to clipboard

List of custom word configs.

Functions

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