Get Data Provider Result
data class GetDataProviderResult(val dataProviderArn: String? = null, val dataProviderCreationTime: String? = null, val dataProviderName: String? = null, val description: String? = null, val engine: DataProviderEngine? = null, val settings: SettingsProperties? = null, val tags: List<Tag>? = null)
Constructors
Link copied to clipboard
constructor(dataProviderArn: String? = null, dataProviderCreationTime: String? = null, dataProviderName: String? = null, description: String? = null, engine: DataProviderEngine? = null, settings: SettingsProperties? = null, tags: List<Tag>? = null)
Properties
Link copied to clipboard
The data provider ARN.
Link copied to clipboard
The data provider creation time.
Link copied to clipboard
The property describes a name to identify the data provider.
Link copied to clipboard
The optional description of the data provider.
Link copied to clipboard
The property describes a data engine for the data provider.
Link copied to clipboard
The property identifies the exact type of settings for the data provider.