Show / Hide Table of Contents

Class WindowsFileSystemSelfManagedActiveDirectoryArgs

Inheritance
System.Object
InputArgs
ResourceArgs
WindowsFileSystemSelfManagedActiveDirectoryArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Fsx.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class WindowsFileSystemSelfManagedActiveDirectoryArgs : ResourceArgs

Constructors

View Source

WindowsFileSystemSelfManagedActiveDirectoryArgs()

Declaration
public WindowsFileSystemSelfManagedActiveDirectoryArgs()

Properties

View Source

DnsIps

A list of up to two IP addresses of DNS servers or domain controllers in the self-managed AD directory. The IP addresses need to be either in the same VPC CIDR range as the file system or in the private IP version 4 (IPv4) address ranges as specified in RFC 1918.

Declaration
public InputList<string> DnsIps { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

DomainName

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

Declaration
public Input<string> DomainName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

FileSystemAdministratorsGroup

The name of the domain group whose members are granted administrative privileges for the file system. Administrative privileges include taking ownership of files and folders, and setting audit controls (audit ACLs) on files and folders. The group that you specify must already exist in your domain. Defaults to Domain Admins.

Declaration
public Input<string> FileSystemAdministratorsGroup { get; set; }
Property Value
Type Description
Input<System.String>
View Source

OrganizationalUnitDistinguishedName

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 file system. If none is provided, the FSx file system is created in the default location of your self-managed AD directory. To learn more, see RFC 2253.

Declaration
public Input<string> OrganizationalUnitDistinguishedName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Password

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

Declaration
public Input<string> Password { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Username

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

Declaration
public Input<string> Username { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.