AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Provides the configuration information for a web proxy to connect to website hosts.

Inheritance Hierarchy

System.Object
  Amazon.Kendra.Model.ProxyConfiguration

Namespace: Amazon.Kendra.Model
Assembly: AWSSDK.Kendra.dll
Version: 3.x.y.z

Syntax

C#
public class ProxyConfiguration

The ProxyConfiguration type exposes the following members

Constructors

NameDescription
Public Method ProxyConfiguration()

Properties

NameTypeDescription
Public Property Credentials System.String

Gets and sets the property 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.

Public Property Host System.String

Gets and sets the property 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".

Public Property Port System.Int32

Gets and sets the property 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.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5