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 to connect to websites that require basic user authentication.

Inheritance Hierarchy

System.Object
  Amazon.Kendra.Model.BasicAuthenticationConfiguration

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

Syntax

C#
public class BasicAuthenticationConfiguration

The BasicAuthenticationConfiguration type exposes the following members

Constructors

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

You use a secret if basic authentication credentials are required to connect to a website. The secret stores your credentials of user name and password.

Public Property Host System.String

Gets and sets the property Host.

The name of the website host you want to connect to using authentication credentials.

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 using authentication credentials.

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