Class ImportSummary
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Summary information about the source file for the import.
public class ImportSummary
- Inheritance
-
ImportSummary
- Inherited Members
Constructors
ImportSummary()
public ImportSummary()
Properties
CloudWatchLogGroupArn
Gets and sets the property CloudWatchLogGroupArn.
The Amazon Resource Number (ARN) of the Cloudwatch Log Group associated with this import task.
public string CloudWatchLogGroupArn { get; set; }
Property Value
EndTime
Gets and sets the property EndTime.
The time at which this import task ended. (Does this include the successful complete creation of the table it was imported to?)
public DateTime EndTime { get; set; }
Property Value
ImportArn
Gets and sets the property ImportArn.
The Amazon Resource Number (ARN) corresponding to the import request.
public string ImportArn { get; set; }
Property Value
ImportStatus
Gets and sets the property ImportStatus.
The status of the import operation.
public ImportStatus ImportStatus { get; set; }
Property Value
InputFormat
Gets and sets the property InputFormat.
The format of the source data. Valid values are
CSV
, DYNAMODB_JSON
or ION
.
public InputFormat InputFormat { get; set; }
Property Value
S3BucketSource
Gets and sets the property S3BucketSource.
The path and S3 bucket of the source file that is being imported. This includes the S3Bucket (required), S3KeyPrefix (optional) and S3BucketOwner (optional if the bucket is owned by the requester).
public S3BucketSource S3BucketSource { get; set; }
Property Value
StartTime
Gets and sets the property StartTime.
The time at which this import task began.
public DateTime StartTime { get; set; }
Property Value
TableArn
Gets and sets the property TableArn.
The Amazon Resource Number (ARN) of the table being imported into.
public string TableArn { get; set; }