ContentScanningExpressionBodyArgs

data class ContentScanningExpressionBodyArgs(val payload: Output<String>) : ConvertibleToJava<ContentScanningExpressionBodyArgs>

Constructors

Link copied to clipboard
constructor(payload: Output<String>)

Properties

Link copied to clipboard
val payload: Output<String>

Ruleset expression to use in matching content objects

Functions

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