S3SourceProperties
public struct S3SourceProperties : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon S3 bucket name where the source files are stored.
Declaration
Swift
public let bucketName: String -
The object key for the Amazon S3 bucket in which the source files are stored.
Declaration
Swift
public let bucketPrefix: String? -
Undocumented
Declaration
Swift
public init(bucketName: String, bucketPrefix: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
S3SourceProperties Structure Reference