pulumi-azure-native 2.68.0a1729544032__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.0a1729544032.dist-info → pulumi_azure_native-2.68.0a1729615467.dist-info}/METADATA +1 -1
  165. {pulumi_azure_native-2.68.0a1729544032.dist-info → pulumi_azure_native-2.68.0a1729615467.dist-info}/RECORD +167 -128
  166. {pulumi_azure_native-2.68.0a1729544032.dist-info → pulumi_azure_native-2.68.0a1729615467.dist-info}/WHEEL +0 -0
  167. {pulumi_azure_native-2.68.0a1729544032.dist-info → pulumi_azure_native-2.68.0a1729615467.dist-info}/top_level.txt +0 -0
@@ -104,6 +104,8 @@ __all__ = [
104
104
  'AutoDeploymentArgsDict',
105
105
  'AutoScalingAutoScalingGroupPropertiesArgs',
106
106
  'AutoScalingAutoScalingGroupPropertiesArgsDict',
107
+ 'AutoScalingGroupNotificationConfigurationArgs',
108
+ 'AutoScalingGroupNotificationConfigurationArgsDict',
107
109
  'AutoSnapshotAddOnArgs',
108
110
  'AutoSnapshotAddOnArgsDict',
109
111
  'AutoTuneOptionsOutputArgs',
@@ -528,6 +530,8 @@ __all__ = [
528
530
  'DatabaseMigrationServiceReplicationInstancePropertiesArgsDict',
529
531
  'DaxClusterEndpointArgs',
530
532
  'DaxClusterEndpointArgsDict',
533
+ 'DaxClusterNotificationConfigurationArgs',
534
+ 'DaxClusterNotificationConfigurationArgsDict',
531
535
  'DaxClusterPropertiesArgs',
532
536
  'DaxClusterPropertiesArgsDict',
533
537
  'DeadLetterConfigArgs',
@@ -4808,6 +4812,62 @@ class AutoScalingAutoScalingGroupPropertiesArgs:
4808
4812
  pulumi.set(self, "public_cloud_resource_name", value)
4809
4813
 
4810
4814
 
4815
+ if not MYPY:
4816
+ class AutoScalingGroupNotificationConfigurationArgsDict(TypedDict):
4817
+ """
4818
+ Definition of NotificationConfiguration
4819
+ """
4820
+ notification_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
4821
+ """
4822
+ 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``
4823
+ """
4824
+ topic_arn: NotRequired[pulumi.Input[str]]
4825
+ """
4826
+ The Amazon Resource Name (ARN) of the Amazon SNS topic.
4827
+ """
4828
+ elif False:
4829
+ AutoScalingGroupNotificationConfigurationArgsDict: TypeAlias = Mapping[str, Any]
4830
+
4831
+ @pulumi.input_type
4832
+ class AutoScalingGroupNotificationConfigurationArgs:
4833
+ def __init__(__self__, *,
4834
+ notification_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
4835
+ topic_arn: Optional[pulumi.Input[str]] = None):
4836
+ """
4837
+ Definition of NotificationConfiguration
4838
+ :param pulumi.Input[Sequence[pulumi.Input[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``
4839
+ :param pulumi.Input[str] topic_arn: The Amazon Resource Name (ARN) of the Amazon SNS topic.
4840
+ """
4841
+ if notification_types is not None:
4842
+ pulumi.set(__self__, "notification_types", notification_types)
4843
+ if topic_arn is not None:
4844
+ pulumi.set(__self__, "topic_arn", topic_arn)
4845
+
4846
+ @property
4847
+ @pulumi.getter(name="notificationTypes")
4848
+ def notification_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
4849
+ """
4850
+ 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``
4851
+ """
4852
+ return pulumi.get(self, "notification_types")
4853
+
4854
+ @notification_types.setter
4855
+ def notification_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
4856
+ pulumi.set(self, "notification_types", value)
4857
+
4858
+ @property
4859
+ @pulumi.getter(name="topicARN")
4860
+ def topic_arn(self) -> Optional[pulumi.Input[str]]:
4861
+ """
4862
+ The Amazon Resource Name (ARN) of the Amazon SNS topic.
4863
+ """
4864
+ return pulumi.get(self, "topic_arn")
4865
+
4866
+ @topic_arn.setter
4867
+ def topic_arn(self, value: Optional[pulumi.Input[str]]):
4868
+ pulumi.set(self, "topic_arn", value)
4869
+
4870
+
4811
4871
  if not MYPY:
4812
4872
  class AutoSnapshotAddOnArgsDict(TypedDict):
4813
4873
  """
@@ -6725,11 +6785,11 @@ if not MYPY:
6725
6785
  """
6726
6786
  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*.
6727
6787
  """
6728
- notification_configuration: NotRequired[pulumi.Input['NotificationConfigurationArgsDict']]
6788
+ notification_configuration: NotRequired[pulumi.Input['AutoScalingGroupNotificationConfigurationArgsDict']]
6729
6789
  """
6730
6790
  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*.
6731
6791
  """
6732
- notification_configurations: NotRequired[pulumi.Input[Sequence[pulumi.Input['NotificationConfigurationArgsDict']]]]
6792
+ notification_configurations: NotRequired[pulumi.Input[Sequence[pulumi.Input['AutoScalingGroupNotificationConfigurationArgsDict']]]]
6733
6793
  """
6734
6794
  Configures an Auto Scaling group to send notifications when specified events take place.
6735
6795
  """
@@ -6785,8 +6845,8 @@ class AwsAutoScalingAutoScalingGroupPropertiesArgs:
6785
6845
  min_size: Optional[pulumi.Input[str]] = None,
6786
6846
  mixed_instances_policy: Optional[pulumi.Input['MixedInstancesPolicyArgs']] = None,
6787
6847
  new_instances_protected_from_scale_in: Optional[pulumi.Input[bool]] = None,
6788
- notification_configuration: Optional[pulumi.Input['NotificationConfigurationArgs']] = None,
6789
- notification_configurations: Optional[pulumi.Input[Sequence[pulumi.Input['NotificationConfigurationArgs']]]] = None,
6848
+ notification_configuration: Optional[pulumi.Input['AutoScalingGroupNotificationConfigurationArgs']] = None,
6849
+ notification_configurations: Optional[pulumi.Input[Sequence[pulumi.Input['AutoScalingGroupNotificationConfigurationArgs']]]] = None,
6790
6850
  placement_group: Optional[pulumi.Input[str]] = None,
6791
6851
  service_linked_role_arn: Optional[pulumi.Input[str]] = None,
6792
6852
  tags: Optional[pulumi.Input[Sequence[pulumi.Input['TagPropertyArgs']]]] = None,
@@ -6817,8 +6877,8 @@ class AwsAutoScalingAutoScalingGroupPropertiesArgs:
6817
6877
  :param pulumi.Input[str] min_size: The minimum size of the group.
6818
6878
  :param pulumi.Input['MixedInstancesPolicyArgs'] 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.
6819
6879
  :param pulumi.Input[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*.
6820
- :param pulumi.Input['NotificationConfigurationArgs'] 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*.
6821
- :param pulumi.Input[Sequence[pulumi.Input['NotificationConfigurationArgs']]] notification_configurations: Configures an Auto Scaling group to send notifications when specified events take place.
6880
+ :param pulumi.Input['AutoScalingGroupNotificationConfigurationArgs'] 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*.
6881
+ :param pulumi.Input[Sequence[pulumi.Input['AutoScalingGroupNotificationConfigurationArgs']]] notification_configurations: Configures an Auto Scaling group to send notifications when specified events take place.
6822
6882
  :param pulumi.Input[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.
6823
6883
  :param pulumi.Input[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*.
6824
6884
  :param pulumi.Input[Sequence[pulumi.Input['TagPropertyArgs']]] 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*.
@@ -7153,26 +7213,26 @@ class AwsAutoScalingAutoScalingGroupPropertiesArgs:
7153
7213
 
7154
7214
  @property
7155
7215
  @pulumi.getter(name="notificationConfiguration")
7156
- def notification_configuration(self) -> Optional[pulumi.Input['NotificationConfigurationArgs']]:
7216
+ def notification_configuration(self) -> Optional[pulumi.Input['AutoScalingGroupNotificationConfigurationArgs']]:
7157
7217
  """
7158
7218
  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*.
7159
7219
  """
7160
7220
  return pulumi.get(self, "notification_configuration")
7161
7221
 
7162
7222
  @notification_configuration.setter
7163
- def notification_configuration(self, value: Optional[pulumi.Input['NotificationConfigurationArgs']]):
7223
+ def notification_configuration(self, value: Optional[pulumi.Input['AutoScalingGroupNotificationConfigurationArgs']]):
7164
7224
  pulumi.set(self, "notification_configuration", value)
7165
7225
 
7166
7226
  @property
7167
7227
  @pulumi.getter(name="notificationConfigurations")
7168
- def notification_configurations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NotificationConfigurationArgs']]]]:
7228
+ def notification_configurations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AutoScalingGroupNotificationConfigurationArgs']]]]:
7169
7229
  """
7170
7230
  Configures an Auto Scaling group to send notifications when specified events take place.
7171
7231
  """
7172
7232
  return pulumi.get(self, "notification_configurations")
7173
7233
 
7174
7234
  @notification_configurations.setter
7175
- def notification_configurations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NotificationConfigurationArgs']]]]):
7235
+ def notification_configurations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AutoScalingGroupNotificationConfigurationArgs']]]]):
7176
7236
  pulumi.set(self, "notification_configurations", value)
7177
7237
 
7178
7238
  @property
@@ -10651,7 +10711,7 @@ if not MYPY:
10651
10711
  """
10652
10712
  <p>A list of nodes that are currently in the cluster.</p>
10653
10713
  """
10654
- notification_configuration: NotRequired[pulumi.Input['NotificationConfigurationArgsDict']]
10714
+ notification_configuration: NotRequired[pulumi.Input['DaxClusterNotificationConfigurationArgsDict']]
10655
10715
  """
10656
10716
  <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>
10657
10717
  """
@@ -10699,7 +10759,7 @@ class AwsDaxClusterPropertiesArgs:
10699
10759
  node_ids_to_remove: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
10700
10760
  node_type: Optional[pulumi.Input[str]] = None,
10701
10761
  nodes: Optional[pulumi.Input[Sequence[pulumi.Input['NodeArgs']]]] = None,
10702
- notification_configuration: Optional[pulumi.Input['NotificationConfigurationArgs']] = None,
10762
+ notification_configuration: Optional[pulumi.Input['DaxClusterNotificationConfigurationArgs']] = None,
10703
10763
  parameter_group: Optional[pulumi.Input['ParameterGroupStatusArgs']] = None,
10704
10764
  preferred_maintenance_window: Optional[pulumi.Input[str]] = None,
10705
10765
  security_groups: Optional[pulumi.Input[Sequence[pulumi.Input['SecurityGroupMembershipArgs']]]] = None,
@@ -10719,7 +10779,7 @@ class AwsDaxClusterPropertiesArgs:
10719
10779
  :param pulumi.Input[Sequence[pulumi.Input[str]]] node_ids_to_remove: <p>A list of nodes to be removed from the cluster.</p>
10720
10780
  :param pulumi.Input[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>
10721
10781
  :param pulumi.Input[Sequence[pulumi.Input['NodeArgs']]] nodes: <p>A list of nodes that are currently in the cluster.</p>
10722
- :param pulumi.Input['NotificationConfigurationArgs'] 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>
10782
+ :param pulumi.Input['DaxClusterNotificationConfigurationArgs'] 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>
10723
10783
  :param pulumi.Input['ParameterGroupStatusArgs'] parameter_group: <p>The parameter group being used by nodes in the cluster.</p>
10724
10784
  :param pulumi.Input[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>
10725
10785
  :param pulumi.Input[Sequence[pulumi.Input['SecurityGroupMembershipArgs']]] security_groups: <p>A list of security groups, and the status of each, for the nodes in the cluster.</p>
@@ -10887,14 +10947,14 @@ class AwsDaxClusterPropertiesArgs:
10887
10947
 
10888
10948
  @property
10889
10949
  @pulumi.getter(name="notificationConfiguration")
10890
- def notification_configuration(self) -> Optional[pulumi.Input['NotificationConfigurationArgs']]:
10950
+ def notification_configuration(self) -> Optional[pulumi.Input['DaxClusterNotificationConfigurationArgs']]:
10891
10951
  """
10892
10952
  <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>
10893
10953
  """
10894
10954
  return pulumi.get(self, "notification_configuration")
10895
10955
 
10896
10956
  @notification_configuration.setter
10897
- def notification_configuration(self, value: Optional[pulumi.Input['NotificationConfigurationArgs']]):
10957
+ def notification_configuration(self, value: Optional[pulumi.Input['DaxClusterNotificationConfigurationArgs']]):
10898
10958
  pulumi.set(self, "notification_configuration", value)
10899
10959
 
10900
10960
  @property
@@ -44902,6 +44962,62 @@ class DaxClusterEndpointArgs:
44902
44962
  pulumi.set(self, "url", value)
44903
44963
 
44904
44964
 
44965
+ if not MYPY:
44966
+ class DaxClusterNotificationConfigurationArgsDict(TypedDict):
44967
+ """
44968
+ Definition of NotificationConfiguration
44969
+ """
44970
+ topic_arn: NotRequired[pulumi.Input[str]]
44971
+ """
44972
+ <p>The Amazon Resource Name (ARN) that identifies the topic. </p>
44973
+ """
44974
+ topic_status: NotRequired[pulumi.Input[str]]
44975
+ """
44976
+ <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>
44977
+ """
44978
+ elif False:
44979
+ DaxClusterNotificationConfigurationArgsDict: TypeAlias = Mapping[str, Any]
44980
+
44981
+ @pulumi.input_type
44982
+ class DaxClusterNotificationConfigurationArgs:
44983
+ def __init__(__self__, *,
44984
+ topic_arn: Optional[pulumi.Input[str]] = None,
44985
+ topic_status: Optional[pulumi.Input[str]] = None):
44986
+ """
44987
+ Definition of NotificationConfiguration
44988
+ :param pulumi.Input[str] topic_arn: <p>The Amazon Resource Name (ARN) that identifies the topic. </p>
44989
+ :param pulumi.Input[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>
44990
+ """
44991
+ if topic_arn is not None:
44992
+ pulumi.set(__self__, "topic_arn", topic_arn)
44993
+ if topic_status is not None:
44994
+ pulumi.set(__self__, "topic_status", topic_status)
44995
+
44996
+ @property
44997
+ @pulumi.getter(name="topicArn")
44998
+ def topic_arn(self) -> Optional[pulumi.Input[str]]:
44999
+ """
45000
+ <p>The Amazon Resource Name (ARN) that identifies the topic. </p>
45001
+ """
45002
+ return pulumi.get(self, "topic_arn")
45003
+
45004
+ @topic_arn.setter
45005
+ def topic_arn(self, value: Optional[pulumi.Input[str]]):
45006
+ pulumi.set(self, "topic_arn", value)
45007
+
45008
+ @property
45009
+ @pulumi.getter(name="topicStatus")
45010
+ def topic_status(self) -> Optional[pulumi.Input[str]]:
45011
+ """
45012
+ <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>
45013
+ """
45014
+ return pulumi.get(self, "topic_status")
45015
+
45016
+ @topic_status.setter
45017
+ def topic_status(self, value: Optional[pulumi.Input[str]]):
45018
+ pulumi.set(self, "topic_status", value)
45019
+
45020
+
44905
45021
  if not MYPY:
44906
45022
  class DaxClusterPropertiesArgsDict(TypedDict):
44907
45023
  """
@@ -73231,30 +73347,14 @@ if not MYPY:
73231
73347
  """
73232
73348
  Describes the LAMlong functions to invoke and the events for which to invoke them.
73233
73349
  """
73234
- notification_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
73235
- """
73236
- 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``
73237
- """
73238
73350
  queue_configurations: NotRequired[pulumi.Input[Sequence[pulumi.Input['QueueConfigurationArgsDict']]]]
73239
73351
  """
73240
73352
  The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.
73241
73353
  """
73242
- topic_arn: NotRequired[pulumi.Input[str]]
73243
- """
73244
- The Amazon Resource Name (ARN) of the Amazon SNS topic.
73245
- """
73246
- topic_arn: NotRequired[pulumi.Input[str]]
73247
- """
73248
- <p>The Amazon Resource Name (ARN) that identifies the topic. </p>
73249
- """
73250
73354
  topic_configurations: NotRequired[pulumi.Input[Sequence[pulumi.Input['TopicConfigurationArgsDict']]]]
73251
73355
  """
73252
73356
  The topic to which notifications are sent and the events for which notifications are generated.
73253
73357
  """
73254
- topic_status: NotRequired[pulumi.Input[str]]
73255
- """
73256
- <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>
73257
- """
73258
73358
  elif False:
73259
73359
  NotificationConfigurationArgsDict: TypeAlias = Mapping[str, Any]
73260
73360
 
@@ -73263,39 +73363,23 @@ class NotificationConfigurationArgs:
73263
73363
  def __init__(__self__, *,
73264
73364
  event_bridge_configuration: Optional[pulumi.Input['EventBridgeConfigurationArgs']] = None,
73265
73365
  lambda_configurations: Optional[pulumi.Input[Sequence[pulumi.Input['LambdaConfigurationArgs']]]] = None,
73266
- notification_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
73267
73366
  queue_configurations: Optional[pulumi.Input[Sequence[pulumi.Input['QueueConfigurationArgs']]]] = None,
73268
- topic_arn: Optional[pulumi.Input[str]] = None,
73269
- topic_arn: Optional[pulumi.Input[str]] = None,
73270
- topic_configurations: Optional[pulumi.Input[Sequence[pulumi.Input['TopicConfigurationArgs']]]] = None,
73271
- topic_status: Optional[pulumi.Input[str]] = None):
73367
+ topic_configurations: Optional[pulumi.Input[Sequence[pulumi.Input['TopicConfigurationArgs']]]] = None):
73272
73368
  """
73273
73369
  Definition of NotificationConfiguration
73274
73370
  :param pulumi.Input['EventBridgeConfigurationArgs'] 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*
73275
73371
  :param pulumi.Input[Sequence[pulumi.Input['LambdaConfigurationArgs']]] lambda_configurations: Describes the LAMlong functions to invoke and the events for which to invoke them.
73276
- :param pulumi.Input[Sequence[pulumi.Input[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``
73277
73372
  :param pulumi.Input[Sequence[pulumi.Input['QueueConfigurationArgs']]] queue_configurations: The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.
73278
- :param pulumi.Input[str] topic_arn: The Amazon Resource Name (ARN) of the Amazon SNS topic.
73279
- :param pulumi.Input[str] topic_arn: <p>The Amazon Resource Name (ARN) that identifies the topic. </p>
73280
73373
  :param pulumi.Input[Sequence[pulumi.Input['TopicConfigurationArgs']]] topic_configurations: The topic to which notifications are sent and the events for which notifications are generated.
73281
- :param pulumi.Input[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>
73282
73374
  """
73283
73375
  if event_bridge_configuration is not None:
73284
73376
  pulumi.set(__self__, "event_bridge_configuration", event_bridge_configuration)
73285
73377
  if lambda_configurations is not None:
73286
73378
  pulumi.set(__self__, "lambda_configurations", lambda_configurations)
73287
- if notification_types is not None:
73288
- pulumi.set(__self__, "notification_types", notification_types)
73289
73379
  if queue_configurations is not None:
73290
73380
  pulumi.set(__self__, "queue_configurations", queue_configurations)
73291
- if topic_arn is not None:
73292
- pulumi.set(__self__, "topic_arn", topic_arn)
73293
- if topic_arn is not None:
73294
- pulumi.set(__self__, "topic_arn", topic_arn)
73295
73381
  if topic_configurations is not None:
73296
73382
  pulumi.set(__self__, "topic_configurations", topic_configurations)
73297
- if topic_status is not None:
73298
- pulumi.set(__self__, "topic_status", topic_status)
73299
73383
 
73300
73384
  @property
73301
73385
  @pulumi.getter(name="eventBridgeConfiguration")
@@ -73321,18 +73405,6 @@ class NotificationConfigurationArgs:
73321
73405
  def lambda_configurations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['LambdaConfigurationArgs']]]]):
73322
73406
  pulumi.set(self, "lambda_configurations", value)
73323
73407
 
73324
- @property
73325
- @pulumi.getter(name="notificationTypes")
73326
- def notification_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
73327
- """
73328
- 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``
73329
- """
73330
- return pulumi.get(self, "notification_types")
73331
-
73332
- @notification_types.setter
73333
- def notification_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
73334
- pulumi.set(self, "notification_types", value)
73335
-
73336
73408
  @property
73337
73409
  @pulumi.getter(name="queueConfigurations")
73338
73410
  def queue_configurations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['QueueConfigurationArgs']]]]:
@@ -73345,30 +73417,6 @@ class NotificationConfigurationArgs:
73345
73417
  def queue_configurations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['QueueConfigurationArgs']]]]):
73346
73418
  pulumi.set(self, "queue_configurations", value)
73347
73419
 
73348
- @property
73349
- @pulumi.getter(name="topicARN")
73350
- def topic_arn(self) -> Optional[pulumi.Input[str]]:
73351
- """
73352
- The Amazon Resource Name (ARN) of the Amazon SNS topic.
73353
- """
73354
- return pulumi.get(self, "topic_arn")
73355
-
73356
- @topic_arn.setter
73357
- def topic_arn(self, value: Optional[pulumi.Input[str]]):
73358
- pulumi.set(self, "topic_arn", value)
73359
-
73360
- @property
73361
- @pulumi.getter(name="topicArn")
73362
- def topic_arn(self) -> Optional[pulumi.Input[str]]:
73363
- """
73364
- <p>The Amazon Resource Name (ARN) that identifies the topic. </p>
73365
- """
73366
- return pulumi.get(self, "topic_arn")
73367
-
73368
- @topic_arn.setter
73369
- def topic_arn(self, value: Optional[pulumi.Input[str]]):
73370
- pulumi.set(self, "topic_arn", value)
73371
-
73372
73420
  @property
73373
73421
  @pulumi.getter(name="topicConfigurations")
73374
73422
  def topic_configurations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TopicConfigurationArgs']]]]:
@@ -73381,18 +73429,6 @@ class NotificationConfigurationArgs:
73381
73429
  def topic_configurations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TopicConfigurationArgs']]]]):
73382
73430
  pulumi.set(self, "topic_configurations", value)
73383
73431
 
73384
- @property
73385
- @pulumi.getter(name="topicStatus")
73386
- def topic_status(self) -> Optional[pulumi.Input[str]]:
73387
- """
73388
- <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>
73389
- """
73390
- return pulumi.get(self, "topic_status")
73391
-
73392
- @topic_status.setter
73393
- def topic_status(self, value: Optional[pulumi.Input[str]]):
73394
- pulumi.set(self, "topic_status", value)
73395
-
73396
73432
 
73397
73433
  if not MYPY:
73398
73434
  class NotificationFilterArgsDict(TypedDict):