Skip to content

/AWS1/CL_SGNDESCRSIGNINGJOBRSP

DescribeSigningJobResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_jobid TYPE /AWS1/SGNJOBID /AWS1/SGNJOBID

The ID of the signing job on output.

io_source TYPE REF TO /AWS1/CL_SGNSOURCE /AWS1/CL_SGNSOURCE

The object that contains the name of your S3 bucket or your raw code.

io_signingmaterial TYPE REF TO /AWS1/CL_SGNSIGNINGMATERIAL /AWS1/CL_SGNSIGNINGMATERIAL

The Amazon Resource Name (ARN) of your code signing certificate.

iv_platformid TYPE /AWS1/SGNPLATFORMID /AWS1/SGNPLATFORMID

The microcontroller platform to which your signed code image will be distributed.

iv_platformdisplayname TYPE /AWS1/SGNDISPLAYNAME /AWS1/SGNDISPLAYNAME

A human-readable name for the signing platform associated with the signing job.

iv_profilename TYPE /AWS1/SGNPROFILENAME /AWS1/SGNPROFILENAME

The name of the profile that initiated the signing operation.

iv_profileversion TYPE /AWS1/SGNPROFILEVERSION /AWS1/SGNPROFILEVERSION

The version of the signing profile used to initiate the signing job.

io_overrides TYPE REF TO /AWS1/CL_SGNSIGNINGPLATFORMO00 /AWS1/CL_SGNSIGNINGPLATFORMO00

A list of any overrides that were applied to the signing operation.

it_signingparameters TYPE /AWS1/CL_SGNSIGNINGPARAMS_W=>TT_SIGNINGPARAMETERS TT_SIGNINGPARAMETERS

Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.

iv_createdat TYPE /AWS1/SGNTIMESTAMP /AWS1/SGNTIMESTAMP

Date and time that the signing job was created.

iv_completedat TYPE /AWS1/SGNTIMESTAMP /AWS1/SGNTIMESTAMP

Date and time that the signing job was completed.

iv_signatureexpiresat TYPE /AWS1/SGNTIMESTAMP /AWS1/SGNTIMESTAMP

Thr expiration timestamp for the signature generated by the signing job.

iv_requestedby TYPE /AWS1/SGNREQUESTEDBY /AWS1/SGNREQUESTEDBY

The IAM principal that requested the signing job.

iv_status TYPE /AWS1/SGNSIGNINGSTATUS /AWS1/SGNSIGNINGSTATUS

Status of the signing job.

iv_statusreason TYPE /AWS1/SGNSTATUSREASON /AWS1/SGNSTATUSREASON

String value that contains the status reason.

io_revocationrecord TYPE REF TO /AWS1/CL_SGNSIGNINGJOBREVOCA00 /AWS1/CL_SGNSIGNINGJOBREVOCA00

A revocation record if the signature generated by the signing job has been revoked. Contains a timestamp and the ID of the IAM entity that revoked the signature.

io_signedobject TYPE REF TO /AWS1/CL_SGNSIGNEDOBJECT /AWS1/CL_SGNSIGNEDOBJECT

Name of the S3 bucket where the signed code image is saved by AWS Signer.

iv_jobowner TYPE /AWS1/SGNACCOUNTID /AWS1/SGNACCOUNTID

The AWS account ID of the job owner.

iv_jobinvoker TYPE /AWS1/SGNACCOUNTID /AWS1/SGNACCOUNTID

The IAM entity that initiated the signing job.


Queryable Attributes

jobId

The ID of the signing job on output.

Accessible with the following methods

Method Description
GET_JOBID() Getter for JOBID, with configurable default
ASK_JOBID() Getter for JOBID w/ exceptions if field has no value
HAS_JOBID() Determine if JOBID has a value

source

The object that contains the name of your S3 bucket or your raw code.

Accessible with the following methods

Method Description
GET_SOURCE() Getter for SOURCE

signingMaterial

The Amazon Resource Name (ARN) of your code signing certificate.

Accessible with the following methods

Method Description
GET_SIGNINGMATERIAL() Getter for SIGNINGMATERIAL

platformId

The microcontroller platform to which your signed code image will be distributed.

Accessible with the following methods

Method Description
GET_PLATFORMID() Getter for PLATFORMID, with configurable default
ASK_PLATFORMID() Getter for PLATFORMID w/ exceptions if field has no value
HAS_PLATFORMID() Determine if PLATFORMID has a value

platformDisplayName

A human-readable name for the signing platform associated with the signing job.

Accessible with the following methods

Method Description
GET_PLATFORMDISPLAYNAME() Getter for PLATFORMDISPLAYNAME, with configurable default
ASK_PLATFORMDISPLAYNAME() Getter for PLATFORMDISPLAYNAME w/ exceptions if field has no
HAS_PLATFORMDISPLAYNAME() Determine if PLATFORMDISPLAYNAME has a value

profileName

The name of the profile that initiated the signing operation.

Accessible with the following methods

Method Description
GET_PROFILENAME() Getter for PROFILENAME, with configurable default
ASK_PROFILENAME() Getter for PROFILENAME w/ exceptions if field has no value
HAS_PROFILENAME() Determine if PROFILENAME has a value

profileVersion

The version of the signing profile used to initiate the signing job.

Accessible with the following methods

Method Description
GET_PROFILEVERSION() Getter for PROFILEVERSION, with configurable default
ASK_PROFILEVERSION() Getter for PROFILEVERSION w/ exceptions if field has no valu
HAS_PROFILEVERSION() Determine if PROFILEVERSION has a value

overrides

A list of any overrides that were applied to the signing operation.

Accessible with the following methods

Method Description
GET_OVERRIDES() Getter for OVERRIDES

signingParameters

Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.

Accessible with the following methods

Method Description
GET_SIGNINGPARAMETERS() Getter for SIGNINGPARAMETERS, with configurable default
ASK_SIGNINGPARAMETERS() Getter for SIGNINGPARAMETERS w/ exceptions if field has no v
HAS_SIGNINGPARAMETERS() Determine if SIGNINGPARAMETERS has a value

createdAt

Date and time that the signing job was created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

completedAt

Date and time that the signing job was completed.

Accessible with the following methods

Method Description
GET_COMPLETEDAT() Getter for COMPLETEDAT, with configurable default
ASK_COMPLETEDAT() Getter for COMPLETEDAT w/ exceptions if field has no value
HAS_COMPLETEDAT() Determine if COMPLETEDAT has a value

signatureExpiresAt

Thr expiration timestamp for the signature generated by the signing job.

Accessible with the following methods

Method Description
GET_SIGNATUREEXPIRESAT() Getter for SIGNATUREEXPIRESAT, with configurable default
ASK_SIGNATUREEXPIRESAT() Getter for SIGNATUREEXPIRESAT w/ exceptions if field has no
HAS_SIGNATUREEXPIRESAT() Determine if SIGNATUREEXPIRESAT has a value

requestedBy

The IAM principal that requested the signing job.

Accessible with the following methods

Method Description
GET_REQUESTEDBY() Getter for REQUESTEDBY, with configurable default
ASK_REQUESTEDBY() Getter for REQUESTEDBY w/ exceptions if field has no value
HAS_REQUESTEDBY() Determine if REQUESTEDBY has a value

status

Status of the signing job.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

statusReason

String value that contains the status reason.

Accessible with the following methods

Method Description
GET_STATUSREASON() Getter for STATUSREASON, with configurable default
ASK_STATUSREASON() Getter for STATUSREASON w/ exceptions if field has no value
HAS_STATUSREASON() Determine if STATUSREASON has a value

revocationRecord

A revocation record if the signature generated by the signing job has been revoked. Contains a timestamp and the ID of the IAM entity that revoked the signature.

Accessible with the following methods

Method Description
GET_REVOCATIONRECORD() Getter for REVOCATIONRECORD

signedObject

Name of the S3 bucket where the signed code image is saved by AWS Signer.

Accessible with the following methods

Method Description
GET_SIGNEDOBJECT() Getter for SIGNEDOBJECT

jobOwner

The AWS account ID of the job owner.

Accessible with the following methods

Method Description
GET_JOBOWNER() Getter for JOBOWNER, with configurable default
ASK_JOBOWNER() Getter for JOBOWNER w/ exceptions if field has no value
HAS_JOBOWNER() Determine if JOBOWNER has a value

jobInvoker

The IAM entity that initiated the signing job.

Accessible with the following methods

Method Description
GET_JOBINVOKER() Getter for JOBINVOKER, with configurable default
ASK_JOBINVOKER() Getter for JOBINVOKER w/ exceptions if field has no value
HAS_JOBINVOKER() Determine if JOBINVOKER has a value