S3Target
public struct S3Target : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of a connection which allows a job or crawler to access data in Amazon S3 within an Amazon Virtual Private Cloud environment (Amazon VPC).
Declaration
Swift
public let connectionName: String?
-
A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.
Declaration
Swift
public let exclusions: [String]?
-
The path to the Amazon S3 target.
Declaration
Swift
public let path: String?
-
Undocumented
Declaration
Swift
public init(connectionName: String? = nil, exclusions: [String]? = nil, path: String? = nil)