Event Hub Namespace Args
constructor(autoInflateEnabled: Output<Boolean>? = null, capacity: Output<Int>? = null, dedicatedClusterId: Output<String>? = null, identity: Output<EventHubNamespaceIdentityArgs>? = null, localAuthenticationEnabled: Output<Boolean>? = null, location: Output<String>? = null, maximumThroughputUnits: Output<Int>? = null, minimumTlsVersion: Output<String>? = null, name: Output<String>? = null, networkRulesets: Output<EventHubNamespaceNetworkRulesetsArgs>? = null, publicNetworkAccessEnabled: Output<Boolean>? = null, resourceGroupName: Output<String>? = null, sku: Output<String>? = null, tags: Output<Map<String, String>>? = null)