/AWS1/CL_CNTAPPLICATION¶
This API is in preview release for Amazon Connect and is subject to change.
A third-party application's metadata.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_namespace TYPE /AWS1/CNTNAMESPACE /AWS1/CNTNAMESPACE¶
Namespace of the application that you want to give access to.
it_applicationpermissions TYPE /AWS1/CL_CNTAPPLICATIONPERMS_W=>TT_APPLICATIONPERMISSIONS TT_APPLICATIONPERMISSIONS¶
The permissions that the agent is granted on the application. For third-party applications, only the
ACCESSpermission is supported. For MCP Servers, the permissions are tool Identifiers accepted by MCP Server.
iv_type TYPE /AWS1/CNTAPPLICATIONTYPE /AWS1/CNTAPPLICATIONTYPE¶
Type of Application.
Queryable Attributes¶
Namespace¶
Namespace of the application that you want to give access to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAMESPACE() |
Getter for NAMESPACE, with configurable default |
ASK_NAMESPACE() |
Getter for NAMESPACE w/ exceptions if field has no value |
HAS_NAMESPACE() |
Determine if NAMESPACE has a value |
ApplicationPermissions¶
The permissions that the agent is granted on the application. For third-party applications, only the
ACCESSpermission is supported. For MCP Servers, the permissions are tool Identifiers accepted by MCP Server.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLICATIONPERMISSIONS() |
Getter for APPLICATIONPERMISSIONS, with configurable default |
ASK_APPLICATIONPERMISSIONS() |
Getter for APPLICATIONPERMISSIONS w/ exceptions if field has |
HAS_APPLICATIONPERMISSIONS() |
Determine if APPLICATIONPERMISSIONS has a value |
Type¶
Type of Application.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_APPLICATIONS¶
TYPES TT_APPLICATIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTAPPLICATION WITH DEFAULT KEY
.