/AWS1/CL_KNDPROXYCONFIGURATION¶
Provides the configuration information for a web proxy to connect to website hosts.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_host
TYPE /AWS1/KNDHOST
/AWS1/KNDHOST
¶
The name of the website host you want to connect to via a web proxy server.
For example, the host name of https://a.example.com/page1.html is "a.example.com".
iv_port
TYPE /AWS1/KNDPORT
/AWS1/KNDPORT
¶
The port number of the website host you want to connect to via a web proxy server.
For example, the port for https://a.example.com/page1.html is 443, the standard port for HTTPS.
Optional arguments:¶
iv_credentials
TYPE /AWS1/KNDSECRETARN
/AWS1/KNDSECRETARN
¶
The Amazon Resource Name (ARN) of an Secrets Manager secret. You create a secret to store your credentials in Secrets Manager
The credentials are optional. You use a secret if web proxy credentials are required to connect to a website host. Amazon Kendra currently support basic authentication to connect to a web proxy server. The secret stores your credentials.
Queryable Attributes¶
Host¶
The name of the website host you want to connect to via a web proxy server.
For example, the host name of https://a.example.com/page1.html is "a.example.com".
Accessible with the following methods¶
Method | Description |
---|---|
GET_HOST() |
Getter for HOST, with configurable default |
ASK_HOST() |
Getter for HOST w/ exceptions if field has no value |
HAS_HOST() |
Determine if HOST has a value |
Port¶
The port number of the website host you want to connect to via a web proxy server.
For example, the port for https://a.example.com/page1.html is 443, the standard port for HTTPS.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PORT() |
Getter for PORT, with configurable default |
ASK_PORT() |
Getter for PORT w/ exceptions if field has no value |
HAS_PORT() |
Determine if PORT has a value |
Credentials¶
The Amazon Resource Name (ARN) of an Secrets Manager secret. You create a secret to store your credentials in Secrets Manager
The credentials are optional. You use a secret if web proxy credentials are required to connect to a website host. Amazon Kendra currently support basic authentication to connect to a web proxy server. The secret stores your credentials.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREDENTIALS() |
Getter for CREDENTIALS, with configurable default |
ASK_CREDENTIALS() |
Getter for CREDENTIALS w/ exceptions if field has no value |
HAS_CREDENTIALS() |
Determine if CREDENTIALS has a value |