Data Integration Args
data class DataIntegrationArgs(val description: Output<String>? = null, val fileConfiguration: Output<DataIntegrationFileConfigurationArgs>? = null, val kmsKey: Output<String>? = null, val name: Output<String>? = null, val objectConfiguration: Output<Map<String, Any>>? = null, val scheduleConfig: Output<DataIntegrationScheduleConfigArgs>? = null, val sourceUri: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<DataIntegrationArgs>
Resource Type definition for AWS::AppIntegrations::DataIntegration
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, fileConfiguration: Output<DataIntegrationFileConfigurationArgs>? = null, kmsKey: Output<String>? = null, name: Output<String>? = null, objectConfiguration: Output<Map<String, Any>>? = null, scheduleConfig: Output<DataIntegrationScheduleConfigArgs>? = null, sourceUri: Output<String>? = null, tags: Output<List<TagArgs>>? = null)
Properties
Link copied to clipboard
The data integration description.
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
The name of the data and how often it should be pulled from the source.