Skip to content

/AWS1/CL_PPTCREAPPLICATIONREQ

Specifies the display name of an application and the tags to associate with the application.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_name TYPE /AWS1/PPT__STRING /AWS1/PPT__STRING

The display name of the application. This name is displayed as the Project name on the Amazon Pinpoint console.

Optional arguments:

it_tags TYPE /AWS1/CL_PPTMAPOF__STRING_W=>TT_MAPOF__STRING TT_MAPOF__STRING

A string-to-string map of key-value pairs that defines the tags to associate with the application. Each tag consists of a required tag key and an associated tag value.


Queryable Attributes

Name

The display name of the application. This name is displayed as the Project name on the Amazon Pinpoint console.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

tags

A string-to-string map of key-value pairs that defines the tags to associate with the application. Each tag consists of a required tag key and an associated tag value.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value