pulumi-azure-native 2.18.0__py3-none-any.whl → 2.18.1a1700572187__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +54 -0
- pulumi_azure_native/config/__init__.pyi +83 -0
- pulumi_azure_native/eventhub/__init__.py +3 -0
- pulumi_azure_native/eventhub/application_group.py +3 -3
- pulumi_azure_native/eventhub/cluster.py +3 -3
- pulumi_azure_native/eventhub/consumer_group.py +3 -3
- pulumi_azure_native/eventhub/disaster_recovery_config.py +3 -3
- pulumi_azure_native/eventhub/event_hub.py +3 -3
- pulumi_azure_native/eventhub/event_hub_authorization_rule.py +3 -3
- pulumi_azure_native/eventhub/get_application_group.py +2 -2
- pulumi_azure_native/eventhub/get_cluster.py +2 -2
- pulumi_azure_native/eventhub/get_consumer_group.py +2 -2
- pulumi_azure_native/eventhub/get_disaster_recovery_config.py +2 -2
- pulumi_azure_native/eventhub/get_event_hub.py +2 -2
- pulumi_azure_native/eventhub/get_event_hub_authorization_rule.py +2 -2
- pulumi_azure_native/eventhub/get_namespace.py +2 -2
- pulumi_azure_native/eventhub/get_namespace_authorization_rule.py +2 -2
- pulumi_azure_native/eventhub/get_namespace_network_rule_set.py +2 -2
- pulumi_azure_native/eventhub/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/eventhub/get_schema_registry.py +2 -2
- pulumi_azure_native/eventhub/list_disaster_recovery_config_keys.py +2 -2
- pulumi_azure_native/eventhub/list_event_hub_keys.py +2 -2
- pulumi_azure_native/eventhub/list_namespace_keys.py +2 -2
- pulumi_azure_native/eventhub/namespace.py +3 -3
- pulumi_azure_native/eventhub/namespace_authorization_rule.py +3 -3
- pulumi_azure_native/eventhub/namespace_network_rule_set.py +3 -3
- pulumi_azure_native/eventhub/private_endpoint_connection.py +3 -3
- pulumi_azure_native/eventhub/schema_registry.py +3 -3
- pulumi_azure_native/eventhub/v20221001preview/application_group.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/cluster.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/consumer_group.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/disaster_recovery_config.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/event_hub.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/event_hub_authorization_rule.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/namespace.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/namespace_authorization_rule.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/namespace_network_rule_set.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/schema_registry.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/application_group.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/cluster.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/consumer_group.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/disaster_recovery_config.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/event_hub.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/event_hub_authorization_rule.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/namespace.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/namespace_authorization_rule.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/namespace_network_rule_set.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/schema_registry.py +1 -1
- pulumi_azure_native/eventhub/v20240101/__init__.py +35 -0
- pulumi_azure_native/eventhub/v20240101/_enums.py +223 -0
- pulumi_azure_native/eventhub/v20240101/_inputs.py +986 -0
- pulumi_azure_native/eventhub/v20240101/application_group.py +285 -0
- pulumi_azure_native/eventhub/v20240101/cluster.py +361 -0
- pulumi_azure_native/eventhub/v20240101/consumer_group.py +265 -0
- pulumi_azure_native/eventhub/v20240101/disaster_recovery_config.py +283 -0
- pulumi_azure_native/eventhub/v20240101/event_hub.py +372 -0
- pulumi_azure_native/eventhub/v20240101/event_hub_authorization_rule.py +247 -0
- pulumi_azure_native/eventhub/v20240101/get_application_group.py +175 -0
- pulumi_azure_native/eventhub/v20240101/get_cluster.py +248 -0
- pulumi_azure_native/eventhub/v20240101/get_consumer_group.py +180 -0
- pulumi_azure_native/eventhub/v20240101/get_disaster_recovery_config.py +201 -0
- pulumi_azure_native/eventhub/v20240101/get_event_hub.py +240 -0
- pulumi_azure_native/eventhub/v20240101/get_event_hub_authorization_rule.py +154 -0
- pulumi_azure_native/eventhub/v20240101/get_namespace.py +391 -0
- pulumi_azure_native/eventhub/v20240101/get_namespace_authorization_rule.py +149 -0
- pulumi_azure_native/eventhub/v20240101/get_namespace_network_rule_set.py +196 -0
- pulumi_azure_native/eventhub/v20240101/get_private_endpoint_connection.py +175 -0
- pulumi_azure_native/eventhub/v20240101/get_schema_registry.py +208 -0
- pulumi_azure_native/eventhub/v20240101/list_disaster_recovery_config_keys.py +166 -0
- pulumi_azure_native/eventhub/v20240101/list_event_hub_keys.py +166 -0
- pulumi_azure_native/eventhub/v20240101/list_namespace_keys.py +161 -0
- pulumi_azure_native/eventhub/v20240101/namespace.py +668 -0
- pulumi_azure_native/eventhub/v20240101/namespace_authorization_rule.py +226 -0
- pulumi_azure_native/eventhub/v20240101/namespace_network_rule_set.py +326 -0
- pulumi_azure_native/eventhub/v20240101/outputs.py +1336 -0
- pulumi_azure_native/eventhub/v20240101/private_endpoint_connection.py +284 -0
- pulumi_azure_native/eventhub/v20240101/schema_registry.py +297 -0
- pulumi_azure_native/healthcareapis/__init__.py +3 -0
- pulumi_azure_native/healthcareapis/dicom_service.py +3 -3
- pulumi_azure_native/healthcareapis/fhir_service.py +3 -3
- pulumi_azure_native/healthcareapis/get_dicom_service.py +2 -2
- pulumi_azure_native/healthcareapis/get_fhir_service.py +2 -2
- pulumi_azure_native/healthcareapis/get_iot_connector.py +2 -2
- pulumi_azure_native/healthcareapis/get_iot_connector_fhir_destination.py +2 -2
- pulumi_azure_native/healthcareapis/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/healthcareapis/get_service.py +2 -2
- pulumi_azure_native/healthcareapis/get_workspace.py +2 -2
- pulumi_azure_native/healthcareapis/get_workspace_private_endpoint_connection.py +2 -2
- pulumi_azure_native/healthcareapis/iot_connector.py +3 -3
- pulumi_azure_native/healthcareapis/iot_connector_fhir_destination.py +3 -3
- pulumi_azure_native/healthcareapis/private_endpoint_connection.py +3 -3
- pulumi_azure_native/healthcareapis/service.py +3 -3
- pulumi_azure_native/healthcareapis/v20230228/dicom_service.py +1 -1
- pulumi_azure_native/healthcareapis/v20230228/fhir_service.py +1 -1
- pulumi_azure_native/healthcareapis/v20230228/iot_connector.py +1 -1
- pulumi_azure_native/healthcareapis/v20230228/iot_connector_fhir_destination.py +1 -1
- pulumi_azure_native/healthcareapis/v20230228/private_endpoint_connection.py +1 -1
- pulumi_azure_native/healthcareapis/v20230228/service.py +1 -1
- pulumi_azure_native/healthcareapis/v20230228/workspace.py +1 -1
- pulumi_azure_native/healthcareapis/v20230228/workspace_private_endpoint_connection.py +1 -1
- pulumi_azure_native/healthcareapis/v20230906/dicom_service.py +1 -1
- pulumi_azure_native/healthcareapis/v20230906/fhir_service.py +1 -1
- pulumi_azure_native/healthcareapis/v20230906/iot_connector.py +1 -1
- pulumi_azure_native/healthcareapis/v20230906/iot_connector_fhir_destination.py +1 -1
- pulumi_azure_native/healthcareapis/v20230906/private_endpoint_connection.py +1 -1
- pulumi_azure_native/healthcareapis/v20230906/service.py +1 -1
- pulumi_azure_native/healthcareapis/v20230906/workspace.py +1 -1
- pulumi_azure_native/healthcareapis/v20230906/workspace_private_endpoint_connection.py +1 -1
- pulumi_azure_native/healthcareapis/v20231101/__init__.py +26 -0
- pulumi_azure_native/healthcareapis/v20231101/_enums.py +85 -0
- pulumi_azure_native/healthcareapis/v20231101/_inputs.py +1277 -0
- pulumi_azure_native/healthcareapis/v20231101/dicom_service.py +402 -0
- pulumi_azure_native/healthcareapis/v20231101/fhir_service.py +585 -0
- pulumi_azure_native/healthcareapis/v20231101/get_dicom_service.py +279 -0
- pulumi_azure_native/healthcareapis/v20231101/get_fhir_service.py +344 -0
- pulumi_azure_native/healthcareapis/v20231101/get_iot_connector.py +214 -0
- pulumi_azure_native/healthcareapis/v20231101/get_iot_connector_fhir_destination.py +193 -0
- pulumi_azure_native/healthcareapis/v20231101/get_private_endpoint_connection.py +162 -0
- pulumi_azure_native/healthcareapis/v20231101/get_service.py +196 -0
- pulumi_azure_native/healthcareapis/v20231101/get_workspace.py +170 -0
- pulumi_azure_native/healthcareapis/v20231101/get_workspace_private_endpoint_connection.py +162 -0
- pulumi_azure_native/healthcareapis/v20231101/iot_connector.py +352 -0
- pulumi_azure_native/healthcareapis/v20231101/iot_connector_fhir_destination.py +337 -0
- pulumi_azure_native/healthcareapis/v20231101/outputs.py +1951 -0
- pulumi_azure_native/healthcareapis/v20231101/private_endpoint_connection.py +237 -0
- pulumi_azure_native/healthcareapis/v20231101/service.py +322 -0
- pulumi_azure_native/healthcareapis/v20231101/workspace.py +242 -0
- pulumi_azure_native/healthcareapis/v20231101/workspace_private_endpoint_connection.py +237 -0
- pulumi_azure_native/healthcareapis/workspace.py +3 -3
- pulumi_azure_native/healthcareapis/workspace_private_endpoint_connection.py +3 -3
- pulumi_azure_native/offazurespringboot/__init__.py +22 -0
- pulumi_azure_native/offazurespringboot/_enums.py +22 -0
- pulumi_azure_native/offazurespringboot/_inputs.py +402 -0
- pulumi_azure_native/offazurespringboot/get_springbootserver.py +151 -0
- pulumi_azure_native/offazurespringboot/get_springbootsite.py +172 -0
- pulumi_azure_native/offazurespringboot/outputs.py +509 -0
- pulumi_azure_native/offazurespringboot/springbootserver.py +247 -0
- pulumi_azure_native/offazurespringboot/springbootsite.py +284 -0
- pulumi_azure_native/offazurespringboot/v20230101preview/__init__.py +14 -0
- pulumi_azure_native/offazurespringboot/v20230101preview/_enums.py +22 -0
- pulumi_azure_native/offazurespringboot/v20230101preview/_inputs.py +402 -0
- pulumi_azure_native/offazurespringboot/v20230101preview/get_springbootserver.py +149 -0
- pulumi_azure_native/offazurespringboot/v20230101preview/get_springbootsite.py +170 -0
- pulumi_azure_native/offazurespringboot/v20230101preview/outputs.py +509 -0
- pulumi_azure_native/offazurespringboot/v20230101preview/springbootserver.py +245 -0
- pulumi_azure_native/offazurespringboot/v20230101preview/springbootsite.py +282 -0
- pulumi_azure_native/security/alerts_suppression_rule.py +4 -4
- pulumi_azure_native/security/get_alerts_suppression_rule.py +1 -1
- pulumi_azure_native/security/v20190101preview/alerts_suppression_rule.py +4 -4
- pulumi_azure_native/security/v20190101preview/get_alerts_suppression_rule.py +1 -1
- {pulumi_azure_native-2.18.0.dist-info → pulumi_azure_native-2.18.1a1700572187.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.18.0.dist-info → pulumi_azure_native-2.18.1a1700572187.dist-info}/RECORD +156 -90
- {pulumi_azure_native-2.18.0.dist-info → pulumi_azure_native-2.18.1a1700572187.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.18.0.dist-info → pulumi_azure_native-2.18.1a1700572187.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,391 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetNamespaceResult',
|
|
15
|
+
'AwaitableGetNamespaceResult',
|
|
16
|
+
'get_namespace',
|
|
17
|
+
'get_namespace_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetNamespaceResult:
|
|
22
|
+
"""
|
|
23
|
+
Single Namespace item in List or Get Operation
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, alternate_name=None, cluster_arm_id=None, created_at=None, disable_local_auth=None, encryption=None, id=None, identity=None, is_auto_inflate_enabled=None, kafka_enabled=None, location=None, maximum_throughput_units=None, metric_id=None, minimum_tls_version=None, name=None, private_endpoint_connections=None, provisioning_state=None, public_network_access=None, service_bus_endpoint=None, sku=None, status=None, system_data=None, tags=None, type=None, updated_at=None, zone_redundant=None):
|
|
26
|
+
if alternate_name and not isinstance(alternate_name, str):
|
|
27
|
+
raise TypeError("Expected argument 'alternate_name' to be a str")
|
|
28
|
+
pulumi.set(__self__, "alternate_name", alternate_name)
|
|
29
|
+
if cluster_arm_id and not isinstance(cluster_arm_id, str):
|
|
30
|
+
raise TypeError("Expected argument 'cluster_arm_id' to be a str")
|
|
31
|
+
pulumi.set(__self__, "cluster_arm_id", cluster_arm_id)
|
|
32
|
+
if created_at and not isinstance(created_at, str):
|
|
33
|
+
raise TypeError("Expected argument 'created_at' to be a str")
|
|
34
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
35
|
+
if disable_local_auth and not isinstance(disable_local_auth, bool):
|
|
36
|
+
raise TypeError("Expected argument 'disable_local_auth' to be a bool")
|
|
37
|
+
pulumi.set(__self__, "disable_local_auth", disable_local_auth)
|
|
38
|
+
if encryption and not isinstance(encryption, dict):
|
|
39
|
+
raise TypeError("Expected argument 'encryption' to be a dict")
|
|
40
|
+
pulumi.set(__self__, "encryption", encryption)
|
|
41
|
+
if id and not isinstance(id, str):
|
|
42
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
43
|
+
pulumi.set(__self__, "id", id)
|
|
44
|
+
if identity and not isinstance(identity, dict):
|
|
45
|
+
raise TypeError("Expected argument 'identity' to be a dict")
|
|
46
|
+
pulumi.set(__self__, "identity", identity)
|
|
47
|
+
if is_auto_inflate_enabled and not isinstance(is_auto_inflate_enabled, bool):
|
|
48
|
+
raise TypeError("Expected argument 'is_auto_inflate_enabled' to be a bool")
|
|
49
|
+
pulumi.set(__self__, "is_auto_inflate_enabled", is_auto_inflate_enabled)
|
|
50
|
+
if kafka_enabled and not isinstance(kafka_enabled, bool):
|
|
51
|
+
raise TypeError("Expected argument 'kafka_enabled' to be a bool")
|
|
52
|
+
pulumi.set(__self__, "kafka_enabled", kafka_enabled)
|
|
53
|
+
if location and not isinstance(location, str):
|
|
54
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
55
|
+
pulumi.set(__self__, "location", location)
|
|
56
|
+
if maximum_throughput_units and not isinstance(maximum_throughput_units, int):
|
|
57
|
+
raise TypeError("Expected argument 'maximum_throughput_units' to be a int")
|
|
58
|
+
pulumi.set(__self__, "maximum_throughput_units", maximum_throughput_units)
|
|
59
|
+
if metric_id and not isinstance(metric_id, str):
|
|
60
|
+
raise TypeError("Expected argument 'metric_id' to be a str")
|
|
61
|
+
pulumi.set(__self__, "metric_id", metric_id)
|
|
62
|
+
if minimum_tls_version and not isinstance(minimum_tls_version, str):
|
|
63
|
+
raise TypeError("Expected argument 'minimum_tls_version' to be a str")
|
|
64
|
+
pulumi.set(__self__, "minimum_tls_version", minimum_tls_version)
|
|
65
|
+
if name and not isinstance(name, str):
|
|
66
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
67
|
+
pulumi.set(__self__, "name", name)
|
|
68
|
+
if private_endpoint_connections and not isinstance(private_endpoint_connections, list):
|
|
69
|
+
raise TypeError("Expected argument 'private_endpoint_connections' to be a list")
|
|
70
|
+
pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
|
|
71
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
72
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
73
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
74
|
+
if public_network_access and not isinstance(public_network_access, str):
|
|
75
|
+
raise TypeError("Expected argument 'public_network_access' to be a str")
|
|
76
|
+
pulumi.set(__self__, "public_network_access", public_network_access)
|
|
77
|
+
if service_bus_endpoint and not isinstance(service_bus_endpoint, str):
|
|
78
|
+
raise TypeError("Expected argument 'service_bus_endpoint' to be a str")
|
|
79
|
+
pulumi.set(__self__, "service_bus_endpoint", service_bus_endpoint)
|
|
80
|
+
if sku and not isinstance(sku, dict):
|
|
81
|
+
raise TypeError("Expected argument 'sku' to be a dict")
|
|
82
|
+
pulumi.set(__self__, "sku", sku)
|
|
83
|
+
if status and not isinstance(status, str):
|
|
84
|
+
raise TypeError("Expected argument 'status' to be a str")
|
|
85
|
+
pulumi.set(__self__, "status", status)
|
|
86
|
+
if system_data and not isinstance(system_data, dict):
|
|
87
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
88
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
89
|
+
if tags and not isinstance(tags, dict):
|
|
90
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
91
|
+
pulumi.set(__self__, "tags", tags)
|
|
92
|
+
if type and not isinstance(type, str):
|
|
93
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
94
|
+
pulumi.set(__self__, "type", type)
|
|
95
|
+
if updated_at and not isinstance(updated_at, str):
|
|
96
|
+
raise TypeError("Expected argument 'updated_at' to be a str")
|
|
97
|
+
pulumi.set(__self__, "updated_at", updated_at)
|
|
98
|
+
if zone_redundant and not isinstance(zone_redundant, bool):
|
|
99
|
+
raise TypeError("Expected argument 'zone_redundant' to be a bool")
|
|
100
|
+
pulumi.set(__self__, "zone_redundant", zone_redundant)
|
|
101
|
+
|
|
102
|
+
@property
|
|
103
|
+
@pulumi.getter(name="alternateName")
|
|
104
|
+
def alternate_name(self) -> Optional[str]:
|
|
105
|
+
"""
|
|
106
|
+
Alternate name specified when alias and namespace names are same.
|
|
107
|
+
"""
|
|
108
|
+
return pulumi.get(self, "alternate_name")
|
|
109
|
+
|
|
110
|
+
@property
|
|
111
|
+
@pulumi.getter(name="clusterArmId")
|
|
112
|
+
def cluster_arm_id(self) -> Optional[str]:
|
|
113
|
+
"""
|
|
114
|
+
Cluster ARM ID of the Namespace.
|
|
115
|
+
"""
|
|
116
|
+
return pulumi.get(self, "cluster_arm_id")
|
|
117
|
+
|
|
118
|
+
@property
|
|
119
|
+
@pulumi.getter(name="createdAt")
|
|
120
|
+
def created_at(self) -> str:
|
|
121
|
+
"""
|
|
122
|
+
The time the Namespace was created.
|
|
123
|
+
"""
|
|
124
|
+
return pulumi.get(self, "created_at")
|
|
125
|
+
|
|
126
|
+
@property
|
|
127
|
+
@pulumi.getter(name="disableLocalAuth")
|
|
128
|
+
def disable_local_auth(self) -> Optional[bool]:
|
|
129
|
+
"""
|
|
130
|
+
This property disables SAS authentication for the Event Hubs namespace.
|
|
131
|
+
"""
|
|
132
|
+
return pulumi.get(self, "disable_local_auth")
|
|
133
|
+
|
|
134
|
+
@property
|
|
135
|
+
@pulumi.getter
|
|
136
|
+
def encryption(self) -> Optional['outputs.EncryptionResponse']:
|
|
137
|
+
"""
|
|
138
|
+
Properties of BYOK Encryption description
|
|
139
|
+
"""
|
|
140
|
+
return pulumi.get(self, "encryption")
|
|
141
|
+
|
|
142
|
+
@property
|
|
143
|
+
@pulumi.getter
|
|
144
|
+
def id(self) -> str:
|
|
145
|
+
"""
|
|
146
|
+
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
147
|
+
"""
|
|
148
|
+
return pulumi.get(self, "id")
|
|
149
|
+
|
|
150
|
+
@property
|
|
151
|
+
@pulumi.getter
|
|
152
|
+
def identity(self) -> Optional['outputs.IdentityResponse']:
|
|
153
|
+
"""
|
|
154
|
+
Properties of BYOK Identity description
|
|
155
|
+
"""
|
|
156
|
+
return pulumi.get(self, "identity")
|
|
157
|
+
|
|
158
|
+
@property
|
|
159
|
+
@pulumi.getter(name="isAutoInflateEnabled")
|
|
160
|
+
def is_auto_inflate_enabled(self) -> Optional[bool]:
|
|
161
|
+
"""
|
|
162
|
+
Value that indicates whether AutoInflate is enabled for eventhub namespace.
|
|
163
|
+
"""
|
|
164
|
+
return pulumi.get(self, "is_auto_inflate_enabled")
|
|
165
|
+
|
|
166
|
+
@property
|
|
167
|
+
@pulumi.getter(name="kafkaEnabled")
|
|
168
|
+
def kafka_enabled(self) -> Optional[bool]:
|
|
169
|
+
"""
|
|
170
|
+
Value that indicates whether Kafka is enabled for eventhub namespace.
|
|
171
|
+
"""
|
|
172
|
+
return pulumi.get(self, "kafka_enabled")
|
|
173
|
+
|
|
174
|
+
@property
|
|
175
|
+
@pulumi.getter
|
|
176
|
+
def location(self) -> Optional[str]:
|
|
177
|
+
"""
|
|
178
|
+
Resource location.
|
|
179
|
+
"""
|
|
180
|
+
return pulumi.get(self, "location")
|
|
181
|
+
|
|
182
|
+
@property
|
|
183
|
+
@pulumi.getter(name="maximumThroughputUnits")
|
|
184
|
+
def maximum_throughput_units(self) -> Optional[int]:
|
|
185
|
+
"""
|
|
186
|
+
Upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true)
|
|
187
|
+
"""
|
|
188
|
+
return pulumi.get(self, "maximum_throughput_units")
|
|
189
|
+
|
|
190
|
+
@property
|
|
191
|
+
@pulumi.getter(name="metricId")
|
|
192
|
+
def metric_id(self) -> str:
|
|
193
|
+
"""
|
|
194
|
+
Identifier for Azure Insights metrics.
|
|
195
|
+
"""
|
|
196
|
+
return pulumi.get(self, "metric_id")
|
|
197
|
+
|
|
198
|
+
@property
|
|
199
|
+
@pulumi.getter(name="minimumTlsVersion")
|
|
200
|
+
def minimum_tls_version(self) -> Optional[str]:
|
|
201
|
+
"""
|
|
202
|
+
The minimum TLS version for the cluster to support, e.g. '1.2'
|
|
203
|
+
"""
|
|
204
|
+
return pulumi.get(self, "minimum_tls_version")
|
|
205
|
+
|
|
206
|
+
@property
|
|
207
|
+
@pulumi.getter
|
|
208
|
+
def name(self) -> str:
|
|
209
|
+
"""
|
|
210
|
+
The name of the resource
|
|
211
|
+
"""
|
|
212
|
+
return pulumi.get(self, "name")
|
|
213
|
+
|
|
214
|
+
@property
|
|
215
|
+
@pulumi.getter(name="privateEndpointConnections")
|
|
216
|
+
def private_endpoint_connections(self) -> Optional[Sequence['outputs.PrivateEndpointConnectionResponse']]:
|
|
217
|
+
"""
|
|
218
|
+
List of private endpoint connections.
|
|
219
|
+
"""
|
|
220
|
+
return pulumi.get(self, "private_endpoint_connections")
|
|
221
|
+
|
|
222
|
+
@property
|
|
223
|
+
@pulumi.getter(name="provisioningState")
|
|
224
|
+
def provisioning_state(self) -> str:
|
|
225
|
+
"""
|
|
226
|
+
Provisioning state of the Namespace.
|
|
227
|
+
"""
|
|
228
|
+
return pulumi.get(self, "provisioning_state")
|
|
229
|
+
|
|
230
|
+
@property
|
|
231
|
+
@pulumi.getter(name="publicNetworkAccess")
|
|
232
|
+
def public_network_access(self) -> Optional[str]:
|
|
233
|
+
"""
|
|
234
|
+
This determines if traffic is allowed over public network. By default it is enabled.
|
|
235
|
+
"""
|
|
236
|
+
return pulumi.get(self, "public_network_access")
|
|
237
|
+
|
|
238
|
+
@property
|
|
239
|
+
@pulumi.getter(name="serviceBusEndpoint")
|
|
240
|
+
def service_bus_endpoint(self) -> str:
|
|
241
|
+
"""
|
|
242
|
+
Endpoint you can use to perform Service Bus operations.
|
|
243
|
+
"""
|
|
244
|
+
return pulumi.get(self, "service_bus_endpoint")
|
|
245
|
+
|
|
246
|
+
@property
|
|
247
|
+
@pulumi.getter
|
|
248
|
+
def sku(self) -> Optional['outputs.SkuResponse']:
|
|
249
|
+
"""
|
|
250
|
+
Properties of sku resource
|
|
251
|
+
"""
|
|
252
|
+
return pulumi.get(self, "sku")
|
|
253
|
+
|
|
254
|
+
@property
|
|
255
|
+
@pulumi.getter
|
|
256
|
+
def status(self) -> str:
|
|
257
|
+
"""
|
|
258
|
+
Status of the Namespace.
|
|
259
|
+
"""
|
|
260
|
+
return pulumi.get(self, "status")
|
|
261
|
+
|
|
262
|
+
@property
|
|
263
|
+
@pulumi.getter(name="systemData")
|
|
264
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
265
|
+
"""
|
|
266
|
+
The system meta data relating to this resource.
|
|
267
|
+
"""
|
|
268
|
+
return pulumi.get(self, "system_data")
|
|
269
|
+
|
|
270
|
+
@property
|
|
271
|
+
@pulumi.getter
|
|
272
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
273
|
+
"""
|
|
274
|
+
Resource tags.
|
|
275
|
+
"""
|
|
276
|
+
return pulumi.get(self, "tags")
|
|
277
|
+
|
|
278
|
+
@property
|
|
279
|
+
@pulumi.getter
|
|
280
|
+
def type(self) -> str:
|
|
281
|
+
"""
|
|
282
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
283
|
+
"""
|
|
284
|
+
return pulumi.get(self, "type")
|
|
285
|
+
|
|
286
|
+
@property
|
|
287
|
+
@pulumi.getter(name="updatedAt")
|
|
288
|
+
def updated_at(self) -> str:
|
|
289
|
+
"""
|
|
290
|
+
The time the Namespace was updated.
|
|
291
|
+
"""
|
|
292
|
+
return pulumi.get(self, "updated_at")
|
|
293
|
+
|
|
294
|
+
@property
|
|
295
|
+
@pulumi.getter(name="zoneRedundant")
|
|
296
|
+
def zone_redundant(self) -> Optional[bool]:
|
|
297
|
+
"""
|
|
298
|
+
Enabling this property creates a Standard Event Hubs Namespace in regions supported availability zones.
|
|
299
|
+
"""
|
|
300
|
+
return pulumi.get(self, "zone_redundant")
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
class AwaitableGetNamespaceResult(GetNamespaceResult):
|
|
304
|
+
# pylint: disable=using-constant-test
|
|
305
|
+
def __await__(self):
|
|
306
|
+
if False:
|
|
307
|
+
yield self
|
|
308
|
+
return GetNamespaceResult(
|
|
309
|
+
alternate_name=self.alternate_name,
|
|
310
|
+
cluster_arm_id=self.cluster_arm_id,
|
|
311
|
+
created_at=self.created_at,
|
|
312
|
+
disable_local_auth=self.disable_local_auth,
|
|
313
|
+
encryption=self.encryption,
|
|
314
|
+
id=self.id,
|
|
315
|
+
identity=self.identity,
|
|
316
|
+
is_auto_inflate_enabled=self.is_auto_inflate_enabled,
|
|
317
|
+
kafka_enabled=self.kafka_enabled,
|
|
318
|
+
location=self.location,
|
|
319
|
+
maximum_throughput_units=self.maximum_throughput_units,
|
|
320
|
+
metric_id=self.metric_id,
|
|
321
|
+
minimum_tls_version=self.minimum_tls_version,
|
|
322
|
+
name=self.name,
|
|
323
|
+
private_endpoint_connections=self.private_endpoint_connections,
|
|
324
|
+
provisioning_state=self.provisioning_state,
|
|
325
|
+
public_network_access=self.public_network_access,
|
|
326
|
+
service_bus_endpoint=self.service_bus_endpoint,
|
|
327
|
+
sku=self.sku,
|
|
328
|
+
status=self.status,
|
|
329
|
+
system_data=self.system_data,
|
|
330
|
+
tags=self.tags,
|
|
331
|
+
type=self.type,
|
|
332
|
+
updated_at=self.updated_at,
|
|
333
|
+
zone_redundant=self.zone_redundant)
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
def get_namespace(namespace_name: Optional[str] = None,
|
|
337
|
+
resource_group_name: Optional[str] = None,
|
|
338
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetNamespaceResult:
|
|
339
|
+
"""
|
|
340
|
+
Gets the description of the specified namespace.
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
:param str namespace_name: The Namespace name
|
|
344
|
+
:param str resource_group_name: Name of the resource group within the azure subscription.
|
|
345
|
+
"""
|
|
346
|
+
__args__ = dict()
|
|
347
|
+
__args__['namespaceName'] = namespace_name
|
|
348
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
349
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
350
|
+
__ret__ = pulumi.runtime.invoke('azure-native:eventhub/v20240101:getNamespace', __args__, opts=opts, typ=GetNamespaceResult).value
|
|
351
|
+
|
|
352
|
+
return AwaitableGetNamespaceResult(
|
|
353
|
+
alternate_name=pulumi.get(__ret__, 'alternate_name'),
|
|
354
|
+
cluster_arm_id=pulumi.get(__ret__, 'cluster_arm_id'),
|
|
355
|
+
created_at=pulumi.get(__ret__, 'created_at'),
|
|
356
|
+
disable_local_auth=pulumi.get(__ret__, 'disable_local_auth'),
|
|
357
|
+
encryption=pulumi.get(__ret__, 'encryption'),
|
|
358
|
+
id=pulumi.get(__ret__, 'id'),
|
|
359
|
+
identity=pulumi.get(__ret__, 'identity'),
|
|
360
|
+
is_auto_inflate_enabled=pulumi.get(__ret__, 'is_auto_inflate_enabled'),
|
|
361
|
+
kafka_enabled=pulumi.get(__ret__, 'kafka_enabled'),
|
|
362
|
+
location=pulumi.get(__ret__, 'location'),
|
|
363
|
+
maximum_throughput_units=pulumi.get(__ret__, 'maximum_throughput_units'),
|
|
364
|
+
metric_id=pulumi.get(__ret__, 'metric_id'),
|
|
365
|
+
minimum_tls_version=pulumi.get(__ret__, 'minimum_tls_version'),
|
|
366
|
+
name=pulumi.get(__ret__, 'name'),
|
|
367
|
+
private_endpoint_connections=pulumi.get(__ret__, 'private_endpoint_connections'),
|
|
368
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
369
|
+
public_network_access=pulumi.get(__ret__, 'public_network_access'),
|
|
370
|
+
service_bus_endpoint=pulumi.get(__ret__, 'service_bus_endpoint'),
|
|
371
|
+
sku=pulumi.get(__ret__, 'sku'),
|
|
372
|
+
status=pulumi.get(__ret__, 'status'),
|
|
373
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
374
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
375
|
+
type=pulumi.get(__ret__, 'type'),
|
|
376
|
+
updated_at=pulumi.get(__ret__, 'updated_at'),
|
|
377
|
+
zone_redundant=pulumi.get(__ret__, 'zone_redundant'))
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
@_utilities.lift_output_func(get_namespace)
|
|
381
|
+
def get_namespace_output(namespace_name: Optional[pulumi.Input[str]] = None,
|
|
382
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
383
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetNamespaceResult]:
|
|
384
|
+
"""
|
|
385
|
+
Gets the description of the specified namespace.
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
:param str namespace_name: The Namespace name
|
|
389
|
+
:param str resource_group_name: Name of the resource group within the azure subscription.
|
|
390
|
+
"""
|
|
391
|
+
...
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetNamespaceAuthorizationRuleResult',
|
|
15
|
+
'AwaitableGetNamespaceAuthorizationRuleResult',
|
|
16
|
+
'get_namespace_authorization_rule',
|
|
17
|
+
'get_namespace_authorization_rule_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetNamespaceAuthorizationRuleResult:
|
|
22
|
+
"""
|
|
23
|
+
Single item in a List or Get AuthorizationRule operation
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, id=None, location=None, name=None, rights=None, system_data=None, type=None):
|
|
26
|
+
if id and not isinstance(id, str):
|
|
27
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
28
|
+
pulumi.set(__self__, "id", id)
|
|
29
|
+
if location and not isinstance(location, str):
|
|
30
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
31
|
+
pulumi.set(__self__, "location", location)
|
|
32
|
+
if name and not isinstance(name, str):
|
|
33
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
34
|
+
pulumi.set(__self__, "name", name)
|
|
35
|
+
if rights and not isinstance(rights, list):
|
|
36
|
+
raise TypeError("Expected argument 'rights' to be a list")
|
|
37
|
+
pulumi.set(__self__, "rights", rights)
|
|
38
|
+
if system_data and not isinstance(system_data, dict):
|
|
39
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
40
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
41
|
+
if type and not isinstance(type, str):
|
|
42
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
43
|
+
pulumi.set(__self__, "type", type)
|
|
44
|
+
|
|
45
|
+
@property
|
|
46
|
+
@pulumi.getter
|
|
47
|
+
def id(self) -> str:
|
|
48
|
+
"""
|
|
49
|
+
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
50
|
+
"""
|
|
51
|
+
return pulumi.get(self, "id")
|
|
52
|
+
|
|
53
|
+
@property
|
|
54
|
+
@pulumi.getter
|
|
55
|
+
def location(self) -> str:
|
|
56
|
+
"""
|
|
57
|
+
The geo-location where the resource lives
|
|
58
|
+
"""
|
|
59
|
+
return pulumi.get(self, "location")
|
|
60
|
+
|
|
61
|
+
@property
|
|
62
|
+
@pulumi.getter
|
|
63
|
+
def name(self) -> str:
|
|
64
|
+
"""
|
|
65
|
+
The name of the resource
|
|
66
|
+
"""
|
|
67
|
+
return pulumi.get(self, "name")
|
|
68
|
+
|
|
69
|
+
@property
|
|
70
|
+
@pulumi.getter
|
|
71
|
+
def rights(self) -> Sequence[str]:
|
|
72
|
+
"""
|
|
73
|
+
The rights associated with the rule.
|
|
74
|
+
"""
|
|
75
|
+
return pulumi.get(self, "rights")
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter(name="systemData")
|
|
79
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
80
|
+
"""
|
|
81
|
+
The system meta data relating to this resource.
|
|
82
|
+
"""
|
|
83
|
+
return pulumi.get(self, "system_data")
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
@pulumi.getter
|
|
87
|
+
def type(self) -> str:
|
|
88
|
+
"""
|
|
89
|
+
The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"
|
|
90
|
+
"""
|
|
91
|
+
return pulumi.get(self, "type")
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
class AwaitableGetNamespaceAuthorizationRuleResult(GetNamespaceAuthorizationRuleResult):
|
|
95
|
+
# pylint: disable=using-constant-test
|
|
96
|
+
def __await__(self):
|
|
97
|
+
if False:
|
|
98
|
+
yield self
|
|
99
|
+
return GetNamespaceAuthorizationRuleResult(
|
|
100
|
+
id=self.id,
|
|
101
|
+
location=self.location,
|
|
102
|
+
name=self.name,
|
|
103
|
+
rights=self.rights,
|
|
104
|
+
system_data=self.system_data,
|
|
105
|
+
type=self.type)
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
def get_namespace_authorization_rule(authorization_rule_name: Optional[str] = None,
|
|
109
|
+
namespace_name: Optional[str] = None,
|
|
110
|
+
resource_group_name: Optional[str] = None,
|
|
111
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetNamespaceAuthorizationRuleResult:
|
|
112
|
+
"""
|
|
113
|
+
Gets an AuthorizationRule for a Namespace by rule name.
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
:param str authorization_rule_name: The authorization rule name.
|
|
117
|
+
:param str namespace_name: The Namespace name
|
|
118
|
+
:param str resource_group_name: Name of the resource group within the azure subscription.
|
|
119
|
+
"""
|
|
120
|
+
__args__ = dict()
|
|
121
|
+
__args__['authorizationRuleName'] = authorization_rule_name
|
|
122
|
+
__args__['namespaceName'] = namespace_name
|
|
123
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
124
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
125
|
+
__ret__ = pulumi.runtime.invoke('azure-native:eventhub/v20240101:getNamespaceAuthorizationRule', __args__, opts=opts, typ=GetNamespaceAuthorizationRuleResult).value
|
|
126
|
+
|
|
127
|
+
return AwaitableGetNamespaceAuthorizationRuleResult(
|
|
128
|
+
id=pulumi.get(__ret__, 'id'),
|
|
129
|
+
location=pulumi.get(__ret__, 'location'),
|
|
130
|
+
name=pulumi.get(__ret__, 'name'),
|
|
131
|
+
rights=pulumi.get(__ret__, 'rights'),
|
|
132
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
133
|
+
type=pulumi.get(__ret__, 'type'))
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
@_utilities.lift_output_func(get_namespace_authorization_rule)
|
|
137
|
+
def get_namespace_authorization_rule_output(authorization_rule_name: Optional[pulumi.Input[str]] = None,
|
|
138
|
+
namespace_name: Optional[pulumi.Input[str]] = None,
|
|
139
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
140
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetNamespaceAuthorizationRuleResult]:
|
|
141
|
+
"""
|
|
142
|
+
Gets an AuthorizationRule for a Namespace by rule name.
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
:param str authorization_rule_name: The authorization rule name.
|
|
146
|
+
:param str namespace_name: The Namespace name
|
|
147
|
+
:param str resource_group_name: Name of the resource group within the azure subscription.
|
|
148
|
+
"""
|
|
149
|
+
...
|