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