DomainMembership

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The identifier of the Active Directory Domain.

Link copied to clipboard
val fqdn: String?

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

Link copied to clipboard

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

Link copied to clipboard
val ou: String?

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

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: DomainMembership.Builder.() -> Unit = {}): DomainMembership
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String