Class S3BucketSource
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
The S3 bucket that is being imported from.
public class S3BucketSource
- Inheritance
-
S3BucketSource
- Inherited Members
Constructors
S3BucketSource()
public S3BucketSource()
Properties
S3Bucket
Gets and sets the property S3Bucket.
The S3 bucket that is being imported from.
public string S3Bucket { get; set; }
Property Value
S3BucketOwner
Gets and sets the property S3BucketOwner.
The account number of the S3 bucket that is being imported from. If the bucket is owned by the requester this is optional.
public string S3BucketOwner { get; set; }
Property Value
S3KeyPrefix
Gets and sets the property S3KeyPrefix.
The key prefix shared by all S3 Objects that are being imported.
public string S3KeyPrefix { get; set; }