/AWS1/CL_DPLRAWSTRING¶
A revision for an Lambda deployment that is a YAML-formatted or JSON-formatted string. For Lambda deployments, the revision is the same as the AppSpec file.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_content TYPE /AWS1/DPLRAWSTRINGCONTENT /AWS1/DPLRAWSTRINGCONTENT¶
The YAML-formatted or JSON-formatted revision string. It includes information about which Lambda function to update and optional Lambda functions that validate deployment lifecycle events.
iv_sha256 TYPE /AWS1/DPLRAWSTRINGSHA256 /AWS1/DPLRAWSTRINGSHA256¶
The SHA256 hash value of the revision content.
Queryable Attributes¶
content¶
The YAML-formatted or JSON-formatted revision string. It includes information about which Lambda function to update and optional Lambda functions that validate deployment lifecycle events.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENT() |
Getter for CONTENT, with configurable default |
ASK_CONTENT() |
Getter for CONTENT w/ exceptions if field has no value |
HAS_CONTENT() |
Determine if CONTENT has a value |
sha256¶
The SHA256 hash value of the revision content.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SHA256() |
Getter for SHA256, with configurable default |
ASK_SHA256() |
Getter for SHA256 w/ exceptions if field has no value |
HAS_SHA256() |
Determine if SHA256 has a value |