CriteriaArgs

data class CriteriaArgs(val regex: Output<String>? = null, val s3WordsList: Output<S3WordsListArgs>? = null) : ConvertibleToJava<CriteriaArgs>

Definition of Criteria

Constructors

Link copied to clipboard
constructor(regex: Output<String>? = null, s3WordsList: Output<S3WordsListArgs>? = null)

Properties

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

The S3 object key for the AllowList.

Link copied to clipboard
val s3WordsList: Output<S3WordsListArgs>? = null

The S3 location for the AllowList.

Functions

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