Skip to content

DynamoDB  >  Operations  >  describe_import

describe_import

Operation

describe_import async

describe_import(input: DescribeImportInput, plugins: list[Plugin] | None = None) -> DescribeImportOutput

Represents the properties of the import.

Parameters:

Name Type Description Default
input DescribeImportInput

An instance of DescribeImportInput.

required
plugins list[Plugin] | None

A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations.

None

Returns:

Type Description
DescribeImportOutput

An instance of DescribeImportOutput.

Input

DescribeImportInput dataclass

Dataclass for DescribeImportInput structure.

Attributes

import_arn class-attribute instance-attribute
import_arn: str | None = None

The Amazon Resource Name (ARN) associated with the table you're importing to.

Output

DescribeImportOutput dataclass

Dataclass for DescribeImportOutput structure.

Attributes

import_table_description instance-attribute
import_table_description: ImportTableDescription

Represents the properties of the table created for the import, and parameters of the import. The import parameters include import status, how many items were processed, and how many errors were encountered.