pulumi-mongodbatlas 4.0.0__py3-none-any.whl → 4.1.0__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.
@@ -1959,15 +1959,15 @@ if not MYPY:
1959
1959
  class AdvancedClusterTimeoutsArgsDict(TypedDict):
1960
1960
  create: NotRequired[pulumi.Input[_builtins.str]]
1961
1961
  """
1962
- A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
1962
+ (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `3h`.
1963
1963
  """
1964
1964
  delete: NotRequired[pulumi.Input[_builtins.str]]
1965
1965
  """
1966
- A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
1966
+ (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. Default: `3h`.
1967
1967
  """
1968
1968
  update: NotRequired[pulumi.Input[_builtins.str]]
1969
1969
  """
1970
- A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
1970
+ (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `3h`.
1971
1971
  """
1972
1972
  elif False:
1973
1973
  AdvancedClusterTimeoutsArgsDict: TypeAlias = Mapping[str, Any]
@@ -1979,9 +1979,9 @@ class AdvancedClusterTimeoutsArgs:
1979
1979
  delete: Optional[pulumi.Input[_builtins.str]] = None,
1980
1980
  update: Optional[pulumi.Input[_builtins.str]] = None):
1981
1981
  """
1982
- :param pulumi.Input[_builtins.str] create: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
1983
- :param pulumi.Input[_builtins.str] delete: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
1984
- :param pulumi.Input[_builtins.str] update: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
1982
+ :param pulumi.Input[_builtins.str] create: (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `3h`.
1983
+ :param pulumi.Input[_builtins.str] delete: (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. Default: `3h`.
1984
+ :param pulumi.Input[_builtins.str] update: (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `3h`.
1985
1985
  """
1986
1986
  if create is not None:
1987
1987
  pulumi.set(__self__, "create", create)
@@ -1994,7 +1994,7 @@ class AdvancedClusterTimeoutsArgs:
1994
1994
  @pulumi.getter
1995
1995
  def create(self) -> Optional[pulumi.Input[_builtins.str]]:
1996
1996
  """
1997
- A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
1997
+ (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `3h`.
1998
1998
  """
1999
1999
  return pulumi.get(self, "create")
2000
2000
 
@@ -2006,7 +2006,7 @@ class AdvancedClusterTimeoutsArgs:
2006
2006
  @pulumi.getter
2007
2007
  def delete(self) -> Optional[pulumi.Input[_builtins.str]]:
2008
2008
  """
2009
- A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
2009
+ (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. Default: `3h`.
2010
2010
  """
2011
2011
  return pulumi.get(self, "delete")
2012
2012
 
@@ -2018,7 +2018,7 @@ class AdvancedClusterTimeoutsArgs:
2018
2018
  @pulumi.getter
2019
2019
  def update(self) -> Optional[pulumi.Input[_builtins.str]]:
2020
2020
  """
2021
- A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
2021
+ (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `3h`.
2022
2022
  """
2023
2023
  return pulumi.get(self, "update")
2024
2024
 
@@ -7339,11 +7339,11 @@ if not MYPY:
7339
7339
  class EncryptionAtRestPrivateEndpointTimeoutsArgsDict(TypedDict):
7340
7340
  create: NotRequired[pulumi.Input[_builtins.str]]
7341
7341
  """
7342
- A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
7342
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `3h`.
7343
7343
  """
7344
7344
  delete: NotRequired[pulumi.Input[_builtins.str]]
7345
7345
  """
7346
- A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
7346
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. Default: `3h`.
7347
7347
  """
7348
7348
  elif False:
7349
7349
  EncryptionAtRestPrivateEndpointTimeoutsArgsDict: TypeAlias = Mapping[str, Any]
@@ -7354,8 +7354,8 @@ class EncryptionAtRestPrivateEndpointTimeoutsArgs:
7354
7354
  create: Optional[pulumi.Input[_builtins.str]] = None,
7355
7355
  delete: Optional[pulumi.Input[_builtins.str]] = None):
7356
7356
  """
7357
- :param pulumi.Input[_builtins.str] create: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
7358
- :param pulumi.Input[_builtins.str] delete: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
7357
+ :param pulumi.Input[_builtins.str] create: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `3h`.
7358
+ :param pulumi.Input[_builtins.str] delete: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. Default: `3h`.
7359
7359
  """
7360
7360
  if create is not None:
7361
7361
  pulumi.set(__self__, "create", create)
@@ -7366,7 +7366,7 @@ class EncryptionAtRestPrivateEndpointTimeoutsArgs:
7366
7366
  @pulumi.getter
7367
7367
  def create(self) -> Optional[pulumi.Input[_builtins.str]]:
7368
7368
  """
7369
- A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
7369
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `3h`.
7370
7370
  """
7371
7371
  return pulumi.get(self, "create")
7372
7372
 
@@ -7378,7 +7378,7 @@ class EncryptionAtRestPrivateEndpointTimeoutsArgs:
7378
7378
  @pulumi.getter
7379
7379
  def delete(self) -> Optional[pulumi.Input[_builtins.str]]:
7380
7380
  """
7381
- A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
7381
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. Default: `3h`.
7382
7382
  """
7383
7383
  return pulumi.get(self, "delete")
7384
7384
 
@@ -8743,15 +8743,15 @@ if not MYPY:
8743
8743
  class FlexClusterTimeoutsArgsDict(TypedDict):
8744
8744
  create: NotRequired[pulumi.Input[_builtins.str]]
8745
8745
  """
8746
- A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
8746
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `3h`.
8747
8747
  """
8748
8748
  delete: NotRequired[pulumi.Input[_builtins.str]]
8749
8749
  """
8750
- A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
8750
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. Default: `3h`.
8751
8751
  """
8752
8752
  update: NotRequired[pulumi.Input[_builtins.str]]
8753
8753
  """
8754
- A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
8754
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `3h`.
8755
8755
  """
8756
8756
  elif False:
8757
8757
  FlexClusterTimeoutsArgsDict: TypeAlias = Mapping[str, Any]
@@ -8763,9 +8763,9 @@ class FlexClusterTimeoutsArgs:
8763
8763
  delete: Optional[pulumi.Input[_builtins.str]] = None,
8764
8764
  update: Optional[pulumi.Input[_builtins.str]] = None):
8765
8765
  """
8766
- :param pulumi.Input[_builtins.str] create: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
8767
- :param pulumi.Input[_builtins.str] delete: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
8768
- :param pulumi.Input[_builtins.str] update: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
8766
+ :param pulumi.Input[_builtins.str] create: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `3h`.
8767
+ :param pulumi.Input[_builtins.str] delete: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. Default: `3h`.
8768
+ :param pulumi.Input[_builtins.str] update: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `3h`.
8769
8769
  """
8770
8770
  if create is not None:
8771
8771
  pulumi.set(__self__, "create", create)
@@ -8778,7 +8778,7 @@ class FlexClusterTimeoutsArgs:
8778
8778
  @pulumi.getter
8779
8779
  def create(self) -> Optional[pulumi.Input[_builtins.str]]:
8780
8780
  """
8781
- A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
8781
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `3h`.
8782
8782
  """
8783
8783
  return pulumi.get(self, "create")
8784
8784
 
@@ -8790,7 +8790,7 @@ class FlexClusterTimeoutsArgs:
8790
8790
  @pulumi.getter
8791
8791
  def delete(self) -> Optional[pulumi.Input[_builtins.str]]:
8792
8792
  """
8793
- A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
8793
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. Default: `3h`.
8794
8794
  """
8795
8795
  return pulumi.get(self, "delete")
8796
8796
 
@@ -8802,7 +8802,7 @@ class FlexClusterTimeoutsArgs:
8802
8802
  @pulumi.getter
8803
8803
  def update(self) -> Optional[pulumi.Input[_builtins.str]]:
8804
8804
  """
8805
- A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
8805
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `3h`.
8806
8806
  """
8807
8807
  return pulumi.get(self, "update")
8808
8808
 
@@ -9711,11 +9711,15 @@ if not MYPY:
9711
9711
  class ProjectIpAccessListTimeoutsArgsDict(TypedDict):
9712
9712
  delete: NotRequired[pulumi.Input[_builtins.str]]
9713
9713
  """
9714
- A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
9714
+ (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. Default: `45m`.
9715
9715
  """
9716
9716
  read: NotRequired[pulumi.Input[_builtins.str]]
9717
9717
  """
9718
- A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
9718
+ (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `2m`.
9719
+ """
9720
+ update: NotRequired[pulumi.Input[_builtins.str]]
9721
+ """
9722
+ (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `45m`.
9719
9723
  """
9720
9724
  elif False:
9721
9725
  ProjectIpAccessListTimeoutsArgsDict: TypeAlias = Mapping[str, Any]
@@ -9724,21 +9728,25 @@ elif False:
9724
9728
  class ProjectIpAccessListTimeoutsArgs:
9725
9729
  def __init__(__self__, *,
9726
9730
  delete: Optional[pulumi.Input[_builtins.str]] = None,
9727
- read: Optional[pulumi.Input[_builtins.str]] = None):
9731
+ read: Optional[pulumi.Input[_builtins.str]] = None,
9732
+ update: Optional[pulumi.Input[_builtins.str]] = None):
9728
9733
  """
9729
- :param pulumi.Input[_builtins.str] delete: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
9730
- :param pulumi.Input[_builtins.str] read: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
9734
+ :param pulumi.Input[_builtins.str] delete: (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. Default: `45m`.
9735
+ :param pulumi.Input[_builtins.str] read: (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `2m`.
9736
+ :param pulumi.Input[_builtins.str] update: (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `45m`.
9731
9737
  """
9732
9738
  if delete is not None:
9733
9739
  pulumi.set(__self__, "delete", delete)
9734
9740
  if read is not None:
9735
9741
  pulumi.set(__self__, "read", read)
9742
+ if update is not None:
9743
+ pulumi.set(__self__, "update", update)
9736
9744
 
9737
9745
  @_builtins.property
9738
9746
  @pulumi.getter
9739
9747
  def delete(self) -> Optional[pulumi.Input[_builtins.str]]:
9740
9748
  """
9741
- A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
9749
+ (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. Default: `45m`.
9742
9750
  """
9743
9751
  return pulumi.get(self, "delete")
9744
9752
 
@@ -9750,7 +9758,7 @@ class ProjectIpAccessListTimeoutsArgs:
9750
9758
  @pulumi.getter
9751
9759
  def read(self) -> Optional[pulumi.Input[_builtins.str]]:
9752
9760
  """
9753
- A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
9761
+ (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `2m`.
9754
9762
  """
9755
9763
  return pulumi.get(self, "read")
9756
9764
 
@@ -9758,6 +9766,18 @@ class ProjectIpAccessListTimeoutsArgs:
9758
9766
  def read(self, value: Optional[pulumi.Input[_builtins.str]]):
9759
9767
  pulumi.set(self, "read", value)
9760
9768
 
9769
+ @_builtins.property
9770
+ @pulumi.getter
9771
+ def update(self) -> Optional[pulumi.Input[_builtins.str]]:
9772
+ """
9773
+ (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `45m`.
9774
+ """
9775
+ return pulumi.get(self, "update")
9776
+
9777
+ @update.setter
9778
+ def update(self, value: Optional[pulumi.Input[_builtins.str]]):
9779
+ pulumi.set(self, "update", value)
9780
+
9761
9781
 
9762
9782
  if not MYPY:
9763
9783
  class ProjectIpAddressesArgsDict(TypedDict):
@@ -10035,15 +10055,15 @@ if not MYPY:
10035
10055
  class PushBasedLogExportTimeoutsArgsDict(TypedDict):
10036
10056
  create: NotRequired[pulumi.Input[_builtins.str]]
10037
10057
  """
10038
- A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
10058
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `15m`.
10039
10059
  """
10040
10060
  delete: NotRequired[pulumi.Input[_builtins.str]]
10041
10061
  """
10042
- A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
10062
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. Default: `15m`.
10043
10063
  """
10044
10064
  update: NotRequired[pulumi.Input[_builtins.str]]
10045
10065
  """
10046
- A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
10066
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `15m`.
10047
10067
  """
10048
10068
  elif False:
10049
10069
  PushBasedLogExportTimeoutsArgsDict: TypeAlias = Mapping[str, Any]
@@ -10055,9 +10075,9 @@ class PushBasedLogExportTimeoutsArgs:
10055
10075
  delete: Optional[pulumi.Input[_builtins.str]] = None,
10056
10076
  update: Optional[pulumi.Input[_builtins.str]] = None):
10057
10077
  """
10058
- :param pulumi.Input[_builtins.str] create: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
10059
- :param pulumi.Input[_builtins.str] delete: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
10060
- :param pulumi.Input[_builtins.str] update: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
10078
+ :param pulumi.Input[_builtins.str] create: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `15m`.
10079
+ :param pulumi.Input[_builtins.str] delete: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. Default: `15m`.
10080
+ :param pulumi.Input[_builtins.str] update: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `15m`.
10061
10081
  """
10062
10082
  if create is not None:
10063
10083
  pulumi.set(__self__, "create", create)
@@ -10070,7 +10090,7 @@ class PushBasedLogExportTimeoutsArgs:
10070
10090
  @pulumi.getter
10071
10091
  def create(self) -> Optional[pulumi.Input[_builtins.str]]:
10072
10092
  """
10073
- A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
10093
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `15m`.
10074
10094
  """
10075
10095
  return pulumi.get(self, "create")
10076
10096
 
@@ -10082,7 +10102,7 @@ class PushBasedLogExportTimeoutsArgs:
10082
10102
  @pulumi.getter
10083
10103
  def delete(self) -> Optional[pulumi.Input[_builtins.str]]:
10084
10104
  """
10085
- A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
10105
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. Default: `15m`.
10086
10106
  """
10087
10107
  return pulumi.get(self, "delete")
10088
10108
 
@@ -10094,7 +10114,7 @@ class PushBasedLogExportTimeoutsArgs:
10094
10114
  @pulumi.getter
10095
10115
  def update(self) -> Optional[pulumi.Input[_builtins.str]]:
10096
10116
  """
10097
- A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
10117
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `15m`.
10098
10118
  """
10099
10119
  return pulumi.get(self, "update")
10100
10120
 
@@ -10312,15 +10332,15 @@ if not MYPY:
10312
10332
  class SearchDeploymentTimeoutsArgsDict(TypedDict):
10313
10333
  create: NotRequired[pulumi.Input[_builtins.str]]
10314
10334
  """
10315
- A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
10335
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `3h`.
10316
10336
  """
10317
10337
  delete: NotRequired[pulumi.Input[_builtins.str]]
10318
10338
  """
10319
- A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
10339
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. Default: `3h`.
10320
10340
  """
10321
10341
  update: NotRequired[pulumi.Input[_builtins.str]]
10322
10342
  """
10323
- A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
10343
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `3h`.
10324
10344
  """
10325
10345
  elif False:
10326
10346
  SearchDeploymentTimeoutsArgsDict: TypeAlias = Mapping[str, Any]
@@ -10332,9 +10352,9 @@ class SearchDeploymentTimeoutsArgs:
10332
10352
  delete: Optional[pulumi.Input[_builtins.str]] = None,
10333
10353
  update: Optional[pulumi.Input[_builtins.str]] = None):
10334
10354
  """
10335
- :param pulumi.Input[_builtins.str] create: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
10336
- :param pulumi.Input[_builtins.str] delete: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
10337
- :param pulumi.Input[_builtins.str] update: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
10355
+ :param pulumi.Input[_builtins.str] create: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `3h`.
10356
+ :param pulumi.Input[_builtins.str] delete: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. Default: `3h`.
10357
+ :param pulumi.Input[_builtins.str] update: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `3h`.
10338
10358
  """
10339
10359
  if create is not None:
10340
10360
  pulumi.set(__self__, "create", create)
@@ -10347,7 +10367,7 @@ class SearchDeploymentTimeoutsArgs:
10347
10367
  @pulumi.getter
10348
10368
  def create(self) -> Optional[pulumi.Input[_builtins.str]]:
10349
10369
  """
10350
- A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
10370
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `3h`.
10351
10371
  """
10352
10372
  return pulumi.get(self, "create")
10353
10373
 
@@ -10359,7 +10379,7 @@ class SearchDeploymentTimeoutsArgs:
10359
10379
  @pulumi.getter
10360
10380
  def delete(self) -> Optional[pulumi.Input[_builtins.str]]:
10361
10381
  """
10362
- A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
10382
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. Default: `3h`.
10363
10383
  """
10364
10384
  return pulumi.get(self, "delete")
10365
10385
 
@@ -10371,7 +10391,7 @@ class SearchDeploymentTimeoutsArgs:
10371
10391
  @pulumi.getter
10372
10392
  def update(self) -> Optional[pulumi.Input[_builtins.str]]:
10373
10393
  """
10374
- A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
10394
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `3h`.
10375
10395
  """
10376
10396
  return pulumi.get(self, "update")
10377
10397
 
@@ -11204,7 +11224,7 @@ if not MYPY:
11204
11224
  class StreamProcessorTimeoutsArgsDict(TypedDict):
11205
11225
  create: NotRequired[pulumi.Input[_builtins.str]]
11206
11226
  """
11207
- A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
11227
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `3h`.
11208
11228
  """
11209
11229
  elif False:
11210
11230
  StreamProcessorTimeoutsArgsDict: TypeAlias = Mapping[str, Any]
@@ -11214,7 +11234,7 @@ class StreamProcessorTimeoutsArgs:
11214
11234
  def __init__(__self__, *,
11215
11235
  create: Optional[pulumi.Input[_builtins.str]] = None):
11216
11236
  """
11217
- :param pulumi.Input[_builtins.str] create: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
11237
+ :param pulumi.Input[_builtins.str] create: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `3h`.
11218
11238
  """
11219
11239
  if create is not None:
11220
11240
  pulumi.set(__self__, "create", create)
@@ -11223,7 +11243,7 @@ class StreamProcessorTimeoutsArgs:
11223
11243
  @pulumi.getter
11224
11244
  def create(self) -> Optional[pulumi.Input[_builtins.str]]:
11225
11245
  """
11226
- A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
11246
+ A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `3h`.
11227
11247
  """
11228
11248
  return pulumi.get(self, "create")
11229
11249
 
@@ -82,7 +82,7 @@ class AdvancedClusterArgs:
82
82
  :param pulumi.Input[_builtins.str] root_cert_type: Certificate Authority that MongoDB Atlas clusters use. You can specify ISRGROOTX1 (for ISRG Root X1).
83
83
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: Set that contains key-value pairs between 1 to 255 characters in length for tagging and categorizing the cluster. See below.
84
84
  :param pulumi.Input[_builtins.bool] termination_protection_enabled: Flag that indicates whether termination protection is enabled on the cluster. If set to true, MongoDB Cloud won't delete the cluster. If set to false, MongoDB Cloud will delete the cluster.
85
- :param pulumi.Input['AdvancedClusterTimeoutsArgs'] timeouts: The duration of time to wait for Cluster to be created, updated, or deleted. The timeout value is defined by a signed sequence of decimal numbers with a time unit suffix such as: `1h45m`, `300s`, `10m`, etc. The valid time units are: `ns`, `us` (or `µs`), `ms`, `s`, `m`, `h`. The default timeout for Advanced Cluster create & delete is `3h`. Learn more about timeouts here.
85
+ :param pulumi.Input['AdvancedClusterTimeoutsArgs'] timeouts: )
86
86
  :param pulumi.Input[_builtins.bool] use_effective_fields: Controls how hardware specification fields are returned in the response. When set to true, the non-effective specs (`electable_specs`, `read_only_specs`, `analytics_specs`) fields return the hardware specifications that the client provided. When set to false (default), the non-effective specs fields show the **current** hardware specifications. Cluster auto-scaling is the primary cause for differences between initial and current hardware specifications. This opt-in feature enhances auto-scaling workflows by eliminating the need for `lifecycle.ignore_changes` blocks and preventing plan drift from Atlas-managed changes. This attribute applies to dedicated clusters, not to tenant or flex clusters. This attribute will be deprecated in provider version 2.x and removed in 3.x when the new behavior becomes default. See Auto-Scaling with Effective Fields for more details.
87
87
  **Important:** Toggle this flag and remove any existing `lifecycle.ignore_changes` blocks for spec fields in the same apply, without combining other changes. Toggling will result in increased plan verbosity with `(known after apply)` markers, which can be safely ignored. If you previously removed `read_only_specs` or `analytics_specs` attributes from your configuration, you'll get a validation error for safety reasons to prevent accidental node loss. To resolve: add the blocks back (to keep nodes) or with `node_count = 0` (to delete nodes), apply without toggling the flag, then toggle in a separate apply.
88
88
  :param pulumi.Input[_builtins.str] version_release_system: Release cadence that Atlas uses for this cluster. This parameter defaults to `LTS`. If you set this field to `CONTINUOUS`, you must omit the `mongo_db_major_version` field. Atlas accepts:
@@ -429,7 +429,7 @@ class AdvancedClusterArgs:
429
429
  @pulumi.getter
430
430
  def timeouts(self) -> Optional[pulumi.Input['AdvancedClusterTimeoutsArgs']]:
431
431
  """
432
- The duration of time to wait for Cluster to be created, updated, or deleted. The timeout value is defined by a signed sequence of decimal numbers with a time unit suffix such as: `1h45m`, `300s`, `10m`, etc. The valid time units are: `ns`, `us` (or `µs`), `ms`, `s`, `m`, `h`. The default timeout for Advanced Cluster create & delete is `3h`. Learn more about timeouts here.
432
+ )
433
433
  """
434
434
  return pulumi.get(self, "timeouts")
435
435
 
@@ -548,7 +548,7 @@ class _AdvancedClusterState:
548
548
  * `replication_specs[#].container_id` - A key-value map of the Network Peering Container ID(s) for the configuration specified in `region_configs`. The Container ID is the id of the container created when the first cluster in the region (AWS/Azure) or project (GCP) was created. The syntax is `"providerName:regionName" = "containerId"`. Example `AWS:US_EAST_1" = "61e0797dde08fb498ca11a71`.
549
549
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: Set that contains key-value pairs between 1 to 255 characters in length for tagging and categorizing the cluster. See below.
550
550
  :param pulumi.Input[_builtins.bool] termination_protection_enabled: Flag that indicates whether termination protection is enabled on the cluster. If set to true, MongoDB Cloud won't delete the cluster. If set to false, MongoDB Cloud will delete the cluster.
551
- :param pulumi.Input['AdvancedClusterTimeoutsArgs'] timeouts: The duration of time to wait for Cluster to be created, updated, or deleted. The timeout value is defined by a signed sequence of decimal numbers with a time unit suffix such as: `1h45m`, `300s`, `10m`, etc. The valid time units are: `ns`, `us` (or `µs`), `ms`, `s`, `m`, `h`. The default timeout for Advanced Cluster create & delete is `3h`. Learn more about timeouts here.
551
+ :param pulumi.Input['AdvancedClusterTimeoutsArgs'] timeouts: )
552
552
  :param pulumi.Input[_builtins.bool] use_effective_fields: Controls how hardware specification fields are returned in the response. When set to true, the non-effective specs (`electable_specs`, `read_only_specs`, `analytics_specs`) fields return the hardware specifications that the client provided. When set to false (default), the non-effective specs fields show the **current** hardware specifications. Cluster auto-scaling is the primary cause for differences between initial and current hardware specifications. This opt-in feature enhances auto-scaling workflows by eliminating the need for `lifecycle.ignore_changes` blocks and preventing plan drift from Atlas-managed changes. This attribute applies to dedicated clusters, not to tenant or flex clusters. This attribute will be deprecated in provider version 2.x and removed in 3.x when the new behavior becomes default. See Auto-Scaling with Effective Fields for more details.
553
553
  **Important:** Toggle this flag and remove any existing `lifecycle.ignore_changes` blocks for spec fields in the same apply, without combining other changes. Toggling will result in increased plan verbosity with `(known after apply)` markers, which can be safely ignored. If you previously removed `read_only_specs` or `analytics_specs` attributes from your configuration, you'll get a validation error for safety reasons to prevent accidental node loss. To resolve: add the blocks back (to keep nodes) or with `node_count = 0` (to delete nodes), apply without toggling the flag, then toggle in a separate apply.
554
554
  :param pulumi.Input[_builtins.str] version_release_system: Release cadence that Atlas uses for this cluster. This parameter defaults to `LTS`. If you set this field to `CONTINUOUS`, you must omit the `mongo_db_major_version` field. Atlas accepts:
@@ -989,7 +989,7 @@ class _AdvancedClusterState:
989
989
  @pulumi.getter
990
990
  def timeouts(self) -> Optional[pulumi.Input['AdvancedClusterTimeoutsArgs']]:
991
991
  """
992
- The duration of time to wait for Cluster to be created, updated, or deleted. The timeout value is defined by a signed sequence of decimal numbers with a time unit suffix such as: `1h45m`, `300s`, `10m`, etc. The valid time units are: `ns`, `us` (or `µs`), `ms`, `s`, `m`, `h`. The default timeout for Advanced Cluster create & delete is `3h`. Learn more about timeouts here.
992
+ )
993
993
  """
994
994
  return pulumi.get(self, "timeouts")
995
995
 
@@ -1106,7 +1106,7 @@ class AdvancedCluster(pulumi.CustomResource):
1106
1106
  :param pulumi.Input[_builtins.str] root_cert_type: Certificate Authority that MongoDB Atlas clusters use. You can specify ISRGROOTX1 (for ISRG Root X1).
1107
1107
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: Set that contains key-value pairs between 1 to 255 characters in length for tagging and categorizing the cluster. See below.
1108
1108
  :param pulumi.Input[_builtins.bool] termination_protection_enabled: Flag that indicates whether termination protection is enabled on the cluster. If set to true, MongoDB Cloud won't delete the cluster. If set to false, MongoDB Cloud will delete the cluster.
1109
- :param pulumi.Input[Union['AdvancedClusterTimeoutsArgs', 'AdvancedClusterTimeoutsArgsDict']] timeouts: The duration of time to wait for Cluster to be created, updated, or deleted. The timeout value is defined by a signed sequence of decimal numbers with a time unit suffix such as: `1h45m`, `300s`, `10m`, etc. The valid time units are: `ns`, `us` (or `µs`), `ms`, `s`, `m`, `h`. The default timeout for Advanced Cluster create & delete is `3h`. Learn more about timeouts here.
1109
+ :param pulumi.Input[Union['AdvancedClusterTimeoutsArgs', 'AdvancedClusterTimeoutsArgsDict']] timeouts: )
1110
1110
  :param pulumi.Input[_builtins.bool] use_effective_fields: Controls how hardware specification fields are returned in the response. When set to true, the non-effective specs (`electable_specs`, `read_only_specs`, `analytics_specs`) fields return the hardware specifications that the client provided. When set to false (default), the non-effective specs fields show the **current** hardware specifications. Cluster auto-scaling is the primary cause for differences between initial and current hardware specifications. This opt-in feature enhances auto-scaling workflows by eliminating the need for `lifecycle.ignore_changes` blocks and preventing plan drift from Atlas-managed changes. This attribute applies to dedicated clusters, not to tenant or flex clusters. This attribute will be deprecated in provider version 2.x and removed in 3.x when the new behavior becomes default. See Auto-Scaling with Effective Fields for more details.
1111
1111
  **Important:** Toggle this flag and remove any existing `lifecycle.ignore_changes` blocks for spec fields in the same apply, without combining other changes. Toggling will result in increased plan verbosity with `(known after apply)` markers, which can be safely ignored. If you previously removed `read_only_specs` or `analytics_specs` attributes from your configuration, you'll get a validation error for safety reasons to prevent accidental node loss. To resolve: add the blocks back (to keep nodes) or with `node_count = 0` (to delete nodes), apply without toggling the flag, then toggle in a separate apply.
1112
1112
  :param pulumi.Input[_builtins.str] version_release_system: Release cadence that Atlas uses for this cluster. This parameter defaults to `LTS`. If you set this field to `CONTINUOUS`, you must omit the `mongo_db_major_version` field. Atlas accepts:
@@ -1315,7 +1315,7 @@ class AdvancedCluster(pulumi.CustomResource):
1315
1315
  * `replication_specs[#].container_id` - A key-value map of the Network Peering Container ID(s) for the configuration specified in `region_configs`. The Container ID is the id of the container created when the first cluster in the region (AWS/Azure) or project (GCP) was created. The syntax is `"providerName:regionName" = "containerId"`. Example `AWS:US_EAST_1" = "61e0797dde08fb498ca11a71`.
1316
1316
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: Set that contains key-value pairs between 1 to 255 characters in length for tagging and categorizing the cluster. See below.
1317
1317
  :param pulumi.Input[_builtins.bool] termination_protection_enabled: Flag that indicates whether termination protection is enabled on the cluster. If set to true, MongoDB Cloud won't delete the cluster. If set to false, MongoDB Cloud will delete the cluster.
1318
- :param pulumi.Input[Union['AdvancedClusterTimeoutsArgs', 'AdvancedClusterTimeoutsArgsDict']] timeouts: The duration of time to wait for Cluster to be created, updated, or deleted. The timeout value is defined by a signed sequence of decimal numbers with a time unit suffix such as: `1h45m`, `300s`, `10m`, etc. The valid time units are: `ns`, `us` (or `µs`), `ms`, `s`, `m`, `h`. The default timeout for Advanced Cluster create & delete is `3h`. Learn more about timeouts here.
1318
+ :param pulumi.Input[Union['AdvancedClusterTimeoutsArgs', 'AdvancedClusterTimeoutsArgsDict']] timeouts: )
1319
1319
  :param pulumi.Input[_builtins.bool] use_effective_fields: Controls how hardware specification fields are returned in the response. When set to true, the non-effective specs (`electable_specs`, `read_only_specs`, `analytics_specs`) fields return the hardware specifications that the client provided. When set to false (default), the non-effective specs fields show the **current** hardware specifications. Cluster auto-scaling is the primary cause for differences between initial and current hardware specifications. This opt-in feature enhances auto-scaling workflows by eliminating the need for `lifecycle.ignore_changes` blocks and preventing plan drift from Atlas-managed changes. This attribute applies to dedicated clusters, not to tenant or flex clusters. This attribute will be deprecated in provider version 2.x and removed in 3.x when the new behavior becomes default. See Auto-Scaling with Effective Fields for more details.
1320
1320
  **Important:** Toggle this flag and remove any existing `lifecycle.ignore_changes` blocks for spec fields in the same apply, without combining other changes. Toggling will result in increased plan verbosity with `(known after apply)` markers, which can be safely ignored. If you previously removed `read_only_specs` or `analytics_specs` attributes from your configuration, you'll get a validation error for safety reasons to prevent accidental node loss. To resolve: add the blocks back (to keep nodes) or with `node_count = 0` (to delete nodes), apply without toggling the flag, then toggle in a separate apply.
1321
1321
  :param pulumi.Input[_builtins.str] version_release_system: Release cadence that Atlas uses for this cluster. This parameter defaults to `LTS`. If you set this field to `CONTINUOUS`, you must omit the `mongo_db_major_version` field. Atlas accepts:
@@ -1613,7 +1613,7 @@ class AdvancedCluster(pulumi.CustomResource):
1613
1613
  @pulumi.getter
1614
1614
  def timeouts(self) -> pulumi.Output[Optional['outputs.AdvancedClusterTimeouts']]:
1615
1615
  """
1616
- The duration of time to wait for Cluster to be created, updated, or deleted. The timeout value is defined by a signed sequence of decimal numbers with a time unit suffix such as: `1h45m`, `300s`, `10m`, etc. The valid time units are: `ns`, `us` (or `µs`), `ms`, `s`, `m`, `h`. The default timeout for Advanced Cluster create & delete is `3h`. Learn more about timeouts here.
1616
+ )
1617
1617
  """
1618
1618
  return pulumi.get(self, "timeouts")
1619
1619
 
@@ -27,7 +27,7 @@ class GetSearchIndexResult:
27
27
  """
28
28
  A collection of values returned by getSearchIndex.
29
29
  """
30
- def __init__(__self__, analyzer=None, analyzers=None, cluster_name=None, collection_name=None, database=None, fields=None, id=None, index_id=None, mappings_dynamic=None, mappings_dynamic_config=None, mappings_fields=None, name=None, project_id=None, search_analyzer=None, status=None, stored_source=None, synonyms=None, type=None, type_sets=None):
30
+ def __init__(__self__, analyzer=None, analyzers=None, cluster_name=None, collection_name=None, database=None, fields=None, id=None, index_id=None, mappings_dynamic=None, mappings_dynamic_config=None, mappings_fields=None, name=None, num_partitions=None, project_id=None, search_analyzer=None, status=None, stored_source=None, synonyms=None, type=None, type_sets=None):
31
31
  if analyzer and not isinstance(analyzer, str):
32
32
  raise TypeError("Expected argument 'analyzer' to be a str")
33
33
  pulumi.set(__self__, "analyzer", analyzer)
@@ -64,6 +64,9 @@ class GetSearchIndexResult:
64
64
  if name and not isinstance(name, str):
65
65
  raise TypeError("Expected argument 'name' to be a str")
66
66
  pulumi.set(__self__, "name", name)
67
+ if num_partitions and not isinstance(num_partitions, int):
68
+ raise TypeError("Expected argument 'num_partitions' to be a int")
69
+ pulumi.set(__self__, "num_partitions", num_partitions)
67
70
  if project_id and not isinstance(project_id, str):
68
71
  raise TypeError("Expected argument 'project_id' to be a str")
69
72
  pulumi.set(__self__, "project_id", project_id)
@@ -173,6 +176,14 @@ class GetSearchIndexResult:
173
176
  """
174
177
  return pulumi.get(self, "name")
175
178
 
179
+ @_builtins.property
180
+ @pulumi.getter(name="numPartitions")
181
+ def num_partitions(self) -> _builtins.int:
182
+ """
183
+ Number of index partitions.
184
+ """
185
+ return pulumi.get(self, "num_partitions")
186
+
176
187
  @_builtins.property
177
188
  @pulumi.getter(name="projectId")
178
189
  def project_id(self) -> _builtins.str:
@@ -245,6 +256,7 @@ class AwaitableGetSearchIndexResult(GetSearchIndexResult):
245
256
  mappings_dynamic_config=self.mappings_dynamic_config,
246
257
  mappings_fields=self.mappings_fields,
247
258
  name=self.name,
259
+ num_partitions=self.num_partitions,
248
260
  project_id=self.project_id,
249
261
  search_analyzer=self.search_analyzer,
250
262
  status=self.status,
@@ -299,6 +311,7 @@ def get_search_index(cluster_name: Optional[_builtins.str] = None,
299
311
  mappings_dynamic_config=pulumi.get(__ret__, 'mappings_dynamic_config'),
300
312
  mappings_fields=pulumi.get(__ret__, 'mappings_fields'),
301
313
  name=pulumi.get(__ret__, 'name'),
314
+ num_partitions=pulumi.get(__ret__, 'num_partitions'),
302
315
  project_id=pulumi.get(__ret__, 'project_id'),
303
316
  search_analyzer=pulumi.get(__ret__, 'search_analyzer'),
304
317
  status=pulumi.get(__ret__, 'status'),
@@ -350,6 +363,7 @@ def get_search_index_output(cluster_name: Optional[pulumi.Input[_builtins.str]]
350
363
  mappings_dynamic_config=pulumi.get(__response__, 'mappings_dynamic_config'),
351
364
  mappings_fields=pulumi.get(__response__, 'mappings_fields'),
352
365
  name=pulumi.get(__response__, 'name'),
366
+ num_partitions=pulumi.get(__response__, 'num_partitions'),
353
367
  project_id=pulumi.get(__response__, 'project_id'),
354
368
  search_analyzer=pulumi.get(__response__, 'search_analyzer'),
355
369
  status=pulumi.get(__response__, 'status'),