CreateLocationFsxWindowsRequest
public struct CreateLocationFsxWindowsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the Windows domain that the FSx for Windows server belongs to.
Declaration
Swift
public let domain: String?
-
The Amazon Resource Name (ARN) for the FSx for Windows file system.
Declaration
Swift
public let fsxFilesystemArn: String
-
The password of the user who has the permissions to access files and folders in the FSx for Windows file system.
Declaration
Swift
public let password: String
-
The Amazon Resource Names (ARNs) of the security groups that are to use to configure the FSx for Windows file system.
Declaration
Swift
public let securityGroupArns: [String]
-
A subdirectory in the location’s path. This subdirectory in the Amazon FSx for Windows file system is used to read data from the Amazon FSx for Windows source location or write data to the FSx for Windows destination.
Declaration
Swift
public let subdirectory: String?
-
The key-value pair that represents a tag that you want to add to the resource. The value can be an empty string. This value helps you manage, filter, and search for your resources. We recommend that you create a name tag for your location.
Declaration
Swift
public let tags: [TagListEntry]?
-
The user who has the permissions to access files and folders in the FSx for Windows file system.
Declaration
Swift
public let user: String
-
Undocumented
Declaration
Swift
public init(domain: String? = nil, fsxFilesystemArn: String, password: String, securityGroupArns: [String], subdirectory: String? = nil, tags: [TagListEntry]? = nil, user: String)
-
Declaration
Swift
public func validate(name: String) throws