FileSystemDataSource
public struct FileSystemDataSource : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The full path to the directory to associate with the channel.
Declaration
Swift
public let directoryPath: String
-
The access mode of the mount of the directory associated with the channel. A directory can be mounted either in ro (read-only) or rw (read-write) mode.
Declaration
Swift
public let fileSystemAccessMode: FileSystemAccessMode
-
The file system id.
Declaration
Swift
public let fileSystemId: String
-
The file system type.
Declaration
Swift
public let fileSystemType: FileSystemType
-
Undocumented
Declaration
Swift
public init(directoryPath: String, fileSystemAccessMode: FileSystemAccessMode, fileSystemId: String, fileSystemType: FileSystemType)
-
Declaration
Swift
public func validate(name: String) throws