Package-level declarations

Types

Link copied to clipboard
class Account : KotlinCustomResource

Account resource Uses Azure REST API version 2021-12-01. In version 1.x of the Azure Native provider, it used API version 2020-12-01-preview. Other available API versions: 2020-12-01-preview, 2021-07-01, 2023-05-01-preview, 2024-04-01-preview.

Link copied to clipboard
data class AccountArgs(val accountName: Output<String>? = null, val identity: Output<IdentityArgs>? = null, val location: Output<String>? = null, val managedEventHubState: Output<Either<String, ManagedEventHubState>>? = null, val managedResourceGroupName: Output<String>? = null, val managedResourcesPublicNetworkAccess: Output<Either<String, ManagedResourcesPublicNetworkAccess>>? = null, val publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<AccountArgs>

Account resource Uses Azure REST API version 2021-12-01. In version 1.x of the Azure Native provider, it used API version 2020-12-01-preview. Other available API versions: 2020-12-01-preview, 2021-07-01, 2023-05-01-preview, 2024-04-01-preview.

Link copied to clipboard
Link copied to clipboard
object AccountMapper : ResourceMapper<Account>
Link copied to clipboard
Link copied to clipboard
class KafkaConfiguration : KotlinCustomResource

The configuration of the event streaming service resource attached to the Purview account for kafka notifications. Uses Azure REST API version 2021-12-01. Other available API versions: 2023-05-01-preview, 2024-04-01-preview.

Link copied to clipboard
data class KafkaConfigurationArgs(val accountName: Output<String>? = null, val consumerGroup: Output<String>? = null, val credentials: Output<CredentialsArgs>? = null, val eventHubPartitionId: Output<String>? = null, val eventHubResourceId: Output<String>? = null, val eventHubType: Output<Either<String, EventHubType>>? = null, val eventStreamingState: Output<Either<String, EventStreamingState>>? = null, val eventStreamingType: Output<Either<String, EventStreamingType>>? = null, val kafkaConfigurationName: Output<String>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<KafkaConfigurationArgs>

The configuration of the event streaming service resource attached to the Purview account for kafka notifications. Uses Azure REST API version 2021-12-01. Other available API versions: 2023-05-01-preview, 2024-04-01-preview.

Link copied to clipboard
Link copied to clipboard
class PrivateEndpointConnection : KotlinCustomResource

A private endpoint connection class. Uses Azure REST API version 2021-12-01. In version 1.x of the Azure Native provider, it used API version 2020-12-01-preview. Other available API versions: 2021-07-01, 2023-05-01-preview, 2024-04-01-preview.

Link copied to clipboard
data class PrivateEndpointConnectionArgs(val accountName: Output<String>? = null, val privateEndpoint: Output<PrivateEndpointArgs>? = null, val privateEndpointConnectionName: Output<String>? = null, val privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<PrivateEndpointConnectionArgs>

A private endpoint connection class. Uses Azure REST API version 2021-12-01. In version 1.x of the Azure Native provider, it used API version 2020-12-01-preview. Other available API versions: 2021-07-01, 2023-05-01-preview, 2024-04-01-preview.

Link copied to clipboard

Functions

Link copied to clipboard
fun account(name: String): Account
suspend fun account(name: String, block: suspend AccountResourceBuilder.() -> Unit): Account