DataSourceConfig
public struct DataSourceConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the data source.
Declaration
Swift
public let name: String
-
The S3 bucket where the data files are located.
Declaration
Swift
public let s3Bucket: String
-
The list of S3 keys identifying the data source files.
Declaration
Swift
public let s3Keys: [String]
-
Undocumented
Declaration
Swift
public init(name: String, s3Bucket: String, s3Keys: [String])
-
Declaration
Swift
public func validate(name: String) throws