GetDataIntegrationResult

data class GetDataIntegrationResult(val dataIntegrationArn: String? = null, val description: String? = null, val fileConfiguration: DataIntegrationFileConfiguration? = null, val id: String? = null, val name: String? = null, val objectConfiguration: DataIntegrationObjectConfiguration? = null, val tags: List<DataIntegrationTag>? = null)

Constructors

Link copied to clipboard
fun GetDataIntegrationResult(dataIntegrationArn: String? = null, description: String? = null, fileConfiguration: DataIntegrationFileConfiguration? = null, id: String? = null, name: String? = null, objectConfiguration: DataIntegrationObjectConfiguration? = null, tags: List<DataIntegrationTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the data integration.

Link copied to clipboard
val description: String? = null

The data integration description.

Link copied to clipboard

The configuration for what files should be pulled from the source.

Link copied to clipboard
val id: String? = null

The unique identifer of the data integration.

Link copied to clipboard
val name: String? = null

The name of the data integration.

Link copied to clipboard

The configuration for what data should be pulled from the source.

Link copied to clipboard

The tags (keys and values) associated with the data integration.