Skip to content

DynamoDB  >  Operations  >  describe_export

describe_export

Operation

describe_export async

describe_export(input: DescribeExportInput, plugins: list[Plugin] | None = None) -> DescribeExportOutput

Describes an existing table export.

Parameters:

Name Type Description Default
input DescribeExportInput

An instance of DescribeExportInput.

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
DescribeExportOutput

An instance of DescribeExportOutput.

Input

DescribeExportInput dataclass

Dataclass for DescribeExportInput structure.

Attributes

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

The Amazon Resource Name (ARN) associated with the export.

Output

DescribeExportOutput dataclass

Dataclass for DescribeExportOutput structure.

Attributes

export_description class-attribute instance-attribute
export_description: ExportDescription | None = None

Represents the properties of the export.