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
@@ -64,7 +64,6 @@ __all__ = [
64
64
  'AuthorizationConfigResponse',
65
65
  'AutoDeploymentResponse',
66
66
  'AutoScalingAutoScalingGroupPropertiesResponse',
67
- 'AutoScalingGroupNotificationConfigurationResponse',
68
67
  'AutoSnapshotAddOnResponse',
69
68
  'AutoTuneOptionsOutputResponse',
70
69
  'AutoTuneStateEnumValueResponse',
@@ -278,7 +277,6 @@ __all__ = [
278
277
  'DataSourceLevelMetricsBehaviorEnumValueResponse',
279
278
  'DatabaseMigrationServiceReplicationInstancePropertiesResponse',
280
279
  'DaxClusterEndpointResponse',
281
- 'DaxClusterNotificationConfigurationResponse',
282
280
  'DaxClusterPropertiesResponse',
283
281
  'DeadLetterConfigResponse',
284
282
  'DefaultActionEnumValueResponse',
@@ -3947,60 +3945,6 @@ class AutoScalingAutoScalingGroupPropertiesResponse(dict):
3947
3945
  return pulumi.get(self, "public_cloud_resource_name")
3948
3946
 
3949
3947
 
3950
- @pulumi.output_type
3951
- class AutoScalingGroupNotificationConfigurationResponse(dict):
3952
- """
3953
- Definition of NotificationConfiguration
3954
- """
3955
- @staticmethod
3956
- def __key_warning(key: str):
3957
- suggest = None
3958
- if key == "notificationTypes":
3959
- suggest = "notification_types"
3960
- elif key == "topicARN":
3961
- suggest = "topic_arn"
3962
-
3963
- if suggest:
3964
- pulumi.log.warn(f"Key '{key}' not found in AutoScalingGroupNotificationConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
3965
-
3966
- def __getitem__(self, key: str) -> Any:
3967
- AutoScalingGroupNotificationConfigurationResponse.__key_warning(key)
3968
- return super().__getitem__(key)
3969
-
3970
- def get(self, key: str, default = None) -> Any:
3971
- AutoScalingGroupNotificationConfigurationResponse.__key_warning(key)
3972
- return super().get(key, default)
3973
-
3974
- def __init__(__self__, *,
3975
- notification_types: Optional[Sequence[str]] = None,
3976
- topic_arn: Optional[str] = None):
3977
- """
3978
- Definition of NotificationConfiguration
3979
- :param Sequence[str] notification_types: A list of event types that send a notification. Event types can include any of the following types. *Allowed values*: + ``autoscaling:EC2_INSTANCE_LAUNCH`` + ``autoscaling:EC2_INSTANCE_LAUNCH_ERROR`` + ``autoscaling:EC2_INSTANCE_TERMINATE`` + ``autoscaling:EC2_INSTANCE_TERMINATE_ERROR`` + ``autoscaling:TEST_NOTIFICATION``
3980
- :param str topic_arn: The Amazon Resource Name (ARN) of the Amazon SNS topic.
3981
- """
3982
- if notification_types is not None:
3983
- pulumi.set(__self__, "notification_types", notification_types)
3984
- if topic_arn is not None:
3985
- pulumi.set(__self__, "topic_arn", topic_arn)
3986
-
3987
- @property
3988
- @pulumi.getter(name="notificationTypes")
3989
- def notification_types(self) -> Optional[Sequence[str]]:
3990
- """
3991
- A list of event types that send a notification. Event types can include any of the following types. *Allowed values*: + ``autoscaling:EC2_INSTANCE_LAUNCH`` + ``autoscaling:EC2_INSTANCE_LAUNCH_ERROR`` + ``autoscaling:EC2_INSTANCE_TERMINATE`` + ``autoscaling:EC2_INSTANCE_TERMINATE_ERROR`` + ``autoscaling:TEST_NOTIFICATION``
3992
- """
3993
- return pulumi.get(self, "notification_types")
3994
-
3995
- @property
3996
- @pulumi.getter(name="topicARN")
3997
- def topic_arn(self) -> Optional[str]:
3998
- """
3999
- The Amazon Resource Name (ARN) of the Amazon SNS topic.
4000
- """
4001
- return pulumi.get(self, "topic_arn")
4002
-
4003
-
4004
3948
  @pulumi.output_type
4005
3949
  class AutoSnapshotAddOnResponse(dict):
4006
3950
  """
@@ -5426,8 +5370,8 @@ class AwsAutoScalingAutoScalingGroupPropertiesResponse(dict):
5426
5370
  min_size: Optional[str] = None,
5427
5371
  mixed_instances_policy: Optional['outputs.MixedInstancesPolicyResponse'] = None,
5428
5372
  new_instances_protected_from_scale_in: Optional[bool] = None,
5429
- notification_configuration: Optional['outputs.AutoScalingGroupNotificationConfigurationResponse'] = None,
5430
- notification_configurations: Optional[Sequence['outputs.AutoScalingGroupNotificationConfigurationResponse']] = None,
5373
+ notification_configuration: Optional['outputs.NotificationConfigurationResponse'] = None,
5374
+ notification_configurations: Optional[Sequence['outputs.NotificationConfigurationResponse']] = None,
5431
5375
  placement_group: Optional[str] = None,
5432
5376
  service_linked_role_arn: Optional[str] = None,
5433
5377
  tags: Optional[Sequence['outputs.TagPropertyResponse']] = None,
@@ -5458,8 +5402,8 @@ class AwsAutoScalingAutoScalingGroupPropertiesResponse(dict):
5458
5402
  :param str min_size: The minimum size of the group.
5459
5403
  :param 'MixedInstancesPolicyResponse' mixed_instances_policy: An embedded object that specifies a mixed instances policy. The policy includes properties that not only define the distribution of On-Demand Instances and Spot Instances, the maximum price to pay for Spot Instances (optional), and how the Auto Scaling group allocates instance types to fulfill On-Demand and Spot capacities, but also the properties that specify the instance configuration information—the launch template and instance types. The policy can also include a weight for each instance type and different launch templates for individual instance types. For more information, see [Auto Scaling groups with multiple instance types and purchase options](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-mixed-instances-groups.html) in the *Amazon EC2 Auto Scaling User Guide*. Use this structure to launch multiple instance types and On-Demand Instances and Spot Instances within a single Auto Scaling group. A mixed instances policy contains information that Amazon EC2 Auto Scaling can use to launch instances and help optimize your costs. For more information, see [Auto Scaling groups with multiple instance types and purchase options](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-mixed-instances-groups.html) in the *Amazon EC2 Auto Scaling User Guide*. You can create a mixed instances policy for new and existing Auto Scaling groups. You must use a launch template to configure the policy. You cannot use a launch configuration. There are key differences between Spot Instances and On-Demand Instances: + The price for Spot Instances varies based on demand + Amazon EC2 can terminate an individual Spot Instance as the availability of, or price for, Spot Instances changes When a Spot Instance is terminated, Amazon EC2 Auto Scaling group attempts to launch a replacement instance to maintain the desired capacity for the group. ``MixedInstancesPolicy`` is a property of the [AWS::AutoScaling::AutoScalingGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-autoscalinggroup.html) resource.
5460
5404
  :param bool new_instances_protected_from_scale_in: Indicates whether newly launched instances are protected from termination by Amazon EC2 Auto Scaling when scaling in. For more information about preventing instances from terminating on scale in, see [Using instance scale-in protection](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-instance-protection.html) in the *Amazon EC2 Auto Scaling User Guide*.
5461
- :param 'AutoScalingGroupNotificationConfigurationResponse' notification_configuration: A structure that specifies an Amazon SNS notification configuration for the ``NotificationConfigurations`` property of the [AWS::AutoScaling::AutoScalingGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-autoscalinggroup.html) resource. For an example template snippet, see [Auto scaling template snippets](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/quickref-autoscaling.html). For more information, see [Get Amazon SNS notifications when your Auto Scaling group scales](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ASGettingNotifications.html) in the *Amazon EC2 Auto Scaling User Guide*.
5462
- :param Sequence['AutoScalingGroupNotificationConfigurationResponse'] notification_configurations: Configures an Auto Scaling group to send notifications when specified events take place.
5405
+ :param 'NotificationConfigurationResponse' notification_configuration: A structure that specifies an Amazon SNS notification configuration for the ``NotificationConfigurations`` property of the [AWS::AutoScaling::AutoScalingGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-autoscalinggroup.html) resource. For an example template snippet, see [Auto scaling template snippets](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/quickref-autoscaling.html). For more information, see [Get Amazon SNS notifications when your Auto Scaling group scales](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ASGettingNotifications.html) in the *Amazon EC2 Auto Scaling User Guide*.
5406
+ :param Sequence['NotificationConfigurationResponse'] notification_configurations: Configures an Auto Scaling group to send notifications when specified events take place.
5463
5407
  :param str placement_group: The name of the placement group into which to launch your instances. For more information, see [Placement groups](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html) in the *Amazon EC2 User Guide for Linux Instances*. A *cluster* placement group is a logical grouping of instances within a single Availability Zone. You cannot specify multiple Availability Zones and a cluster placement group.
5464
5408
  :param str service_linked_role_arn: The Amazon Resource Name (ARN) of the service-linked role that the Auto Scaling group uses to call other AWS service on your behalf. By default, Amazon EC2 Auto Scaling uses a service-linked role named ``AWSServiceRoleForAutoScaling``, which it creates if it does not exist. For more information, see [Service-linked roles](https://docs.aws.amazon.com/autoscaling/ec2/userguide/autoscaling-service-linked-role.html) in the *Amazon EC2 Auto Scaling User Guide*.
5465
5409
  :param Sequence['TagPropertyResponse'] tags: One or more tags. You can tag your Auto Scaling group and propagate the tags to the Amazon EC2 instances it launches. Tags are not propagated to Amazon EBS volumes. To add tags to Amazon EBS volumes, specify the tags in a launch template but use caution. If the launch template specifies an instance tag with a key that is also specified for the Auto Scaling group, Amazon EC2 Auto Scaling overrides the value of that instance tag with the value specified by the Auto Scaling group. For more information, see [Tag Auto Scaling groups and instances](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-tagging.html) in the *Amazon EC2 Auto Scaling User Guide*.
@@ -5706,7 +5650,7 @@ class AwsAutoScalingAutoScalingGroupPropertiesResponse(dict):
5706
5650
 
5707
5651
  @property
5708
5652
  @pulumi.getter(name="notificationConfiguration")
5709
- def notification_configuration(self) -> Optional['outputs.AutoScalingGroupNotificationConfigurationResponse']:
5653
+ def notification_configuration(self) -> Optional['outputs.NotificationConfigurationResponse']:
5710
5654
  """
5711
5655
  A structure that specifies an Amazon SNS notification configuration for the ``NotificationConfigurations`` property of the [AWS::AutoScaling::AutoScalingGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-autoscalinggroup.html) resource. For an example template snippet, see [Auto scaling template snippets](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/quickref-autoscaling.html). For more information, see [Get Amazon SNS notifications when your Auto Scaling group scales](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ASGettingNotifications.html) in the *Amazon EC2 Auto Scaling User Guide*.
5712
5656
  """
@@ -5714,7 +5658,7 @@ class AwsAutoScalingAutoScalingGroupPropertiesResponse(dict):
5714
5658
 
5715
5659
  @property
5716
5660
  @pulumi.getter(name="notificationConfigurations")
5717
- def notification_configurations(self) -> Optional[Sequence['outputs.AutoScalingGroupNotificationConfigurationResponse']]:
5661
+ def notification_configurations(self) -> Optional[Sequence['outputs.NotificationConfigurationResponse']]:
5718
5662
  """
5719
5663
  Configures an Auto Scaling group to send notifications when specified events take place.
5720
5664
  """
@@ -8266,7 +8210,7 @@ class AwsDaxClusterPropertiesResponse(dict):
8266
8210
  node_ids_to_remove: Optional[Sequence[str]] = None,
8267
8211
  node_type: Optional[str] = None,
8268
8212
  nodes: Optional[Sequence['outputs.NodeResponse']] = None,
8269
- notification_configuration: Optional['outputs.DaxClusterNotificationConfigurationResponse'] = None,
8213
+ notification_configuration: Optional['outputs.NotificationConfigurationResponse'] = None,
8270
8214
  parameter_group: Optional['outputs.ParameterGroupStatusResponse'] = None,
8271
8215
  preferred_maintenance_window: Optional[str] = None,
8272
8216
  security_groups: Optional[Sequence['outputs.SecurityGroupMembershipResponse']] = None,
@@ -8286,7 +8230,7 @@ class AwsDaxClusterPropertiesResponse(dict):
8286
8230
  :param Sequence[str] node_ids_to_remove: <p>A list of nodes to be removed from the cluster.</p>
8287
8231
  :param str node_type: <p>The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)</p>
8288
8232
  :param Sequence['NodeResponse'] nodes: <p>A list of nodes that are currently in the cluster.</p>
8289
- :param 'DaxClusterNotificationConfigurationResponse' notification_configuration: <p>Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).</p>
8233
+ :param 'NotificationConfigurationResponse' notification_configuration: <p>Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).</p>
8290
8234
  :param 'ParameterGroupStatusResponse' parameter_group: <p>The parameter group being used by nodes in the cluster.</p>
8291
8235
  :param str preferred_maintenance_window: <p>A range of time when maintenance of DAX cluster software will be performed. For example: <code>sun:01:00-sun:09:00</code>. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.</p>
8292
8236
  :param Sequence['SecurityGroupMembershipResponse'] security_groups: <p>A list of security groups, and the status of each, for the nodes in the cluster.</p>
@@ -8414,7 +8358,7 @@ class AwsDaxClusterPropertiesResponse(dict):
8414
8358
 
8415
8359
  @property
8416
8360
  @pulumi.getter(name="notificationConfiguration")
8417
- def notification_configuration(self) -> Optional['outputs.DaxClusterNotificationConfigurationResponse']:
8361
+ def notification_configuration(self) -> Optional['outputs.NotificationConfigurationResponse']:
8418
8362
  """
8419
8363
  <p>Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).</p>
8420
8364
  """
@@ -34043,60 +33987,6 @@ class DaxClusterEndpointResponse(dict):
34043
33987
  return pulumi.get(self, "url")
34044
33988
 
34045
33989
 
34046
- @pulumi.output_type
34047
- class DaxClusterNotificationConfigurationResponse(dict):
34048
- """
34049
- Definition of NotificationConfiguration
34050
- """
34051
- @staticmethod
34052
- def __key_warning(key: str):
34053
- suggest = None
34054
- if key == "topicArn":
34055
- suggest = "topic_arn"
34056
- elif key == "topicStatus":
34057
- suggest = "topic_status"
34058
-
34059
- if suggest:
34060
- pulumi.log.warn(f"Key '{key}' not found in DaxClusterNotificationConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
34061
-
34062
- def __getitem__(self, key: str) -> Any:
34063
- DaxClusterNotificationConfigurationResponse.__key_warning(key)
34064
- return super().__getitem__(key)
34065
-
34066
- def get(self, key: str, default = None) -> Any:
34067
- DaxClusterNotificationConfigurationResponse.__key_warning(key)
34068
- return super().get(key, default)
34069
-
34070
- def __init__(__self__, *,
34071
- topic_arn: Optional[str] = None,
34072
- topic_status: Optional[str] = None):
34073
- """
34074
- Definition of NotificationConfiguration
34075
- :param str topic_arn: <p>The Amazon Resource Name (ARN) that identifies the topic. </p>
34076
- :param str topic_status: <p>The current state of the topic. A value of “active” means that notifications will be sent to the topic. A value of “inactive” means that notifications will not be sent to the topic.</p>
34077
- """
34078
- if topic_arn is not None:
34079
- pulumi.set(__self__, "topic_arn", topic_arn)
34080
- if topic_status is not None:
34081
- pulumi.set(__self__, "topic_status", topic_status)
34082
-
34083
- @property
34084
- @pulumi.getter(name="topicArn")
34085
- def topic_arn(self) -> Optional[str]:
34086
- """
34087
- <p>The Amazon Resource Name (ARN) that identifies the topic. </p>
34088
- """
34089
- return pulumi.get(self, "topic_arn")
34090
-
34091
- @property
34092
- @pulumi.getter(name="topicStatus")
34093
- def topic_status(self) -> Optional[str]:
34094
- """
34095
- <p>The current state of the topic. A value of “active” means that notifications will be sent to the topic. A value of “inactive” means that notifications will not be sent to the topic.</p>
34096
- """
34097
- return pulumi.get(self, "topic_status")
34098
-
34099
-
34100
33990
  @pulumi.output_type
34101
33991
  class DaxClusterPropertiesResponse(dict):
34102
33992
  """
@@ -57228,10 +57118,18 @@ class NotificationConfigurationResponse(dict):
57228
57118
  suggest = "event_bridge_configuration"
57229
57119
  elif key == "lambdaConfigurations":
57230
57120
  suggest = "lambda_configurations"
57121
+ elif key == "notificationTypes":
57122
+ suggest = "notification_types"
57231
57123
  elif key == "queueConfigurations":
57232
57124
  suggest = "queue_configurations"
57125
+ elif key == "topicARN":
57126
+ suggest = "topic_arn"
57127
+ elif key == "topicArn":
57128
+ suggest = "topic_arn"
57233
57129
  elif key == "topicConfigurations":
57234
57130
  suggest = "topic_configurations"
57131
+ elif key == "topicStatus":
57132
+ suggest = "topic_status"
57235
57133
 
57236
57134
  if suggest:
57237
57135
  pulumi.log.warn(f"Key '{key}' not found in NotificationConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
@@ -57247,23 +57145,39 @@ class NotificationConfigurationResponse(dict):
57247
57145
  def __init__(__self__, *,
57248
57146
  event_bridge_configuration: Optional['outputs.EventBridgeConfigurationResponse'] = None,
57249
57147
  lambda_configurations: Optional[Sequence['outputs.LambdaConfigurationResponse']] = None,
57148
+ notification_types: Optional[Sequence[str]] = None,
57250
57149
  queue_configurations: Optional[Sequence['outputs.QueueConfigurationResponse']] = None,
57251
- topic_configurations: Optional[Sequence['outputs.TopicConfigurationResponse']] = None):
57150
+ topic_arn: Optional[str] = None,
57151
+ topic_arn: Optional[str] = None,
57152
+ topic_configurations: Optional[Sequence['outputs.TopicConfigurationResponse']] = None,
57153
+ topic_status: Optional[str] = None):
57252
57154
  """
57253
57155
  Definition of NotificationConfiguration
57254
57156
  :param 'EventBridgeConfigurationResponse' event_bridge_configuration: Enables delivery of events to Amazon EventBridge. Amazon S3 can send events to Amazon EventBridge whenever certain events happen in your bucket, see [Using EventBridge](https://docs.aws.amazon.com/AmazonS3/latest/userguide/EventBridge.html) in the *Amazon S3 User Guide*. Unlike other destinations, delivery of events to EventBridge can be either enabled or disabled for a bucket. If enabled, all events will be sent to EventBridge and you can use EventBridge rules to route events to additional targets. For more information, see [What Is Amazon EventBridge](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-what-is.html) in the *Amazon EventBridge User Guide*
57255
57157
  :param Sequence['LambdaConfigurationResponse'] lambda_configurations: Describes the LAMlong functions to invoke and the events for which to invoke them.
57158
+ :param Sequence[str] notification_types: A list of event types that send a notification. Event types can include any of the following types. *Allowed values*: + ``autoscaling:EC2_INSTANCE_LAUNCH`` + ``autoscaling:EC2_INSTANCE_LAUNCH_ERROR`` + ``autoscaling:EC2_INSTANCE_TERMINATE`` + ``autoscaling:EC2_INSTANCE_TERMINATE_ERROR`` + ``autoscaling:TEST_NOTIFICATION``
57256
57159
  :param Sequence['QueueConfigurationResponse'] queue_configurations: The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.
57160
+ :param str topic_arn: The Amazon Resource Name (ARN) of the Amazon SNS topic.
57161
+ :param str topic_arn: <p>The Amazon Resource Name (ARN) that identifies the topic. </p>
57257
57162
  :param Sequence['TopicConfigurationResponse'] topic_configurations: The topic to which notifications are sent and the events for which notifications are generated.
57163
+ :param str topic_status: <p>The current state of the topic. A value of “active” means that notifications will be sent to the topic. A value of “inactive” means that notifications will not be sent to the topic.</p>
57258
57164
  """
57259
57165
  if event_bridge_configuration is not None:
57260
57166
  pulumi.set(__self__, "event_bridge_configuration", event_bridge_configuration)
57261
57167
  if lambda_configurations is not None:
57262
57168
  pulumi.set(__self__, "lambda_configurations", lambda_configurations)
57169
+ if notification_types is not None:
57170
+ pulumi.set(__self__, "notification_types", notification_types)
57263
57171
  if queue_configurations is not None:
57264
57172
  pulumi.set(__self__, "queue_configurations", queue_configurations)
57173
+ if topic_arn is not None:
57174
+ pulumi.set(__self__, "topic_arn", topic_arn)
57175
+ if topic_arn is not None:
57176
+ pulumi.set(__self__, "topic_arn", topic_arn)
57265
57177
  if topic_configurations is not None:
57266
57178
  pulumi.set(__self__, "topic_configurations", topic_configurations)
57179
+ if topic_status is not None:
57180
+ pulumi.set(__self__, "topic_status", topic_status)
57267
57181
 
57268
57182
  @property
57269
57183
  @pulumi.getter(name="eventBridgeConfiguration")
@@ -57281,6 +57195,14 @@ class NotificationConfigurationResponse(dict):
57281
57195
  """
57282
57196
  return pulumi.get(self, "lambda_configurations")
57283
57197
 
57198
+ @property
57199
+ @pulumi.getter(name="notificationTypes")
57200
+ def notification_types(self) -> Optional[Sequence[str]]:
57201
+ """
57202
+ A list of event types that send a notification. Event types can include any of the following types. *Allowed values*: + ``autoscaling:EC2_INSTANCE_LAUNCH`` + ``autoscaling:EC2_INSTANCE_LAUNCH_ERROR`` + ``autoscaling:EC2_INSTANCE_TERMINATE`` + ``autoscaling:EC2_INSTANCE_TERMINATE_ERROR`` + ``autoscaling:TEST_NOTIFICATION``
57203
+ """
57204
+ return pulumi.get(self, "notification_types")
57205
+
57284
57206
  @property
57285
57207
  @pulumi.getter(name="queueConfigurations")
57286
57208
  def queue_configurations(self) -> Optional[Sequence['outputs.QueueConfigurationResponse']]:
@@ -57289,6 +57211,22 @@ class NotificationConfigurationResponse(dict):
57289
57211
  """
57290
57212
  return pulumi.get(self, "queue_configurations")
57291
57213
 
57214
+ @property
57215
+ @pulumi.getter(name="topicARN")
57216
+ def topic_arn(self) -> Optional[str]:
57217
+ """
57218
+ The Amazon Resource Name (ARN) of the Amazon SNS topic.
57219
+ """
57220
+ return pulumi.get(self, "topic_arn")
57221
+
57222
+ @property
57223
+ @pulumi.getter(name="topicArn")
57224
+ def topic_arn(self) -> Optional[str]:
57225
+ """
57226
+ <p>The Amazon Resource Name (ARN) that identifies the topic. </p>
57227
+ """
57228
+ return pulumi.get(self, "topic_arn")
57229
+
57292
57230
  @property
57293
57231
  @pulumi.getter(name="topicConfigurations")
57294
57232
  def topic_configurations(self) -> Optional[Sequence['outputs.TopicConfigurationResponse']]:
@@ -57297,6 +57235,14 @@ class NotificationConfigurationResponse(dict):
57297
57235
  """
57298
57236
  return pulumi.get(self, "topic_configurations")
57299
57237
 
57238
+ @property
57239
+ @pulumi.getter(name="topicStatus")
57240
+ def topic_status(self) -> Optional[str]:
57241
+ """
57242
+ <p>The current state of the topic. A value of “active” means that notifications will be sent to the topic. A value of “inactive” means that notifications will not be sent to the topic.</p>
57243
+ """
57244
+ return pulumi.get(self, "topic_status")
57245
+
57300
57246
 
57301
57247
  @pulumi.output_type
57302
57248
  class NotificationFilterResponse(dict):
@@ -65,8 +65,6 @@ if typing.TYPE_CHECKING:
65
65
  v20240601preview = __v20240601preview
66
66
  import pulumi_azure_native.cache.v20240901preview as __v20240901preview
67
67
  v20240901preview = __v20240901preview
68
- import pulumi_azure_native.cache.v20241101 as __v20241101
69
- v20241101 = __v20241101
70
68
  else:
71
69
  v20200601 = _utilities.lazy_import('pulumi_azure_native.cache.v20200601')
72
70
  v20201001preview = _utilities.lazy_import('pulumi_azure_native.cache.v20201001preview')
@@ -84,5 +82,4 @@ else:
84
82
  v20240401preview = _utilities.lazy_import('pulumi_azure_native.cache.v20240401preview')
85
83
  v20240601preview = _utilities.lazy_import('pulumi_azure_native.cache.v20240601preview')
86
84
  v20240901preview = _utilities.lazy_import('pulumi_azure_native.cache.v20240901preview')
87
- v20241101 = _utilities.lazy_import('pulumi_azure_native.cache.v20241101')
88
85
 
@@ -99,7 +99,7 @@ class AccessPolicy(pulumi.CustomResource):
99
99
  Response to get/put access policy.
100
100
  Azure REST API version: 2023-05-01-preview.
101
101
 
102
- Other available API versions: 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.
102
+ Other available API versions: 2023-08-01, 2024-03-01, 2024-04-01-preview.
103
103
 
104
104
  :param str resource_name: The name of the resource.
105
105
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -118,7 +118,7 @@ class AccessPolicy(pulumi.CustomResource):
118
118
  Response to get/put access policy.
119
119
  Azure REST API version: 2023-05-01-preview.
120
120
 
121
- Other available API versions: 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.
121
+ Other available API versions: 2023-08-01, 2024-03-01, 2024-04-01-preview.
122
122
 
123
123
  :param str resource_name: The name of the resource.
124
124
  :param AccessPolicyArgs args: The arguments to use to populate this resource's properties.
@@ -161,7 +161,7 @@ class AccessPolicy(pulumi.CustomResource):
161
161
  __props__.__dict__["name"] = None
162
162
  __props__.__dict__["provisioning_state"] = None
163
163
  __props__.__dict__["type"] = None
164
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cache/v20230501preview:AccessPolicy"), pulumi.Alias(type_="azure-native:cache/v20230801:AccessPolicy"), pulumi.Alias(type_="azure-native:cache/v20240301:AccessPolicy"), pulumi.Alias(type_="azure-native:cache/v20240401preview:AccessPolicy"), pulumi.Alias(type_="azure-native:cache/v20241101:AccessPolicy")])
164
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cache/v20230501preview:AccessPolicy"), pulumi.Alias(type_="azure-native:cache/v20230801:AccessPolicy"), pulumi.Alias(type_="azure-native:cache/v20240301:AccessPolicy"), pulumi.Alias(type_="azure-native:cache/v20240401preview:AccessPolicy")])
165
165
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
166
166
  super(AccessPolicy, __self__).__init__(
167
167
  'azure-native:cache:AccessPolicy',
@@ -131,7 +131,7 @@ class AccessPolicyAssignment(pulumi.CustomResource):
131
131
  Response to an operation on access policy assignment
132
132
  Azure REST API version: 2023-05-01-preview.
133
133
 
134
- Other available API versions: 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-09-01-preview, 2024-11-01.
134
+ Other available API versions: 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-09-01-preview.
135
135
 
136
136
  :param str resource_name: The name of the resource.
137
137
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -152,7 +152,7 @@ class AccessPolicyAssignment(pulumi.CustomResource):
152
152
  Response to an operation on access policy assignment
153
153
  Azure REST API version: 2023-05-01-preview.
154
154
 
155
- Other available API versions: 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-09-01-preview, 2024-11-01.
155
+ Other available API versions: 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-09-01-preview.
156
156
 
157
157
  :param str resource_name: The name of the resource.
158
158
  :param AccessPolicyAssignmentArgs args: The arguments to use to populate this resource's properties.
@@ -203,7 +203,7 @@ class AccessPolicyAssignment(pulumi.CustomResource):
203
203
  __props__.__dict__["name"] = None
204
204
  __props__.__dict__["provisioning_state"] = None
205
205
  __props__.__dict__["type"] = None
206
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cache/v20230501preview:AccessPolicyAssignment"), pulumi.Alias(type_="azure-native:cache/v20230801:AccessPolicyAssignment"), pulumi.Alias(type_="azure-native:cache/v20240301:AccessPolicyAssignment"), pulumi.Alias(type_="azure-native:cache/v20240401preview:AccessPolicyAssignment"), pulumi.Alias(type_="azure-native:cache/v20241101:AccessPolicyAssignment")])
206
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cache/v20230501preview:AccessPolicyAssignment"), pulumi.Alias(type_="azure-native:cache/v20230801:AccessPolicyAssignment"), pulumi.Alias(type_="azure-native:cache/v20240301:AccessPolicyAssignment"), pulumi.Alias(type_="azure-native:cache/v20240401preview:AccessPolicyAssignment")])
207
207
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
208
208
  super(AccessPolicyAssignment, __self__).__init__(
209
209
  'azure-native:cache:AccessPolicyAssignment',
@@ -115,7 +115,7 @@ class FirewallRule(pulumi.CustomResource):
115
115
  A firewall rule on a redis cache has a name, and describes a contiguous range of IP addresses permitted to connect
116
116
  Azure REST API version: 2023-04-01. Prior API version in Azure Native 1.x: 2020-06-01.
117
117
 
118
- Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.
118
+ Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview.
119
119
 
120
120
  :param str resource_name: The name of the resource.
121
121
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -135,7 +135,7 @@ class FirewallRule(pulumi.CustomResource):
135
135
  A firewall rule on a redis cache has a name, and describes a contiguous range of IP addresses permitted to connect
136
136
  Azure REST API version: 2023-04-01. Prior API version in Azure Native 1.x: 2020-06-01.
137
137
 
138
- Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.
138
+ Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview.
139
139
 
140
140
  :param str resource_name: The name of the resource.
141
141
  :param FirewallRuleArgs args: The arguments to use to populate this resource's properties.
@@ -181,7 +181,7 @@ class FirewallRule(pulumi.CustomResource):
181
181
  __props__.__dict__["start_ip"] = start_ip
182
182
  __props__.__dict__["name"] = None
183
183
  __props__.__dict__["type"] = None
184
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cache/v20160401:FirewallRule"), pulumi.Alias(type_="azure-native:cache/v20170201:FirewallRule"), pulumi.Alias(type_="azure-native:cache/v20171001:FirewallRule"), pulumi.Alias(type_="azure-native:cache/v20180301:FirewallRule"), pulumi.Alias(type_="azure-native:cache/v20190701:FirewallRule"), pulumi.Alias(type_="azure-native:cache/v20200601:FirewallRule"), pulumi.Alias(type_="azure-native:cache/v20201201:FirewallRule"), pulumi.Alias(type_="azure-native:cache/v20210601:FirewallRule"), pulumi.Alias(type_="azure-native:cache/v20220501:FirewallRule"), pulumi.Alias(type_="azure-native:cache/v20220601:FirewallRule"), pulumi.Alias(type_="azure-native:cache/v20230401:FirewallRule"), pulumi.Alias(type_="azure-native:cache/v20230501preview:FirewallRule"), pulumi.Alias(type_="azure-native:cache/v20230801:FirewallRule"), pulumi.Alias(type_="azure-native:cache/v20240301:FirewallRule"), pulumi.Alias(type_="azure-native:cache/v20240401preview:FirewallRule"), pulumi.Alias(type_="azure-native:cache/v20241101:FirewallRule")])
184
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cache/v20160401:FirewallRule"), pulumi.Alias(type_="azure-native:cache/v20170201:FirewallRule"), pulumi.Alias(type_="azure-native:cache/v20171001:FirewallRule"), pulumi.Alias(type_="azure-native:cache/v20180301:FirewallRule"), pulumi.Alias(type_="azure-native:cache/v20190701:FirewallRule"), pulumi.Alias(type_="azure-native:cache/v20200601:FirewallRule"), pulumi.Alias(type_="azure-native:cache/v20201201:FirewallRule"), pulumi.Alias(type_="azure-native:cache/v20210601:FirewallRule"), pulumi.Alias(type_="azure-native:cache/v20220501:FirewallRule"), pulumi.Alias(type_="azure-native:cache/v20220601:FirewallRule"), pulumi.Alias(type_="azure-native:cache/v20230401:FirewallRule"), pulumi.Alias(type_="azure-native:cache/v20230501preview:FirewallRule"), pulumi.Alias(type_="azure-native:cache/v20230801:FirewallRule"), pulumi.Alias(type_="azure-native:cache/v20240301:FirewallRule"), pulumi.Alias(type_="azure-native:cache/v20240401preview:FirewallRule")])
185
185
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
186
186
  super(FirewallRule, __self__).__init__(
187
187
  'azure-native:cache:FirewallRule',
@@ -105,7 +105,7 @@ def get_access_policy(access_policy_name: Optional[str] = None,
105
105
  Gets the detailed information about an access policy of a redis cache
106
106
  Azure REST API version: 2023-05-01-preview.
107
107
 
108
- Other available API versions: 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.
108
+ Other available API versions: 2023-08-01, 2024-03-01, 2024-04-01-preview.
109
109
 
110
110
 
111
111
  :param str access_policy_name: The name of the access policy that is being added to the Redis cache.
@@ -133,7 +133,7 @@ def get_access_policy_output(access_policy_name: Optional[pulumi.Input[str]] = N
133
133
  Gets the detailed information about an access policy of a redis cache
134
134
  Azure REST API version: 2023-05-01-preview.
135
135
 
136
- Other available API versions: 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.
136
+ Other available API versions: 2023-08-01, 2024-03-01, 2024-04-01-preview.
137
137
 
138
138
 
139
139
  :param str access_policy_name: The name of the access policy that is being added to the Redis cache.
@@ -129,7 +129,7 @@ def get_access_policy_assignment(access_policy_assignment_name: Optional[str] =
129
129
  Gets the list of assignments for an access policy of a redis cache
130
130
  Azure REST API version: 2023-05-01-preview.
131
131
 
132
- Other available API versions: 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-09-01-preview, 2024-11-01.
132
+ Other available API versions: 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-09-01-preview.
133
133
 
134
134
 
135
135
  :param str access_policy_assignment_name: The name of the access policy assignment.
@@ -159,7 +159,7 @@ def get_access_policy_assignment_output(access_policy_assignment_name: Optional[
159
159
  Gets the list of assignments for an access policy of a redis cache
160
160
  Azure REST API version: 2023-05-01-preview.
161
161
 
162
- Other available API versions: 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-09-01-preview, 2024-11-01.
162
+ Other available API versions: 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-09-01-preview.
163
163
 
164
164
 
165
165
  :param str access_policy_assignment_name: The name of the access policy assignment.
@@ -105,7 +105,7 @@ def get_firewall_rule(cache_name: Optional[str] = None,
105
105
  Gets a single firewall rule in a specified redis cache.
106
106
  Azure REST API version: 2023-04-01.
107
107
 
108
- Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.
108
+ Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview.
109
109
 
110
110
 
111
111
  :param str cache_name: The name of the Redis cache.
@@ -133,7 +133,7 @@ def get_firewall_rule_output(cache_name: Optional[pulumi.Input[str]] = None,
133
133
  Gets a single firewall rule in a specified redis cache.
134
134
  Azure REST API version: 2023-04-01.
135
135
 
136
- Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.
136
+ Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview.
137
137
 
138
138
 
139
139
  :param str cache_name: The name of the Redis cache.
@@ -153,7 +153,7 @@ def get_linked_server(linked_server_name: Optional[str] = None,
153
153
  Gets the detailed information about a linked server of a redis cache (requires Premium SKU).
154
154
  Azure REST API version: 2023-04-01.
155
155
 
156
- Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.
156
+ Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview.
157
157
 
158
158
 
159
159
  :param str linked_server_name: The name of the linked server.
@@ -185,7 +185,7 @@ def get_linked_server_output(linked_server_name: Optional[pulumi.Input[str]] = N
185
185
  Gets the detailed information about a linked server of a redis cache (requires Premium SKU).
186
186
  Azure REST API version: 2023-04-01.
187
187
 
188
- Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.
188
+ Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview.
189
189
 
190
190
 
191
191
  :param str linked_server_name: The name of the linked server.
@@ -106,7 +106,7 @@ def get_patch_schedule(default: Optional[str] = None,
106
106
  Gets the patching schedule of a redis cache.
107
107
  Azure REST API version: 2023-04-01.
108
108
 
109
- Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.
109
+ Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview.
110
110
 
111
111
 
112
112
  :param str default: Default string modeled as parameter for auto generation to work correctly.
@@ -134,7 +134,7 @@ def get_patch_schedule_output(default: Optional[pulumi.Input[str]] = None,
134
134
  Gets the patching schedule of a redis cache.
135
135
  Azure REST API version: 2023-04-01.
136
136
 
137
- Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.
137
+ Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview.
138
138
 
139
139
 
140
140
  :param str default: Default string modeled as parameter for auto generation to work correctly.
@@ -118,7 +118,7 @@ def get_private_endpoint_connection(cache_name: Optional[str] = None,
118
118
  Gets the specified private endpoint connection associated with the redis cache.
119
119
  Azure REST API version: 2023-04-01.
120
120
 
121
- Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.
121
+ Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview.
122
122
 
123
123
 
124
124
  :param str cache_name: The name of the Redis cache.
@@ -147,7 +147,7 @@ def get_private_endpoint_connection_output(cache_name: Optional[pulumi.Input[str
147
147
  Gets the specified private endpoint connection associated with the redis cache.
148
148
  Azure REST API version: 2023-04-01.
149
149
 
150
- Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.
150
+ Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview.
151
151
 
152
152
 
153
153
  :param str cache_name: The name of the Redis cache.
@@ -369,7 +369,7 @@ def get_redis(name: Optional[str] = None,
369
369
  Gets a Redis cache (resource description).
370
370
  Azure REST API version: 2023-04-01.
371
371
 
372
- Other available API versions: 2015-08-01, 2017-02-01, 2019-07-01, 2020-06-01, 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.
372
+ Other available API versions: 2015-08-01, 2017-02-01, 2019-07-01, 2020-06-01, 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview.
373
373
 
374
374
 
375
375
  :param str name: The name of the Redis cache.
@@ -416,7 +416,7 @@ def get_redis_output(name: Optional[pulumi.Input[str]] = None,
416
416
  Gets a Redis cache (resource description).
417
417
  Azure REST API version: 2023-04-01.
418
418
 
419
- Other available API versions: 2015-08-01, 2017-02-01, 2019-07-01, 2020-06-01, 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.
419
+ Other available API versions: 2015-08-01, 2017-02-01, 2019-07-01, 2020-06-01, 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview.
420
420
 
421
421
 
422
422
  :param str name: The name of the Redis cache.
@@ -132,7 +132,7 @@ class LinkedServer(pulumi.CustomResource):
132
132
  Response to put/get linked server (with properties) for Redis cache.
133
133
  Azure REST API version: 2023-04-01. Prior API version in Azure Native 1.x: 2020-06-01.
134
134
 
135
- Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.
135
+ Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview.
136
136
 
137
137
  :param str resource_name: The name of the resource.
138
138
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -153,7 +153,7 @@ class LinkedServer(pulumi.CustomResource):
153
153
  Response to put/get linked server (with properties) for Redis cache.
154
154
  Azure REST API version: 2023-04-01. Prior API version in Azure Native 1.x: 2020-06-01.
155
155
 
156
- Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.
156
+ Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview.
157
157
 
158
158
  :param str resource_name: The name of the resource.
159
159
  :param LinkedServerArgs args: The arguments to use to populate this resource's properties.
@@ -205,7 +205,7 @@ class LinkedServer(pulumi.CustomResource):
205
205
  __props__.__dict__["primary_host_name"] = None
206
206
  __props__.__dict__["provisioning_state"] = None
207
207
  __props__.__dict__["type"] = None
208
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cache/v20170201:LinkedServer"), pulumi.Alias(type_="azure-native:cache/v20171001:LinkedServer"), pulumi.Alias(type_="azure-native:cache/v20180301:LinkedServer"), pulumi.Alias(type_="azure-native:cache/v20190701:LinkedServer"), pulumi.Alias(type_="azure-native:cache/v20200601:LinkedServer"), pulumi.Alias(type_="azure-native:cache/v20201201:LinkedServer"), pulumi.Alias(type_="azure-native:cache/v20210601:LinkedServer"), pulumi.Alias(type_="azure-native:cache/v20220501:LinkedServer"), pulumi.Alias(type_="azure-native:cache/v20220601:LinkedServer"), pulumi.Alias(type_="azure-native:cache/v20230401:LinkedServer"), pulumi.Alias(type_="azure-native:cache/v20230501preview:LinkedServer"), pulumi.Alias(type_="azure-native:cache/v20230801:LinkedServer"), pulumi.Alias(type_="azure-native:cache/v20240301:LinkedServer"), pulumi.Alias(type_="azure-native:cache/v20240401preview:LinkedServer"), pulumi.Alias(type_="azure-native:cache/v20241101:LinkedServer")])
208
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cache/v20170201:LinkedServer"), pulumi.Alias(type_="azure-native:cache/v20171001:LinkedServer"), pulumi.Alias(type_="azure-native:cache/v20180301:LinkedServer"), pulumi.Alias(type_="azure-native:cache/v20190701:LinkedServer"), pulumi.Alias(type_="azure-native:cache/v20200601:LinkedServer"), pulumi.Alias(type_="azure-native:cache/v20201201:LinkedServer"), pulumi.Alias(type_="azure-native:cache/v20210601:LinkedServer"), pulumi.Alias(type_="azure-native:cache/v20220501:LinkedServer"), pulumi.Alias(type_="azure-native:cache/v20220601:LinkedServer"), pulumi.Alias(type_="azure-native:cache/v20230401:LinkedServer"), pulumi.Alias(type_="azure-native:cache/v20230501preview:LinkedServer"), pulumi.Alias(type_="azure-native:cache/v20230801:LinkedServer"), pulumi.Alias(type_="azure-native:cache/v20240301:LinkedServer"), pulumi.Alias(type_="azure-native:cache/v20240401preview:LinkedServer")])
209
209
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
210
210
  super(LinkedServer, __self__).__init__(
211
211
  'azure-native:cache:LinkedServer',
@@ -68,7 +68,7 @@ def list_redis_keys(name: Optional[str] = None,
68
68
  Retrieve a Redis cache's access keys. This operation requires write permission to the cache resource.
69
69
  Azure REST API version: 2023-04-01.
70
70
 
71
- Other available API versions: 2015-08-01, 2017-02-01, 2019-07-01, 2020-06-01, 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.
71
+ Other available API versions: 2015-08-01, 2017-02-01, 2019-07-01, 2020-06-01, 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview.
72
72
 
73
73
 
74
74
  :param str name: The name of the Redis cache.
@@ -90,7 +90,7 @@ def list_redis_keys_output(name: Optional[pulumi.Input[str]] = None,
90
90
  Retrieve a Redis cache's access keys. This operation requires write permission to the cache resource.
91
91
  Azure REST API version: 2023-04-01.
92
92
 
93
- Other available API versions: 2015-08-01, 2017-02-01, 2019-07-01, 2020-06-01, 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.
93
+ Other available API versions: 2015-08-01, 2017-02-01, 2019-07-01, 2020-06-01, 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview.
94
94
 
95
95
 
96
96
  :param str name: The name of the Redis cache.