pulumi-azure-native 2.79.0a1734639794__py3-none-any.whl → 2.80.0__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.

Files changed (172) hide show
  1. pulumi_azure_native/__init__.py +58 -0
  2. pulumi_azure_native/azurefleet/_enums.py +2 -2
  3. pulumi_azure_native/azurefleet/_inputs.py +71 -71
  4. pulumi_azure_native/azurefleet/outputs.py +42 -42
  5. pulumi_azure_native/azurefleet/v20231101preview/_enums.py +2 -2
  6. pulumi_azure_native/azurefleet/v20231101preview/_inputs.py +71 -71
  7. pulumi_azure_native/azurefleet/v20231101preview/outputs.py +42 -42
  8. pulumi_azure_native/azurefleet/v20240501preview/_enums.py +2 -2
  9. pulumi_azure_native/azurefleet/v20240501preview/_inputs.py +71 -71
  10. pulumi_azure_native/azurefleet/v20240501preview/outputs.py +42 -42
  11. pulumi_azure_native/azurefleet/v20241101/_enums.py +2 -2
  12. pulumi_azure_native/azurefleet/v20241101/_inputs.py +71 -71
  13. pulumi_azure_native/azurefleet/v20241101/outputs.py +42 -42
  14. pulumi_azure_native/azurestackhci/v20240201preview/_inputs.py +3 -3
  15. pulumi_azure_native/azurestackhci/v20240201preview/outputs.py +2 -2
  16. pulumi_azure_native/azurestackhci/v20240501preview/_inputs.py +3 -3
  17. pulumi_azure_native/azurestackhci/v20240501preview/outputs.py +2 -2
  18. pulumi_azure_native/azurestackhci/v20240801preview/_inputs.py +3 -3
  19. pulumi_azure_native/azurestackhci/v20240801preview/outputs.py +2 -2
  20. pulumi_azure_native/compute/__init__.py +3 -0
  21. pulumi_azure_native/compute/cloud_service.py +5 -1
  22. pulumi_azure_native/compute/get_cloud_service.py +4 -0
  23. pulumi_azure_native/compute/v20220904/cloud_service.py +1 -1
  24. pulumi_azure_native/compute/v20241104/__init__.py +12 -0
  25. pulumi_azure_native/compute/v20241104/_enums.py +31 -0
  26. pulumi_azure_native/compute/v20241104/_inputs.py +1324 -0
  27. pulumi_azure_native/compute/v20241104/cloud_service.py +287 -0
  28. pulumi_azure_native/compute/v20241104/get_cloud_service.py +185 -0
  29. pulumi_azure_native/compute/v20241104/outputs.py +1082 -0
  30. pulumi_azure_native/confluent/__init__.py +3 -0
  31. pulumi_azure_native/confluent/get_organization.py +2 -2
  32. pulumi_azure_native/confluent/list_access_clusters.py +2 -2
  33. pulumi_azure_native/confluent/list_access_environments.py +2 -2
  34. pulumi_azure_native/confluent/list_access_invitations.py +2 -2
  35. pulumi_azure_native/confluent/list_access_role_binding_name.py +4 -0
  36. pulumi_azure_native/confluent/list_access_role_bindings.py +2 -2
  37. pulumi_azure_native/confluent/list_access_service_accounts.py +2 -2
  38. pulumi_azure_native/confluent/list_access_users.py +2 -2
  39. pulumi_azure_native/confluent/list_organization_regions.py +4 -0
  40. pulumi_azure_native/confluent/organization.py +3 -3
  41. pulumi_azure_native/confluent/v20200301preview/organization.py +1 -1
  42. pulumi_azure_native/confluent/v20211201/organization.py +1 -1
  43. pulumi_azure_native/confluent/v20230822/organization.py +1 -1
  44. pulumi_azure_native/confluent/v20240213/organization.py +1 -1
  45. pulumi_azure_native/confluent/v20240701/__init__.py +28 -0
  46. pulumi_azure_native/confluent/v20240701/_enums.py +108 -0
  47. pulumi_azure_native/confluent/v20240701/_inputs.py +3187 -0
  48. pulumi_azure_native/confluent/v20240701/connector.py +319 -0
  49. pulumi_azure_native/confluent/v20240701/get_connector.py +189 -0
  50. pulumi_azure_native/confluent/v20240701/get_organization.py +241 -0
  51. pulumi_azure_native/confluent/v20240701/get_organization_cluster_by_id.py +183 -0
  52. pulumi_azure_native/confluent/v20240701/get_organization_environment_by_id.py +163 -0
  53. pulumi_azure_native/confluent/v20240701/get_topic.py +259 -0
  54. pulumi_azure_native/confluent/v20240701/list_access_clusters.py +121 -0
  55. pulumi_azure_native/confluent/v20240701/list_access_environments.py +121 -0
  56. pulumi_azure_native/confluent/v20240701/list_access_invitations.py +121 -0
  57. pulumi_azure_native/confluent/v20240701/list_access_role_binding_name.py +121 -0
  58. pulumi_azure_native/confluent/v20240701/list_access_role_bindings.py +121 -0
  59. pulumi_azure_native/confluent/v20240701/list_access_service_accounts.py +121 -0
  60. pulumi_azure_native/confluent/v20240701/list_access_users.py +121 -0
  61. pulumi_azure_native/confluent/v20240701/list_organization_regions.py +93 -0
  62. pulumi_azure_native/confluent/v20240701/organization.py +349 -0
  63. pulumi_azure_native/confluent/v20240701/organization_cluster_by_id.py +375 -0
  64. pulumi_azure_native/confluent/v20240701/organization_environment_by_id.py +325 -0
  65. pulumi_azure_native/confluent/v20240701/outputs.py +3590 -0
  66. pulumi_azure_native/confluent/v20240701/topic.py +482 -0
  67. pulumi_azure_native/datadog/__init__.py +7 -0
  68. pulumi_azure_native/datadog/get_billing_info.py +103 -0
  69. pulumi_azure_native/datadog/get_monitor.py +2 -2
  70. pulumi_azure_native/datadog/get_monitor_default_key.py +2 -2
  71. pulumi_azure_native/datadog/get_monitored_subscription.py +4 -0
  72. pulumi_azure_native/datadog/list_monitor_api_keys.py +2 -2
  73. pulumi_azure_native/datadog/list_monitor_hosts.py +2 -2
  74. pulumi_azure_native/datadog/list_monitor_linked_resources.py +2 -2
  75. pulumi_azure_native/datadog/list_monitor_monitored_resources.py +2 -2
  76. pulumi_azure_native/datadog/monitor.py +3 -3
  77. pulumi_azure_native/datadog/monitored_subscription.py +5 -1
  78. pulumi_azure_native/datadog/outputs.py +120 -0
  79. pulumi_azure_native/datadog/v20220601/monitor.py +1 -1
  80. pulumi_azure_native/datadog/v20220801/monitor.py +1 -1
  81. pulumi_azure_native/datadog/v20230101/_inputs.py +3 -3
  82. pulumi_azure_native/datadog/v20230101/monitor.py +1 -1
  83. pulumi_azure_native/datadog/v20230101/monitored_subscription.py +1 -1
  84. pulumi_azure_native/datadog/v20230101/outputs.py +2 -2
  85. pulumi_azure_native/datadog/v20230707/__init__.py +19 -0
  86. pulumi_azure_native/datadog/v20230707/_enums.py +58 -0
  87. pulumi_azure_native/datadog/v20230707/_inputs.py +911 -0
  88. pulumi_azure_native/datadog/v20230707/get_monitor.py +182 -0
  89. pulumi_azure_native/datadog/v20230707/get_monitor_default_key.py +123 -0
  90. pulumi_azure_native/datadog/v20230707/get_monitored_subscription.py +135 -0
  91. pulumi_azure_native/datadog/v20230707/list_monitor_api_keys.py +101 -0
  92. pulumi_azure_native/datadog/v20230707/list_monitor_hosts.py +101 -0
  93. pulumi_azure_native/datadog/v20230707/list_monitor_linked_resources.py +101 -0
  94. pulumi_azure_native/datadog/v20230707/list_monitor_monitored_resources.py +101 -0
  95. pulumi_azure_native/datadog/v20230707/monitor.py +282 -0
  96. pulumi_azure_native/datadog/v20230707/monitored_subscription.py +211 -0
  97. pulumi_azure_native/datadog/v20230707/outputs.py +1125 -0
  98. pulumi_azure_native/datadog/v20231020/__init__.py +20 -0
  99. pulumi_azure_native/datadog/v20231020/_enums.py +58 -0
  100. pulumi_azure_native/datadog/v20231020/_inputs.py +911 -0
  101. pulumi_azure_native/datadog/v20231020/get_billing_info.py +101 -0
  102. pulumi_azure_native/datadog/v20231020/get_monitor.py +182 -0
  103. pulumi_azure_native/datadog/v20231020/get_monitor_default_key.py +123 -0
  104. pulumi_azure_native/datadog/v20231020/get_monitored_subscription.py +135 -0
  105. pulumi_azure_native/datadog/v20231020/list_monitor_api_keys.py +101 -0
  106. pulumi_azure_native/datadog/v20231020/list_monitor_hosts.py +101 -0
  107. pulumi_azure_native/datadog/v20231020/list_monitor_linked_resources.py +101 -0
  108. pulumi_azure_native/datadog/v20231020/list_monitor_monitored_resources.py +101 -0
  109. pulumi_azure_native/datadog/v20231020/monitor.py +282 -0
  110. pulumi_azure_native/datadog/v20231020/monitored_subscription.py +211 -0
  111. pulumi_azure_native/datadog/v20231020/outputs.py +1257 -0
  112. pulumi_azure_native/datafactory/_inputs.py +6 -6
  113. pulumi_azure_native/datafactory/outputs.py +4 -4
  114. pulumi_azure_native/datafactory/v20180601/_inputs.py +6 -6
  115. pulumi_azure_native/datafactory/v20180601/outputs.py +4 -4
  116. pulumi_azure_native/pulumi-plugin.json +1 -1
  117. pulumi_azure_native/quota/__init__.py +3 -0
  118. pulumi_azure_native/quota/get_group_quota.py +2 -2
  119. pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
  120. pulumi_azure_native/quota/group_quota.py +3 -3
  121. pulumi_azure_native/quota/group_quota_subscription.py +3 -3
  122. pulumi_azure_native/quota/v20230601preview/group_quota.py +1 -1
  123. pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +1 -1
  124. pulumi_azure_native/quota/v20241015preview/group_quota.py +1 -1
  125. pulumi_azure_native/quota/v20241015preview/group_quota_subscription.py +1 -1
  126. pulumi_azure_native/quota/v20241218preview/__init__.py +13 -0
  127. pulumi_azure_native/quota/v20241218preview/_inputs.py +55 -0
  128. pulumi_azure_native/quota/v20241218preview/get_group_quota.py +140 -0
  129. pulumi_azure_native/quota/v20241218preview/get_group_quota_subscription.py +140 -0
  130. pulumi_azure_native/quota/v20241218preview/group_quota.py +191 -0
  131. pulumi_azure_native/quota/v20241218preview/group_quota_subscription.py +177 -0
  132. pulumi_azure_native/quota/v20241218preview/outputs.py +230 -0
  133. pulumi_azure_native/servicenetworking/__init__.py +3 -0
  134. pulumi_azure_native/servicenetworking/associations_interface.py +3 -3
  135. pulumi_azure_native/servicenetworking/frontends_interface.py +3 -3
  136. pulumi_azure_native/servicenetworking/get_associations_interface.py +2 -2
  137. pulumi_azure_native/servicenetworking/get_frontends_interface.py +2 -2
  138. pulumi_azure_native/servicenetworking/get_security_policies_interface.py +4 -0
  139. pulumi_azure_native/servicenetworking/get_traffic_controller_interface.py +2 -2
  140. pulumi_azure_native/servicenetworking/security_policies_interface.py +5 -1
  141. pulumi_azure_native/servicenetworking/traffic_controller_interface.py +3 -3
  142. pulumi_azure_native/servicenetworking/v20221001preview/associations_interface.py +1 -1
  143. pulumi_azure_native/servicenetworking/v20221001preview/frontends_interface.py +1 -1
  144. pulumi_azure_native/servicenetworking/v20221001preview/traffic_controller_interface.py +1 -1
  145. pulumi_azure_native/servicenetworking/v20230501preview/associations_interface.py +1 -1
  146. pulumi_azure_native/servicenetworking/v20230501preview/frontends_interface.py +1 -1
  147. pulumi_azure_native/servicenetworking/v20230501preview/traffic_controller_interface.py +1 -1
  148. pulumi_azure_native/servicenetworking/v20231101/associations_interface.py +1 -1
  149. pulumi_azure_native/servicenetworking/v20231101/frontends_interface.py +1 -1
  150. pulumi_azure_native/servicenetworking/v20231101/traffic_controller_interface.py +1 -1
  151. pulumi_azure_native/servicenetworking/v20240501preview/associations_interface.py +1 -1
  152. pulumi_azure_native/servicenetworking/v20240501preview/frontends_interface.py +1 -1
  153. pulumi_azure_native/servicenetworking/v20240501preview/security_policies_interface.py +1 -1
  154. pulumi_azure_native/servicenetworking/v20240501preview/traffic_controller_interface.py +1 -1
  155. pulumi_azure_native/servicenetworking/v20250101/__init__.py +18 -0
  156. pulumi_azure_native/servicenetworking/v20250101/_enums.py +19 -0
  157. pulumi_azure_native/servicenetworking/v20250101/_inputs.py +171 -0
  158. pulumi_azure_native/servicenetworking/v20250101/associations_interface.py +319 -0
  159. pulumi_azure_native/servicenetworking/v20250101/frontends_interface.py +268 -0
  160. pulumi_azure_native/servicenetworking/v20250101/get_associations_interface.py +205 -0
  161. pulumi_azure_native/servicenetworking/v20250101/get_frontends_interface.py +191 -0
  162. pulumi_azure_native/servicenetworking/v20250101/get_security_policies_interface.py +205 -0
  163. pulumi_azure_native/servicenetworking/v20250101/get_traffic_controller_interface.py +241 -0
  164. pulumi_azure_native/servicenetworking/v20250101/outputs.py +265 -0
  165. pulumi_azure_native/servicenetworking/v20250101/security_policies_interface.py +298 -0
  166. pulumi_azure_native/servicenetworking/v20250101/traffic_controller_interface.py +307 -0
  167. pulumi_azure_native/workloads/v20240901/_inputs.py +10 -10
  168. pulumi_azure_native/workloads/v20240901/outputs.py +8 -8
  169. {pulumi_azure_native-2.79.0a1734639794.dist-info → pulumi_azure_native-2.80.0.dist-info}/METADATA +1 -1
  170. {pulumi_azure_native-2.79.0a1734639794.dist-info → pulumi_azure_native-2.80.0.dist-info}/RECORD +172 -97
  171. {pulumi_azure_native-2.79.0a1734639794.dist-info → pulumi_azure_native-2.80.0.dist-info}/WHEEL +0 -0
  172. {pulumi_azure_native-2.79.0a1734639794.dist-info → pulumi_azure_native-2.80.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1125 @@
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 sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+ from ._enums import *
18
+
19
+ __all__ = [
20
+ 'DatadogApiKeyResponse',
21
+ 'DatadogHostMetadataResponse',
22
+ 'DatadogHostResponse',
23
+ 'DatadogInstallMethodResponse',
24
+ 'DatadogLogsAgentResponse',
25
+ 'DatadogOrganizationPropertiesResponse',
26
+ 'FilteringTagResponse',
27
+ 'IdentityPropertiesResponse',
28
+ 'LinkedResourceResponse',
29
+ 'LogRulesResponse',
30
+ 'MetricRulesResponse',
31
+ 'MonitorPropertiesResponse',
32
+ 'MonitoredResourceResponse',
33
+ 'MonitoredSubscriptionResponse',
34
+ 'MonitoringTagRulesPropertiesResponse',
35
+ 'ResourceSkuResponse',
36
+ 'SubscriptionListResponse',
37
+ 'SystemDataResponse',
38
+ 'UserInfoResponse',
39
+ ]
40
+
41
+ @pulumi.output_type
42
+ class DatadogApiKeyResponse(dict):
43
+ def __init__(__self__, *,
44
+ key: str,
45
+ created: Optional[str] = None,
46
+ created_by: Optional[str] = None,
47
+ name: Optional[str] = None):
48
+ """
49
+ :param str key: The value of the API key.
50
+ :param str created: The time of creation of the API key.
51
+ :param str created_by: The user that created the API key.
52
+ :param str name: The name of the API key.
53
+ """
54
+ pulumi.set(__self__, "key", key)
55
+ if created is not None:
56
+ pulumi.set(__self__, "created", created)
57
+ if created_by is not None:
58
+ pulumi.set(__self__, "created_by", created_by)
59
+ if name is not None:
60
+ pulumi.set(__self__, "name", name)
61
+
62
+ @property
63
+ @pulumi.getter
64
+ def key(self) -> str:
65
+ """
66
+ The value of the API key.
67
+ """
68
+ return pulumi.get(self, "key")
69
+
70
+ @property
71
+ @pulumi.getter
72
+ def created(self) -> Optional[str]:
73
+ """
74
+ The time of creation of the API key.
75
+ """
76
+ return pulumi.get(self, "created")
77
+
78
+ @property
79
+ @pulumi.getter(name="createdBy")
80
+ def created_by(self) -> Optional[str]:
81
+ """
82
+ The user that created the API key.
83
+ """
84
+ return pulumi.get(self, "created_by")
85
+
86
+ @property
87
+ @pulumi.getter
88
+ def name(self) -> Optional[str]:
89
+ """
90
+ The name of the API key.
91
+ """
92
+ return pulumi.get(self, "name")
93
+
94
+
95
+ @pulumi.output_type
96
+ class DatadogHostMetadataResponse(dict):
97
+ def __init__(__self__, *,
98
+ agent_version: Optional[str] = None,
99
+ install_method: Optional['outputs.DatadogInstallMethodResponse'] = None,
100
+ logs_agent: Optional['outputs.DatadogLogsAgentResponse'] = None):
101
+ """
102
+ :param str agent_version: The agent version.
103
+ """
104
+ if agent_version is not None:
105
+ pulumi.set(__self__, "agent_version", agent_version)
106
+ if install_method is not None:
107
+ pulumi.set(__self__, "install_method", install_method)
108
+ if logs_agent is not None:
109
+ pulumi.set(__self__, "logs_agent", logs_agent)
110
+
111
+ @property
112
+ @pulumi.getter(name="agentVersion")
113
+ def agent_version(self) -> Optional[str]:
114
+ """
115
+ The agent version.
116
+ """
117
+ return pulumi.get(self, "agent_version")
118
+
119
+ @property
120
+ @pulumi.getter(name="installMethod")
121
+ def install_method(self) -> Optional['outputs.DatadogInstallMethodResponse']:
122
+ return pulumi.get(self, "install_method")
123
+
124
+ @property
125
+ @pulumi.getter(name="logsAgent")
126
+ def logs_agent(self) -> Optional['outputs.DatadogLogsAgentResponse']:
127
+ return pulumi.get(self, "logs_agent")
128
+
129
+
130
+ @pulumi.output_type
131
+ class DatadogHostResponse(dict):
132
+ def __init__(__self__, *,
133
+ aliases: Optional[Sequence[str]] = None,
134
+ apps: Optional[Sequence[str]] = None,
135
+ meta: Optional['outputs.DatadogHostMetadataResponse'] = None,
136
+ name: Optional[str] = None):
137
+ """
138
+ :param Sequence[str] aliases: The aliases for the host installed via the Datadog agent.
139
+ :param Sequence[str] apps: The Datadog integrations reporting metrics for the host.
140
+ :param str name: The name of the host.
141
+ """
142
+ if aliases is not None:
143
+ pulumi.set(__self__, "aliases", aliases)
144
+ if apps is not None:
145
+ pulumi.set(__self__, "apps", apps)
146
+ if meta is not None:
147
+ pulumi.set(__self__, "meta", meta)
148
+ if name is not None:
149
+ pulumi.set(__self__, "name", name)
150
+
151
+ @property
152
+ @pulumi.getter
153
+ def aliases(self) -> Optional[Sequence[str]]:
154
+ """
155
+ The aliases for the host installed via the Datadog agent.
156
+ """
157
+ return pulumi.get(self, "aliases")
158
+
159
+ @property
160
+ @pulumi.getter
161
+ def apps(self) -> Optional[Sequence[str]]:
162
+ """
163
+ The Datadog integrations reporting metrics for the host.
164
+ """
165
+ return pulumi.get(self, "apps")
166
+
167
+ @property
168
+ @pulumi.getter
169
+ def meta(self) -> Optional['outputs.DatadogHostMetadataResponse']:
170
+ return pulumi.get(self, "meta")
171
+
172
+ @property
173
+ @pulumi.getter
174
+ def name(self) -> Optional[str]:
175
+ """
176
+ The name of the host.
177
+ """
178
+ return pulumi.get(self, "name")
179
+
180
+
181
+ @pulumi.output_type
182
+ class DatadogInstallMethodResponse(dict):
183
+ def __init__(__self__, *,
184
+ installer_version: Optional[str] = None,
185
+ tool: Optional[str] = None,
186
+ tool_version: Optional[str] = None):
187
+ """
188
+ :param str installer_version: The installer version.
189
+ :param str tool: The tool.
190
+ :param str tool_version: The tool version.
191
+ """
192
+ if installer_version is not None:
193
+ pulumi.set(__self__, "installer_version", installer_version)
194
+ if tool is not None:
195
+ pulumi.set(__self__, "tool", tool)
196
+ if tool_version is not None:
197
+ pulumi.set(__self__, "tool_version", tool_version)
198
+
199
+ @property
200
+ @pulumi.getter(name="installerVersion")
201
+ def installer_version(self) -> Optional[str]:
202
+ """
203
+ The installer version.
204
+ """
205
+ return pulumi.get(self, "installer_version")
206
+
207
+ @property
208
+ @pulumi.getter
209
+ def tool(self) -> Optional[str]:
210
+ """
211
+ The tool.
212
+ """
213
+ return pulumi.get(self, "tool")
214
+
215
+ @property
216
+ @pulumi.getter(name="toolVersion")
217
+ def tool_version(self) -> Optional[str]:
218
+ """
219
+ The tool version.
220
+ """
221
+ return pulumi.get(self, "tool_version")
222
+
223
+
224
+ @pulumi.output_type
225
+ class DatadogLogsAgentResponse(dict):
226
+ def __init__(__self__, *,
227
+ transport: Optional[str] = None):
228
+ """
229
+ :param str transport: The transport.
230
+ """
231
+ if transport is not None:
232
+ pulumi.set(__self__, "transport", transport)
233
+
234
+ @property
235
+ @pulumi.getter
236
+ def transport(self) -> Optional[str]:
237
+ """
238
+ The transport.
239
+ """
240
+ return pulumi.get(self, "transport")
241
+
242
+
243
+ @pulumi.output_type
244
+ class DatadogOrganizationPropertiesResponse(dict):
245
+ """
246
+ Specify the Datadog organization name. In the case of linking to existing organizations, Id, ApiKey, and Applicationkey is required as well.
247
+ """
248
+ def __init__(__self__, *,
249
+ cspm: Optional[bool] = None,
250
+ id: Optional[str] = None,
251
+ name: Optional[str] = None):
252
+ """
253
+ Specify the Datadog organization name. In the case of linking to existing organizations, Id, ApiKey, and Applicationkey is required as well.
254
+ :param bool cspm: The configuration which describes the state of cloud security posture management. This collects configuration information for all resources in a subscription and track conformance to industry benchmarks.
255
+ :param str id: Id of the Datadog organization.
256
+ :param str name: Name of the Datadog organization.
257
+ """
258
+ if cspm is not None:
259
+ pulumi.set(__self__, "cspm", cspm)
260
+ if id is not None:
261
+ pulumi.set(__self__, "id", id)
262
+ if name is not None:
263
+ pulumi.set(__self__, "name", name)
264
+
265
+ @property
266
+ @pulumi.getter
267
+ def cspm(self) -> Optional[bool]:
268
+ """
269
+ The configuration which describes the state of cloud security posture management. This collects configuration information for all resources in a subscription and track conformance to industry benchmarks.
270
+ """
271
+ return pulumi.get(self, "cspm")
272
+
273
+ @property
274
+ @pulumi.getter
275
+ def id(self) -> Optional[str]:
276
+ """
277
+ Id of the Datadog organization.
278
+ """
279
+ return pulumi.get(self, "id")
280
+
281
+ @property
282
+ @pulumi.getter
283
+ def name(self) -> Optional[str]:
284
+ """
285
+ Name of the Datadog organization.
286
+ """
287
+ return pulumi.get(self, "name")
288
+
289
+
290
+ @pulumi.output_type
291
+ class FilteringTagResponse(dict):
292
+ """
293
+ The definition of a filtering tag. Filtering tags are used for capturing resources and include/exclude them from being monitored.
294
+ """
295
+ def __init__(__self__, *,
296
+ action: Optional[str] = None,
297
+ name: Optional[str] = None,
298
+ value: Optional[str] = None):
299
+ """
300
+ The definition of a filtering tag. Filtering tags are used for capturing resources and include/exclude them from being monitored.
301
+ :param str action: Valid actions for a filtering tag. Exclusion takes priority over inclusion.
302
+ :param str name: The name (also known as the key) of the tag.
303
+ :param str value: The value of the tag.
304
+ """
305
+ if action is not None:
306
+ pulumi.set(__self__, "action", action)
307
+ if name is not None:
308
+ pulumi.set(__self__, "name", name)
309
+ if value is not None:
310
+ pulumi.set(__self__, "value", value)
311
+
312
+ @property
313
+ @pulumi.getter
314
+ def action(self) -> Optional[str]:
315
+ """
316
+ Valid actions for a filtering tag. Exclusion takes priority over inclusion.
317
+ """
318
+ return pulumi.get(self, "action")
319
+
320
+ @property
321
+ @pulumi.getter
322
+ def name(self) -> Optional[str]:
323
+ """
324
+ The name (also known as the key) of the tag.
325
+ """
326
+ return pulumi.get(self, "name")
327
+
328
+ @property
329
+ @pulumi.getter
330
+ def value(self) -> Optional[str]:
331
+ """
332
+ The value of the tag.
333
+ """
334
+ return pulumi.get(self, "value")
335
+
336
+
337
+ @pulumi.output_type
338
+ class IdentityPropertiesResponse(dict):
339
+ @staticmethod
340
+ def __key_warning(key: str):
341
+ suggest = None
342
+ if key == "principalId":
343
+ suggest = "principal_id"
344
+ elif key == "tenantId":
345
+ suggest = "tenant_id"
346
+
347
+ if suggest:
348
+ pulumi.log.warn(f"Key '{key}' not found in IdentityPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
349
+
350
+ def __getitem__(self, key: str) -> Any:
351
+ IdentityPropertiesResponse.__key_warning(key)
352
+ return super().__getitem__(key)
353
+
354
+ def get(self, key: str, default = None) -> Any:
355
+ IdentityPropertiesResponse.__key_warning(key)
356
+ return super().get(key, default)
357
+
358
+ def __init__(__self__, *,
359
+ principal_id: str,
360
+ tenant_id: str,
361
+ type: Optional[str] = None):
362
+ """
363
+ :param str principal_id: The identity ID.
364
+ :param str tenant_id: The tenant ID of resource.
365
+ :param str type: Specifies the identity type of the Datadog Monitor. At this time the only allowed value is 'SystemAssigned'.
366
+ """
367
+ pulumi.set(__self__, "principal_id", principal_id)
368
+ pulumi.set(__self__, "tenant_id", tenant_id)
369
+ if type is not None:
370
+ pulumi.set(__self__, "type", type)
371
+
372
+ @property
373
+ @pulumi.getter(name="principalId")
374
+ def principal_id(self) -> str:
375
+ """
376
+ The identity ID.
377
+ """
378
+ return pulumi.get(self, "principal_id")
379
+
380
+ @property
381
+ @pulumi.getter(name="tenantId")
382
+ def tenant_id(self) -> str:
383
+ """
384
+ The tenant ID of resource.
385
+ """
386
+ return pulumi.get(self, "tenant_id")
387
+
388
+ @property
389
+ @pulumi.getter
390
+ def type(self) -> Optional[str]:
391
+ """
392
+ Specifies the identity type of the Datadog Monitor. At this time the only allowed value is 'SystemAssigned'.
393
+ """
394
+ return pulumi.get(self, "type")
395
+
396
+
397
+ @pulumi.output_type
398
+ class LinkedResourceResponse(dict):
399
+ """
400
+ The definition of a linked resource.
401
+ """
402
+ def __init__(__self__, *,
403
+ id: Optional[str] = None):
404
+ """
405
+ The definition of a linked resource.
406
+ :param str id: The ARM id of the linked resource.
407
+ """
408
+ if id is not None:
409
+ pulumi.set(__self__, "id", id)
410
+
411
+ @property
412
+ @pulumi.getter
413
+ def id(self) -> Optional[str]:
414
+ """
415
+ The ARM id of the linked resource.
416
+ """
417
+ return pulumi.get(self, "id")
418
+
419
+
420
+ @pulumi.output_type
421
+ class LogRulesResponse(dict):
422
+ """
423
+ Set of rules for sending logs for the Monitor resource.
424
+ """
425
+ @staticmethod
426
+ def __key_warning(key: str):
427
+ suggest = None
428
+ if key == "filteringTags":
429
+ suggest = "filtering_tags"
430
+ elif key == "sendAadLogs":
431
+ suggest = "send_aad_logs"
432
+ elif key == "sendResourceLogs":
433
+ suggest = "send_resource_logs"
434
+ elif key == "sendSubscriptionLogs":
435
+ suggest = "send_subscription_logs"
436
+
437
+ if suggest:
438
+ pulumi.log.warn(f"Key '{key}' not found in LogRulesResponse. Access the value via the '{suggest}' property getter instead.")
439
+
440
+ def __getitem__(self, key: str) -> Any:
441
+ LogRulesResponse.__key_warning(key)
442
+ return super().__getitem__(key)
443
+
444
+ def get(self, key: str, default = None) -> Any:
445
+ LogRulesResponse.__key_warning(key)
446
+ return super().get(key, default)
447
+
448
+ def __init__(__self__, *,
449
+ filtering_tags: Optional[Sequence['outputs.FilteringTagResponse']] = None,
450
+ send_aad_logs: Optional[bool] = None,
451
+ send_resource_logs: Optional[bool] = None,
452
+ send_subscription_logs: Optional[bool] = None):
453
+ """
454
+ Set of rules for sending logs for the Monitor resource.
455
+ :param Sequence['FilteringTagResponse'] filtering_tags: List of filtering tags to be used for capturing logs. This only takes effect if SendResourceLogs flag is enabled. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags.
456
+ :param bool send_aad_logs: Flag specifying if AAD logs should be sent for the Monitor resource.
457
+ :param bool send_resource_logs: Flag specifying if Azure resource logs should be sent for the Monitor resource.
458
+ :param bool send_subscription_logs: Flag specifying if Azure subscription logs should be sent for the Monitor resource.
459
+ """
460
+ if filtering_tags is not None:
461
+ pulumi.set(__self__, "filtering_tags", filtering_tags)
462
+ if send_aad_logs is not None:
463
+ pulumi.set(__self__, "send_aad_logs", send_aad_logs)
464
+ if send_resource_logs is not None:
465
+ pulumi.set(__self__, "send_resource_logs", send_resource_logs)
466
+ if send_subscription_logs is not None:
467
+ pulumi.set(__self__, "send_subscription_logs", send_subscription_logs)
468
+
469
+ @property
470
+ @pulumi.getter(name="filteringTags")
471
+ def filtering_tags(self) -> Optional[Sequence['outputs.FilteringTagResponse']]:
472
+ """
473
+ List of filtering tags to be used for capturing logs. This only takes effect if SendResourceLogs flag is enabled. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags.
474
+ """
475
+ return pulumi.get(self, "filtering_tags")
476
+
477
+ @property
478
+ @pulumi.getter(name="sendAadLogs")
479
+ def send_aad_logs(self) -> Optional[bool]:
480
+ """
481
+ Flag specifying if AAD logs should be sent for the Monitor resource.
482
+ """
483
+ return pulumi.get(self, "send_aad_logs")
484
+
485
+ @property
486
+ @pulumi.getter(name="sendResourceLogs")
487
+ def send_resource_logs(self) -> Optional[bool]:
488
+ """
489
+ Flag specifying if Azure resource logs should be sent for the Monitor resource.
490
+ """
491
+ return pulumi.get(self, "send_resource_logs")
492
+
493
+ @property
494
+ @pulumi.getter(name="sendSubscriptionLogs")
495
+ def send_subscription_logs(self) -> Optional[bool]:
496
+ """
497
+ Flag specifying if Azure subscription logs should be sent for the Monitor resource.
498
+ """
499
+ return pulumi.get(self, "send_subscription_logs")
500
+
501
+
502
+ @pulumi.output_type
503
+ class MetricRulesResponse(dict):
504
+ """
505
+ Set of rules for sending metrics for the Monitor resource.
506
+ """
507
+ @staticmethod
508
+ def __key_warning(key: str):
509
+ suggest = None
510
+ if key == "filteringTags":
511
+ suggest = "filtering_tags"
512
+
513
+ if suggest:
514
+ pulumi.log.warn(f"Key '{key}' not found in MetricRulesResponse. Access the value via the '{suggest}' property getter instead.")
515
+
516
+ def __getitem__(self, key: str) -> Any:
517
+ MetricRulesResponse.__key_warning(key)
518
+ return super().__getitem__(key)
519
+
520
+ def get(self, key: str, default = None) -> Any:
521
+ MetricRulesResponse.__key_warning(key)
522
+ return super().get(key, default)
523
+
524
+ def __init__(__self__, *,
525
+ filtering_tags: Optional[Sequence['outputs.FilteringTagResponse']] = None):
526
+ """
527
+ Set of rules for sending metrics for the Monitor resource.
528
+ :param Sequence['FilteringTagResponse'] filtering_tags: List of filtering tags to be used for capturing metrics. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags.
529
+ """
530
+ if filtering_tags is not None:
531
+ pulumi.set(__self__, "filtering_tags", filtering_tags)
532
+
533
+ @property
534
+ @pulumi.getter(name="filteringTags")
535
+ def filtering_tags(self) -> Optional[Sequence['outputs.FilteringTagResponse']]:
536
+ """
537
+ List of filtering tags to be used for capturing metrics. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags.
538
+ """
539
+ return pulumi.get(self, "filtering_tags")
540
+
541
+
542
+ @pulumi.output_type
543
+ class MonitorPropertiesResponse(dict):
544
+ """
545
+ Properties specific to the monitor resource.
546
+ """
547
+ @staticmethod
548
+ def __key_warning(key: str):
549
+ suggest = None
550
+ if key == "liftrResourceCategory":
551
+ suggest = "liftr_resource_category"
552
+ elif key == "liftrResourcePreference":
553
+ suggest = "liftr_resource_preference"
554
+ elif key == "marketplaceSubscriptionStatus":
555
+ suggest = "marketplace_subscription_status"
556
+ elif key == "provisioningState":
557
+ suggest = "provisioning_state"
558
+ elif key == "datadogOrganizationProperties":
559
+ suggest = "datadog_organization_properties"
560
+ elif key == "monitoringStatus":
561
+ suggest = "monitoring_status"
562
+ elif key == "userInfo":
563
+ suggest = "user_info"
564
+
565
+ if suggest:
566
+ pulumi.log.warn(f"Key '{key}' not found in MonitorPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
567
+
568
+ def __getitem__(self, key: str) -> Any:
569
+ MonitorPropertiesResponse.__key_warning(key)
570
+ return super().__getitem__(key)
571
+
572
+ def get(self, key: str, default = None) -> Any:
573
+ MonitorPropertiesResponse.__key_warning(key)
574
+ return super().get(key, default)
575
+
576
+ def __init__(__self__, *,
577
+ liftr_resource_category: str,
578
+ liftr_resource_preference: int,
579
+ marketplace_subscription_status: str,
580
+ provisioning_state: str,
581
+ datadog_organization_properties: Optional['outputs.DatadogOrganizationPropertiesResponse'] = None,
582
+ monitoring_status: Optional[str] = None,
583
+ user_info: Optional['outputs.UserInfoResponse'] = None):
584
+ """
585
+ Properties specific to the monitor resource.
586
+ :param int liftr_resource_preference: The priority of the resource.
587
+ :param str marketplace_subscription_status: Flag specifying the Marketplace Subscription Status of the resource. If payment is not made in time, the resource will go in Suspended state.
588
+ :param 'DatadogOrganizationPropertiesResponse' datadog_organization_properties: Specify the Datadog organization name. In the case of linking to existing organizations, Id, ApiKey, and Applicationkey is required as well.
589
+ :param str monitoring_status: Flag specifying if the resource monitoring is enabled or disabled.
590
+ :param 'UserInfoResponse' user_info: Includes name, email and optionally, phone number. User Information can't be null.
591
+ """
592
+ pulumi.set(__self__, "liftr_resource_category", liftr_resource_category)
593
+ pulumi.set(__self__, "liftr_resource_preference", liftr_resource_preference)
594
+ pulumi.set(__self__, "marketplace_subscription_status", marketplace_subscription_status)
595
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
596
+ if datadog_organization_properties is not None:
597
+ pulumi.set(__self__, "datadog_organization_properties", datadog_organization_properties)
598
+ if monitoring_status is not None:
599
+ pulumi.set(__self__, "monitoring_status", monitoring_status)
600
+ if user_info is not None:
601
+ pulumi.set(__self__, "user_info", user_info)
602
+
603
+ @property
604
+ @pulumi.getter(name="liftrResourceCategory")
605
+ def liftr_resource_category(self) -> str:
606
+ return pulumi.get(self, "liftr_resource_category")
607
+
608
+ @property
609
+ @pulumi.getter(name="liftrResourcePreference")
610
+ def liftr_resource_preference(self) -> int:
611
+ """
612
+ The priority of the resource.
613
+ """
614
+ return pulumi.get(self, "liftr_resource_preference")
615
+
616
+ @property
617
+ @pulumi.getter(name="marketplaceSubscriptionStatus")
618
+ def marketplace_subscription_status(self) -> str:
619
+ """
620
+ Flag specifying the Marketplace Subscription Status of the resource. If payment is not made in time, the resource will go in Suspended state.
621
+ """
622
+ return pulumi.get(self, "marketplace_subscription_status")
623
+
624
+ @property
625
+ @pulumi.getter(name="provisioningState")
626
+ def provisioning_state(self) -> str:
627
+ return pulumi.get(self, "provisioning_state")
628
+
629
+ @property
630
+ @pulumi.getter(name="datadogOrganizationProperties")
631
+ def datadog_organization_properties(self) -> Optional['outputs.DatadogOrganizationPropertiesResponse']:
632
+ """
633
+ Specify the Datadog organization name. In the case of linking to existing organizations, Id, ApiKey, and Applicationkey is required as well.
634
+ """
635
+ return pulumi.get(self, "datadog_organization_properties")
636
+
637
+ @property
638
+ @pulumi.getter(name="monitoringStatus")
639
+ def monitoring_status(self) -> Optional[str]:
640
+ """
641
+ Flag specifying if the resource monitoring is enabled or disabled.
642
+ """
643
+ return pulumi.get(self, "monitoring_status")
644
+
645
+ @property
646
+ @pulumi.getter(name="userInfo")
647
+ def user_info(self) -> Optional['outputs.UserInfoResponse']:
648
+ """
649
+ Includes name, email and optionally, phone number. User Information can't be null.
650
+ """
651
+ return pulumi.get(self, "user_info")
652
+
653
+
654
+ @pulumi.output_type
655
+ class MonitoredResourceResponse(dict):
656
+ """
657
+ The properties of a resource currently being monitored by the Datadog monitor resource.
658
+ """
659
+ def __init__(__self__, *,
660
+ id: Optional[str] = None,
661
+ reason_for_logs_status: Optional[str] = None,
662
+ reason_for_metrics_status: Optional[str] = None,
663
+ sending_logs: Optional[bool] = None,
664
+ sending_metrics: Optional[bool] = None):
665
+ """
666
+ The properties of a resource currently being monitored by the Datadog monitor resource.
667
+ :param str id: The ARM id of the resource.
668
+ :param str reason_for_logs_status: Reason for why the resource is sending logs (or why it is not sending).
669
+ :param str reason_for_metrics_status: Reason for why the resource is sending metrics (or why it is not sending).
670
+ :param bool sending_logs: Flag indicating if resource is sending logs to Datadog.
671
+ :param bool sending_metrics: Flag indicating if resource is sending metrics to Datadog.
672
+ """
673
+ if id is not None:
674
+ pulumi.set(__self__, "id", id)
675
+ if reason_for_logs_status is not None:
676
+ pulumi.set(__self__, "reason_for_logs_status", reason_for_logs_status)
677
+ if reason_for_metrics_status is not None:
678
+ pulumi.set(__self__, "reason_for_metrics_status", reason_for_metrics_status)
679
+ if sending_logs is not None:
680
+ pulumi.set(__self__, "sending_logs", sending_logs)
681
+ if sending_metrics is not None:
682
+ pulumi.set(__self__, "sending_metrics", sending_metrics)
683
+
684
+ @property
685
+ @pulumi.getter
686
+ def id(self) -> Optional[str]:
687
+ """
688
+ The ARM id of the resource.
689
+ """
690
+ return pulumi.get(self, "id")
691
+
692
+ @property
693
+ @pulumi.getter(name="reasonForLogsStatus")
694
+ def reason_for_logs_status(self) -> Optional[str]:
695
+ """
696
+ Reason for why the resource is sending logs (or why it is not sending).
697
+ """
698
+ return pulumi.get(self, "reason_for_logs_status")
699
+
700
+ @property
701
+ @pulumi.getter(name="reasonForMetricsStatus")
702
+ def reason_for_metrics_status(self) -> Optional[str]:
703
+ """
704
+ Reason for why the resource is sending metrics (or why it is not sending).
705
+ """
706
+ return pulumi.get(self, "reason_for_metrics_status")
707
+
708
+ @property
709
+ @pulumi.getter(name="sendingLogs")
710
+ def sending_logs(self) -> Optional[bool]:
711
+ """
712
+ Flag indicating if resource is sending logs to Datadog.
713
+ """
714
+ return pulumi.get(self, "sending_logs")
715
+
716
+ @property
717
+ @pulumi.getter(name="sendingMetrics")
718
+ def sending_metrics(self) -> Optional[bool]:
719
+ """
720
+ Flag indicating if resource is sending metrics to Datadog.
721
+ """
722
+ return pulumi.get(self, "sending_metrics")
723
+
724
+
725
+ @pulumi.output_type
726
+ class MonitoredSubscriptionResponse(dict):
727
+ """
728
+ The list of subscriptions and it's monitoring status by current Datadog monitor.
729
+ """
730
+ @staticmethod
731
+ def __key_warning(key: str):
732
+ suggest = None
733
+ if key == "subscriptionId":
734
+ suggest = "subscription_id"
735
+ elif key == "tagRules":
736
+ suggest = "tag_rules"
737
+
738
+ if suggest:
739
+ pulumi.log.warn(f"Key '{key}' not found in MonitoredSubscriptionResponse. Access the value via the '{suggest}' property getter instead.")
740
+
741
+ def __getitem__(self, key: str) -> Any:
742
+ MonitoredSubscriptionResponse.__key_warning(key)
743
+ return super().__getitem__(key)
744
+
745
+ def get(self, key: str, default = None) -> Any:
746
+ MonitoredSubscriptionResponse.__key_warning(key)
747
+ return super().get(key, default)
748
+
749
+ def __init__(__self__, *,
750
+ error: Optional[str] = None,
751
+ status: Optional[str] = None,
752
+ subscription_id: Optional[str] = None,
753
+ tag_rules: Optional['outputs.MonitoringTagRulesPropertiesResponse'] = None):
754
+ """
755
+ The list of subscriptions and it's monitoring status by current Datadog monitor.
756
+ :param str error: The reason of not monitoring the subscription.
757
+ :param str status: The state of monitoring.
758
+ :param str subscription_id: The subscriptionId to be monitored.
759
+ :param 'MonitoringTagRulesPropertiesResponse' tag_rules: Definition of the properties for a TagRules resource.
760
+ """
761
+ if error is not None:
762
+ pulumi.set(__self__, "error", error)
763
+ if status is not None:
764
+ pulumi.set(__self__, "status", status)
765
+ if subscription_id is not None:
766
+ pulumi.set(__self__, "subscription_id", subscription_id)
767
+ if tag_rules is not None:
768
+ pulumi.set(__self__, "tag_rules", tag_rules)
769
+
770
+ @property
771
+ @pulumi.getter
772
+ def error(self) -> Optional[str]:
773
+ """
774
+ The reason of not monitoring the subscription.
775
+ """
776
+ return pulumi.get(self, "error")
777
+
778
+ @property
779
+ @pulumi.getter
780
+ def status(self) -> Optional[str]:
781
+ """
782
+ The state of monitoring.
783
+ """
784
+ return pulumi.get(self, "status")
785
+
786
+ @property
787
+ @pulumi.getter(name="subscriptionId")
788
+ def subscription_id(self) -> Optional[str]:
789
+ """
790
+ The subscriptionId to be monitored.
791
+ """
792
+ return pulumi.get(self, "subscription_id")
793
+
794
+ @property
795
+ @pulumi.getter(name="tagRules")
796
+ def tag_rules(self) -> Optional['outputs.MonitoringTagRulesPropertiesResponse']:
797
+ """
798
+ Definition of the properties for a TagRules resource.
799
+ """
800
+ return pulumi.get(self, "tag_rules")
801
+
802
+
803
+ @pulumi.output_type
804
+ class MonitoringTagRulesPropertiesResponse(dict):
805
+ """
806
+ Definition of the properties for a TagRules resource.
807
+ """
808
+ @staticmethod
809
+ def __key_warning(key: str):
810
+ suggest = None
811
+ if key == "provisioningState":
812
+ suggest = "provisioning_state"
813
+ elif key == "customMetrics":
814
+ suggest = "custom_metrics"
815
+ elif key == "logRules":
816
+ suggest = "log_rules"
817
+ elif key == "metricRules":
818
+ suggest = "metric_rules"
819
+
820
+ if suggest:
821
+ pulumi.log.warn(f"Key '{key}' not found in MonitoringTagRulesPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
822
+
823
+ def __getitem__(self, key: str) -> Any:
824
+ MonitoringTagRulesPropertiesResponse.__key_warning(key)
825
+ return super().__getitem__(key)
826
+
827
+ def get(self, key: str, default = None) -> Any:
828
+ MonitoringTagRulesPropertiesResponse.__key_warning(key)
829
+ return super().get(key, default)
830
+
831
+ def __init__(__self__, *,
832
+ provisioning_state: str,
833
+ automuting: Optional[bool] = None,
834
+ custom_metrics: Optional[bool] = None,
835
+ log_rules: Optional['outputs.LogRulesResponse'] = None,
836
+ metric_rules: Optional['outputs.MetricRulesResponse'] = None):
837
+ """
838
+ Definition of the properties for a TagRules resource.
839
+ :param bool automuting: Configuration to enable/disable auto-muting flag
840
+ :param bool custom_metrics: Configuration to enable/disable custom metrics. If enabled, custom metrics from app insights will be sent.
841
+ :param 'LogRulesResponse' log_rules: Set of rules for sending logs for the Monitor resource.
842
+ :param 'MetricRulesResponse' metric_rules: Set of rules for sending metrics for the Monitor resource.
843
+ """
844
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
845
+ if automuting is not None:
846
+ pulumi.set(__self__, "automuting", automuting)
847
+ if custom_metrics is not None:
848
+ pulumi.set(__self__, "custom_metrics", custom_metrics)
849
+ if log_rules is not None:
850
+ pulumi.set(__self__, "log_rules", log_rules)
851
+ if metric_rules is not None:
852
+ pulumi.set(__self__, "metric_rules", metric_rules)
853
+
854
+ @property
855
+ @pulumi.getter(name="provisioningState")
856
+ def provisioning_state(self) -> str:
857
+ return pulumi.get(self, "provisioning_state")
858
+
859
+ @property
860
+ @pulumi.getter
861
+ def automuting(self) -> Optional[bool]:
862
+ """
863
+ Configuration to enable/disable auto-muting flag
864
+ """
865
+ return pulumi.get(self, "automuting")
866
+
867
+ @property
868
+ @pulumi.getter(name="customMetrics")
869
+ def custom_metrics(self) -> Optional[bool]:
870
+ """
871
+ Configuration to enable/disable custom metrics. If enabled, custom metrics from app insights will be sent.
872
+ """
873
+ return pulumi.get(self, "custom_metrics")
874
+
875
+ @property
876
+ @pulumi.getter(name="logRules")
877
+ def log_rules(self) -> Optional['outputs.LogRulesResponse']:
878
+ """
879
+ Set of rules for sending logs for the Monitor resource.
880
+ """
881
+ return pulumi.get(self, "log_rules")
882
+
883
+ @property
884
+ @pulumi.getter(name="metricRules")
885
+ def metric_rules(self) -> Optional['outputs.MetricRulesResponse']:
886
+ """
887
+ Set of rules for sending metrics for the Monitor resource.
888
+ """
889
+ return pulumi.get(self, "metric_rules")
890
+
891
+
892
+ @pulumi.output_type
893
+ class ResourceSkuResponse(dict):
894
+ def __init__(__self__, *,
895
+ name: str):
896
+ """
897
+ :param str name: Name of the SKU in {PlanId} format. For Terraform, the only allowed value is 'Linked'.
898
+ """
899
+ pulumi.set(__self__, "name", name)
900
+
901
+ @property
902
+ @pulumi.getter
903
+ def name(self) -> str:
904
+ """
905
+ Name of the SKU in {PlanId} format. For Terraform, the only allowed value is 'Linked'.
906
+ """
907
+ return pulumi.get(self, "name")
908
+
909
+
910
+ @pulumi.output_type
911
+ class SubscriptionListResponse(dict):
912
+ """
913
+ The request to update subscriptions needed to be monitored by the Datadog monitor resource.
914
+ """
915
+ @staticmethod
916
+ def __key_warning(key: str):
917
+ suggest = None
918
+ if key == "monitoredSubscriptionList":
919
+ suggest = "monitored_subscription_list"
920
+
921
+ if suggest:
922
+ pulumi.log.warn(f"Key '{key}' not found in SubscriptionListResponse. Access the value via the '{suggest}' property getter instead.")
923
+
924
+ def __getitem__(self, key: str) -> Any:
925
+ SubscriptionListResponse.__key_warning(key)
926
+ return super().__getitem__(key)
927
+
928
+ def get(self, key: str, default = None) -> Any:
929
+ SubscriptionListResponse.__key_warning(key)
930
+ return super().get(key, default)
931
+
932
+ def __init__(__self__, *,
933
+ monitored_subscription_list: Optional[Sequence['outputs.MonitoredSubscriptionResponse']] = None):
934
+ """
935
+ The request to update subscriptions needed to be monitored by the Datadog monitor resource.
936
+ :param Sequence['MonitoredSubscriptionResponse'] monitored_subscription_list: List of subscriptions and the state of the monitoring.
937
+ """
938
+ if monitored_subscription_list is not None:
939
+ pulumi.set(__self__, "monitored_subscription_list", monitored_subscription_list)
940
+
941
+ @property
942
+ @pulumi.getter(name="monitoredSubscriptionList")
943
+ def monitored_subscription_list(self) -> Optional[Sequence['outputs.MonitoredSubscriptionResponse']]:
944
+ """
945
+ List of subscriptions and the state of the monitoring.
946
+ """
947
+ return pulumi.get(self, "monitored_subscription_list")
948
+
949
+
950
+ @pulumi.output_type
951
+ class SystemDataResponse(dict):
952
+ """
953
+ Metadata pertaining to creation and last modification of the resource.
954
+ """
955
+ @staticmethod
956
+ def __key_warning(key: str):
957
+ suggest = None
958
+ if key == "createdAt":
959
+ suggest = "created_at"
960
+ elif key == "createdBy":
961
+ suggest = "created_by"
962
+ elif key == "createdByType":
963
+ suggest = "created_by_type"
964
+ elif key == "lastModifiedAt":
965
+ suggest = "last_modified_at"
966
+ elif key == "lastModifiedBy":
967
+ suggest = "last_modified_by"
968
+ elif key == "lastModifiedByType":
969
+ suggest = "last_modified_by_type"
970
+
971
+ if suggest:
972
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
973
+
974
+ def __getitem__(self, key: str) -> Any:
975
+ SystemDataResponse.__key_warning(key)
976
+ return super().__getitem__(key)
977
+
978
+ def get(self, key: str, default = None) -> Any:
979
+ SystemDataResponse.__key_warning(key)
980
+ return super().get(key, default)
981
+
982
+ def __init__(__self__, *,
983
+ created_at: Optional[str] = None,
984
+ created_by: Optional[str] = None,
985
+ created_by_type: Optional[str] = None,
986
+ last_modified_at: Optional[str] = None,
987
+ last_modified_by: Optional[str] = None,
988
+ last_modified_by_type: Optional[str] = None):
989
+ """
990
+ Metadata pertaining to creation and last modification of the resource.
991
+ :param str created_at: The timestamp of resource creation (UTC).
992
+ :param str created_by: The identity that created the resource.
993
+ :param str created_by_type: The type of identity that created the resource.
994
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
995
+ :param str last_modified_by: The identity that last modified the resource.
996
+ :param str last_modified_by_type: The type of identity that last modified the resource.
997
+ """
998
+ if created_at is not None:
999
+ pulumi.set(__self__, "created_at", created_at)
1000
+ if created_by is not None:
1001
+ pulumi.set(__self__, "created_by", created_by)
1002
+ if created_by_type is not None:
1003
+ pulumi.set(__self__, "created_by_type", created_by_type)
1004
+ if last_modified_at is not None:
1005
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
1006
+ if last_modified_by is not None:
1007
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
1008
+ if last_modified_by_type is not None:
1009
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
1010
+
1011
+ @property
1012
+ @pulumi.getter(name="createdAt")
1013
+ def created_at(self) -> Optional[str]:
1014
+ """
1015
+ The timestamp of resource creation (UTC).
1016
+ """
1017
+ return pulumi.get(self, "created_at")
1018
+
1019
+ @property
1020
+ @pulumi.getter(name="createdBy")
1021
+ def created_by(self) -> Optional[str]:
1022
+ """
1023
+ The identity that created the resource.
1024
+ """
1025
+ return pulumi.get(self, "created_by")
1026
+
1027
+ @property
1028
+ @pulumi.getter(name="createdByType")
1029
+ def created_by_type(self) -> Optional[str]:
1030
+ """
1031
+ The type of identity that created the resource.
1032
+ """
1033
+ return pulumi.get(self, "created_by_type")
1034
+
1035
+ @property
1036
+ @pulumi.getter(name="lastModifiedAt")
1037
+ def last_modified_at(self) -> Optional[str]:
1038
+ """
1039
+ The timestamp of resource last modification (UTC)
1040
+ """
1041
+ return pulumi.get(self, "last_modified_at")
1042
+
1043
+ @property
1044
+ @pulumi.getter(name="lastModifiedBy")
1045
+ def last_modified_by(self) -> Optional[str]:
1046
+ """
1047
+ The identity that last modified the resource.
1048
+ """
1049
+ return pulumi.get(self, "last_modified_by")
1050
+
1051
+ @property
1052
+ @pulumi.getter(name="lastModifiedByType")
1053
+ def last_modified_by_type(self) -> Optional[str]:
1054
+ """
1055
+ The type of identity that last modified the resource.
1056
+ """
1057
+ return pulumi.get(self, "last_modified_by_type")
1058
+
1059
+
1060
+ @pulumi.output_type
1061
+ class UserInfoResponse(dict):
1062
+ """
1063
+ Includes name, email and optionally, phone number. User Information can't be null.
1064
+ """
1065
+ @staticmethod
1066
+ def __key_warning(key: str):
1067
+ suggest = None
1068
+ if key == "emailAddress":
1069
+ suggest = "email_address"
1070
+ elif key == "phoneNumber":
1071
+ suggest = "phone_number"
1072
+
1073
+ if suggest:
1074
+ pulumi.log.warn(f"Key '{key}' not found in UserInfoResponse. Access the value via the '{suggest}' property getter instead.")
1075
+
1076
+ def __getitem__(self, key: str) -> Any:
1077
+ UserInfoResponse.__key_warning(key)
1078
+ return super().__getitem__(key)
1079
+
1080
+ def get(self, key: str, default = None) -> Any:
1081
+ UserInfoResponse.__key_warning(key)
1082
+ return super().get(key, default)
1083
+
1084
+ def __init__(__self__, *,
1085
+ email_address: Optional[str] = None,
1086
+ name: Optional[str] = None,
1087
+ phone_number: Optional[str] = None):
1088
+ """
1089
+ Includes name, email and optionally, phone number. User Information can't be null.
1090
+ :param str email_address: Email of the user used by Datadog for contacting them if needed
1091
+ :param str name: Name of the user
1092
+ :param str phone_number: Phone number of the user used by Datadog for contacting them if needed
1093
+ """
1094
+ if email_address is not None:
1095
+ pulumi.set(__self__, "email_address", email_address)
1096
+ if name is not None:
1097
+ pulumi.set(__self__, "name", name)
1098
+ if phone_number is not None:
1099
+ pulumi.set(__self__, "phone_number", phone_number)
1100
+
1101
+ @property
1102
+ @pulumi.getter(name="emailAddress")
1103
+ def email_address(self) -> Optional[str]:
1104
+ """
1105
+ Email of the user used by Datadog for contacting them if needed
1106
+ """
1107
+ return pulumi.get(self, "email_address")
1108
+
1109
+ @property
1110
+ @pulumi.getter
1111
+ def name(self) -> Optional[str]:
1112
+ """
1113
+ Name of the user
1114
+ """
1115
+ return pulumi.get(self, "name")
1116
+
1117
+ @property
1118
+ @pulumi.getter(name="phoneNumber")
1119
+ def phone_number(self) -> Optional[str]:
1120
+ """
1121
+ Phone number of the user used by Datadog for contacting them if needed
1122
+ """
1123
+ return pulumi.get(self, "phone_number")
1124
+
1125
+