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,352 @@
|
|
|
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
|
+
from ._enums import *
|
|
13
|
+
from ._inputs import *
|
|
14
|
+
|
|
15
|
+
__all__ = ['IotConnectorArgs', 'IotConnector']
|
|
16
|
+
|
|
17
|
+
@pulumi.input_type
|
|
18
|
+
class IotConnectorArgs:
|
|
19
|
+
def __init__(__self__, *,
|
|
20
|
+
resource_group_name: pulumi.Input[str],
|
|
21
|
+
workspace_name: pulumi.Input[str],
|
|
22
|
+
device_mapping: Optional[pulumi.Input['IotMappingPropertiesArgs']] = None,
|
|
23
|
+
identity: Optional[pulumi.Input['ServiceManagedIdentityIdentityArgs']] = None,
|
|
24
|
+
ingestion_endpoint_configuration: Optional[pulumi.Input['IotEventHubIngestionEndpointConfigurationArgs']] = None,
|
|
25
|
+
iot_connector_name: Optional[pulumi.Input[str]] = None,
|
|
26
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
27
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
28
|
+
"""
|
|
29
|
+
The set of arguments for constructing a IotConnector resource.
|
|
30
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group that contains the service instance.
|
|
31
|
+
:param pulumi.Input[str] workspace_name: The name of workspace resource.
|
|
32
|
+
:param pulumi.Input['IotMappingPropertiesArgs'] device_mapping: Device Mappings.
|
|
33
|
+
:param pulumi.Input['ServiceManagedIdentityIdentityArgs'] identity: Setting indicating whether the service has a managed identity associated with it.
|
|
34
|
+
:param pulumi.Input['IotEventHubIngestionEndpointConfigurationArgs'] ingestion_endpoint_configuration: Source configuration.
|
|
35
|
+
:param pulumi.Input[str] iot_connector_name: The name of IoT Connector resource.
|
|
36
|
+
:param pulumi.Input[str] location: The resource location.
|
|
37
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
38
|
+
"""
|
|
39
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
40
|
+
pulumi.set(__self__, "workspace_name", workspace_name)
|
|
41
|
+
if device_mapping is not None:
|
|
42
|
+
pulumi.set(__self__, "device_mapping", device_mapping)
|
|
43
|
+
if identity is not None:
|
|
44
|
+
pulumi.set(__self__, "identity", identity)
|
|
45
|
+
if ingestion_endpoint_configuration is not None:
|
|
46
|
+
pulumi.set(__self__, "ingestion_endpoint_configuration", ingestion_endpoint_configuration)
|
|
47
|
+
if iot_connector_name is not None:
|
|
48
|
+
pulumi.set(__self__, "iot_connector_name", iot_connector_name)
|
|
49
|
+
if location is not None:
|
|
50
|
+
pulumi.set(__self__, "location", location)
|
|
51
|
+
if tags is not None:
|
|
52
|
+
pulumi.set(__self__, "tags", tags)
|
|
53
|
+
|
|
54
|
+
@property
|
|
55
|
+
@pulumi.getter(name="resourceGroupName")
|
|
56
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
57
|
+
"""
|
|
58
|
+
The name of the resource group that contains the service instance.
|
|
59
|
+
"""
|
|
60
|
+
return pulumi.get(self, "resource_group_name")
|
|
61
|
+
|
|
62
|
+
@resource_group_name.setter
|
|
63
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
64
|
+
pulumi.set(self, "resource_group_name", value)
|
|
65
|
+
|
|
66
|
+
@property
|
|
67
|
+
@pulumi.getter(name="workspaceName")
|
|
68
|
+
def workspace_name(self) -> pulumi.Input[str]:
|
|
69
|
+
"""
|
|
70
|
+
The name of workspace resource.
|
|
71
|
+
"""
|
|
72
|
+
return pulumi.get(self, "workspace_name")
|
|
73
|
+
|
|
74
|
+
@workspace_name.setter
|
|
75
|
+
def workspace_name(self, value: pulumi.Input[str]):
|
|
76
|
+
pulumi.set(self, "workspace_name", value)
|
|
77
|
+
|
|
78
|
+
@property
|
|
79
|
+
@pulumi.getter(name="deviceMapping")
|
|
80
|
+
def device_mapping(self) -> Optional[pulumi.Input['IotMappingPropertiesArgs']]:
|
|
81
|
+
"""
|
|
82
|
+
Device Mappings.
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "device_mapping")
|
|
85
|
+
|
|
86
|
+
@device_mapping.setter
|
|
87
|
+
def device_mapping(self, value: Optional[pulumi.Input['IotMappingPropertiesArgs']]):
|
|
88
|
+
pulumi.set(self, "device_mapping", value)
|
|
89
|
+
|
|
90
|
+
@property
|
|
91
|
+
@pulumi.getter
|
|
92
|
+
def identity(self) -> Optional[pulumi.Input['ServiceManagedIdentityIdentityArgs']]:
|
|
93
|
+
"""
|
|
94
|
+
Setting indicating whether the service has a managed identity associated with it.
|
|
95
|
+
"""
|
|
96
|
+
return pulumi.get(self, "identity")
|
|
97
|
+
|
|
98
|
+
@identity.setter
|
|
99
|
+
def identity(self, value: Optional[pulumi.Input['ServiceManagedIdentityIdentityArgs']]):
|
|
100
|
+
pulumi.set(self, "identity", value)
|
|
101
|
+
|
|
102
|
+
@property
|
|
103
|
+
@pulumi.getter(name="ingestionEndpointConfiguration")
|
|
104
|
+
def ingestion_endpoint_configuration(self) -> Optional[pulumi.Input['IotEventHubIngestionEndpointConfigurationArgs']]:
|
|
105
|
+
"""
|
|
106
|
+
Source configuration.
|
|
107
|
+
"""
|
|
108
|
+
return pulumi.get(self, "ingestion_endpoint_configuration")
|
|
109
|
+
|
|
110
|
+
@ingestion_endpoint_configuration.setter
|
|
111
|
+
def ingestion_endpoint_configuration(self, value: Optional[pulumi.Input['IotEventHubIngestionEndpointConfigurationArgs']]):
|
|
112
|
+
pulumi.set(self, "ingestion_endpoint_configuration", value)
|
|
113
|
+
|
|
114
|
+
@property
|
|
115
|
+
@pulumi.getter(name="iotConnectorName")
|
|
116
|
+
def iot_connector_name(self) -> Optional[pulumi.Input[str]]:
|
|
117
|
+
"""
|
|
118
|
+
The name of IoT Connector resource.
|
|
119
|
+
"""
|
|
120
|
+
return pulumi.get(self, "iot_connector_name")
|
|
121
|
+
|
|
122
|
+
@iot_connector_name.setter
|
|
123
|
+
def iot_connector_name(self, value: Optional[pulumi.Input[str]]):
|
|
124
|
+
pulumi.set(self, "iot_connector_name", value)
|
|
125
|
+
|
|
126
|
+
@property
|
|
127
|
+
@pulumi.getter
|
|
128
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
|
129
|
+
"""
|
|
130
|
+
The resource location.
|
|
131
|
+
"""
|
|
132
|
+
return pulumi.get(self, "location")
|
|
133
|
+
|
|
134
|
+
@location.setter
|
|
135
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
|
136
|
+
pulumi.set(self, "location", value)
|
|
137
|
+
|
|
138
|
+
@property
|
|
139
|
+
@pulumi.getter
|
|
140
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
141
|
+
"""
|
|
142
|
+
Resource tags.
|
|
143
|
+
"""
|
|
144
|
+
return pulumi.get(self, "tags")
|
|
145
|
+
|
|
146
|
+
@tags.setter
|
|
147
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
148
|
+
pulumi.set(self, "tags", value)
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
class IotConnector(pulumi.CustomResource):
|
|
152
|
+
@overload
|
|
153
|
+
def __init__(__self__,
|
|
154
|
+
resource_name: str,
|
|
155
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
156
|
+
device_mapping: Optional[pulumi.Input[pulumi.InputType['IotMappingPropertiesArgs']]] = None,
|
|
157
|
+
identity: Optional[pulumi.Input[pulumi.InputType['ServiceManagedIdentityIdentityArgs']]] = None,
|
|
158
|
+
ingestion_endpoint_configuration: Optional[pulumi.Input[pulumi.InputType['IotEventHubIngestionEndpointConfigurationArgs']]] = None,
|
|
159
|
+
iot_connector_name: Optional[pulumi.Input[str]] = None,
|
|
160
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
161
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
162
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
163
|
+
workspace_name: Optional[pulumi.Input[str]] = None,
|
|
164
|
+
__props__=None):
|
|
165
|
+
"""
|
|
166
|
+
IoT Connector definition.
|
|
167
|
+
|
|
168
|
+
:param str resource_name: The name of the resource.
|
|
169
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
170
|
+
:param pulumi.Input[pulumi.InputType['IotMappingPropertiesArgs']] device_mapping: Device Mappings.
|
|
171
|
+
:param pulumi.Input[pulumi.InputType['ServiceManagedIdentityIdentityArgs']] identity: Setting indicating whether the service has a managed identity associated with it.
|
|
172
|
+
:param pulumi.Input[pulumi.InputType['IotEventHubIngestionEndpointConfigurationArgs']] ingestion_endpoint_configuration: Source configuration.
|
|
173
|
+
:param pulumi.Input[str] iot_connector_name: The name of IoT Connector resource.
|
|
174
|
+
:param pulumi.Input[str] location: The resource location.
|
|
175
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group that contains the service instance.
|
|
176
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
177
|
+
:param pulumi.Input[str] workspace_name: The name of workspace resource.
|
|
178
|
+
"""
|
|
179
|
+
...
|
|
180
|
+
@overload
|
|
181
|
+
def __init__(__self__,
|
|
182
|
+
resource_name: str,
|
|
183
|
+
args: IotConnectorArgs,
|
|
184
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
185
|
+
"""
|
|
186
|
+
IoT Connector definition.
|
|
187
|
+
|
|
188
|
+
:param str resource_name: The name of the resource.
|
|
189
|
+
:param IotConnectorArgs args: The arguments to use to populate this resource's properties.
|
|
190
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
191
|
+
"""
|
|
192
|
+
...
|
|
193
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
194
|
+
resource_args, opts = _utilities.get_resource_args_opts(IotConnectorArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
195
|
+
if resource_args is not None:
|
|
196
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
197
|
+
else:
|
|
198
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
199
|
+
|
|
200
|
+
def _internal_init(__self__,
|
|
201
|
+
resource_name: str,
|
|
202
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
203
|
+
device_mapping: Optional[pulumi.Input[pulumi.InputType['IotMappingPropertiesArgs']]] = None,
|
|
204
|
+
identity: Optional[pulumi.Input[pulumi.InputType['ServiceManagedIdentityIdentityArgs']]] = None,
|
|
205
|
+
ingestion_endpoint_configuration: Optional[pulumi.Input[pulumi.InputType['IotEventHubIngestionEndpointConfigurationArgs']]] = None,
|
|
206
|
+
iot_connector_name: Optional[pulumi.Input[str]] = None,
|
|
207
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
208
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
209
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
210
|
+
workspace_name: Optional[pulumi.Input[str]] = None,
|
|
211
|
+
__props__=None):
|
|
212
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
213
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
214
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
215
|
+
if opts.id is None:
|
|
216
|
+
if __props__ is not None:
|
|
217
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
218
|
+
__props__ = IotConnectorArgs.__new__(IotConnectorArgs)
|
|
219
|
+
|
|
220
|
+
__props__.__dict__["device_mapping"] = device_mapping
|
|
221
|
+
__props__.__dict__["identity"] = identity
|
|
222
|
+
__props__.__dict__["ingestion_endpoint_configuration"] = ingestion_endpoint_configuration
|
|
223
|
+
__props__.__dict__["iot_connector_name"] = iot_connector_name
|
|
224
|
+
__props__.__dict__["location"] = location
|
|
225
|
+
if resource_group_name is None and not opts.urn:
|
|
226
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
227
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
228
|
+
__props__.__dict__["tags"] = tags
|
|
229
|
+
if workspace_name is None and not opts.urn:
|
|
230
|
+
raise TypeError("Missing required property 'workspace_name'")
|
|
231
|
+
__props__.__dict__["workspace_name"] = workspace_name
|
|
232
|
+
__props__.__dict__["etag"] = None
|
|
233
|
+
__props__.__dict__["name"] = None
|
|
234
|
+
__props__.__dict__["provisioning_state"] = None
|
|
235
|
+
__props__.__dict__["system_data"] = None
|
|
236
|
+
__props__.__dict__["type"] = None
|
|
237
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:healthcareapis:IotConnector"), pulumi.Alias(type_="azure-native:healthcareapis/v20210601preview:IotConnector"), pulumi.Alias(type_="azure-native:healthcareapis/v20211101:IotConnector"), pulumi.Alias(type_="azure-native:healthcareapis/v20220131preview:IotConnector"), pulumi.Alias(type_="azure-native:healthcareapis/v20220515:IotConnector"), pulumi.Alias(type_="azure-native:healthcareapis/v20220601:IotConnector"), pulumi.Alias(type_="azure-native:healthcareapis/v20221001preview:IotConnector"), pulumi.Alias(type_="azure-native:healthcareapis/v20221201:IotConnector"), pulumi.Alias(type_="azure-native:healthcareapis/v20230228:IotConnector"), pulumi.Alias(type_="azure-native:healthcareapis/v20230906:IotConnector")])
|
|
238
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
239
|
+
super(IotConnector, __self__).__init__(
|
|
240
|
+
'azure-native:healthcareapis/v20231101:IotConnector',
|
|
241
|
+
resource_name,
|
|
242
|
+
__props__,
|
|
243
|
+
opts)
|
|
244
|
+
|
|
245
|
+
@staticmethod
|
|
246
|
+
def get(resource_name: str,
|
|
247
|
+
id: pulumi.Input[str],
|
|
248
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'IotConnector':
|
|
249
|
+
"""
|
|
250
|
+
Get an existing IotConnector resource's state with the given name, id, and optional extra
|
|
251
|
+
properties used to qualify the lookup.
|
|
252
|
+
|
|
253
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
254
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
255
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
256
|
+
"""
|
|
257
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
258
|
+
|
|
259
|
+
__props__ = IotConnectorArgs.__new__(IotConnectorArgs)
|
|
260
|
+
|
|
261
|
+
__props__.__dict__["device_mapping"] = None
|
|
262
|
+
__props__.__dict__["etag"] = None
|
|
263
|
+
__props__.__dict__["identity"] = None
|
|
264
|
+
__props__.__dict__["ingestion_endpoint_configuration"] = None
|
|
265
|
+
__props__.__dict__["location"] = None
|
|
266
|
+
__props__.__dict__["name"] = None
|
|
267
|
+
__props__.__dict__["provisioning_state"] = None
|
|
268
|
+
__props__.__dict__["system_data"] = None
|
|
269
|
+
__props__.__dict__["tags"] = None
|
|
270
|
+
__props__.__dict__["type"] = None
|
|
271
|
+
return IotConnector(resource_name, opts=opts, __props__=__props__)
|
|
272
|
+
|
|
273
|
+
@property
|
|
274
|
+
@pulumi.getter(name="deviceMapping")
|
|
275
|
+
def device_mapping(self) -> pulumi.Output[Optional['outputs.IotMappingPropertiesResponse']]:
|
|
276
|
+
"""
|
|
277
|
+
Device Mappings.
|
|
278
|
+
"""
|
|
279
|
+
return pulumi.get(self, "device_mapping")
|
|
280
|
+
|
|
281
|
+
@property
|
|
282
|
+
@pulumi.getter
|
|
283
|
+
def etag(self) -> pulumi.Output[Optional[str]]:
|
|
284
|
+
"""
|
|
285
|
+
An etag associated with the resource, used for optimistic concurrency when editing it.
|
|
286
|
+
"""
|
|
287
|
+
return pulumi.get(self, "etag")
|
|
288
|
+
|
|
289
|
+
@property
|
|
290
|
+
@pulumi.getter
|
|
291
|
+
def identity(self) -> pulumi.Output[Optional['outputs.ServiceManagedIdentityResponseIdentity']]:
|
|
292
|
+
"""
|
|
293
|
+
Setting indicating whether the service has a managed identity associated with it.
|
|
294
|
+
"""
|
|
295
|
+
return pulumi.get(self, "identity")
|
|
296
|
+
|
|
297
|
+
@property
|
|
298
|
+
@pulumi.getter(name="ingestionEndpointConfiguration")
|
|
299
|
+
def ingestion_endpoint_configuration(self) -> pulumi.Output[Optional['outputs.IotEventHubIngestionEndpointConfigurationResponse']]:
|
|
300
|
+
"""
|
|
301
|
+
Source configuration.
|
|
302
|
+
"""
|
|
303
|
+
return pulumi.get(self, "ingestion_endpoint_configuration")
|
|
304
|
+
|
|
305
|
+
@property
|
|
306
|
+
@pulumi.getter
|
|
307
|
+
def location(self) -> pulumi.Output[Optional[str]]:
|
|
308
|
+
"""
|
|
309
|
+
The resource location.
|
|
310
|
+
"""
|
|
311
|
+
return pulumi.get(self, "location")
|
|
312
|
+
|
|
313
|
+
@property
|
|
314
|
+
@pulumi.getter
|
|
315
|
+
def name(self) -> pulumi.Output[str]:
|
|
316
|
+
"""
|
|
317
|
+
The resource name.
|
|
318
|
+
"""
|
|
319
|
+
return pulumi.get(self, "name")
|
|
320
|
+
|
|
321
|
+
@property
|
|
322
|
+
@pulumi.getter(name="provisioningState")
|
|
323
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
324
|
+
"""
|
|
325
|
+
The provisioning state.
|
|
326
|
+
"""
|
|
327
|
+
return pulumi.get(self, "provisioning_state")
|
|
328
|
+
|
|
329
|
+
@property
|
|
330
|
+
@pulumi.getter(name="systemData")
|
|
331
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
332
|
+
"""
|
|
333
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
334
|
+
"""
|
|
335
|
+
return pulumi.get(self, "system_data")
|
|
336
|
+
|
|
337
|
+
@property
|
|
338
|
+
@pulumi.getter
|
|
339
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
340
|
+
"""
|
|
341
|
+
Resource tags.
|
|
342
|
+
"""
|
|
343
|
+
return pulumi.get(self, "tags")
|
|
344
|
+
|
|
345
|
+
@property
|
|
346
|
+
@pulumi.getter
|
|
347
|
+
def type(self) -> pulumi.Output[str]:
|
|
348
|
+
"""
|
|
349
|
+
The resource type.
|
|
350
|
+
"""
|
|
351
|
+
return pulumi.get(self, "type")
|
|
352
|
+
|