DataIntegrationArgs

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

The KMS key of the data integration.

Link copied to clipboard
val name: Output<String>? = null

The name of the data integration.

Link copied to clipboard
val objectConfiguration: Output<Map<String, Any>>? = null

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.

Link copied to clipboard
val sourceUri: Output<String>? = null

The URI of the data source.

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

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

Functions

Link copied to clipboard
open override fun toJava(): DataIntegrationArgs