ImportDataSource
public struct ImportDataSource : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The data format of the import job’s data source.
Declaration
Swift
public let dataFormat: DataFormat -
An Amazon S3 URL in the format s3://<bucket_name>/<object>.
Declaration
Swift
public let s3Url: String -
Undocumented
Declaration
Swift
public init(dataFormat: DataFormat, s3Url: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ImportDataSource Structure Reference