/AWS1/CL_WADCONTEXTCONTENT¶
Typed content structure for a context. Contains application-specific fields that describe the environment used during recommendation generation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_accountids TYPE /AWS1/CL_WADCTXACCTIDLIST_W=>TT_CONTEXTACCOUNTIDLIST TT_CONTEXTACCOUNTIDLIST¶
The Amazon Web Services account IDs associated with this application context.
it_regions TYPE /AWS1/CL_WADCTXREGIONLIST_W=>TT_CONTEXTREGIONLIST TT_CONTEXTREGIONLIST¶
The Amazon Web Services Regions where this application operates.
it_awsservices TYPE /AWS1/CL_WADCTXAWSSVCLIST_W=>TT_CONTEXTAWSSERVICELIST TT_CONTEXTAWSSERVICELIST¶
The Amazon Web Services services used by this application.
it_resourcetypes TYPE /AWS1/CL_WADCTXRESTYPELIST_W=>TT_CONTEXTRESOURCETYPELIST TT_CONTEXTRESOURCETYPELIST¶
The Amazon Web Services resource types relevant to this application.
it_resourcetags TYPE /AWS1/CL_WADCONTEXTRESOURCETAG=>TT_CONTEXTRESOURCETAGLIST TT_CONTEXTRESOURCETAGLIST¶
Resource tags used to scope this application context.
iv_applicationoverview TYPE /AWS1/WADSENSITIVESTRING /AWS1/WADSENSITIVESTRING¶
A free-form overview of the application.
iv_industry TYPE /AWS1/WADSENSITIVESTRING /AWS1/WADSENSITIVESTRING¶
The industry vertical for this application.
iv_applicationtype TYPE /AWS1/WADAPPLICATIONTYPE /AWS1/WADAPPLICATIONTYPE¶
The type of the application.
iv_criticality TYPE /AWS1/WADCRITICALITY /AWS1/WADCRITICALITY¶
The business criticality of the application.
iv_architectureoverview TYPE /AWS1/WADSENSITIVESTRING /AWS1/WADSENSITIVESTRING¶
A free-form description of the application architecture.
iv_additionalcontext TYPE /AWS1/WADSENSITIVESTRING /AWS1/WADSENSITIVESTRING¶
Additional context not captured by other fields.
Queryable Attributes¶
accountIds¶
The Amazon Web Services account IDs associated with this application context.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCOUNTIDS() |
Getter for ACCOUNTIDS, with configurable default |
ASK_ACCOUNTIDS() |
Getter for ACCOUNTIDS w/ exceptions if field has no value |
HAS_ACCOUNTIDS() |
Determine if ACCOUNTIDS has a value |
regions¶
The Amazon Web Services Regions where this application operates.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGIONS() |
Getter for REGIONS, with configurable default |
ASK_REGIONS() |
Getter for REGIONS w/ exceptions if field has no value |
HAS_REGIONS() |
Determine if REGIONS has a value |
awsServices¶
The Amazon Web Services services used by this application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AWSSERVICES() |
Getter for AWSSERVICES, with configurable default |
ASK_AWSSERVICES() |
Getter for AWSSERVICES w/ exceptions if field has no value |
HAS_AWSSERVICES() |
Determine if AWSSERVICES has a value |
resourceTypes¶
The Amazon Web Services resource types relevant to this application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCETYPES() |
Getter for RESOURCETYPES, with configurable default |
ASK_RESOURCETYPES() |
Getter for RESOURCETYPES w/ exceptions if field has no value |
HAS_RESOURCETYPES() |
Determine if RESOURCETYPES has a value |
resourceTags¶
Resource tags used to scope this application context.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCETAGS() |
Getter for RESOURCETAGS, with configurable default |
ASK_RESOURCETAGS() |
Getter for RESOURCETAGS w/ exceptions if field has no value |
HAS_RESOURCETAGS() |
Determine if RESOURCETAGS has a value |
applicationOverview¶
A free-form overview of the application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLICATIONOVERVIEW() |
Getter for APPLICATIONOVERVIEW, with configurable default |
ASK_APPLICATIONOVERVIEW() |
Getter for APPLICATIONOVERVIEW w/ exceptions if field has no |
HAS_APPLICATIONOVERVIEW() |
Determine if APPLICATIONOVERVIEW has a value |
industry¶
The industry vertical for this application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INDUSTRY() |
Getter for INDUSTRY, with configurable default |
ASK_INDUSTRY() |
Getter for INDUSTRY w/ exceptions if field has no value |
HAS_INDUSTRY() |
Determine if INDUSTRY has a value |
applicationType¶
The type of the application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLICATIONTYPE() |
Getter for APPLICATIONTYPE, with configurable default |
ASK_APPLICATIONTYPE() |
Getter for APPLICATIONTYPE w/ exceptions if field has no val |
HAS_APPLICATIONTYPE() |
Determine if APPLICATIONTYPE has a value |
criticality¶
The business criticality of the application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CRITICALITY() |
Getter for CRITICALITY, with configurable default |
ASK_CRITICALITY() |
Getter for CRITICALITY w/ exceptions if field has no value |
HAS_CRITICALITY() |
Determine if CRITICALITY has a value |
architectureOverview¶
A free-form description of the application architecture.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARCHITECTUREOVERVIEW() |
Getter for ARCHITECTUREOVERVIEW, with configurable default |
ASK_ARCHITECTUREOVERVIEW() |
Getter for ARCHITECTUREOVERVIEW w/ exceptions if field has n |
HAS_ARCHITECTUREOVERVIEW() |
Determine if ARCHITECTUREOVERVIEW has a value |
additionalContext¶
Additional context not captured by other fields.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADDITIONALCONTEXT() |
Getter for ADDITIONALCONTEXT, with configurable default |
ASK_ADDITIONALCONTEXT() |
Getter for ADDITIONALCONTEXT w/ exceptions if field has no v |
HAS_ADDITIONALCONTEXT() |
Determine if ADDITIONALCONTEXT has a value |