/AWS1/CL_GLULASTACTIVEDEFN¶
When there are multiple versions of a blueprint and the latest version has some errors, this attribute indicates the last successful blueprint definition that is available with the service.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_description TYPE /AWS1/GLUGENERIC512CHARSTRING /AWS1/GLUGENERIC512CHARSTRING¶
The description of the blueprint.
iv_lastmodifiedon TYPE /AWS1/GLUTIMESTAMPVALUE /AWS1/GLUTIMESTAMPVALUE¶
The date and time the blueprint was last modified.
iv_parameterspec TYPE /AWS1/GLUBLUEPRINTPARAMSPEC /AWS1/GLUBLUEPRINTPARAMSPEC¶
A JSON string specifying the parameters for the blueprint.
iv_blueprintlocation TYPE /AWS1/GLUGENERICSTRING /AWS1/GLUGENERICSTRING¶
Specifies a path in Amazon S3 where the blueprint is published by the Glue developer.
iv_blueprintservicelocation TYPE /AWS1/GLUGENERICSTRING /AWS1/GLUGENERICSTRING¶
Specifies a path in Amazon S3 where the blueprint is copied when you create or update the blueprint.
Queryable Attributes¶
Description¶
The description of the blueprint.
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 |
LastModifiedOn¶
The date and time the blueprint was last modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDON() |
Getter for LASTMODIFIEDON, with configurable default |
ASK_LASTMODIFIEDON() |
Getter for LASTMODIFIEDON w/ exceptions if field has no valu |
HAS_LASTMODIFIEDON() |
Determine if LASTMODIFIEDON has a value |
ParameterSpec¶
A JSON string specifying the parameters for the blueprint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARAMETERSPEC() |
Getter for PARAMETERSPEC, with configurable default |
ASK_PARAMETERSPEC() |
Getter for PARAMETERSPEC w/ exceptions if field has no value |
HAS_PARAMETERSPEC() |
Determine if PARAMETERSPEC has a value |
BlueprintLocation¶
Specifies a path in Amazon S3 where the blueprint is published by the Glue developer.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BLUEPRINTLOCATION() |
Getter for BLUEPRINTLOCATION, with configurable default |
ASK_BLUEPRINTLOCATION() |
Getter for BLUEPRINTLOCATION w/ exceptions if field has no v |
HAS_BLUEPRINTLOCATION() |
Determine if BLUEPRINTLOCATION has a value |
BlueprintServiceLocation¶
Specifies a path in Amazon S3 where the blueprint is copied when you create or update the blueprint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BLUEPRINTSERVICELOCATION() |
Getter for BLUEPRINTSERVICELOCATION, with configurable defau |
ASK_BLUEPRINTSERVICELOCATION() |
Getter for BLUEPRINTSERVICELOCATION w/ exceptions if field h |
HAS_BLUEPRINTSERVICELOCATION() |
Determine if BLUEPRINTSERVICELOCATION has a value |