OntapStorageVirtualMachineActiveDirectoryConfigurationSelfManagedActiveDirectoryConfigurationArgs

data class OntapStorageVirtualMachineActiveDirectoryConfigurationSelfManagedActiveDirectoryConfigurationArgs(val dnsIps: Output<List<String>>, val domainName: Output<String>, val fileSystemAdministratorsGroup: Output<String>? = null, val organizationalUnitDistinguishedName: Output<String>? = null, val password: Output<String>, val username: Output<String>) : ConvertibleToJava<OntapStorageVirtualMachineActiveDirectoryConfigurationSelfManagedActiveDirectoryConfigurationArgs>

Constructors

constructor(dnsIps: Output<List<String>>, domainName: Output<String>, fileSystemAdministratorsGroup: Output<String>? = null, organizationalUnitDistinguishedName: Output<String>? = null, password: Output<String>, username: Output<String>)

Properties

Link copied to clipboard
val dnsIps: Output<List<String>>

A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

Link copied to clipboard
val domainName: Output<String>

The fully qualified domain name of the self-managed AD directory. For example, corp.example.com.

Link copied to clipboard

The name of the domain group whose members are granted administrative privileges for the SVM. The group that you specify must already exist in your domain. Defaults to Domain Admins.

Link copied to clipboard

The fully qualified distinguished name of the organizational unit within your self-managed AD directory that the Windows File Server instance will join. For example, OU=FSx,DC=yourdomain,DC=corp,DC=com. Only accepts OU as the direct parent of the SVM. If none is provided, the SVM is created in the default location of your self-managed AD directory. To learn more, see RFC 2253.

Link copied to clipboard
val password: Output<String>

The password for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.

Link copied to clipboard
val username: Output<String>

The user name for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.

Functions

Link copied to clipboard
open override fun toJava(): OntapStorageVirtualMachineActiveDirectoryConfigurationSelfManagedActiveDirectoryConfigurationArgs