AWS::FSx::StorageVirtualMachine ActiveDirectoryConfiguration
Describes the self-managed Microsoft Active Directory to which you want to join the SVM. Joining an Active Directory provides user authentication and access control for SMB clients, including Microsoft Windows and macOS clients accessing the file system.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "NetBiosName" :
String
, "SelfManagedActiveDirectoryConfiguration" :SelfManagedActiveDirectoryConfiguration
}
YAML
NetBiosName:
String
SelfManagedActiveDirectoryConfiguration:SelfManagedActiveDirectoryConfiguration
Properties
NetBiosName
-
The NetBIOS name of the Active Directory computer object that will be created for your SVM.
Required: No
Type: String
Pattern:
^[^\u0000\u0085\u2028\u2029\r\n]{1,255}$
Minimum:
1
Maximum:
15
Update requires: No interruption
SelfManagedActiveDirectoryConfiguration
-
The configuration that Amazon FSx uses to join the ONTAP storage virtual machine (SVM) to your self-managed (including on-premises) Microsoft Active Directory directory.
Required: No
Type: SelfManagedActiveDirectoryConfiguration
Update requires: No interruption