ImportSummary¶
Structure Class¶
ImportSummary
dataclass
¶
Summary information about the source file for the import.
Attributes¶
cloud_watch_log_group_arn
class-attribute
instance-attribute
¶
cloud_watch_log_group_arn: str | None = None
The Amazon Resource Number (ARN) of the Cloudwatch Log Group associated with this import task.
end_time
class-attribute
instance-attribute
¶
end_time: datetime | None = None
The time at which this import task ended.
import_arn
class-attribute
instance-attribute
¶
import_arn: str | None = None
The Amazon Resource Number (ARN) corresponding to the import request.
import_status
class-attribute
instance-attribute
¶
import_status: ImportStatus | None = None
The status of the import operation.
input_format
class-attribute
instance-attribute
¶
input_format: InputFormat | None = None
The format of the source data. Valid values are CSV, DYNAMODB_JSON
or ION.
s3_bucket_source
class-attribute
instance-attribute
¶
s3_bucket_source: S3BucketSource | None = None
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).