managed Word Lists Configs
suspend fun managedWordListsConfigs(value: Output<List<GuardrailWordPolicyConfigManagedWordListsConfigArgs>>)
suspend fun managedWordListsConfigs(value: List<GuardrailWordPolicyConfigManagedWordListsConfigArgs>?)
Parameters
value
A config for the list of managed words. See Managed Word Lists Config for more information.
suspend fun managedWordListsConfigs(vararg values: Output<GuardrailWordPolicyConfigManagedWordListsConfigArgs>)
suspend fun managedWordListsConfigs(values: List<Output<GuardrailWordPolicyConfigManagedWordListsConfigArgs>>)
suspend fun managedWordListsConfigs(vararg values: GuardrailWordPolicyConfigManagedWordListsConfigArgs)
Parameters
values
A config for the list of managed words. See Managed Word Lists Config for more information.
suspend fun managedWordListsConfigs(argument: List<suspend GuardrailWordPolicyConfigManagedWordListsConfigArgsBuilder.() -> Unit>)
suspend fun managedWordListsConfigs(vararg argument: suspend GuardrailWordPolicyConfigManagedWordListsConfigArgsBuilder.() -> Unit)
suspend fun managedWordListsConfigs(argument: suspend GuardrailWordPolicyConfigManagedWordListsConfigArgsBuilder.() -> Unit)
Parameters
argument
A config for the list of managed words. See Managed Word Lists Config for more information.