/AWS1/CL_SYNDEPENDENCY¶
A structure that contains information about a dependency for a canary.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_reference TYPE /AWS1/SYNSTRING /AWS1/SYNSTRING¶
The dependency reference. For Lambda layers, this is the ARN of the Lambda layer. For more information about Lambda ARN format, see Lambda.
Optional arguments:¶
iv_type TYPE /AWS1/SYNDEPENDENCYTYPE /AWS1/SYNDEPENDENCYTYPE¶
The type of dependency. Valid value is
LambdaLayer.
Queryable Attributes¶
Type¶
The type of dependency. Valid value is
LambdaLayer.
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 |
Reference¶
The dependency reference. For Lambda layers, this is the ARN of the Lambda layer. For more information about Lambda ARN format, see Lambda.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REFERENCE() |
Getter for REFERENCE, with configurable default |
ASK_REFERENCE() |
Getter for REFERENCE w/ exceptions if field has no value |
HAS_REFERENCE() |
Determine if REFERENCE 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_DEPENDENCIES¶
TYPES TT_DEPENDENCIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_SYNDEPENDENCY WITH DEFAULT KEY
.