S3DestinationConfig
public struct S3DestinationConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the Amazon S3 bucket to use as the destination for an export job.
Declaration
Swift
public let bucket: String?
-
The Amazon S3 bucket prefix for an export job.
Declaration
Swift
public let keyPrefix: String?
-
Undocumented
Declaration
Swift
public init(bucket: String? = nil, keyPrefix: String? = nil)