self Managed Active Directory
suspend fun selfManagedActiveDirectory(value: Output<WindowsFileSystemSelfManagedActiveDirectoryArgs>)
Parameters
value
Configuration block that Amazon FSx uses to join the Windows File Server instance to your self-managed (including on-premises) Microsoft Active Directory (AD) directory. Cannot be specified with active_directory_id
. Detailed below.
suspend fun selfManagedActiveDirectory(argument: suspend WindowsFileSystemSelfManagedActiveDirectoryArgsBuilder.() -> Unit)
Parameters
argument
Configuration block that Amazon FSx uses to join the Windows File Server instance to your self-managed (including on-premises) Microsoft Active Directory (AD) directory. Cannot be specified with active_directory_id
. Detailed below.