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.

An Active Directory Domain membership record associated with the DB instance or cluster.

Inheritance Hierarchy

System.Object
  Amazon.RDS.Model.DomainMembership

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

Syntax

C#
public class DomainMembership

The DomainMembership type exposes the following members

Constructors

NameDescription
Public Method DomainMembership()

Properties

NameTypeDescription
Public Property AuthSecretArn System.String

Gets and sets the property AuthSecretArn.

The ARN for the Secrets Manager secret with the credentials for the user that's a member of the domain.

Public Property DnsIps System.Collections.Generic.List<System.String>

Gets and sets the property DnsIps.

The IPv4 DNS IP addresses of the primary and secondary Active Directory domain controllers.

Public Property Domain System.String

Gets and sets the property Domain.

The identifier of the Active Directory Domain.

Public Property FQDN System.String

Gets and sets the property FQDN.

The fully qualified domain name (FQDN) of the Active Directory Domain.

Public Property IAMRoleName System.String

Gets and sets the property IAMRoleName.

The name of the IAM role used when making API calls to the Directory Service.

Public Property OU System.String

Gets and sets the property OU.

The Active Directory organizational unit for the DB instance or cluster.

Public Property Status System.String

Gets and sets the property Status.

The status of the Active Directory Domain membership for the DB instance or cluster. Values include joined, pending-join, failed, and so on.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5