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
@@ -104,8 +104,6 @@ __all__ = [
104
104
  'AutoDeploymentArgsDict',
105
105
  'AutoScalingAutoScalingGroupPropertiesArgs',
106
106
  'AutoScalingAutoScalingGroupPropertiesArgsDict',
107
- 'AutoScalingGroupNotificationConfigurationArgs',
108
- 'AutoScalingGroupNotificationConfigurationArgsDict',
109
107
  'AutoSnapshotAddOnArgs',
110
108
  'AutoSnapshotAddOnArgsDict',
111
109
  'AutoTuneOptionsOutputArgs',
@@ -530,8 +528,6 @@ __all__ = [
530
528
  'DatabaseMigrationServiceReplicationInstancePropertiesArgsDict',
531
529
  'DaxClusterEndpointArgs',
532
530
  'DaxClusterEndpointArgsDict',
533
- 'DaxClusterNotificationConfigurationArgs',
534
- 'DaxClusterNotificationConfigurationArgsDict',
535
531
  'DaxClusterPropertiesArgs',
536
532
  'DaxClusterPropertiesArgsDict',
537
533
  'DeadLetterConfigArgs',
@@ -4812,62 +4808,6 @@ class AutoScalingAutoScalingGroupPropertiesArgs:
4812
4808
  pulumi.set(self, "public_cloud_resource_name", value)
4813
4809
 
4814
4810
 
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
-
4871
4811
  if not MYPY:
4872
4812
  class AutoSnapshotAddOnArgsDict(TypedDict):
4873
4813
  """
@@ -6785,11 +6725,11 @@ if not MYPY:
6785
6725
  """
6786
6726
  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*.
6787
6727
  """
6788
- notification_configuration: NotRequired[pulumi.Input['AutoScalingGroupNotificationConfigurationArgsDict']]
6728
+ notification_configuration: NotRequired[pulumi.Input['NotificationConfigurationArgsDict']]
6789
6729
  """
6790
6730
  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*.
6791
6731
  """
6792
- notification_configurations: NotRequired[pulumi.Input[Sequence[pulumi.Input['AutoScalingGroupNotificationConfigurationArgsDict']]]]
6732
+ notification_configurations: NotRequired[pulumi.Input[Sequence[pulumi.Input['NotificationConfigurationArgsDict']]]]
6793
6733
  """
6794
6734
  Configures an Auto Scaling group to send notifications when specified events take place.
6795
6735
  """
@@ -6845,8 +6785,8 @@ class AwsAutoScalingAutoScalingGroupPropertiesArgs:
6845
6785
  min_size: Optional[pulumi.Input[str]] = None,
6846
6786
  mixed_instances_policy: Optional[pulumi.Input['MixedInstancesPolicyArgs']] = None,
6847
6787
  new_instances_protected_from_scale_in: Optional[pulumi.Input[bool]] = None,
6848
- notification_configuration: Optional[pulumi.Input['AutoScalingGroupNotificationConfigurationArgs']] = None,
6849
- notification_configurations: Optional[pulumi.Input[Sequence[pulumi.Input['AutoScalingGroupNotificationConfigurationArgs']]]] = None,
6788
+ notification_configuration: Optional[pulumi.Input['NotificationConfigurationArgs']] = None,
6789
+ notification_configurations: Optional[pulumi.Input[Sequence[pulumi.Input['NotificationConfigurationArgs']]]] = None,
6850
6790
  placement_group: Optional[pulumi.Input[str]] = None,
6851
6791
  service_linked_role_arn: Optional[pulumi.Input[str]] = None,
6852
6792
  tags: Optional[pulumi.Input[Sequence[pulumi.Input['TagPropertyArgs']]]] = None,
@@ -6877,8 +6817,8 @@ class AwsAutoScalingAutoScalingGroupPropertiesArgs:
6877
6817
  :param pulumi.Input[str] min_size: The minimum size of the group.
6878
6818
  :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.
6879
6819
  :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*.
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.
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.
6882
6822
  :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.
6883
6823
  :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*.
6884
6824
  :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*.
@@ -7213,26 +7153,26 @@ class AwsAutoScalingAutoScalingGroupPropertiesArgs:
7213
7153
 
7214
7154
  @property
7215
7155
  @pulumi.getter(name="notificationConfiguration")
7216
- def notification_configuration(self) -> Optional[pulumi.Input['AutoScalingGroupNotificationConfigurationArgs']]:
7156
+ def notification_configuration(self) -> Optional[pulumi.Input['NotificationConfigurationArgs']]:
7217
7157
  """
7218
7158
  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*.
7219
7159
  """
7220
7160
  return pulumi.get(self, "notification_configuration")
7221
7161
 
7222
7162
  @notification_configuration.setter
7223
- def notification_configuration(self, value: Optional[pulumi.Input['AutoScalingGroupNotificationConfigurationArgs']]):
7163
+ def notification_configuration(self, value: Optional[pulumi.Input['NotificationConfigurationArgs']]):
7224
7164
  pulumi.set(self, "notification_configuration", value)
7225
7165
 
7226
7166
  @property
7227
7167
  @pulumi.getter(name="notificationConfigurations")
7228
- def notification_configurations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AutoScalingGroupNotificationConfigurationArgs']]]]:
7168
+ def notification_configurations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NotificationConfigurationArgs']]]]:
7229
7169
  """
7230
7170
  Configures an Auto Scaling group to send notifications when specified events take place.
7231
7171
  """
7232
7172
  return pulumi.get(self, "notification_configurations")
7233
7173
 
7234
7174
  @notification_configurations.setter
7235
- def notification_configurations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AutoScalingGroupNotificationConfigurationArgs']]]]):
7175
+ def notification_configurations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NotificationConfigurationArgs']]]]):
7236
7176
  pulumi.set(self, "notification_configurations", value)
7237
7177
 
7238
7178
  @property
@@ -10711,7 +10651,7 @@ if not MYPY:
10711
10651
  """
10712
10652
  <p>A list of nodes that are currently in the cluster.</p>
10713
10653
  """
10714
- notification_configuration: NotRequired[pulumi.Input['DaxClusterNotificationConfigurationArgsDict']]
10654
+ notification_configuration: NotRequired[pulumi.Input['NotificationConfigurationArgsDict']]
10715
10655
  """
10716
10656
  <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>
10717
10657
  """
@@ -10759,7 +10699,7 @@ class AwsDaxClusterPropertiesArgs:
10759
10699
  node_ids_to_remove: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
10760
10700
  node_type: Optional[pulumi.Input[str]] = None,
10761
10701
  nodes: Optional[pulumi.Input[Sequence[pulumi.Input['NodeArgs']]]] = None,
10762
- notification_configuration: Optional[pulumi.Input['DaxClusterNotificationConfigurationArgs']] = None,
10702
+ notification_configuration: Optional[pulumi.Input['NotificationConfigurationArgs']] = None,
10763
10703
  parameter_group: Optional[pulumi.Input['ParameterGroupStatusArgs']] = None,
10764
10704
  preferred_maintenance_window: Optional[pulumi.Input[str]] = None,
10765
10705
  security_groups: Optional[pulumi.Input[Sequence[pulumi.Input['SecurityGroupMembershipArgs']]]] = None,
@@ -10779,7 +10719,7 @@ class AwsDaxClusterPropertiesArgs:
10779
10719
  :param pulumi.Input[Sequence[pulumi.Input[str]]] node_ids_to_remove: <p>A list of nodes to be removed from the cluster.</p>
10780
10720
  :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>
10781
10721
  :param pulumi.Input[Sequence[pulumi.Input['NodeArgs']]] nodes: <p>A list of nodes that are currently in the cluster.</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>
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>
10783
10723
  :param pulumi.Input['ParameterGroupStatusArgs'] parameter_group: <p>The parameter group being used by nodes in the cluster.</p>
10784
10724
  :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>
10785
10725
  :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>
@@ -10947,14 +10887,14 @@ class AwsDaxClusterPropertiesArgs:
10947
10887
 
10948
10888
  @property
10949
10889
  @pulumi.getter(name="notificationConfiguration")
10950
- def notification_configuration(self) -> Optional[pulumi.Input['DaxClusterNotificationConfigurationArgs']]:
10890
+ def notification_configuration(self) -> Optional[pulumi.Input['NotificationConfigurationArgs']]:
10951
10891
  """
10952
10892
  <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>
10953
10893
  """
10954
10894
  return pulumi.get(self, "notification_configuration")
10955
10895
 
10956
10896
  @notification_configuration.setter
10957
- def notification_configuration(self, value: Optional[pulumi.Input['DaxClusterNotificationConfigurationArgs']]):
10897
+ def notification_configuration(self, value: Optional[pulumi.Input['NotificationConfigurationArgs']]):
10958
10898
  pulumi.set(self, "notification_configuration", value)
10959
10899
 
10960
10900
  @property
@@ -44962,62 +44902,6 @@ class DaxClusterEndpointArgs:
44962
44902
  pulumi.set(self, "url", value)
44963
44903
 
44964
44904
 
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
-
45021
44905
  if not MYPY:
45022
44906
  class DaxClusterPropertiesArgsDict(TypedDict):
45023
44907
  """
@@ -73347,14 +73231,30 @@ if not MYPY:
73347
73231
  """
73348
73232
  Describes the LAMlong functions to invoke and the events for which to invoke them.
73349
73233
  """
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
+ """
73350
73238
  queue_configurations: NotRequired[pulumi.Input[Sequence[pulumi.Input['QueueConfigurationArgsDict']]]]
73351
73239
  """
73352
73240
  The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.
73353
73241
  """
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
+ """
73354
73250
  topic_configurations: NotRequired[pulumi.Input[Sequence[pulumi.Input['TopicConfigurationArgsDict']]]]
73355
73251
  """
73356
73252
  The topic to which notifications are sent and the events for which notifications are generated.
73357
73253
  """
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
+ """
73358
73258
  elif False:
73359
73259
  NotificationConfigurationArgsDict: TypeAlias = Mapping[str, Any]
73360
73260
 
@@ -73363,23 +73263,39 @@ class NotificationConfigurationArgs:
73363
73263
  def __init__(__self__, *,
73364
73264
  event_bridge_configuration: Optional[pulumi.Input['EventBridgeConfigurationArgs']] = None,
73365
73265
  lambda_configurations: Optional[pulumi.Input[Sequence[pulumi.Input['LambdaConfigurationArgs']]]] = None,
73266
+ notification_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
73366
73267
  queue_configurations: Optional[pulumi.Input[Sequence[pulumi.Input['QueueConfigurationArgs']]]] = None,
73367
- topic_configurations: Optional[pulumi.Input[Sequence[pulumi.Input['TopicConfigurationArgs']]]] = 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):
73368
73272
  """
73369
73273
  Definition of NotificationConfiguration
73370
73274
  :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*
73371
73275
  :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``
73372
73277
  :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>
73373
73280
  :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>
73374
73282
  """
73375
73283
  if event_bridge_configuration is not None:
73376
73284
  pulumi.set(__self__, "event_bridge_configuration", event_bridge_configuration)
73377
73285
  if lambda_configurations is not None:
73378
73286
  pulumi.set(__self__, "lambda_configurations", lambda_configurations)
73287
+ if notification_types is not None:
73288
+ pulumi.set(__self__, "notification_types", notification_types)
73379
73289
  if queue_configurations is not None:
73380
73290
  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)
73381
73295
  if topic_configurations is not None:
73382
73296
  pulumi.set(__self__, "topic_configurations", topic_configurations)
73297
+ if topic_status is not None:
73298
+ pulumi.set(__self__, "topic_status", topic_status)
73383
73299
 
73384
73300
  @property
73385
73301
  @pulumi.getter(name="eventBridgeConfiguration")
@@ -73405,6 +73321,18 @@ class NotificationConfigurationArgs:
73405
73321
  def lambda_configurations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['LambdaConfigurationArgs']]]]):
73406
73322
  pulumi.set(self, "lambda_configurations", value)
73407
73323
 
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
+
73408
73336
  @property
73409
73337
  @pulumi.getter(name="queueConfigurations")
73410
73338
  def queue_configurations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['QueueConfigurationArgs']]]]:
@@ -73417,6 +73345,30 @@ class NotificationConfigurationArgs:
73417
73345
  def queue_configurations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['QueueConfigurationArgs']]]]):
73418
73346
  pulumi.set(self, "queue_configurations", value)
73419
73347
 
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
+
73420
73372
  @property
73421
73373
  @pulumi.getter(name="topicConfigurations")
73422
73374
  def topic_configurations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TopicConfigurationArgs']]]]:
@@ -73429,6 +73381,18 @@ class NotificationConfigurationArgs:
73429
73381
  def topic_configurations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TopicConfigurationArgs']]]]):
73430
73382
  pulumi.set(self, "topic_configurations", value)
73431
73383
 
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
+
73432
73396
 
73433
73397
  if not MYPY:
73434
73398
  class NotificationFilterArgsDict(TypedDict):