Package-level declarations

Types

Link copied to clipboard
class DataManager : KotlinCustomResource

The DataManager resource. Uses Azure REST API version 2019-06-01. In version 1.x of the Azure Native provider, it used API version 2019-06-01.

Link copied to clipboard
data class DataManagerArgs(val dataManagerName: Output<String>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<SkuArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<DataManagerArgs>

The DataManager resource. Uses Azure REST API version 2019-06-01. In version 1.x of the Azure Native provider, it used API version 2019-06-01.

Link copied to clipboard
Link copied to clipboard
object DataManagerMapper : ResourceMapper<DataManager>
Link copied to clipboard
Link copied to clipboard
class DataStore : KotlinCustomResource

Data store. Uses Azure REST API version 2019-06-01. In version 1.x of the Azure Native provider, it used API version 2019-06-01.

Link copied to clipboard
data class DataStoreArgs(val customerSecrets: Output<List<CustomerSecretArgs>>? = null, val dataManagerName: Output<String>? = null, val dataStoreName: Output<String>? = null, val dataStoreTypeId: Output<String>? = null, val extendedProperties: Output<Any>? = null, val repositoryId: Output<String>? = null, val resourceGroupName: Output<String>? = null, val state: Output<State>? = null) : ConvertibleToJava<DataStoreArgs>

Data store. Uses Azure REST API version 2019-06-01. In version 1.x of the Azure Native provider, it used API version 2019-06-01.

Link copied to clipboard
Link copied to clipboard
object DataStoreMapper : ResourceMapper<DataStore>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class JobDefinition : KotlinCustomResource

Job Definition. Uses Azure REST API version 2019-06-01. In version 1.x of the Azure Native provider, it used API version 2019-06-01.

Link copied to clipboard
data class JobDefinitionArgs(val customerSecrets: Output<List<CustomerSecretArgs>>? = null, val dataManagerName: Output<String>? = null, val dataServiceInput: Output<Any>? = null, val dataServiceName: Output<String>? = null, val dataSinkId: Output<String>? = null, val dataSourceId: Output<String>? = null, val jobDefinitionName: Output<String>? = null, val lastModifiedTime: Output<String>? = null, val resourceGroupName: Output<String>? = null, val runLocation: Output<RunLocation>? = null, val schedules: Output<List<ScheduleArgs>>? = null, val state: Output<State>? = null, val userConfirmation: Output<UserConfirmation>? = null) : ConvertibleToJava<JobDefinitionArgs>

Job Definition. Uses Azure REST API version 2019-06-01. In version 1.x of the Azure Native provider, it used API version 2019-06-01.

Link copied to clipboard
Link copied to clipboard
object JobDefinitionMapper : ResourceMapper<JobDefinition>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun dataManager(name: String, block: suspend DataManagerResourceBuilder.() -> Unit): DataManager
Link copied to clipboard
suspend fun dataStore(name: String, block: suspend DataStoreResourceBuilder.() -> Unit): DataStore
Link copied to clipboard