pulumi-azure-native 2.68.0__py3-none-any.whl → 2.68.0a1729267188__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 (183) hide show
  1. pulumi_azure_native/__init__.py +0 -50
  2. pulumi_azure_native/awsconnector/_inputs.py +96 -132
  3. pulumi_azure_native/awsconnector/outputs.py +66 -120
  4. pulumi_azure_native/awsconnector/v20241201/_inputs.py +96 -132
  5. pulumi_azure_native/awsconnector/v20241201/outputs.py +66 -120
  6. pulumi_azure_native/cache/__init__.py +0 -3
  7. pulumi_azure_native/cache/access_policy.py +3 -3
  8. pulumi_azure_native/cache/access_policy_assignment.py +3 -3
  9. pulumi_azure_native/cache/firewall_rule.py +3 -3
  10. pulumi_azure_native/cache/get_access_policy.py +2 -2
  11. pulumi_azure_native/cache/get_access_policy_assignment.py +2 -2
  12. pulumi_azure_native/cache/get_firewall_rule.py +2 -2
  13. pulumi_azure_native/cache/get_linked_server.py +2 -2
  14. pulumi_azure_native/cache/get_patch_schedule.py +2 -2
  15. pulumi_azure_native/cache/get_private_endpoint_connection.py +2 -2
  16. pulumi_azure_native/cache/get_redis.py +2 -2
  17. pulumi_azure_native/cache/linked_server.py +3 -3
  18. pulumi_azure_native/cache/list_redis_keys.py +2 -2
  19. pulumi_azure_native/cache/patch_schedule.py +3 -3
  20. pulumi_azure_native/cache/private_endpoint_connection.py +3 -3
  21. pulumi_azure_native/cache/redis.py +3 -3
  22. pulumi_azure_native/cache/v20200601/redis.py +1 -1
  23. pulumi_azure_native/cache/v20230401/firewall_rule.py +1 -1
  24. pulumi_azure_native/cache/v20230401/linked_server.py +1 -1
  25. pulumi_azure_native/cache/v20230401/patch_schedule.py +1 -1
  26. pulumi_azure_native/cache/v20230401/private_endpoint_connection.py +1 -1
  27. pulumi_azure_native/cache/v20230401/redis.py +1 -1
  28. pulumi_azure_native/cache/v20230501preview/access_policy.py +1 -1
  29. pulumi_azure_native/cache/v20230501preview/access_policy_assignment.py +1 -1
  30. pulumi_azure_native/cache/v20230501preview/firewall_rule.py +1 -1
  31. pulumi_azure_native/cache/v20230501preview/linked_server.py +1 -1
  32. pulumi_azure_native/cache/v20230501preview/patch_schedule.py +1 -1
  33. pulumi_azure_native/cache/v20230501preview/private_endpoint_connection.py +1 -1
  34. pulumi_azure_native/cache/v20230501preview/redis.py +1 -1
  35. pulumi_azure_native/cache/v20230801/access_policy.py +1 -1
  36. pulumi_azure_native/cache/v20230801/access_policy_assignment.py +1 -1
  37. pulumi_azure_native/cache/v20230801/firewall_rule.py +1 -1
  38. pulumi_azure_native/cache/v20230801/linked_server.py +1 -1
  39. pulumi_azure_native/cache/v20230801/patch_schedule.py +1 -1
  40. pulumi_azure_native/cache/v20230801/private_endpoint_connection.py +1 -1
  41. pulumi_azure_native/cache/v20230801/redis.py +1 -1
  42. pulumi_azure_native/cache/v20240301/access_policy.py +1 -1
  43. pulumi_azure_native/cache/v20240301/access_policy_assignment.py +1 -1
  44. pulumi_azure_native/cache/v20240301/firewall_rule.py +1 -1
  45. pulumi_azure_native/cache/v20240301/linked_server.py +1 -1
  46. pulumi_azure_native/cache/v20240301/patch_schedule.py +1 -1
  47. pulumi_azure_native/cache/v20240301/private_endpoint_connection.py +1 -1
  48. pulumi_azure_native/cache/v20240301/redis.py +1 -1
  49. pulumi_azure_native/cache/v20240401preview/access_policy.py +1 -1
  50. pulumi_azure_native/cache/v20240401preview/access_policy_assignment.py +1 -1
  51. pulumi_azure_native/cache/v20240401preview/firewall_rule.py +1 -1
  52. pulumi_azure_native/cache/v20240401preview/linked_server.py +1 -1
  53. pulumi_azure_native/cache/v20240401preview/patch_schedule.py +1 -1
  54. pulumi_azure_native/cache/v20240401preview/private_endpoint_connection.py +1 -1
  55. pulumi_azure_native/cache/v20240401preview/redis.py +1 -1
  56. pulumi_azure_native/costmanagement/__init__.py +0 -3
  57. pulumi_azure_native/costmanagement/budget.py +3 -3
  58. pulumi_azure_native/costmanagement/cost_allocation_rule.py +3 -3
  59. pulumi_azure_native/costmanagement/export.py +3 -3
  60. pulumi_azure_native/costmanagement/get_budget.py +2 -2
  61. pulumi_azure_native/costmanagement/get_cost_allocation_rule.py +2 -2
  62. pulumi_azure_native/costmanagement/get_export.py +2 -2
  63. pulumi_azure_native/costmanagement/get_scheduled_action.py +2 -2
  64. pulumi_azure_native/costmanagement/get_scheduled_action_by_scope.py +2 -2
  65. pulumi_azure_native/costmanagement/get_view.py +2 -2
  66. pulumi_azure_native/costmanagement/get_view_by_scope.py +2 -2
  67. pulumi_azure_native/costmanagement/scheduled_action.py +3 -3
  68. pulumi_azure_native/costmanagement/scheduled_action_by_scope.py +3 -3
  69. pulumi_azure_native/costmanagement/tag_inheritance_setting.py +1 -1
  70. pulumi_azure_native/costmanagement/v20190401preview/budget.py +1 -1
  71. pulumi_azure_native/costmanagement/v20191001/export.py +1 -1
  72. pulumi_azure_native/costmanagement/v20191101/view.py +1 -1
  73. pulumi_azure_native/costmanagement/v20191101/view_by_scope.py +1 -1
  74. pulumi_azure_native/costmanagement/v20200301preview/cost_allocation_rule.py +1 -1
  75. pulumi_azure_native/costmanagement/v20200601/view.py +1 -1
  76. pulumi_azure_native/costmanagement/v20200601/view_by_scope.py +1 -1
  77. pulumi_azure_native/costmanagement/v20221001/view.py +1 -1
  78. pulumi_azure_native/costmanagement/v20221001/view_by_scope.py +1 -1
  79. pulumi_azure_native/costmanagement/v20221005preview/tag_inheritance_setting.py +1 -1
  80. pulumi_azure_native/costmanagement/v20221005preview/view.py +1 -1
  81. pulumi_azure_native/costmanagement/v20221005preview/view_by_scope.py +1 -1
  82. pulumi_azure_native/costmanagement/v20230301/export.py +1 -1
  83. pulumi_azure_native/costmanagement/v20230301/scheduled_action.py +1 -1
  84. pulumi_azure_native/costmanagement/v20230301/scheduled_action_by_scope.py +1 -1
  85. pulumi_azure_native/costmanagement/v20230301/view.py +1 -1
  86. pulumi_azure_native/costmanagement/v20230301/view_by_scope.py +1 -1
  87. pulumi_azure_native/costmanagement/v20230401preview/budget.py +1 -1
  88. pulumi_azure_native/costmanagement/v20230401preview/export.py +1 -1
  89. pulumi_azure_native/costmanagement/v20230401preview/scheduled_action.py +1 -1
  90. pulumi_azure_native/costmanagement/v20230401preview/scheduled_action_by_scope.py +1 -1
  91. pulumi_azure_native/costmanagement/v20230401preview/view.py +1 -1
  92. pulumi_azure_native/costmanagement/v20230401preview/view_by_scope.py +1 -1
  93. pulumi_azure_native/costmanagement/v20230701preview/export.py +1 -1
  94. pulumi_azure_native/costmanagement/v20230701preview/scheduled_action.py +1 -1
  95. pulumi_azure_native/costmanagement/v20230701preview/scheduled_action_by_scope.py +1 -1
  96. pulumi_azure_native/costmanagement/v20230701preview/view.py +1 -1
  97. pulumi_azure_native/costmanagement/v20230701preview/view_by_scope.py +1 -1
  98. pulumi_azure_native/costmanagement/v20230801/budget.py +1 -1
  99. pulumi_azure_native/costmanagement/v20230801/cost_allocation_rule.py +1 -1
  100. pulumi_azure_native/costmanagement/v20230801/export.py +1 -1
  101. pulumi_azure_native/costmanagement/v20230801/scheduled_action.py +1 -1
  102. pulumi_azure_native/costmanagement/v20230801/scheduled_action_by_scope.py +1 -1
  103. pulumi_azure_native/costmanagement/v20230801/tag_inheritance_setting.py +1 -1
  104. pulumi_azure_native/costmanagement/v20230801/view.py +1 -1
  105. pulumi_azure_native/costmanagement/v20230801/view_by_scope.py +1 -1
  106. pulumi_azure_native/costmanagement/v20230901/budget.py +1 -1
  107. pulumi_azure_native/costmanagement/v20230901/cost_allocation_rule.py +1 -1
  108. pulumi_azure_native/costmanagement/v20230901/export.py +1 -1
  109. pulumi_azure_native/costmanagement/v20230901/scheduled_action.py +1 -1
  110. pulumi_azure_native/costmanagement/v20230901/scheduled_action_by_scope.py +1 -1
  111. pulumi_azure_native/costmanagement/v20230901/tag_inheritance_setting.py +1 -1
  112. pulumi_azure_native/costmanagement/v20230901/view.py +1 -1
  113. pulumi_azure_native/costmanagement/v20230901/view_by_scope.py +1 -1
  114. pulumi_azure_native/costmanagement/v20231101/budget.py +1 -1
  115. pulumi_azure_native/costmanagement/v20231101/cost_allocation_rule.py +1 -1
  116. pulumi_azure_native/costmanagement/v20231101/export.py +1 -1
  117. pulumi_azure_native/costmanagement/v20231101/scheduled_action.py +1 -1
  118. pulumi_azure_native/costmanagement/v20231101/scheduled_action_by_scope.py +1 -1
  119. pulumi_azure_native/costmanagement/v20231101/tag_inheritance_setting.py +1 -1
  120. pulumi_azure_native/costmanagement/v20231101/view.py +1 -1
  121. pulumi_azure_native/costmanagement/v20231101/view_by_scope.py +1 -1
  122. pulumi_azure_native/costmanagement/view.py +3 -3
  123. pulumi_azure_native/costmanagement/view_by_scope.py +3 -3
  124. pulumi_azure_native/pulumi-plugin.json +1 -1
  125. {pulumi_azure_native-2.68.0.dist-info → pulumi_azure_native-2.68.0a1729267188.dist-info}/METADATA +1 -1
  126. {pulumi_azure_native-2.68.0.dist-info → pulumi_azure_native-2.68.0a1729267188.dist-info}/RECORD +128 -183
  127. pulumi_azure_native/cache/v20241101/__init__.py +0 -25
  128. pulumi_azure_native/cache/v20241101/_enums.py +0 -111
  129. pulumi_azure_native/cache/v20241101/_inputs.py +0 -646
  130. pulumi_azure_native/cache/v20241101/access_policy.py +0 -219
  131. pulumi_azure_native/cache/v20241101/access_policy_assignment.py +0 -279
  132. pulumi_azure_native/cache/v20241101/firewall_rule.py +0 -239
  133. pulumi_azure_native/cache/v20241101/get_access_policy.py +0 -148
  134. pulumi_azure_native/cache/v20241101/get_access_policy_assignment.py +0 -176
  135. pulumi_azure_native/cache/v20241101/get_firewall_rule.py +0 -148
  136. pulumi_azure_native/cache/v20241101/get_linked_server.py +0 -204
  137. pulumi_azure_native/cache/v20241101/get_patch_schedule.py +0 -149
  138. pulumi_azure_native/cache/v20241101/get_private_endpoint_connection.py +0 -163
  139. pulumi_azure_native/cache/v20241101/get_redis.py +0 -493
  140. pulumi_azure_native/cache/v20241101/linked_server.py +0 -299
  141. pulumi_azure_native/cache/v20241101/list_redis_keys.py +0 -100
  142. pulumi_azure_native/cache/v20241101/outputs.py +0 -917
  143. pulumi_azure_native/cache/v20241101/patch_schedule.py +0 -221
  144. pulumi_azure_native/cache/v20241101/private_endpoint_connection.py +0 -232
  145. pulumi_azure_native/cache/v20241101/redis.py +0 -804
  146. pulumi_azure_native/costmanagement/v20240801/__init__.py +0 -26
  147. pulumi_azure_native/costmanagement/v20240801/_enums.py +0 -538
  148. pulumi_azure_native/costmanagement/v20240801/_inputs.py +0 -2660
  149. pulumi_azure_native/costmanagement/v20240801/budget.py +0 -619
  150. pulumi_azure_native/costmanagement/v20240801/cost_allocation_rule.py +0 -190
  151. pulumi_azure_native/costmanagement/v20240801/export.py +0 -415
  152. pulumi_azure_native/costmanagement/v20240801/get_budget.py +0 -337
  153. pulumi_azure_native/costmanagement/v20240801/get_cost_allocation_rule.py +0 -129
  154. pulumi_azure_native/costmanagement/v20240801/get_export.py +0 -261
  155. pulumi_azure_native/costmanagement/v20240801/get_scheduled_action.py +0 -263
  156. pulumi_azure_native/costmanagement/v20240801/get_scheduled_action_by_scope.py +0 -269
  157. pulumi_azure_native/costmanagement/v20240801/get_tag_inheritance_setting.py +0 -144
  158. pulumi_azure_native/costmanagement/v20240801/get_view.py +0 -333
  159. pulumi_azure_native/costmanagement/v20240801/get_view_by_scope.py +0 -339
  160. pulumi_azure_native/costmanagement/v20240801/outputs.py +0 -2593
  161. pulumi_azure_native/costmanagement/v20240801/scheduled_action.py +0 -425
  162. pulumi_azure_native/costmanagement/v20240801/scheduled_action_by_scope.py +0 -426
  163. pulumi_azure_native/costmanagement/v20240801/tag_inheritance_setting.py +0 -222
  164. pulumi_azure_native/costmanagement/v20240801/view.py +0 -587
  165. pulumi_azure_native/costmanagement/v20240801/view_by_scope.py +0 -588
  166. pulumi_azure_native/secretsynccontroller/__init__.py +0 -22
  167. pulumi_azure_native/secretsynccontroller/_enums.py +0 -38
  168. pulumi_azure_native/secretsynccontroller/_inputs.py +0 -134
  169. pulumi_azure_native/secretsynccontroller/azure_key_vault_secret_provider_class.py +0 -389
  170. pulumi_azure_native/secretsynccontroller/get_azure_key_vault_secret_provider_class.py +0 -243
  171. pulumi_azure_native/secretsynccontroller/get_secret_sync.py +0 -271
  172. pulumi_azure_native/secretsynccontroller/outputs.py +0 -367
  173. pulumi_azure_native/secretsynccontroller/secret_sync.py +0 -429
  174. pulumi_azure_native/secretsynccontroller/v20240821preview/__init__.py +0 -14
  175. pulumi_azure_native/secretsynccontroller/v20240821preview/_enums.py +0 -38
  176. pulumi_azure_native/secretsynccontroller/v20240821preview/_inputs.py +0 -134
  177. pulumi_azure_native/secretsynccontroller/v20240821preview/azure_key_vault_secret_provider_class.py +0 -387
  178. pulumi_azure_native/secretsynccontroller/v20240821preview/get_azure_key_vault_secret_provider_class.py +0 -241
  179. pulumi_azure_native/secretsynccontroller/v20240821preview/get_secret_sync.py +0 -269
  180. pulumi_azure_native/secretsynccontroller/v20240821preview/outputs.py +0 -367
  181. pulumi_azure_native/secretsynccontroller/v20240821preview/secret_sync.py +0 -427
  182. {pulumi_azure_native-2.68.0.dist-info → pulumi_azure_native-2.68.0a1729267188.dist-info}/WHEEL +0 -0
  183. {pulumi_azure_native-2.68.0.dist-info → pulumi_azure_native-2.68.0a1729267188.dist-info}/top_level.txt +0 -0
@@ -1,26 +0,0 @@
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
- from ... import _utilities
6
- import typing
7
- # Export this package's modules as members:
8
- from ._enums import *
9
- from .budget import *
10
- from .cost_allocation_rule import *
11
- from .export import *
12
- from .get_budget import *
13
- from .get_cost_allocation_rule import *
14
- from .get_export import *
15
- from .get_scheduled_action import *
16
- from .get_scheduled_action_by_scope import *
17
- from .get_tag_inheritance_setting import *
18
- from .get_view import *
19
- from .get_view_by_scope import *
20
- from .scheduled_action import *
21
- from .scheduled_action_by_scope import *
22
- from .tag_inheritance_setting import *
23
- from .view import *
24
- from .view_by_scope import *
25
- from ._inputs import *
26
- from . import outputs
@@ -1,538 +0,0 @@
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
- from enum import Enum
6
-
7
- __all__ = [
8
- 'AccumulatedType',
9
- 'BudgetNotificationOperatorType',
10
- 'BudgetOperatorType',
11
- 'CategoryType',
12
- 'ChartType',
13
- 'CostAllocationPolicyType',
14
- 'CostAllocationResourceType',
15
- 'CultureCode',
16
- 'DaysOfWeek',
17
- 'ExportType',
18
- 'FileFormat',
19
- 'FormatType',
20
- 'Frequency',
21
- 'FunctionType',
22
- 'GranularityType',
23
- 'KpiTypeType',
24
- 'MetricType',
25
- 'OperatorType',
26
- 'PivotTypeType',
27
- 'QueryColumnType',
28
- 'RecurrenceType',
29
- 'ReportConfigSortingType',
30
- 'ReportGranularityType',
31
- 'ReportTimeframeType',
32
- 'ReportType',
33
- 'RuleStatus',
34
- 'ScheduleFrequency',
35
- 'ScheduledActionKind',
36
- 'ScheduledActionStatus',
37
- 'SettingsKind',
38
- 'StatusType',
39
- 'SystemAssignedServiceIdentityType',
40
- 'ThresholdType',
41
- 'TimeGrainType',
42
- 'TimeframeType',
43
- 'WeeksOfMonth',
44
- ]
45
-
46
-
47
- class AccumulatedType(str, Enum):
48
- """
49
- Show costs accumulated over time.
50
- """
51
- TRUE = "true"
52
- FALSE = "false"
53
-
54
-
55
- class BudgetNotificationOperatorType(str, Enum):
56
- """
57
- The comparison operator.
58
-
59
- Supported for CategoryType(s): Cost, ReservationUtilization.
60
-
61
- Supported operators for **CategoryType: Cost**
62
- - GreaterThan
63
- - GreaterThanOrEqualTo
64
-
65
- Supported operators for **CategoryType: ReservationUtilization**
66
- - LessThan
67
- """
68
- EQUAL_TO = "EqualTo"
69
- """
70
- Notification will be triggered if the evaluated cost is the same as threshold value. Note: It’s not recommended to use this OperatorType as there’s low chance of cost being exactly the same as threshold value, leading to missing of your alert. This OperatorType will be deprecated in future.
71
-
72
- Supported for CategoryType(s): Cost.
73
- """
74
- GREATER_THAN = "GreaterThan"
75
- """
76
- Notification will be triggered if the evaluated cost is greater than the threshold value. Note: This is the recommended OperatorType while configuring Budget Alert.
77
-
78
- Supported for CategoryType(s): Cost.
79
- """
80
- GREATER_THAN_OR_EQUAL_TO = "GreaterThanOrEqualTo"
81
- """
82
- Notification will be triggered if the evaluated cost is greater than or equal to the threshold value.
83
-
84
- Supported for CategoryType(s): Cost.
85
- """
86
- LESS_THAN = "LessThan"
87
- """
88
- Notification will be triggered if any Reservations in the scope of the Reservation Utilization Alert Rule have a utilization less than the threshold percentage.
89
-
90
- Supported for CategoryType(s): ReservationUtilization.
91
- """
92
-
93
-
94
- class BudgetOperatorType(str, Enum):
95
- """
96
- The operator to use for comparison.
97
- """
98
- IN_ = "In"
99
-
100
-
101
- class CategoryType(str, Enum):
102
- """
103
- The category of the budget.
104
- - 'Cost' defines a Budget.
105
- - 'ReservationUtilization' defines a Reservation Utilization Alert Rule.
106
- """
107
- COST = "Cost"
108
- """
109
- A Budget that evaluates monetary cost of Azure resources against an amount, and alerts based on a configured notification threshold.
110
- """
111
- RESERVATION_UTILIZATION = "ReservationUtilization"
112
- """
113
- An Alert Rule that evaluates the utilization percentage of Azure Reservations, and alerts based on a configured notification threshold.
114
- """
115
-
116
-
117
- class ChartType(str, Enum):
118
- """
119
- Chart type of the main view in Cost Analysis. Required.
120
- """
121
- AREA = "Area"
122
- LINE = "Line"
123
- STACKED_COLUMN = "StackedColumn"
124
- GROUPED_COLUMN = "GroupedColumn"
125
- TABLE = "Table"
126
-
127
-
128
- class CostAllocationPolicyType(str, Enum):
129
- """
130
- Method of cost allocation for the rule
131
- """
132
- FIXED_PROPORTION = "FixedProportion"
133
-
134
-
135
- class CostAllocationResourceType(str, Enum):
136
- """
137
- Type of resources contained in this cost allocation rule
138
- """
139
- DIMENSION = "Dimension"
140
- """
141
- Indicates an Azure dimension such as a subscription id or resource group name is being used for allocation.
142
- """
143
- TAG = "Tag"
144
- """
145
- Allocates cost based on Azure Tag key value pairs.
146
- """
147
-
148
-
149
- class CultureCode(str, Enum):
150
- """
151
- Language in which the recipient will receive the notification,
152
-
153
- Supported for CategoryType(s): Cost, ReservationUtilization.
154
- """
155
- EN_US = "en-us"
156
- JA_JP = "ja-jp"
157
- ZH_CN = "zh-cn"
158
- DE_DE = "de-de"
159
- ES_ES = "es-es"
160
- FR_FR = "fr-fr"
161
- IT_IT = "it-it"
162
- KO_KR = "ko-kr"
163
- PT_BR = "pt-br"
164
- RU_RU = "ru-ru"
165
- ZH_TW = "zh-tw"
166
- CS_CZ = "cs-cz"
167
- PL_PL = "pl-pl"
168
- TR_TR = "tr-tr"
169
- DA_DK = "da-dk"
170
- EN_GB = "en-gb"
171
- HU_HU = "hu-hu"
172
- NB_NO = "nb-no"
173
- NL_NL = "nl-nl"
174
- PT_PT = "pt-pt"
175
- SV_SE = "sv-se"
176
-
177
-
178
- class DaysOfWeek(str, Enum):
179
- """
180
- Days of Week.
181
- """
182
- MONDAY = "Monday"
183
- TUESDAY = "Tuesday"
184
- WEDNESDAY = "Wednesday"
185
- THURSDAY = "Thursday"
186
- FRIDAY = "Friday"
187
- SATURDAY = "Saturday"
188
- SUNDAY = "Sunday"
189
-
190
-
191
- class ExportType(str, Enum):
192
- """
193
- The type of the export. Note that 'Usage' is equivalent to 'ActualCost' and is applicable to exports that do not yet provide data for charges or amortization for service reservations.
194
- """
195
- USAGE = "Usage"
196
- ACTUAL_COST = "ActualCost"
197
- AMORTIZED_COST = "AmortizedCost"
198
-
199
-
200
- class FileFormat(str, Enum):
201
- """
202
- Destination of the view data. Currently only CSV format is supported.
203
- """
204
- CSV = "Csv"
205
-
206
-
207
- class FormatType(str, Enum):
208
- """
209
- The format of the export being delivered. Currently only 'Csv' is supported.
210
- """
211
- CSV = "Csv"
212
-
213
-
214
- class Frequency(str, Enum):
215
- """
216
- Frequency of a notification. Represents how long the notification will be silent after triggering an alert for a threshold breach. If not specified, the frequency will be set by default based on the timeGrain (Weekly when timeGrain: Last7Days, Monthly when timeGrain: Last30Days).
217
-
218
- Supported for CategoryType(s): ReservationUtilization.
219
- """
220
- DAILY = "Daily"
221
- """
222
- After the threshold breaches and an Alert is fired, no further alerts will be sent until the next calendar day.
223
- """
224
- WEEKLY = "Weekly"
225
- """
226
- After the threshold breaches and an Alert is fired, no further alerts will be sent for 7 calendar days.
227
- """
228
- MONTHLY = "Monthly"
229
- """
230
- After the threshold breaches and an Alert is fired, no further alerts will be sent for 30 calendar days.
231
- """
232
-
233
-
234
- class FunctionType(str, Enum):
235
- """
236
- The name of the aggregation function to use.
237
- """
238
- SUM = "Sum"
239
-
240
-
241
- class GranularityType(str, Enum):
242
- """
243
- The granularity of rows in the export. Currently only 'Daily' is supported.
244
- """
245
- DAILY = "Daily"
246
-
247
-
248
- class KpiTypeType(str, Enum):
249
- """
250
- KPI type (Forecast, Budget).
251
- """
252
- FORECAST = "Forecast"
253
- BUDGET = "Budget"
254
-
255
-
256
- class MetricType(str, Enum):
257
- """
258
- Metric to use when displaying costs.
259
- """
260
- ACTUAL_COST = "ActualCost"
261
- AMORTIZED_COST = "AmortizedCost"
262
- AHUB = "AHUB"
263
-
264
-
265
- class OperatorType(str, Enum):
266
- """
267
- The operator to use for comparison.
268
- """
269
- IN_ = "In"
270
- CONTAINS = "Contains"
271
-
272
-
273
- class PivotTypeType(str, Enum):
274
- """
275
- Data type to show in view.
276
- """
277
- DIMENSION = "Dimension"
278
- TAG_KEY = "TagKey"
279
-
280
-
281
- class QueryColumnType(str, Enum):
282
- """
283
- Has type of the column to group.
284
- """
285
- TAG_KEY = "TagKey"
286
- """
287
- The tag associated with the cost data.
288
- """
289
- DIMENSION = "Dimension"
290
- """
291
- The dimension of cost data.
292
- """
293
-
294
-
295
- class RecurrenceType(str, Enum):
296
- """
297
- The schedule recurrence.
298
- """
299
- DAILY = "Daily"
300
- WEEKLY = "Weekly"
301
- MONTHLY = "Monthly"
302
- ANNUALLY = "Annually"
303
-
304
-
305
- class ReportConfigSortingType(str, Enum):
306
- """
307
- Direction of sort.
308
- """
309
- ASCENDING = "Ascending"
310
- DESCENDING = "Descending"
311
-
312
-
313
- class ReportGranularityType(str, Enum):
314
- """
315
- The granularity of rows in the report.
316
- """
317
- DAILY = "Daily"
318
- MONTHLY = "Monthly"
319
-
320
-
321
- class ReportTimeframeType(str, Enum):
322
- """
323
- The time frame for pulling data for the report. If custom, then a specific time period must be provided.
324
- """
325
- WEEK_TO_DATE = "WeekToDate"
326
- MONTH_TO_DATE = "MonthToDate"
327
- YEAR_TO_DATE = "YearToDate"
328
- CUSTOM = "Custom"
329
-
330
-
331
- class ReportType(str, Enum):
332
- """
333
- The type of the report. Usage represents actual usage, forecast represents forecasted data and UsageAndForecast represents both usage and forecasted data. Actual usage and forecasted data can be differentiated based on dates.
334
- """
335
- USAGE = "Usage"
336
-
337
-
338
- class RuleStatus(str, Enum):
339
- """
340
- Status of the rule
341
- """
342
- NOT_ACTIVE = "NotActive"
343
- """
344
- Rule is saved but not used to allocate costs.
345
- """
346
- ACTIVE = "Active"
347
- """
348
- Rule is saved and impacting cost allocation.
349
- """
350
- PROCESSING = "Processing"
351
- """
352
- Rule is saved and cost allocation is being updated. Readonly value that cannot be submitted in a put request.
353
- """
354
-
355
-
356
- class ScheduleFrequency(str, Enum):
357
- """
358
- Frequency of the schedule.
359
- """
360
- DAILY = "Daily"
361
- """
362
- Cost analysis data will be emailed every day.
363
- """
364
- WEEKLY = "Weekly"
365
- """
366
- Cost analysis data will be emailed every week.
367
- """
368
- MONTHLY = "Monthly"
369
- """
370
- Cost analysis data will be emailed every month.
371
- """
372
-
373
-
374
- class ScheduledActionKind(str, Enum):
375
- """
376
- Kind of the scheduled action.
377
- """
378
- EMAIL = "Email"
379
- """
380
- Cost analysis data will be emailed.
381
- """
382
- INSIGHT_ALERT = "InsightAlert"
383
- """
384
- Cost anomaly information will be emailed. Available only on subscription scope at daily frequency. If no anomaly is detected on the resource, an email won't be sent.
385
- """
386
-
387
-
388
- class ScheduledActionStatus(str, Enum):
389
- """
390
- Status of the scheduled action.
391
- """
392
- DISABLED = "Disabled"
393
- """
394
- Scheduled action is saved but will not be run.
395
- """
396
- ENABLED = "Enabled"
397
- """
398
- Scheduled action is saved and will be run.
399
- """
400
- EXPIRED = "Expired"
401
- """
402
- Scheduled action is expired.
403
- """
404
-
405
-
406
- class SettingsKind(str, Enum):
407
- """
408
- Specifies the kind of settings.
409
- """
410
- TAGINHERITANCE = "taginheritance"
411
-
412
-
413
- class StatusType(str, Enum):
414
- """
415
- The status of the export's schedule. If 'Inactive', the export's schedule is paused.
416
- """
417
- ACTIVE = "Active"
418
- INACTIVE = "Inactive"
419
-
420
-
421
- class SystemAssignedServiceIdentityType(str, Enum):
422
- """
423
- Type of managed service identity (either system assigned, or none).
424
- """
425
- NONE = "None"
426
- SYSTEM_ASSIGNED = "SystemAssigned"
427
-
428
-
429
- class ThresholdType(str, Enum):
430
- """
431
- The type of threshold.
432
-
433
- Supported for CategoryType(s): Cost.
434
- """
435
- ACTUAL = "Actual"
436
- """
437
- Actual costs budget alerts notify when the actual accrued cost exceeds the allocated budget.
438
- """
439
- FORECASTED = "Forecasted"
440
- """
441
- Forecasted costs budget alerts provide advanced notification that your spending trends are likely to exceed your allocated budget, as it relies on forecasted cost predictions.
442
- """
443
-
444
-
445
- class TimeGrainType(str, Enum):
446
- """
447
- The time covered by a budget. Tracking of the amount will be reset based on the time grain.
448
-
449
- Supported for CategoryType(s): Cost, ReservationUtilization.
450
-
451
- Supported timeGrainTypes for **CategoryType: Cost**
452
-
453
- - Monthly
454
- - Quarterly
455
- - Annually
456
- - BillingMonth*
457
- - BillingQuarter*
458
- - BillingAnnual*
459
-
460
- *only supported for Web Direct customers.
461
-
462
- Supported timeGrainTypes for **CategoryType: ReservationUtilization**
463
- - Last7Days
464
- - Last30Days
465
-
466
- Required for CategoryType(s): Cost, ReservationUtilization.
467
- """
468
- MONTHLY = "Monthly"
469
- """
470
- The budget will track costs in the current calendar month against the amount.
471
-
472
- Supported for CategoryType: Cost only.
473
- """
474
- QUARTERLY = "Quarterly"
475
- """
476
- The budget will track costs in the current calendar quarter against the amount.
477
-
478
- Supported for CategoryType: Cost only.
479
- """
480
- ANNUALLY = "Annually"
481
- """
482
- The budget will track costs in the current calendar year against the amount.
483
-
484
- Supported for CategoryType: Cost only.
485
- """
486
- BILLING_MONTH = "BillingMonth"
487
- """
488
- The budget will track costs in the current billing month against the amount.
489
-
490
- Supported for CategoryType: Cost and Web Direct customers only.
491
- """
492
- BILLING_QUARTER = "BillingQuarter"
493
- """
494
- The budget will track costs in the current billing quarter against the amount.
495
-
496
- Supported for CategoryType: Cost and Web Direct customers only.
497
- """
498
- BILLING_ANNUAL = "BillingAnnual"
499
- """
500
- The budget will track costs in the current billing year against the amount.
501
-
502
- Supported for CategoryType: Cost and Web Direct customers only.
503
- """
504
- LAST7_DAYS = "Last7Days"
505
- """
506
- The Reservation Utilization Alert Rule will evaluate reservations based on their 7-Day utilization percentage.
507
-
508
- Supported for CategoryType: ReservationUtilization only.
509
- """
510
- LAST30_DAYS = "Last30Days"
511
- """
512
- The Reservation Utilization Alert Rule will evaluate reservations based on their 30-Day utilization percentage.
513
-
514
- Supported for CategoryType: ReservationUtilization only.
515
- """
516
-
517
-
518
- class TimeframeType(str, Enum):
519
- """
520
- The time frame for pulling data for the export. If custom, then a specific time period must be provided.
521
- """
522
- MONTH_TO_DATE = "MonthToDate"
523
- BILLING_MONTH_TO_DATE = "BillingMonthToDate"
524
- THE_LAST_MONTH = "TheLastMonth"
525
- THE_LAST_BILLING_MONTH = "TheLastBillingMonth"
526
- WEEK_TO_DATE = "WeekToDate"
527
- CUSTOM = "Custom"
528
-
529
-
530
- class WeeksOfMonth(str, Enum):
531
- """
532
- Weeks of month.
533
- """
534
- FIRST = "First"
535
- SECOND = "Second"
536
- THIRD = "Third"
537
- FOURTH = "Fourth"
538
- LAST = "Last"