Get Data Source Result
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)
Properties
Link copied to clipboard
The unique identifier of a connection used to fetch relevant parameters from connection during Datasource run
Link copied to clipboard
The description of the data source.
Link copied to clipboard
Specifies whether the data source is enabled.
Link copied to clipboard
The unique identifier of the Amazon DataZone environment to which the data source publishes assets.
Link copied to clipboard
The number of assets created by the data source during its last run.
Link copied to clipboard
The status of the last run of this data source.
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.