Skip to content

/AWS1/CL_MA2=>CREATEALLOWLIST()

About CreateAllowList

Creates and defines the settings for an allow list.

Method Signature

IMPORTING

Required arguments:

IV_CLIENTTOKEN TYPE /AWS1/MA2__STRING /AWS1/MA2__STRING

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

IO_CRITERIA TYPE REF TO /AWS1/CL_MA2ALLOWLISTCRITERIA /AWS1/CL_MA2ALLOWLISTCRITERIA

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.

IV_NAME TYPE /AWS1/MA2__STRINGMIN1MAX128PAT /AWS1/MA2__STRINGMIN1MAX128PAT

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

Optional arguments:

IV_DESCRIPTION TYPE /AWS1/MA2__STRMIN1MAX512PATSS /AWS1/MA2__STRMIN1MAX512PATSS

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

IT_TAGS TYPE /AWS1/CL_MA2TAGMAP_W=>TT_TAGMAP TT_TAGMAP

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

An allow list can have a maximum of 50 tags. Each tag consists of a tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_MA2CREATEALLOWLISTRSP /AWS1/CL_MA2CREATEALLOWLISTRSP