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.

Credentials for the master user for a domain.

Inheritance Hierarchy

System.Object
  Amazon.OpenSearchService.Model.MasterUserOptions

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

Syntax

C#
public class MasterUserOptions

The MasterUserOptions type exposes the following members

Constructors

NameDescription
Public Method MasterUserOptions()

Properties

NameTypeDescription
Public Property MasterUserARN System.String

Gets and sets the property MasterUserARN.

Amazon Resource Name (ARN) for the master user. Only specify if InternalUserDatabaseEnabled is false.

Public Property MasterUserName System.String

Gets and sets the property MasterUserName.

User name for the master user. Only specify if InternalUserDatabaseEnabled is true.

Public Property MasterUserPassword System.String

Gets and sets the property MasterUserPassword.

Password for the master user. Only specify if InternalUserDatabaseEnabled is true.

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