CriteriaResponse

data class CriteriaResponse(val regex: String? = null, val s3WordsList: S3WordsListResponse? = null)

Definition of Criteria

Constructors

Link copied to clipboard
constructor(regex: String? = null, s3WordsList: S3WordsListResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val regex: String? = null

The S3 object key for the AllowList.

Link copied to clipboard

The S3 location for the AllowList.