Custom Blocklist Config Args
data class CustomBlocklistConfigArgs(val blocking: Output<Boolean>? = null, val blocklistName: Output<String>? = null, val source: Output<Either<String, RaiPolicyContentSource>>? = null) : ConvertibleToJava<CustomBlocklistConfigArgs>
Gets or sets the source to which filter applies.
Constructors
Link copied to clipboard
constructor(blocking: Output<Boolean>? = null, blocklistName: Output<String>? = null, source: Output<Either<String, RaiPolicyContentSource>>? = null)