Package-level declarations

Types

Link copied to clipboard
class Account : KotlinCustomResource

Account resource Uses Azure REST API version 2024-04-01-preview. In version 2.x of the Azure Native provider, it used API version 2021-12-01. Other available API versions: 2021-12-01, 2023-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native purview [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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

Account resource Uses Azure REST API version 2024-04-01-preview. In version 2.x of the Azure Native provider, it used API version 2021-12-01. Other available API versions: 2021-12-01, 2023-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native purview [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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 2024-04-01-preview. In version 2.x of the Azure Native provider, it used API version 2021-12-01. Other available API versions: 2021-12-01, 2023-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native purview [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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 2024-04-01-preview. In version 2.x of the Azure Native provider, it used API version 2021-12-01. Other available API versions: 2021-12-01, 2023-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native purview [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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

A private endpoint connection class. Uses Azure REST API version 2024-04-01-preview. In version 2.x of the Azure Native provider, it used API version 2021-12-01. Other available API versions: 2021-12-01, 2023-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native purview [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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 2024-04-01-preview. In version 2.x of the Azure Native provider, it used API version 2021-12-01. Other available API versions: 2021-12-01, 2023-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native purview [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard

Functions

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