AWSDynamoDBImportSummary

Objective-C

@interface AWSDynamoDBImportSummary

Swift

class AWSDynamoDBImportSummary

Summary information about the source file for the import.

  • The Amazon Resource Number (ARN) of the Cloudwatch Log Group associated with this import task.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable cloudWatchLogGroupArn;

    Swift

    var cloudWatchLogGroupArn: String? { get set }
  • The time at which this import task ended. (Does this include the successful complete creation of the table it was imported to?)

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable endTime;

    Swift

    var endTime: Date? { get set }
  • The Amazon Resource Number (ARN) corresponding to the import request.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable importArn;

    Swift

    var importArn: String? { get set }
  • The status of the import operation.

    Declaration

    Objective-C

    @property (nonatomic) AWSDynamoDBImportStatus importStatus;

    Swift

    var importStatus: AWSDynamoDBImportStatus { get set }
  • The format of the source data. Valid values are CSV, DYNAMODB_JSON or ION.

    Declaration

    Objective-C

    @property (nonatomic) AWSDynamoDBInputFormat inputFormat;

    Swift

    var inputFormat: AWSDynamoDBInputFormat { get set }
  • 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).

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSDynamoDBS3BucketSource *_Nullable s3BucketSource;

    Swift

    var s3BucketSource: AWSDynamoDBS3BucketSource? { get set }
  • The time at which this import task began.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable startTime;

    Swift

    var startTime: Date? { get set }
  • The Amazon Resource Number (ARN) of the table being imported into.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable tableArn;

    Swift

    var tableArn: String? { get set }