pulumi-azure-native 2.68.0a1729519840__py3-none-any.whl → 2.68.0a1729615467__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 (167) hide show
  1. pulumi_azure_native/__init__.py +29 -0
  2. pulumi_azure_native/awsconnector/_inputs.py +132 -96
  3. pulumi_azure_native/awsconnector/outputs.py +120 -66
  4. pulumi_azure_native/awsconnector/v20241201/_inputs.py +132 -96
  5. pulumi_azure_native/awsconnector/v20241201/outputs.py +120 -66
  6. pulumi_azure_native/cache/__init__.py +3 -0
  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/cache/v20241101/__init__.py +25 -0
  57. pulumi_azure_native/cache/v20241101/_enums.py +111 -0
  58. pulumi_azure_native/cache/v20241101/_inputs.py +646 -0
  59. pulumi_azure_native/cache/v20241101/access_policy.py +219 -0
  60. pulumi_azure_native/cache/v20241101/access_policy_assignment.py +279 -0
  61. pulumi_azure_native/cache/v20241101/firewall_rule.py +239 -0
  62. pulumi_azure_native/cache/v20241101/get_access_policy.py +148 -0
  63. pulumi_azure_native/cache/v20241101/get_access_policy_assignment.py +176 -0
  64. pulumi_azure_native/cache/v20241101/get_firewall_rule.py +148 -0
  65. pulumi_azure_native/cache/v20241101/get_linked_server.py +204 -0
  66. pulumi_azure_native/cache/v20241101/get_patch_schedule.py +149 -0
  67. pulumi_azure_native/cache/v20241101/get_private_endpoint_connection.py +163 -0
  68. pulumi_azure_native/cache/v20241101/get_redis.py +493 -0
  69. pulumi_azure_native/cache/v20241101/linked_server.py +299 -0
  70. pulumi_azure_native/cache/v20241101/list_redis_keys.py +100 -0
  71. pulumi_azure_native/cache/v20241101/outputs.py +917 -0
  72. pulumi_azure_native/cache/v20241101/patch_schedule.py +221 -0
  73. pulumi_azure_native/cache/v20241101/private_endpoint_connection.py +232 -0
  74. pulumi_azure_native/cache/v20241101/redis.py +804 -0
  75. pulumi_azure_native/costmanagement/__init__.py +3 -0
  76. pulumi_azure_native/costmanagement/budget.py +3 -3
  77. pulumi_azure_native/costmanagement/cost_allocation_rule.py +3 -3
  78. pulumi_azure_native/costmanagement/export.py +3 -3
  79. pulumi_azure_native/costmanagement/get_budget.py +2 -2
  80. pulumi_azure_native/costmanagement/get_cost_allocation_rule.py +2 -2
  81. pulumi_azure_native/costmanagement/get_export.py +2 -2
  82. pulumi_azure_native/costmanagement/get_scheduled_action.py +2 -2
  83. pulumi_azure_native/costmanagement/get_scheduled_action_by_scope.py +2 -2
  84. pulumi_azure_native/costmanagement/get_view.py +2 -2
  85. pulumi_azure_native/costmanagement/get_view_by_scope.py +2 -2
  86. pulumi_azure_native/costmanagement/scheduled_action.py +3 -3
  87. pulumi_azure_native/costmanagement/scheduled_action_by_scope.py +3 -3
  88. pulumi_azure_native/costmanagement/tag_inheritance_setting.py +1 -1
  89. pulumi_azure_native/costmanagement/v20190401preview/budget.py +1 -1
  90. pulumi_azure_native/costmanagement/v20191001/export.py +1 -1
  91. pulumi_azure_native/costmanagement/v20191101/view.py +1 -1
  92. pulumi_azure_native/costmanagement/v20191101/view_by_scope.py +1 -1
  93. pulumi_azure_native/costmanagement/v20200301preview/cost_allocation_rule.py +1 -1
  94. pulumi_azure_native/costmanagement/v20200601/view.py +1 -1
  95. pulumi_azure_native/costmanagement/v20200601/view_by_scope.py +1 -1
  96. pulumi_azure_native/costmanagement/v20221001/view.py +1 -1
  97. pulumi_azure_native/costmanagement/v20221001/view_by_scope.py +1 -1
  98. pulumi_azure_native/costmanagement/v20221005preview/tag_inheritance_setting.py +1 -1
  99. pulumi_azure_native/costmanagement/v20221005preview/view.py +1 -1
  100. pulumi_azure_native/costmanagement/v20221005preview/view_by_scope.py +1 -1
  101. pulumi_azure_native/costmanagement/v20230301/export.py +1 -1
  102. pulumi_azure_native/costmanagement/v20230301/scheduled_action.py +1 -1
  103. pulumi_azure_native/costmanagement/v20230301/scheduled_action_by_scope.py +1 -1
  104. pulumi_azure_native/costmanagement/v20230301/view.py +1 -1
  105. pulumi_azure_native/costmanagement/v20230301/view_by_scope.py +1 -1
  106. pulumi_azure_native/costmanagement/v20230401preview/budget.py +1 -1
  107. pulumi_azure_native/costmanagement/v20230401preview/export.py +1 -1
  108. pulumi_azure_native/costmanagement/v20230401preview/scheduled_action.py +1 -1
  109. pulumi_azure_native/costmanagement/v20230401preview/scheduled_action_by_scope.py +1 -1
  110. pulumi_azure_native/costmanagement/v20230401preview/view.py +1 -1
  111. pulumi_azure_native/costmanagement/v20230401preview/view_by_scope.py +1 -1
  112. pulumi_azure_native/costmanagement/v20230701preview/export.py +1 -1
  113. pulumi_azure_native/costmanagement/v20230701preview/scheduled_action.py +1 -1
  114. pulumi_azure_native/costmanagement/v20230701preview/scheduled_action_by_scope.py +1 -1
  115. pulumi_azure_native/costmanagement/v20230701preview/view.py +1 -1
  116. pulumi_azure_native/costmanagement/v20230701preview/view_by_scope.py +1 -1
  117. pulumi_azure_native/costmanagement/v20230801/budget.py +1 -1
  118. pulumi_azure_native/costmanagement/v20230801/cost_allocation_rule.py +1 -1
  119. pulumi_azure_native/costmanagement/v20230801/export.py +1 -1
  120. pulumi_azure_native/costmanagement/v20230801/scheduled_action.py +1 -1
  121. pulumi_azure_native/costmanagement/v20230801/scheduled_action_by_scope.py +1 -1
  122. pulumi_azure_native/costmanagement/v20230801/tag_inheritance_setting.py +1 -1
  123. pulumi_azure_native/costmanagement/v20230801/view.py +1 -1
  124. pulumi_azure_native/costmanagement/v20230801/view_by_scope.py +1 -1
  125. pulumi_azure_native/costmanagement/v20230901/budget.py +1 -1
  126. pulumi_azure_native/costmanagement/v20230901/cost_allocation_rule.py +1 -1
  127. pulumi_azure_native/costmanagement/v20230901/export.py +1 -1
  128. pulumi_azure_native/costmanagement/v20230901/scheduled_action.py +1 -1
  129. pulumi_azure_native/costmanagement/v20230901/scheduled_action_by_scope.py +1 -1
  130. pulumi_azure_native/costmanagement/v20230901/tag_inheritance_setting.py +1 -1
  131. pulumi_azure_native/costmanagement/v20230901/view.py +1 -1
  132. pulumi_azure_native/costmanagement/v20230901/view_by_scope.py +1 -1
  133. pulumi_azure_native/costmanagement/v20231101/budget.py +1 -1
  134. pulumi_azure_native/costmanagement/v20231101/cost_allocation_rule.py +1 -1
  135. pulumi_azure_native/costmanagement/v20231101/export.py +1 -1
  136. pulumi_azure_native/costmanagement/v20231101/scheduled_action.py +1 -1
  137. pulumi_azure_native/costmanagement/v20231101/scheduled_action_by_scope.py +1 -1
  138. pulumi_azure_native/costmanagement/v20231101/tag_inheritance_setting.py +1 -1
  139. pulumi_azure_native/costmanagement/v20231101/view.py +1 -1
  140. pulumi_azure_native/costmanagement/v20231101/view_by_scope.py +1 -1
  141. pulumi_azure_native/costmanagement/v20240801/__init__.py +26 -0
  142. pulumi_azure_native/costmanagement/v20240801/_enums.py +538 -0
  143. pulumi_azure_native/costmanagement/v20240801/_inputs.py +2660 -0
  144. pulumi_azure_native/costmanagement/v20240801/budget.py +619 -0
  145. pulumi_azure_native/costmanagement/v20240801/cost_allocation_rule.py +190 -0
  146. pulumi_azure_native/costmanagement/v20240801/export.py +415 -0
  147. pulumi_azure_native/costmanagement/v20240801/get_budget.py +337 -0
  148. pulumi_azure_native/costmanagement/v20240801/get_cost_allocation_rule.py +129 -0
  149. pulumi_azure_native/costmanagement/v20240801/get_export.py +261 -0
  150. pulumi_azure_native/costmanagement/v20240801/get_scheduled_action.py +263 -0
  151. pulumi_azure_native/costmanagement/v20240801/get_scheduled_action_by_scope.py +269 -0
  152. pulumi_azure_native/costmanagement/v20240801/get_tag_inheritance_setting.py +144 -0
  153. pulumi_azure_native/costmanagement/v20240801/get_view.py +333 -0
  154. pulumi_azure_native/costmanagement/v20240801/get_view_by_scope.py +339 -0
  155. pulumi_azure_native/costmanagement/v20240801/outputs.py +2593 -0
  156. pulumi_azure_native/costmanagement/v20240801/scheduled_action.py +425 -0
  157. pulumi_azure_native/costmanagement/v20240801/scheduled_action_by_scope.py +426 -0
  158. pulumi_azure_native/costmanagement/v20240801/tag_inheritance_setting.py +222 -0
  159. pulumi_azure_native/costmanagement/v20240801/view.py +587 -0
  160. pulumi_azure_native/costmanagement/v20240801/view_by_scope.py +588 -0
  161. pulumi_azure_native/costmanagement/view.py +3 -3
  162. pulumi_azure_native/costmanagement/view_by_scope.py +3 -3
  163. pulumi_azure_native/pulumi-plugin.json +1 -1
  164. {pulumi_azure_native-2.68.0a1729519840.dist-info → pulumi_azure_native-2.68.0a1729615467.dist-info}/METADATA +1 -1
  165. {pulumi_azure_native-2.68.0a1729519840.dist-info → pulumi_azure_native-2.68.0a1729615467.dist-info}/RECORD +167 -128
  166. {pulumi_azure_native-2.68.0a1729519840.dist-info → pulumi_azure_native-2.68.0a1729615467.dist-info}/WHEEL +0 -0
  167. {pulumi_azure_native-2.68.0a1729519840.dist-info → pulumi_azure_native-2.68.0a1729615467.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,646 @@
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 ._enums import *
17
+
18
+ __all__ = [
19
+ 'ManagedServiceIdentityArgs',
20
+ 'ManagedServiceIdentityArgsDict',
21
+ 'PrivateLinkServiceConnectionStateArgs',
22
+ 'PrivateLinkServiceConnectionStateArgsDict',
23
+ 'RedisCommonPropertiesRedisConfigurationArgs',
24
+ 'RedisCommonPropertiesRedisConfigurationArgsDict',
25
+ 'ScheduleEntryArgs',
26
+ 'ScheduleEntryArgsDict',
27
+ 'SkuArgs',
28
+ 'SkuArgsDict',
29
+ ]
30
+
31
+ MYPY = False
32
+
33
+ if not MYPY:
34
+ class ManagedServiceIdentityArgsDict(TypedDict):
35
+ """
36
+ Managed service identity (system assigned and/or user assigned identities)
37
+ """
38
+ type: pulumi.Input[Union[str, 'ManagedServiceIdentityType']]
39
+ """
40
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
41
+ """
42
+ user_assigned_identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
43
+ """
44
+ The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
45
+ """
46
+ elif False:
47
+ ManagedServiceIdentityArgsDict: TypeAlias = Mapping[str, Any]
48
+
49
+ @pulumi.input_type
50
+ class ManagedServiceIdentityArgs:
51
+ def __init__(__self__, *,
52
+ type: pulumi.Input[Union[str, 'ManagedServiceIdentityType']],
53
+ user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
54
+ """
55
+ Managed service identity (system assigned and/or user assigned identities)
56
+ :param pulumi.Input[Union[str, 'ManagedServiceIdentityType']] type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
57
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
58
+ """
59
+ pulumi.set(__self__, "type", type)
60
+ if user_assigned_identities is not None:
61
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
62
+
63
+ @property
64
+ @pulumi.getter
65
+ def type(self) -> pulumi.Input[Union[str, 'ManagedServiceIdentityType']]:
66
+ """
67
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
68
+ """
69
+ return pulumi.get(self, "type")
70
+
71
+ @type.setter
72
+ def type(self, value: pulumi.Input[Union[str, 'ManagedServiceIdentityType']]):
73
+ pulumi.set(self, "type", value)
74
+
75
+ @property
76
+ @pulumi.getter(name="userAssignedIdentities")
77
+ def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
78
+ """
79
+ The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
80
+ """
81
+ return pulumi.get(self, "user_assigned_identities")
82
+
83
+ @user_assigned_identities.setter
84
+ def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
85
+ pulumi.set(self, "user_assigned_identities", value)
86
+
87
+
88
+ if not MYPY:
89
+ class PrivateLinkServiceConnectionStateArgsDict(TypedDict):
90
+ """
91
+ A collection of information about the state of the connection between service consumer and provider.
92
+ """
93
+ actions_required: NotRequired[pulumi.Input[str]]
94
+ """
95
+ A message indicating if changes on the service provider require any updates on the consumer.
96
+ """
97
+ description: NotRequired[pulumi.Input[str]]
98
+ """
99
+ The reason for approval/rejection of the connection.
100
+ """
101
+ status: NotRequired[pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']]]
102
+ """
103
+ Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
104
+ """
105
+ elif False:
106
+ PrivateLinkServiceConnectionStateArgsDict: TypeAlias = Mapping[str, Any]
107
+
108
+ @pulumi.input_type
109
+ class PrivateLinkServiceConnectionStateArgs:
110
+ def __init__(__self__, *,
111
+ actions_required: Optional[pulumi.Input[str]] = None,
112
+ description: Optional[pulumi.Input[str]] = None,
113
+ status: Optional[pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']]] = None):
114
+ """
115
+ A collection of information about the state of the connection between service consumer and provider.
116
+ :param pulumi.Input[str] actions_required: A message indicating if changes on the service provider require any updates on the consumer.
117
+ :param pulumi.Input[str] description: The reason for approval/rejection of the connection.
118
+ :param pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']] status: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
119
+ """
120
+ if actions_required is not None:
121
+ pulumi.set(__self__, "actions_required", actions_required)
122
+ if description is not None:
123
+ pulumi.set(__self__, "description", description)
124
+ if status is not None:
125
+ pulumi.set(__self__, "status", status)
126
+
127
+ @property
128
+ @pulumi.getter(name="actionsRequired")
129
+ def actions_required(self) -> Optional[pulumi.Input[str]]:
130
+ """
131
+ A message indicating if changes on the service provider require any updates on the consumer.
132
+ """
133
+ return pulumi.get(self, "actions_required")
134
+
135
+ @actions_required.setter
136
+ def actions_required(self, value: Optional[pulumi.Input[str]]):
137
+ pulumi.set(self, "actions_required", value)
138
+
139
+ @property
140
+ @pulumi.getter
141
+ def description(self) -> Optional[pulumi.Input[str]]:
142
+ """
143
+ The reason for approval/rejection of the connection.
144
+ """
145
+ return pulumi.get(self, "description")
146
+
147
+ @description.setter
148
+ def description(self, value: Optional[pulumi.Input[str]]):
149
+ pulumi.set(self, "description", value)
150
+
151
+ @property
152
+ @pulumi.getter
153
+ def status(self) -> Optional[pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']]]:
154
+ """
155
+ Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
156
+ """
157
+ return pulumi.get(self, "status")
158
+
159
+ @status.setter
160
+ def status(self, value: Optional[pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']]]):
161
+ pulumi.set(self, "status", value)
162
+
163
+
164
+ if not MYPY:
165
+ class RedisCommonPropertiesRedisConfigurationArgsDict(TypedDict):
166
+ """
167
+ All Redis Settings. Few possible keys: rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta, maxmemory-policy,notify-keyspace-events, aof-backup-enabled, aof-storage-connection-string-0, aof-storage-connection-string-1 etc.
168
+ """
169
+ aad_enabled: NotRequired[pulumi.Input[str]]
170
+ """
171
+ Specifies whether AAD based authentication has been enabled or disabled for the cache
172
+ """
173
+ aof_backup_enabled: NotRequired[pulumi.Input[str]]
174
+ """
175
+ Specifies whether the aof backup is enabled
176
+ """
177
+ aof_storage_connection_string0: NotRequired[pulumi.Input[str]]
178
+ """
179
+ First storage account connection string
180
+ """
181
+ aof_storage_connection_string1: NotRequired[pulumi.Input[str]]
182
+ """
183
+ Second storage account connection string
184
+ """
185
+ authnotrequired: NotRequired[pulumi.Input[str]]
186
+ """
187
+ Specifies whether the authentication is disabled. Setting this property is highly discouraged from security point of view.
188
+ """
189
+ maxfragmentationmemory_reserved: NotRequired[pulumi.Input[str]]
190
+ """
191
+ Value in megabytes reserved for fragmentation per shard
192
+ """
193
+ maxmemory_delta: NotRequired[pulumi.Input[str]]
194
+ """
195
+ Value in megabytes reserved for non-cache usage per shard e.g. failover.
196
+ """
197
+ maxmemory_policy: NotRequired[pulumi.Input[str]]
198
+ """
199
+ The eviction strategy used when your data won't fit within its memory limit.
200
+ """
201
+ maxmemory_reserved: NotRequired[pulumi.Input[str]]
202
+ """
203
+ Value in megabytes reserved for non-cache usage per shard e.g. failover.
204
+ """
205
+ notify_keyspace_events: NotRequired[pulumi.Input[str]]
206
+ """
207
+ The keyspace events which should be monitored.
208
+ """
209
+ preferred_data_persistence_auth_method: NotRequired[pulumi.Input[str]]
210
+ """
211
+ Preferred auth method to communicate to storage account used for data persistence, specify SAS or ManagedIdentity, default value is SAS
212
+ """
213
+ rdb_backup_enabled: NotRequired[pulumi.Input[str]]
214
+ """
215
+ Specifies whether the rdb backup is enabled
216
+ """
217
+ rdb_backup_frequency: NotRequired[pulumi.Input[str]]
218
+ """
219
+ Specifies the frequency for creating rdb backup in minutes. Valid values: (15, 30, 60, 360, 720, 1440)
220
+ """
221
+ rdb_backup_max_snapshot_count: NotRequired[pulumi.Input[str]]
222
+ """
223
+ Specifies the maximum number of snapshots for rdb backup
224
+ """
225
+ rdb_storage_connection_string: NotRequired[pulumi.Input[str]]
226
+ """
227
+ The storage account connection string for storing rdb file
228
+ """
229
+ storage_subscription_id: NotRequired[pulumi.Input[str]]
230
+ """
231
+ SubscriptionId of the storage account for persistence (aof/rdb) using ManagedIdentity.
232
+ """
233
+ elif False:
234
+ RedisCommonPropertiesRedisConfigurationArgsDict: TypeAlias = Mapping[str, Any]
235
+
236
+ @pulumi.input_type
237
+ class RedisCommonPropertiesRedisConfigurationArgs:
238
+ def __init__(__self__, *,
239
+ aad_enabled: Optional[pulumi.Input[str]] = None,
240
+ aof_backup_enabled: Optional[pulumi.Input[str]] = None,
241
+ aof_storage_connection_string0: Optional[pulumi.Input[str]] = None,
242
+ aof_storage_connection_string1: Optional[pulumi.Input[str]] = None,
243
+ authnotrequired: Optional[pulumi.Input[str]] = None,
244
+ maxfragmentationmemory_reserved: Optional[pulumi.Input[str]] = None,
245
+ maxmemory_delta: Optional[pulumi.Input[str]] = None,
246
+ maxmemory_policy: Optional[pulumi.Input[str]] = None,
247
+ maxmemory_reserved: Optional[pulumi.Input[str]] = None,
248
+ notify_keyspace_events: Optional[pulumi.Input[str]] = None,
249
+ preferred_data_persistence_auth_method: Optional[pulumi.Input[str]] = None,
250
+ rdb_backup_enabled: Optional[pulumi.Input[str]] = None,
251
+ rdb_backup_frequency: Optional[pulumi.Input[str]] = None,
252
+ rdb_backup_max_snapshot_count: Optional[pulumi.Input[str]] = None,
253
+ rdb_storage_connection_string: Optional[pulumi.Input[str]] = None,
254
+ storage_subscription_id: Optional[pulumi.Input[str]] = None):
255
+ """
256
+ All Redis Settings. Few possible keys: rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta, maxmemory-policy,notify-keyspace-events, aof-backup-enabled, aof-storage-connection-string-0, aof-storage-connection-string-1 etc.
257
+ :param pulumi.Input[str] aad_enabled: Specifies whether AAD based authentication has been enabled or disabled for the cache
258
+ :param pulumi.Input[str] aof_backup_enabled: Specifies whether the aof backup is enabled
259
+ :param pulumi.Input[str] aof_storage_connection_string0: First storage account connection string
260
+ :param pulumi.Input[str] aof_storage_connection_string1: Second storage account connection string
261
+ :param pulumi.Input[str] authnotrequired: Specifies whether the authentication is disabled. Setting this property is highly discouraged from security point of view.
262
+ :param pulumi.Input[str] maxfragmentationmemory_reserved: Value in megabytes reserved for fragmentation per shard
263
+ :param pulumi.Input[str] maxmemory_delta: Value in megabytes reserved for non-cache usage per shard e.g. failover.
264
+ :param pulumi.Input[str] maxmemory_policy: The eviction strategy used when your data won't fit within its memory limit.
265
+ :param pulumi.Input[str] maxmemory_reserved: Value in megabytes reserved for non-cache usage per shard e.g. failover.
266
+ :param pulumi.Input[str] notify_keyspace_events: The keyspace events which should be monitored.
267
+ :param pulumi.Input[str] preferred_data_persistence_auth_method: Preferred auth method to communicate to storage account used for data persistence, specify SAS or ManagedIdentity, default value is SAS
268
+ :param pulumi.Input[str] rdb_backup_enabled: Specifies whether the rdb backup is enabled
269
+ :param pulumi.Input[str] rdb_backup_frequency: Specifies the frequency for creating rdb backup in minutes. Valid values: (15, 30, 60, 360, 720, 1440)
270
+ :param pulumi.Input[str] rdb_backup_max_snapshot_count: Specifies the maximum number of snapshots for rdb backup
271
+ :param pulumi.Input[str] rdb_storage_connection_string: The storage account connection string for storing rdb file
272
+ :param pulumi.Input[str] storage_subscription_id: SubscriptionId of the storage account for persistence (aof/rdb) using ManagedIdentity.
273
+ """
274
+ if aad_enabled is not None:
275
+ pulumi.set(__self__, "aad_enabled", aad_enabled)
276
+ if aof_backup_enabled is not None:
277
+ pulumi.set(__self__, "aof_backup_enabled", aof_backup_enabled)
278
+ if aof_storage_connection_string0 is not None:
279
+ pulumi.set(__self__, "aof_storage_connection_string0", aof_storage_connection_string0)
280
+ if aof_storage_connection_string1 is not None:
281
+ pulumi.set(__self__, "aof_storage_connection_string1", aof_storage_connection_string1)
282
+ if authnotrequired is not None:
283
+ pulumi.set(__self__, "authnotrequired", authnotrequired)
284
+ if maxfragmentationmemory_reserved is not None:
285
+ pulumi.set(__self__, "maxfragmentationmemory_reserved", maxfragmentationmemory_reserved)
286
+ if maxmemory_delta is not None:
287
+ pulumi.set(__self__, "maxmemory_delta", maxmemory_delta)
288
+ if maxmemory_policy is not None:
289
+ pulumi.set(__self__, "maxmemory_policy", maxmemory_policy)
290
+ if maxmemory_reserved is not None:
291
+ pulumi.set(__self__, "maxmemory_reserved", maxmemory_reserved)
292
+ if notify_keyspace_events is not None:
293
+ pulumi.set(__self__, "notify_keyspace_events", notify_keyspace_events)
294
+ if preferred_data_persistence_auth_method is not None:
295
+ pulumi.set(__self__, "preferred_data_persistence_auth_method", preferred_data_persistence_auth_method)
296
+ if rdb_backup_enabled is not None:
297
+ pulumi.set(__self__, "rdb_backup_enabled", rdb_backup_enabled)
298
+ if rdb_backup_frequency is not None:
299
+ pulumi.set(__self__, "rdb_backup_frequency", rdb_backup_frequency)
300
+ if rdb_backup_max_snapshot_count is not None:
301
+ pulumi.set(__self__, "rdb_backup_max_snapshot_count", rdb_backup_max_snapshot_count)
302
+ if rdb_storage_connection_string is not None:
303
+ pulumi.set(__self__, "rdb_storage_connection_string", rdb_storage_connection_string)
304
+ if storage_subscription_id is not None:
305
+ pulumi.set(__self__, "storage_subscription_id", storage_subscription_id)
306
+
307
+ @property
308
+ @pulumi.getter(name="aadEnabled")
309
+ def aad_enabled(self) -> Optional[pulumi.Input[str]]:
310
+ """
311
+ Specifies whether AAD based authentication has been enabled or disabled for the cache
312
+ """
313
+ return pulumi.get(self, "aad_enabled")
314
+
315
+ @aad_enabled.setter
316
+ def aad_enabled(self, value: Optional[pulumi.Input[str]]):
317
+ pulumi.set(self, "aad_enabled", value)
318
+
319
+ @property
320
+ @pulumi.getter(name="aofBackupEnabled")
321
+ def aof_backup_enabled(self) -> Optional[pulumi.Input[str]]:
322
+ """
323
+ Specifies whether the aof backup is enabled
324
+ """
325
+ return pulumi.get(self, "aof_backup_enabled")
326
+
327
+ @aof_backup_enabled.setter
328
+ def aof_backup_enabled(self, value: Optional[pulumi.Input[str]]):
329
+ pulumi.set(self, "aof_backup_enabled", value)
330
+
331
+ @property
332
+ @pulumi.getter(name="aofStorageConnectionString0")
333
+ def aof_storage_connection_string0(self) -> Optional[pulumi.Input[str]]:
334
+ """
335
+ First storage account connection string
336
+ """
337
+ return pulumi.get(self, "aof_storage_connection_string0")
338
+
339
+ @aof_storage_connection_string0.setter
340
+ def aof_storage_connection_string0(self, value: Optional[pulumi.Input[str]]):
341
+ pulumi.set(self, "aof_storage_connection_string0", value)
342
+
343
+ @property
344
+ @pulumi.getter(name="aofStorageConnectionString1")
345
+ def aof_storage_connection_string1(self) -> Optional[pulumi.Input[str]]:
346
+ """
347
+ Second storage account connection string
348
+ """
349
+ return pulumi.get(self, "aof_storage_connection_string1")
350
+
351
+ @aof_storage_connection_string1.setter
352
+ def aof_storage_connection_string1(self, value: Optional[pulumi.Input[str]]):
353
+ pulumi.set(self, "aof_storage_connection_string1", value)
354
+
355
+ @property
356
+ @pulumi.getter
357
+ def authnotrequired(self) -> Optional[pulumi.Input[str]]:
358
+ """
359
+ Specifies whether the authentication is disabled. Setting this property is highly discouraged from security point of view.
360
+ """
361
+ return pulumi.get(self, "authnotrequired")
362
+
363
+ @authnotrequired.setter
364
+ def authnotrequired(self, value: Optional[pulumi.Input[str]]):
365
+ pulumi.set(self, "authnotrequired", value)
366
+
367
+ @property
368
+ @pulumi.getter(name="maxfragmentationmemoryReserved")
369
+ def maxfragmentationmemory_reserved(self) -> Optional[pulumi.Input[str]]:
370
+ """
371
+ Value in megabytes reserved for fragmentation per shard
372
+ """
373
+ return pulumi.get(self, "maxfragmentationmemory_reserved")
374
+
375
+ @maxfragmentationmemory_reserved.setter
376
+ def maxfragmentationmemory_reserved(self, value: Optional[pulumi.Input[str]]):
377
+ pulumi.set(self, "maxfragmentationmemory_reserved", value)
378
+
379
+ @property
380
+ @pulumi.getter(name="maxmemoryDelta")
381
+ def maxmemory_delta(self) -> Optional[pulumi.Input[str]]:
382
+ """
383
+ Value in megabytes reserved for non-cache usage per shard e.g. failover.
384
+ """
385
+ return pulumi.get(self, "maxmemory_delta")
386
+
387
+ @maxmemory_delta.setter
388
+ def maxmemory_delta(self, value: Optional[pulumi.Input[str]]):
389
+ pulumi.set(self, "maxmemory_delta", value)
390
+
391
+ @property
392
+ @pulumi.getter(name="maxmemoryPolicy")
393
+ def maxmemory_policy(self) -> Optional[pulumi.Input[str]]:
394
+ """
395
+ The eviction strategy used when your data won't fit within its memory limit.
396
+ """
397
+ return pulumi.get(self, "maxmemory_policy")
398
+
399
+ @maxmemory_policy.setter
400
+ def maxmemory_policy(self, value: Optional[pulumi.Input[str]]):
401
+ pulumi.set(self, "maxmemory_policy", value)
402
+
403
+ @property
404
+ @pulumi.getter(name="maxmemoryReserved")
405
+ def maxmemory_reserved(self) -> Optional[pulumi.Input[str]]:
406
+ """
407
+ Value in megabytes reserved for non-cache usage per shard e.g. failover.
408
+ """
409
+ return pulumi.get(self, "maxmemory_reserved")
410
+
411
+ @maxmemory_reserved.setter
412
+ def maxmemory_reserved(self, value: Optional[pulumi.Input[str]]):
413
+ pulumi.set(self, "maxmemory_reserved", value)
414
+
415
+ @property
416
+ @pulumi.getter(name="notifyKeyspaceEvents")
417
+ def notify_keyspace_events(self) -> Optional[pulumi.Input[str]]:
418
+ """
419
+ The keyspace events which should be monitored.
420
+ """
421
+ return pulumi.get(self, "notify_keyspace_events")
422
+
423
+ @notify_keyspace_events.setter
424
+ def notify_keyspace_events(self, value: Optional[pulumi.Input[str]]):
425
+ pulumi.set(self, "notify_keyspace_events", value)
426
+
427
+ @property
428
+ @pulumi.getter(name="preferredDataPersistenceAuthMethod")
429
+ def preferred_data_persistence_auth_method(self) -> Optional[pulumi.Input[str]]:
430
+ """
431
+ Preferred auth method to communicate to storage account used for data persistence, specify SAS or ManagedIdentity, default value is SAS
432
+ """
433
+ return pulumi.get(self, "preferred_data_persistence_auth_method")
434
+
435
+ @preferred_data_persistence_auth_method.setter
436
+ def preferred_data_persistence_auth_method(self, value: Optional[pulumi.Input[str]]):
437
+ pulumi.set(self, "preferred_data_persistence_auth_method", value)
438
+
439
+ @property
440
+ @pulumi.getter(name="rdbBackupEnabled")
441
+ def rdb_backup_enabled(self) -> Optional[pulumi.Input[str]]:
442
+ """
443
+ Specifies whether the rdb backup is enabled
444
+ """
445
+ return pulumi.get(self, "rdb_backup_enabled")
446
+
447
+ @rdb_backup_enabled.setter
448
+ def rdb_backup_enabled(self, value: Optional[pulumi.Input[str]]):
449
+ pulumi.set(self, "rdb_backup_enabled", value)
450
+
451
+ @property
452
+ @pulumi.getter(name="rdbBackupFrequency")
453
+ def rdb_backup_frequency(self) -> Optional[pulumi.Input[str]]:
454
+ """
455
+ Specifies the frequency for creating rdb backup in minutes. Valid values: (15, 30, 60, 360, 720, 1440)
456
+ """
457
+ return pulumi.get(self, "rdb_backup_frequency")
458
+
459
+ @rdb_backup_frequency.setter
460
+ def rdb_backup_frequency(self, value: Optional[pulumi.Input[str]]):
461
+ pulumi.set(self, "rdb_backup_frequency", value)
462
+
463
+ @property
464
+ @pulumi.getter(name="rdbBackupMaxSnapshotCount")
465
+ def rdb_backup_max_snapshot_count(self) -> Optional[pulumi.Input[str]]:
466
+ """
467
+ Specifies the maximum number of snapshots for rdb backup
468
+ """
469
+ return pulumi.get(self, "rdb_backup_max_snapshot_count")
470
+
471
+ @rdb_backup_max_snapshot_count.setter
472
+ def rdb_backup_max_snapshot_count(self, value: Optional[pulumi.Input[str]]):
473
+ pulumi.set(self, "rdb_backup_max_snapshot_count", value)
474
+
475
+ @property
476
+ @pulumi.getter(name="rdbStorageConnectionString")
477
+ def rdb_storage_connection_string(self) -> Optional[pulumi.Input[str]]:
478
+ """
479
+ The storage account connection string for storing rdb file
480
+ """
481
+ return pulumi.get(self, "rdb_storage_connection_string")
482
+
483
+ @rdb_storage_connection_string.setter
484
+ def rdb_storage_connection_string(self, value: Optional[pulumi.Input[str]]):
485
+ pulumi.set(self, "rdb_storage_connection_string", value)
486
+
487
+ @property
488
+ @pulumi.getter(name="storageSubscriptionId")
489
+ def storage_subscription_id(self) -> Optional[pulumi.Input[str]]:
490
+ """
491
+ SubscriptionId of the storage account for persistence (aof/rdb) using ManagedIdentity.
492
+ """
493
+ return pulumi.get(self, "storage_subscription_id")
494
+
495
+ @storage_subscription_id.setter
496
+ def storage_subscription_id(self, value: Optional[pulumi.Input[str]]):
497
+ pulumi.set(self, "storage_subscription_id", value)
498
+
499
+
500
+ if not MYPY:
501
+ class ScheduleEntryArgsDict(TypedDict):
502
+ """
503
+ Patch schedule entry for a Premium Redis Cache.
504
+ """
505
+ day_of_week: pulumi.Input['DayOfWeek']
506
+ """
507
+ Day of the week when a cache can be patched.
508
+ """
509
+ start_hour_utc: pulumi.Input[int]
510
+ """
511
+ Start hour after which cache patching can start.
512
+ """
513
+ maintenance_window: NotRequired[pulumi.Input[str]]
514
+ """
515
+ ISO8601 timespan specifying how much time cache patching can take.
516
+ """
517
+ elif False:
518
+ ScheduleEntryArgsDict: TypeAlias = Mapping[str, Any]
519
+
520
+ @pulumi.input_type
521
+ class ScheduleEntryArgs:
522
+ def __init__(__self__, *,
523
+ day_of_week: pulumi.Input['DayOfWeek'],
524
+ start_hour_utc: pulumi.Input[int],
525
+ maintenance_window: Optional[pulumi.Input[str]] = None):
526
+ """
527
+ Patch schedule entry for a Premium Redis Cache.
528
+ :param pulumi.Input['DayOfWeek'] day_of_week: Day of the week when a cache can be patched.
529
+ :param pulumi.Input[int] start_hour_utc: Start hour after which cache patching can start.
530
+ :param pulumi.Input[str] maintenance_window: ISO8601 timespan specifying how much time cache patching can take.
531
+ """
532
+ pulumi.set(__self__, "day_of_week", day_of_week)
533
+ pulumi.set(__self__, "start_hour_utc", start_hour_utc)
534
+ if maintenance_window is not None:
535
+ pulumi.set(__self__, "maintenance_window", maintenance_window)
536
+
537
+ @property
538
+ @pulumi.getter(name="dayOfWeek")
539
+ def day_of_week(self) -> pulumi.Input['DayOfWeek']:
540
+ """
541
+ Day of the week when a cache can be patched.
542
+ """
543
+ return pulumi.get(self, "day_of_week")
544
+
545
+ @day_of_week.setter
546
+ def day_of_week(self, value: pulumi.Input['DayOfWeek']):
547
+ pulumi.set(self, "day_of_week", value)
548
+
549
+ @property
550
+ @pulumi.getter(name="startHourUtc")
551
+ def start_hour_utc(self) -> pulumi.Input[int]:
552
+ """
553
+ Start hour after which cache patching can start.
554
+ """
555
+ return pulumi.get(self, "start_hour_utc")
556
+
557
+ @start_hour_utc.setter
558
+ def start_hour_utc(self, value: pulumi.Input[int]):
559
+ pulumi.set(self, "start_hour_utc", value)
560
+
561
+ @property
562
+ @pulumi.getter(name="maintenanceWindow")
563
+ def maintenance_window(self) -> Optional[pulumi.Input[str]]:
564
+ """
565
+ ISO8601 timespan specifying how much time cache patching can take.
566
+ """
567
+ return pulumi.get(self, "maintenance_window")
568
+
569
+ @maintenance_window.setter
570
+ def maintenance_window(self, value: Optional[pulumi.Input[str]]):
571
+ pulumi.set(self, "maintenance_window", value)
572
+
573
+
574
+ if not MYPY:
575
+ class SkuArgsDict(TypedDict):
576
+ """
577
+ SKU parameters supplied to the create Redis operation.
578
+ """
579
+ capacity: pulumi.Input[int]
580
+ """
581
+ The size of the Redis cache to deploy. Valid values: for C (Basic/Standard) family (0, 1, 2, 3, 4, 5, 6), for P (Premium) family (1, 2, 3, 4).
582
+ """
583
+ family: pulumi.Input[Union[str, 'SkuFamily']]
584
+ """
585
+ The SKU family to use. Valid values: (C, P). (C = Basic/Standard, P = Premium).
586
+ """
587
+ name: pulumi.Input[Union[str, 'SkuName']]
588
+ """
589
+ The type of Redis cache to deploy. Valid values: (Basic, Standard, Premium)
590
+ """
591
+ elif False:
592
+ SkuArgsDict: TypeAlias = Mapping[str, Any]
593
+
594
+ @pulumi.input_type
595
+ class SkuArgs:
596
+ def __init__(__self__, *,
597
+ capacity: pulumi.Input[int],
598
+ family: pulumi.Input[Union[str, 'SkuFamily']],
599
+ name: pulumi.Input[Union[str, 'SkuName']]):
600
+ """
601
+ SKU parameters supplied to the create Redis operation.
602
+ :param pulumi.Input[int] capacity: The size of the Redis cache to deploy. Valid values: for C (Basic/Standard) family (0, 1, 2, 3, 4, 5, 6), for P (Premium) family (1, 2, 3, 4).
603
+ :param pulumi.Input[Union[str, 'SkuFamily']] family: The SKU family to use. Valid values: (C, P). (C = Basic/Standard, P = Premium).
604
+ :param pulumi.Input[Union[str, 'SkuName']] name: The type of Redis cache to deploy. Valid values: (Basic, Standard, Premium)
605
+ """
606
+ pulumi.set(__self__, "capacity", capacity)
607
+ pulumi.set(__self__, "family", family)
608
+ pulumi.set(__self__, "name", name)
609
+
610
+ @property
611
+ @pulumi.getter
612
+ def capacity(self) -> pulumi.Input[int]:
613
+ """
614
+ The size of the Redis cache to deploy. Valid values: for C (Basic/Standard) family (0, 1, 2, 3, 4, 5, 6), for P (Premium) family (1, 2, 3, 4).
615
+ """
616
+ return pulumi.get(self, "capacity")
617
+
618
+ @capacity.setter
619
+ def capacity(self, value: pulumi.Input[int]):
620
+ pulumi.set(self, "capacity", value)
621
+
622
+ @property
623
+ @pulumi.getter
624
+ def family(self) -> pulumi.Input[Union[str, 'SkuFamily']]:
625
+ """
626
+ The SKU family to use. Valid values: (C, P). (C = Basic/Standard, P = Premium).
627
+ """
628
+ return pulumi.get(self, "family")
629
+
630
+ @family.setter
631
+ def family(self, value: pulumi.Input[Union[str, 'SkuFamily']]):
632
+ pulumi.set(self, "family", value)
633
+
634
+ @property
635
+ @pulumi.getter
636
+ def name(self) -> pulumi.Input[Union[str, 'SkuName']]:
637
+ """
638
+ The type of Redis cache to deploy. Valid values: (Basic, Standard, Premium)
639
+ """
640
+ return pulumi.get(self, "name")
641
+
642
+ @name.setter
643
+ def name(self, value: pulumi.Input[Union[str, 'SkuName']]):
644
+ pulumi.set(self, "name", value)
645
+
646
+