Skip to content

/AWS1/CL_IOTSTRTSIGNINGJOBPARM

Information required to start a signing job.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_signingprofileparameter TYPE REF TO /AWS1/CL_IOTSIGNINGPFLPARAM /AWS1/CL_IOTSIGNINGPFLPARAM

Describes the code-signing profile.

iv_signingprofilename TYPE /AWS1/IOTSIGNINGPROFILENAME /AWS1/IOTSIGNINGPROFILENAME

The code-signing profile name.

io_destination TYPE REF TO /AWS1/CL_IOTDESTINATION /AWS1/CL_IOTDESTINATION

The location to write the code-signed file.


Queryable Attributes

signingProfileParameter

Describes the code-signing profile.

Accessible with the following methods

Method Description
GET_SIGNINGPROFILEPARAMETER() Getter for SIGNINGPROFILEPARAMETER

signingProfileName

The code-signing profile name.

Accessible with the following methods

Method Description
GET_SIGNINGPROFILENAME() Getter for SIGNINGPROFILENAME, with configurable default
ASK_SIGNINGPROFILENAME() Getter for SIGNINGPROFILENAME w/ exceptions if field has no
HAS_SIGNINGPROFILENAME() Determine if SIGNINGPROFILENAME has a value

destination

The location to write the code-signed file.

Accessible with the following methods

Method Description
GET_DESTINATION() Getter for DESTINATION