Namespace

class Namespace : KotlinCustomResource

Single Namespace item in List or Get Operation Uses Azure REST API version 2024-01-01. In version 2.x of the Azure Native provider, it used API version 2022-10-01-preview. Other available API versions: 2018-01-01-preview, 2021-01-01-preview, 2021-06-01-preview, 2021-11-01, 2022-01-01-preview, 2022-10-01-preview, 2023-01-01-preview, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native eventhub [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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}

Properties

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

Alternate name specified when alias and namespace names are same.

Link copied to clipboard
val azureApiVersion: Output<String>

The Azure API version of the resource.

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

Cluster ARM ID of the Namespace.

Link copied to clipboard
val createdAt: Output<String>

The time the Namespace was created.

Link copied to clipboard

This property disables SAS authentication for the Event Hubs namespace.

Link copied to clipboard

Properties of BYOK Encryption description

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

Properties of BYOK Identity description

Link copied to clipboard

Value that indicates whether AutoInflate is enabled for eventhub namespace.

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

Value that indicates whether Kafka is enabled for eventhub namespace.

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

Resource location.

Link copied to clipboard

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 metricId: Output<String>

Identifier for Azure Insights metrics.

Link copied to clipboard

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

Link copied to clipboard
val name: Output<String>

The name of the resource

Link copied to clipboard

List of private endpoint connections.

Link copied to clipboard

Provisioning state of the Namespace.

Link copied to clipboard

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

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Endpoint you can use to perform Service Bus operations.

Link copied to clipboard
val sku: Output<SkuResponse>?

Properties of sku resource

Link copied to clipboard
val status: Output<String>

Status of the Namespace.

Link copied to clipboard

The system meta data relating to this resource.

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

Resource tags.

Link copied to clipboard
val type: Output<String>

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard
val updatedAt: Output<String>

The time the Namespace was updated.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val zoneRedundant: Output<Boolean>?

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