GuardrailTopicConfigArgs

data class GuardrailTopicConfigArgs(val definition: Output<String>, val examples: Output<List<String>>? = null, val name: Output<String>, val type: Output<GuardrailTopicType>) : ConvertibleToJava<GuardrailTopicConfigArgs>

Topic config in topic policy.

Constructors

Link copied to clipboard
constructor(definition: Output<String>, examples: Output<List<String>>? = null, name: Output<String>, type: Output<GuardrailTopicType>)

Properties

Link copied to clipboard
val definition: Output<String>

Definition of topic in topic policy

Link copied to clipboard
val examples: Output<List<String>>? = null

List of text examples

Link copied to clipboard
val name: Output<String>

Name of topic in topic policy

Link copied to clipboard

Specifies to deny the topic.

Functions

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