Package-level declarations

Types

Link copied to clipboard
class DataProduct : KotlinCustomResource

The data product resource. Azure REST API version: 2023-11-15.

Link copied to clipboard
data class DataProductArgs(val currentMinorVersion: Output<String>? = null, val customerEncryptionKey: Output<EncryptionKeyDetailsArgs>? = null, val customerManagedKeyEncryptionEnabled: Output<Either<String, ControlState>>? = null, val dataProductName: Output<String>? = null, val identity: Output<ManagedServiceIdentityArgs>? = null, val location: Output<String>? = null, val majorVersion: Output<String>? = null, val managedResourceGroupConfiguration: Output<ManagedResourceGroupConfigurationArgs>? = null, val networkacls: Output<DataProductNetworkAclsArgs>? = null, val owners: Output<List<String>>? = null, val privateLinksEnabled: Output<Either<String, ControlState>>? = null, val product: Output<String>? = null, val publicNetworkAccess: Output<Either<String, ControlState>>? = null, val publisher: Output<String>? = null, val purviewAccount: Output<String>? = null, val purviewCollection: Output<String>? = null, val redundancy: Output<Either<String, ControlState>>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<DataProductArgs>

The data product resource. Azure REST API version: 2023-11-15.

Link copied to clipboard
Link copied to clipboard
object DataProductMapper : ResourceMapper<DataProduct>
Link copied to clipboard
Link copied to clipboard
class DataType : KotlinCustomResource

The data type resource. Azure REST API version: 2023-11-15.

Link copied to clipboard
data class DataTypeArgs(val dataProductName: Output<String>? = null, val dataTypeName: Output<String>? = null, val databaseCacheRetention: Output<Int>? = null, val databaseRetention: Output<Int>? = null, val resourceGroupName: Output<String>? = null, val state: Output<Either<String, DataTypeState>>? = null, val storageOutputRetention: Output<Int>? = null) : ConvertibleToJava<DataTypeArgs>

The data type resource. Azure REST API version: 2023-11-15.

Link copied to clipboard
Link copied to clipboard
object DataTypeMapper : ResourceMapper<DataType>
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun dataProduct(name: String, block: suspend DataProductResourceBuilder.() -> Unit): DataProduct
Link copied to clipboard
suspend fun dataType(name: String, block: suspend DataTypeResourceBuilder.() -> Unit): DataType