GetDataSourceResult

data class GetDataSourceResult(val connectionId: String? = null, val createdAt: String? = null, val description: String? = null, val domainId: String? = null, val enableSetting: DataSourceEnableSetting? = null, val environmentId: String? = null, val id: String? = null, val lastRunAssetCount: Double? = null, val lastRunAt: String? = null, val lastRunStatus: String? = null, val name: String? = null, val projectId: String? = null, val publishOnImport: Boolean? = null, val recommendation: DataSourceRecommendationConfiguration? = null, val schedule: DataSourceScheduleConfiguration? = null, val status: DataSourceStatus? = null, val updatedAt: String? = null)

Constructors

Link copied to clipboard
constructor(connectionId: String? = null, createdAt: String? = null, description: String? = null, domainId: String? = null, enableSetting: DataSourceEnableSetting? = null, environmentId: String? = null, id: String? = null, lastRunAssetCount: Double? = null, lastRunAt: String? = null, lastRunStatus: String? = null, name: String? = null, projectId: String? = null, publishOnImport: Boolean? = null, recommendation: DataSourceRecommendationConfiguration? = null, schedule: DataSourceScheduleConfiguration? = null, status: DataSourceStatus? = null, updatedAt: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val connectionId: String? = null

The unique identifier of a connection used to fetch relevant parameters from connection during Datasource run

Link copied to clipboard
val createdAt: String? = null

The timestamp of when the data source was created.

Link copied to clipboard
val description: String? = null

The description of the data source.

Link copied to clipboard
val domainId: String? = null

The ID of the Amazon DataZone domain where the data source is created.

Link copied to clipboard

Specifies whether the data source is enabled.

Link copied to clipboard
val environmentId: String? = null

The unique identifier of the Amazon DataZone environment to which the data source publishes assets.

Link copied to clipboard
val id: String? = null

The unique identifier of the data source.

Link copied to clipboard

The number of assets created by the data source during its last run.

Link copied to clipboard
val lastRunAt: String? = null

The timestamp that specifies when the data source was last run.

Link copied to clipboard
val lastRunStatus: String? = null

The status of the last run of this data source.

Link copied to clipboard
val name: String? = null

The name of the data source.

Link copied to clipboard
val projectId: String? = null

The ID of the Amazon DataZone project to which the data source is added.

Link copied to clipboard

Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.

Link copied to clipboard

Specifies whether the business name generation is to be enabled for this data source.

Link copied to clipboard

The schedule of the data source runs.

Link copied to clipboard

The status of the data source.

Link copied to clipboard
val updatedAt: String? = null

The timestamp of when this data source was updated.