/AWS1/CL_LMDLAYERVRSCONTOUTPUT¶
Details about a version of an Lambda layer.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_location
TYPE /AWS1/LMDSTRING
/AWS1/LMDSTRING
¶
A link to the layer archive in Amazon S3 that is valid for 10 minutes.
iv_codesha256
TYPE /AWS1/LMDSTRING
/AWS1/LMDSTRING
¶
The SHA-256 hash of the layer archive.
iv_codesize
TYPE /AWS1/LMDLONG
/AWS1/LMDLONG
¶
The size of the layer archive in bytes.
iv_signingprofileversionarn
TYPE /AWS1/LMDSTRING
/AWS1/LMDSTRING
¶
The Amazon Resource Name (ARN) for a signing profile version.
iv_signingjobarn
TYPE /AWS1/LMDSTRING
/AWS1/LMDSTRING
¶
The Amazon Resource Name (ARN) of a signing job.
Queryable Attributes¶
Location¶
A link to the layer archive in Amazon S3 that is valid for 10 minutes.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LOCATION() |
Getter for LOCATION, with configurable default |
ASK_LOCATION() |
Getter for LOCATION w/ exceptions if field has no value |
HAS_LOCATION() |
Determine if LOCATION has a value |
CodeSha256¶
The SHA-256 hash of the layer archive.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CODESHA256() |
Getter for CODESHA256, with configurable default |
ASK_CODESHA256() |
Getter for CODESHA256 w/ exceptions if field has no value |
HAS_CODESHA256() |
Determine if CODESHA256 has a value |
CodeSize¶
The size of the layer archive in bytes.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CODESIZE() |
Getter for CODESIZE |
SigningProfileVersionArn¶
The Amazon Resource Name (ARN) for a signing profile version.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SIGNINGPROFILEVERSIONARN() |
Getter for SIGNINGPROFILEVERSIONARN, with configurable defau |
ASK_SIGNINGPROFILEVERSIONARN() |
Getter for SIGNINGPROFILEVERSIONARN w/ exceptions if field h |
HAS_SIGNINGPROFILEVERSIONARN() |
Determine if SIGNINGPROFILEVERSIONARN has a value |
SigningJobArn¶
The Amazon Resource Name (ARN) of a signing job.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SIGNINGJOBARN() |
Getter for SIGNINGJOBARN, with configurable default |
ASK_SIGNINGJOBARN() |
Getter for SIGNINGJOBARN w/ exceptions if field has no value |
HAS_SIGNINGJOBARN() |
Determine if SIGNINGJOBARN has a value |