interface ActiveDirectoryConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.FSx.CfnStorageVirtualMachine.ActiveDirectoryConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsfsx#CfnStorageVirtualMachine_ActiveDirectoryConfigurationProperty |
![]() | software.amazon.awscdk.services.fsx.CfnStorageVirtualMachine.ActiveDirectoryConfigurationProperty |
![]() | aws_cdk.aws_fsx.CfnStorageVirtualMachine.ActiveDirectoryConfigurationProperty |
![]() | aws-cdk-lib » aws_fsx » CfnStorageVirtualMachine » ActiveDirectoryConfigurationProperty |
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.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_fsx as fsx } from 'aws-cdk-lib';
const activeDirectoryConfigurationProperty: fsx.CfnStorageVirtualMachine.ActiveDirectoryConfigurationProperty = {
netBiosName: 'netBiosName',
selfManagedActiveDirectoryConfiguration: {
dnsIps: ['dnsIps'],
domainName: 'domainName',
fileSystemAdministratorsGroup: 'fileSystemAdministratorsGroup',
organizationalUnitDistinguishedName: 'organizationalUnitDistinguishedName',
password: 'password',
userName: 'userName',
},
};
Properties
Name | Type | Description |
---|---|---|
net | string | The NetBIOS name of the Active Directory computer object that will be created for your SVM. |
self | IResolvable | Self | 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. |
netBiosName?
Type:
string
(optional)
The NetBIOS name of the Active Directory computer object that will be created for your SVM.
selfManagedActiveDirectoryConfiguration?
Type:
IResolvable
|
Self
(optional)
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.