NamespaceArgs

data class NamespaceArgs(val alternateName: Output<String>? = null, val clusterArmId: Output<String>? = null, val disableLocalAuth: Output<Boolean>? = null, val encryption: Output<EncryptionArgs>? = null, val identity: Output<IdentityArgs>? = null, val isAutoInflateEnabled: Output<Boolean>? = null, val kafkaEnabled: Output<Boolean>? = null, val location: Output<String>? = null, val maximumThroughputUnits: Output<Int>? = null, val minimumTlsVersion: Output<Either<String, TlsVersion>>? = null, val namespaceName: Output<String>? = null, val privateEndpointConnections: Output<List<PrivateEndpointConnectionArgs>>? = null, val publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<SkuArgs>? = null, val tags: Output<Map<String, String>>? = null, val zoneRedundant: Output<Boolean>? = null) : ConvertibleToJava<NamespaceArgs>

Single Namespace item in List or Get Operation Azure REST API version: 2022-10-01-preview. Prior API version in Azure Native 1.x: 2017-04-01

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:eventhub:Namespace NamespaceSample /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}

Constructors

Link copied to clipboard
fun NamespaceArgs(alternateName: Output<String>? = null, clusterArmId: Output<String>? = null, disableLocalAuth: Output<Boolean>? = null, encryption: Output<EncryptionArgs>? = null, identity: Output<IdentityArgs>? = null, isAutoInflateEnabled: Output<Boolean>? = null, kafkaEnabled: Output<Boolean>? = null, location: Output<String>? = null, maximumThroughputUnits: Output<Int>? = null, minimumTlsVersion: Output<Either<String, TlsVersion>>? = null, namespaceName: Output<String>? = null, privateEndpointConnections: Output<List<PrivateEndpointConnectionArgs>>? = null, publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null, resourceGroupName: Output<String>? = null, sku: Output<SkuArgs>? = null, tags: Output<Map<String, String>>? = null, zoneRedundant: Output<Boolean>? = null)

Functions

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

Properties

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

Alternate name specified when alias and namespace names are same.

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

Cluster ARM ID of the Namespace.

Link copied to clipboard
val disableLocalAuth: Output<Boolean>? = null

This property disables SAS authentication for the Event Hubs namespace.

Link copied to clipboard
val encryption: Output<EncryptionArgs>? = null

Properties of BYOK Encryption description

Link copied to clipboard
val identity: Output<IdentityArgs>? = null

Properties of BYOK Identity description

Link copied to clipboard
val isAutoInflateEnabled: Output<Boolean>? = null

Value that indicates whether AutoInflate is enabled for eventhub namespace.

Link copied to clipboard
val kafkaEnabled: Output<Boolean>? = null

Value that indicates whether Kafka is enabled for eventhub namespace.

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

Resource location.

Link copied to clipboard
val maximumThroughputUnits: Output<Int>? = null

Upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true)

Link copied to clipboard
val minimumTlsVersion: Output<Either<String, TlsVersion>>? = null

The minimum TLS version for the cluster to support, e.g. '1.2'

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

The Namespace name

Link copied to clipboard

List of private endpoint connections.

Link copied to clipboard
val publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null

This determines if traffic is allowed over public network. By default it is enabled.

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

Name of the resource group within the azure subscription.

Link copied to clipboard
val sku: Output<SkuArgs>? = null

Properties of sku resource

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

Resource tags.

Link copied to clipboard
val zoneRedundant: Output<Boolean>? = null

Enabling this property creates a Standard Event Hubs Namespace in regions supported availability zones.