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: Map<String, Any>? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(dataIntegrationArn: String? = null, description: String? = null, fileConfiguration: DataIntegrationFileConfiguration? = null, id: String? = null, name: String? = null, objectConfiguration: Map<String, Any>? = null, tags: List<Tag>? = 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
val tags: List<Tag>? = null

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