Values_0.DomainMembershipSourceAn Active Directory Domain membership record associated with the DB instance or cluster.
type nonrec t = {domain : String_.t option;The identifier of the Active Directory Domain.
*)status : String_.t option;The status of the Active Directory Domain membership for the DB instance or cluster. Values include joined, pending-join, failed, and so on.
*)fQDN : String_.t option;The fully qualified domain name (FQDN) of the Active Directory Domain.
*)iAMRoleName : String_.t option;The name of the IAM role used when making API calls to the Directory Service.
*)oU : String_.t option;The Active Directory organizational unit for the DB instance or cluster.
*)authSecretArn : String_.t option;The ARN for the Secrets Manager secret with the credentials for the user that's a member of the domain.
*)dnsIps : StringList.t option;The IPv4 DNS IP addresses of the primary and secondary Active Directory domain controllers.
*)}