DataExportProperties Class

Data Export properties.

Constructor

DataExportProperties(*args: Any, **kwargs: Any)

Variables

Name Description
data_export_id
str

The data export rule ID.

table_names

An array of tables to export, for example: ["Heartbeat, SecurityEvent"]. Required.

destination

destination properties.

enable

Active when enabled.

created_date
str

The latest data export rule modification time.

last_modified_date
str

Date and time when the export was last modified.

Attributes

created_date

The latest data export rule modification time.

created_date: str | None

data_export_id

The data export rule ID.

data_export_id: str | None

destination

destination properties.

destination: _models.Destination | None

enable

Active when enabled.

enable: bool | None

last_modified_date

Date and time when the export was last modified.

last_modified_date: str | None

table_names

["Heartbeat, SecurityEvent"]. Required.

table_names: list[str]