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):