DataSource
public struct DataSource : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The file system that is associated with a channel.
Declaration
Swift
public let fileSystemDataSource: FileSystemDataSource? -
The S3 location of the data source that is associated with a channel.
Declaration
Swift
public let s3DataSource: S3DataSource? -
Undocumented
Declaration
Swift
public init(fileSystemDataSource: FileSystemDataSource? = nil, s3DataSource: S3DataSource? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DataSource Structure Reference