CreateAllowListRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique, case-sensitive token that you provide to ensure the idempotency of the request.

Link copied to clipboard

The criteria that specify the text or text pattern to ignore. The criteria can be the location and name of an S3 object that lists specific text to ignore (s3WordsList), or a regular expression (regex) that defines a text pattern to ignore.

Link copied to clipboard

A custom description of the allow list. The description can contain as many as 512 characters.

Link copied to clipboard
val name: String?

A custom name for the allow list. The name can contain as many as 128 characters.

Link copied to clipboard

A map of key-value pairs that specifies the tags to associate with the allow list.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String