AWSDynamoDBS3BucketSource
Objective-C
@interface AWSDynamoDBS3BucketSource
Swift
class AWSDynamoDBS3BucketSource
The S3 bucket that is being imported from.
Required parameters: [S3Bucket]
-
The S3 bucket that is being imported from.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable s3Bucket;
Swift
var s3Bucket: String? { get set }
-
The account number of the S3 bucket that is being imported from. If the bucket is owned by the requester this is optional.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable s3BucketOwner;
Swift
var s3BucketOwner: String? { get set }
-
The key prefix shared by all S3 Objects that are being imported.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable s3KeyPrefix;
Swift
var s3KeyPrefix: String? { get set }