FileSystemConfig
public struct FileSystemConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the Amazon EFS access point that provides access to the file system.
Declaration
Swift
public let arn: String -
The path where the function can access the file system, starting with /mnt/.
Declaration
Swift
public let localMountPath: String -
Undocumented
Declaration
Swift
public init(arn: String, localMountPath: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
FileSystemConfig Structure Reference