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
@@ -64,6 +64,7 @@ __all__ = [
64
64
  'AuthorizationConfigResponse',
65
65
  'AutoDeploymentResponse',
66
66
  'AutoScalingAutoScalingGroupPropertiesResponse',
67
+ 'AutoScalingGroupNotificationConfigurationResponse',
67
68
  'AutoSnapshotAddOnResponse',
68
69
  'AutoTuneOptionsOutputResponse',
69
70
  'AutoTuneStateEnumValueResponse',
@@ -277,6 +278,7 @@ __all__ = [
277
278
  'DataSourceLevelMetricsBehaviorEnumValueResponse',
278
279
  'DatabaseMigrationServiceReplicationInstancePropertiesResponse',
279
280
  'DaxClusterEndpointResponse',
281
+ 'DaxClusterNotificationConfigurationResponse',
280
282
  'DaxClusterPropertiesResponse',
281
283
  'DeadLetterConfigResponse',
282
284
  'DefaultActionEnumValueResponse',
@@ -3945,6 +3947,60 @@ class AutoScalingAutoScalingGroupPropertiesResponse(dict):
3945
3947
  return pulumi.get(self, "public_cloud_resource_name")
3946
3948
 
3947
3949
 
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
+
3948
4004
  @pulumi.output_type
3949
4005
  class AutoSnapshotAddOnResponse(dict):
3950
4006
  """
@@ -5370,8 +5426,8 @@ class AwsAutoScalingAutoScalingGroupPropertiesResponse(dict):
5370
5426
  min_size: Optional[str] = None,
5371
5427
  mixed_instances_policy: Optional['outputs.MixedInstancesPolicyResponse'] = None,
5372
5428
  new_instances_protected_from_scale_in: Optional[bool] = None,
5373
- notification_configuration: Optional['outputs.NotificationConfigurationResponse'] = None,
5374
- notification_configurations: Optional[Sequence['outputs.NotificationConfigurationResponse']] = None,
5429
+ notification_configuration: Optional['outputs.AutoScalingGroupNotificationConfigurationResponse'] = None,
5430
+ notification_configurations: Optional[Sequence['outputs.AutoScalingGroupNotificationConfigurationResponse']] = None,
5375
5431
  placement_group: Optional[str] = None,
5376
5432
  service_linked_role_arn: Optional[str] = None,
5377
5433
  tags: Optional[Sequence['outputs.TagPropertyResponse']] = None,
@@ -5402,8 +5458,8 @@ class AwsAutoScalingAutoScalingGroupPropertiesResponse(dict):
5402
5458
  :param str min_size: The minimum size of the group.
5403
5459
  :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.
5404
5460
  :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*.
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.
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.
5407
5463
  :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.
5408
5464
  :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*.
5409
5465
  :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*.
@@ -5650,7 +5706,7 @@ class AwsAutoScalingAutoScalingGroupPropertiesResponse(dict):
5650
5706
 
5651
5707
  @property
5652
5708
  @pulumi.getter(name="notificationConfiguration")
5653
- def notification_configuration(self) -> Optional['outputs.NotificationConfigurationResponse']:
5709
+ def notification_configuration(self) -> Optional['outputs.AutoScalingGroupNotificationConfigurationResponse']:
5654
5710
  """
5655
5711
  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*.
5656
5712
  """
@@ -5658,7 +5714,7 @@ class AwsAutoScalingAutoScalingGroupPropertiesResponse(dict):
5658
5714
 
5659
5715
  @property
5660
5716
  @pulumi.getter(name="notificationConfigurations")
5661
- def notification_configurations(self) -> Optional[Sequence['outputs.NotificationConfigurationResponse']]:
5717
+ def notification_configurations(self) -> Optional[Sequence['outputs.AutoScalingGroupNotificationConfigurationResponse']]:
5662
5718
  """
5663
5719
  Configures an Auto Scaling group to send notifications when specified events take place.
5664
5720
  """
@@ -8210,7 +8266,7 @@ class AwsDaxClusterPropertiesResponse(dict):
8210
8266
  node_ids_to_remove: Optional[Sequence[str]] = None,
8211
8267
  node_type: Optional[str] = None,
8212
8268
  nodes: Optional[Sequence['outputs.NodeResponse']] = None,
8213
- notification_configuration: Optional['outputs.NotificationConfigurationResponse'] = None,
8269
+ notification_configuration: Optional['outputs.DaxClusterNotificationConfigurationResponse'] = None,
8214
8270
  parameter_group: Optional['outputs.ParameterGroupStatusResponse'] = None,
8215
8271
  preferred_maintenance_window: Optional[str] = None,
8216
8272
  security_groups: Optional[Sequence['outputs.SecurityGroupMembershipResponse']] = None,
@@ -8230,7 +8286,7 @@ class AwsDaxClusterPropertiesResponse(dict):
8230
8286
  :param Sequence[str] node_ids_to_remove: <p>A list of nodes to be removed from the cluster.</p>
8231
8287
  :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>
8232
8288
  :param Sequence['NodeResponse'] nodes: <p>A list of nodes that are currently in the cluster.</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>
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>
8234
8290
  :param 'ParameterGroupStatusResponse' parameter_group: <p>The parameter group being used by nodes in the cluster.</p>
8235
8291
  :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>
8236
8292
  :param Sequence['SecurityGroupMembershipResponse'] security_groups: <p>A list of security groups, and the status of each, for the nodes in the cluster.</p>
@@ -8358,7 +8414,7 @@ class AwsDaxClusterPropertiesResponse(dict):
8358
8414
 
8359
8415
  @property
8360
8416
  @pulumi.getter(name="notificationConfiguration")
8361
- def notification_configuration(self) -> Optional['outputs.NotificationConfigurationResponse']:
8417
+ def notification_configuration(self) -> Optional['outputs.DaxClusterNotificationConfigurationResponse']:
8362
8418
  """
8363
8419
  <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>
8364
8420
  """
@@ -33987,6 +34043,60 @@ class DaxClusterEndpointResponse(dict):
33987
34043
  return pulumi.get(self, "url")
33988
34044
 
33989
34045
 
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
+
33990
34100
  @pulumi.output_type
33991
34101
  class DaxClusterPropertiesResponse(dict):
33992
34102
  """
@@ -57118,18 +57228,10 @@ class NotificationConfigurationResponse(dict):
57118
57228
  suggest = "event_bridge_configuration"
57119
57229
  elif key == "lambdaConfigurations":
57120
57230
  suggest = "lambda_configurations"
57121
- elif key == "notificationTypes":
57122
- suggest = "notification_types"
57123
57231
  elif key == "queueConfigurations":
57124
57232
  suggest = "queue_configurations"
57125
- elif key == "topicARN":
57126
- suggest = "topic_arn"
57127
- elif key == "topicArn":
57128
- suggest = "topic_arn"
57129
57233
  elif key == "topicConfigurations":
57130
57234
  suggest = "topic_configurations"
57131
- elif key == "topicStatus":
57132
- suggest = "topic_status"
57133
57235
 
57134
57236
  if suggest:
57135
57237
  pulumi.log.warn(f"Key '{key}' not found in NotificationConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
@@ -57145,39 +57247,23 @@ class NotificationConfigurationResponse(dict):
57145
57247
  def __init__(__self__, *,
57146
57248
  event_bridge_configuration: Optional['outputs.EventBridgeConfigurationResponse'] = None,
57147
57249
  lambda_configurations: Optional[Sequence['outputs.LambdaConfigurationResponse']] = None,
57148
- notification_types: Optional[Sequence[str]] = None,
57149
57250
  queue_configurations: Optional[Sequence['outputs.QueueConfigurationResponse']] = 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):
57251
+ topic_configurations: Optional[Sequence['outputs.TopicConfigurationResponse']] = None):
57154
57252
  """
57155
57253
  Definition of NotificationConfiguration
57156
57254
  :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*
57157
57255
  :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``
57159
57256
  :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>
57162
57257
  :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>
57164
57258
  """
57165
57259
  if event_bridge_configuration is not None:
57166
57260
  pulumi.set(__self__, "event_bridge_configuration", event_bridge_configuration)
57167
57261
  if lambda_configurations is not None:
57168
57262
  pulumi.set(__self__, "lambda_configurations", lambda_configurations)
57169
- if notification_types is not None:
57170
- pulumi.set(__self__, "notification_types", notification_types)
57171
57263
  if queue_configurations is not None:
57172
57264
  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)
57177
57265
  if topic_configurations is not None:
57178
57266
  pulumi.set(__self__, "topic_configurations", topic_configurations)
57179
- if topic_status is not None:
57180
- pulumi.set(__self__, "topic_status", topic_status)
57181
57267
 
57182
57268
  @property
57183
57269
  @pulumi.getter(name="eventBridgeConfiguration")
@@ -57195,14 +57281,6 @@ class NotificationConfigurationResponse(dict):
57195
57281
  """
57196
57282
  return pulumi.get(self, "lambda_configurations")
57197
57283
 
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
-
57206
57284
  @property
57207
57285
  @pulumi.getter(name="queueConfigurations")
57208
57286
  def queue_configurations(self) -> Optional[Sequence['outputs.QueueConfigurationResponse']]:
@@ -57211,22 +57289,6 @@ class NotificationConfigurationResponse(dict):
57211
57289
  """
57212
57290
  return pulumi.get(self, "queue_configurations")
57213
57291
 
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
-
57230
57292
  @property
57231
57293
  @pulumi.getter(name="topicConfigurations")
57232
57294
  def topic_configurations(self) -> Optional[Sequence['outputs.TopicConfigurationResponse']]:
@@ -57235,14 +57297,6 @@ class NotificationConfigurationResponse(dict):
57235
57297
  """
57236
57298
  return pulumi.get(self, "topic_configurations")
57237
57299
 
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
-
57246
57300
 
57247
57301
  @pulumi.output_type
57248
57302
  class NotificationFilterResponse(dict):
@@ -65,6 +65,8 @@ 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
68
70
  else:
69
71
  v20200601 = _utilities.lazy_import('pulumi_azure_native.cache.v20200601')
70
72
  v20201001preview = _utilities.lazy_import('pulumi_azure_native.cache.v20201001preview')
@@ -82,4 +84,5 @@ else:
82
84
  v20240401preview = _utilities.lazy_import('pulumi_azure_native.cache.v20240401preview')
83
85
  v20240601preview = _utilities.lazy_import('pulumi_azure_native.cache.v20240601preview')
84
86
  v20240901preview = _utilities.lazy_import('pulumi_azure_native.cache.v20240901preview')
87
+ v20241101 = _utilities.lazy_import('pulumi_azure_native.cache.v20241101')
85
88
 
@@ -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.
102
+ Other available API versions: 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.
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.
121
+ Other available API versions: 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.
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")])
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")])
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.
134
+ Other available API versions: 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-09-01-preview, 2024-11-01.
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.
155
+ Other available API versions: 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-09-01-preview, 2024-11-01.
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")])
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")])
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.
118
+ Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.
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.
138
+ Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.
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")])
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")])
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.
108
+ Other available API versions: 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.
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.
136
+ Other available API versions: 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.
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.
132
+ Other available API versions: 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-09-01-preview, 2024-11-01.
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.
162
+ Other available API versions: 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-09-01-preview, 2024-11-01.
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.
108
+ Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.
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.
136
+ Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.
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.
156
+ Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.
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.
188
+ Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.
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.
109
+ Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.
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.
137
+ Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.
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.
121
+ Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.
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.
150
+ Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.
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.
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.
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.
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.
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.
135
+ Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.
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.
156
+ Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.
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")])
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")])
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.
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.
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.
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.
94
94
 
95
95
 
96
96
  :param str name: The name of the Redis cache.