/AWS1/CL_IMGWORKFLOWVERSION¶
Contains details about this version of the workflow.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_arn
TYPE /AWS1/IMGWORKFLOWVERSIONARN
/AWS1/IMGWORKFLOWVERSIONARN
¶
The Amazon Resource Name (ARN) of the workflow resource.
iv_name
TYPE /AWS1/IMGRESOURCENAME
/AWS1/IMGRESOURCENAME
¶
The name of the workflow.
iv_version
TYPE /AWS1/IMGVERSIONNUMBER
/AWS1/IMGVERSIONNUMBER
¶
The semantic version of the workflow resource. The format includes three nodes:
. . .
iv_description
TYPE /AWS1/IMGNONEMPTYSTRING
/AWS1/IMGNONEMPTYSTRING
¶
Describes the workflow.
iv_type
TYPE /AWS1/IMGWORKFLOWTYPE
/AWS1/IMGWORKFLOWTYPE
¶
The image creation stage that this workflow applies to. Image Builder currently supports build and test stage workflows.
iv_owner
TYPE /AWS1/IMGNONEMPTYSTRING
/AWS1/IMGNONEMPTYSTRING
¶
The owner of the workflow resource.
iv_datecreated
TYPE /AWS1/IMGDATETIME
/AWS1/IMGDATETIME
¶
The timestamp when Image Builder created the workflow version.
Queryable Attributes¶
arn¶
The Amazon Resource Name (ARN) of the workflow resource.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
name¶
The name of the workflow.
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 |
version¶
The semantic version of the workflow resource. The format includes three nodes:
. . .
Accessible with the following methods¶
Method | Description |
---|---|
GET_VERSION() |
Getter for VERSION, with configurable default |
ASK_VERSION() |
Getter for VERSION w/ exceptions if field has no value |
HAS_VERSION() |
Determine if VERSION has a value |
description¶
Describes the workflow.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
type¶
The image creation stage that this workflow applies to. Image Builder currently supports build and test stage workflows.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
owner¶
The owner of the workflow resource.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OWNER() |
Getter for OWNER, with configurable default |
ASK_OWNER() |
Getter for OWNER w/ exceptions if field has no value |
HAS_OWNER() |
Determine if OWNER has a value |
dateCreated¶
The timestamp when Image Builder created the workflow version.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DATECREATED() |
Getter for DATECREATED, with configurable default |
ASK_DATECREATED() |
Getter for DATECREATED w/ exceptions if field has no value |
HAS_DATECREATED() |
Determine if DATECREATED has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_WORKFLOWVERSIONLIST
¶
TYPES TT_WORKFLOWVERSIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IMGWORKFLOWVERSION WITH DEFAULT KEY
.