GetDataProviderResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dataProviderArn: String? = null

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
val description: String? = null

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.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.