Package-level declarations
Types
Link copied to clipboard
The configuration for what files should be pulled from the source.
Link copied to clipboard
The configuration for what data should be pulled from the source.
Link copied to clipboard
data class DataIntegrationScheduleConfig(val firstExecutionFrom: String? = null, val object: String? = null, val scheduleExpression: String)
Link copied to clipboard
A label for tagging DataIntegration resources
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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)
Link copied to clipboard
data class GetEventIntegrationResult(val description: String? = null, val eventIntegrationArn: String? = null, val tags: List<EventIntegrationTag>? = null)