aws-cdk-lib 2.105.0__py3-none-any.whl → 2.106.1__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 aws-cdk-lib might be problematic. Click here for more details.

Files changed (47) hide show
  1. aws_cdk/__init__.py +59 -69
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.105.0.jsii.tgz → aws-cdk-lib@2.106.1.jsii.tgz} +0 -0
  4. aws_cdk/aws_amplify/__init__.py +12 -12
  5. aws_cdk/aws_appconfig/__init__.py +25 -11
  6. aws_cdk/aws_appintegrations/__init__.py +60 -60
  7. aws_cdk/aws_apprunner/__init__.py +22 -3
  8. aws_cdk/aws_appstream/__init__.py +12 -5
  9. aws_cdk/aws_appsync/__init__.py +4 -4
  10. aws_cdk/aws_autoscaling/__init__.py +8 -0
  11. aws_cdk/aws_cloudformation/__init__.py +59 -69
  12. aws_cdk/aws_codepipeline/__init__.py +3 -0
  13. aws_cdk/aws_cognito/__init__.py +23 -31
  14. aws_cdk/aws_config/__init__.py +46 -41
  15. aws_cdk/aws_datapipeline/__init__.py +54 -54
  16. aws_cdk/aws_directoryservice/__init__.py +45 -45
  17. aws_cdk/aws_ec2/__init__.py +163 -21
  18. aws_cdk/aws_ecs/__init__.py +52 -68
  19. aws_cdk/aws_eks/__init__.py +55 -9
  20. aws_cdk/aws_entityresolution/__init__.py +9 -0
  21. aws_cdk/aws_events/__init__.py +0 -8
  22. aws_cdk/aws_eventschemas/__init__.py +12 -12
  23. aws_cdk/aws_gamelift/__init__.py +4 -6
  24. aws_cdk/aws_internetmonitor/__init__.py +12 -10
  25. aws_cdk/aws_iot/__init__.py +10 -11
  26. aws_cdk/aws_lakeformation/__init__.py +8 -5
  27. aws_cdk/aws_lambda/__init__.py +30 -0
  28. aws_cdk/aws_msk/__init__.py +3 -3
  29. aws_cdk/aws_networkmanager/__init__.py +1 -1
  30. aws_cdk/aws_pinpoint/__init__.py +94 -94
  31. aws_cdk/aws_quicksight/__init__.py +189 -264
  32. aws_cdk/aws_rds/__init__.py +267 -36
  33. aws_cdk/aws_rolesanywhere/__init__.py +53 -41
  34. aws_cdk/aws_route53/__init__.py +3 -7
  35. aws_cdk/aws_s3/__init__.py +191 -2
  36. aws_cdk/aws_sam/__init__.py +42 -47
  37. aws_cdk/aws_servicecatalogappregistry/__init__.py +2 -4
  38. aws_cdk/aws_ssm/__init__.py +4 -4
  39. aws_cdk/aws_stepfunctions_tasks/__init__.py +9 -2
  40. aws_cdk/aws_vpclattice/__init__.py +2 -6
  41. aws_cdk/aws_wafv2/__init__.py +21 -8
  42. {aws_cdk_lib-2.105.0.dist-info → aws_cdk_lib-2.106.1.dist-info}/METADATA +3 -3
  43. {aws_cdk_lib-2.105.0.dist-info → aws_cdk_lib-2.106.1.dist-info}/RECORD +47 -47
  44. {aws_cdk_lib-2.105.0.dist-info → aws_cdk_lib-2.106.1.dist-info}/LICENSE +0 -0
  45. {aws_cdk_lib-2.105.0.dist-info → aws_cdk_lib-2.106.1.dist-info}/NOTICE +0 -0
  46. {aws_cdk_lib-2.105.0.dist-info → aws_cdk_lib-2.106.1.dist-info}/WHEEL +0 -0
  47. {aws_cdk_lib-2.105.0.dist-info → aws_cdk_lib-2.106.1.dist-info}/top_level.txt +0 -0
@@ -1813,55 +1813,100 @@ class AuroraMysqlEngineVersion(
1813
1813
  @jsii.python.classproperty
1814
1814
  @jsii.member(jsii_name="VER_2_04_0")
1815
1815
  def VER_2_04_0(cls) -> "AuroraMysqlEngineVersion":
1816
- '''Version "5.7.mysql_aurora.2.04.0".'''
1816
+ '''(deprecated) Version "5.7.mysql_aurora.2.04.0".
1817
+
1818
+ :deprecated: Version 5.7.mysql_aurora.2.04.0 is no longer supported by Amazon RDS.
1819
+
1820
+ :stability: deprecated
1821
+ '''
1817
1822
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_04_0"))
1818
1823
 
1819
1824
  @jsii.python.classproperty
1820
1825
  @jsii.member(jsii_name="VER_2_04_1")
1821
1826
  def VER_2_04_1(cls) -> "AuroraMysqlEngineVersion":
1822
- '''Version "5.7.mysql_aurora.2.04.1".'''
1827
+ '''(deprecated) Version "5.7.mysql_aurora.2.04.1".
1828
+
1829
+ :deprecated: Version 5.7.mysql_aurora.2.04.1 is no longer supported by Amazon RDS.
1830
+
1831
+ :stability: deprecated
1832
+ '''
1823
1833
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_04_1"))
1824
1834
 
1825
1835
  @jsii.python.classproperty
1826
1836
  @jsii.member(jsii_name="VER_2_04_2")
1827
1837
  def VER_2_04_2(cls) -> "AuroraMysqlEngineVersion":
1828
- '''Version "5.7.mysql_aurora.2.04.2".'''
1838
+ '''(deprecated) Version "5.7.mysql_aurora.2.04.2".
1839
+
1840
+ :deprecated: Version 5.7.mysql_aurora.2.04.2 is no longer supported by Amazon RDS.
1841
+
1842
+ :stability: deprecated
1843
+ '''
1829
1844
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_04_2"))
1830
1845
 
1831
1846
  @jsii.python.classproperty
1832
1847
  @jsii.member(jsii_name="VER_2_04_3")
1833
1848
  def VER_2_04_3(cls) -> "AuroraMysqlEngineVersion":
1834
- '''Version "5.7.mysql_aurora.2.04.3".'''
1849
+ '''(deprecated) Version "5.7.mysql_aurora.2.04.3".
1850
+
1851
+ :deprecated: Version 5.7.mysql_aurora.2.04.3 is no longer supported by Amazon RDS.
1852
+
1853
+ :stability: deprecated
1854
+ '''
1835
1855
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_04_3"))
1836
1856
 
1837
1857
  @jsii.python.classproperty
1838
1858
  @jsii.member(jsii_name="VER_2_04_4")
1839
1859
  def VER_2_04_4(cls) -> "AuroraMysqlEngineVersion":
1840
- '''Version "5.7.mysql_aurora.2.04.4".'''
1860
+ '''(deprecated) Version "5.7.mysql_aurora.2.04.4".
1861
+
1862
+ :deprecated: Version 5.7.mysql_aurora.2.04.4 is no longer supported by Amazon RDS.
1863
+
1864
+ :stability: deprecated
1865
+ '''
1841
1866
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_04_4"))
1842
1867
 
1843
1868
  @jsii.python.classproperty
1844
1869
  @jsii.member(jsii_name="VER_2_04_5")
1845
1870
  def VER_2_04_5(cls) -> "AuroraMysqlEngineVersion":
1846
- '''Version "5.7.mysql_aurora.2.04.5".'''
1871
+ '''(deprecated) Version "5.7.mysql_aurora.2.04.5".
1872
+
1873
+ :deprecated: Version 5.7.mysql_aurora.2.04.5 is no longer supported by Amazon RDS.
1874
+
1875
+ :stability: deprecated
1876
+ '''
1847
1877
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_04_5"))
1848
1878
 
1849
1879
  @jsii.python.classproperty
1850
1880
  @jsii.member(jsii_name="VER_2_04_6")
1851
1881
  def VER_2_04_6(cls) -> "AuroraMysqlEngineVersion":
1852
- '''Version "5.7.mysql_aurora.2.04.6".'''
1882
+ '''(deprecated) Version "5.7.mysql_aurora.2.04.6".
1883
+
1884
+ :deprecated: Version 5.7.mysql_aurora.2.04.6 is no longer supported by Amazon RDS.
1885
+
1886
+ :stability: deprecated
1887
+ '''
1853
1888
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_04_6"))
1854
1889
 
1855
1890
  @jsii.python.classproperty
1856
1891
  @jsii.member(jsii_name="VER_2_04_7")
1857
1892
  def VER_2_04_7(cls) -> "AuroraMysqlEngineVersion":
1858
- '''Version "5.7.mysql_aurora.2.04.7".'''
1893
+ '''(deprecated) Version "5.7.mysql_aurora.2.04.7".
1894
+
1895
+ :deprecated: Version 5.7.mysql_aurora.2.04.7 is no longer supported by Amazon RDS.
1896
+
1897
+ :stability: deprecated
1898
+ '''
1859
1899
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_04_7"))
1860
1900
 
1861
1901
  @jsii.python.classproperty
1862
1902
  @jsii.member(jsii_name="VER_2_04_8")
1863
1903
  def VER_2_04_8(cls) -> "AuroraMysqlEngineVersion":
1864
- '''Version "5.7.mysql_aurora.2.04.8".'''
1904
+ '''(deprecated) Version "5.7.mysql_aurora.2.04.8".
1905
+
1906
+ :deprecated: Version 5.7.mysql_aurora.2.04.8 is no longer supported by Amazon RDS.
1907
+
1908
+ :stability: deprecated
1909
+ '''
1865
1910
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_04_8"))
1866
1911
 
1867
1912
  @jsii.python.classproperty
@@ -1889,139 +1934,261 @@ class AuroraMysqlEngineVersion(
1889
1934
  @jsii.python.classproperty
1890
1935
  @jsii.member(jsii_name="VER_2_07_0")
1891
1936
  def VER_2_07_0(cls) -> "AuroraMysqlEngineVersion":
1892
- '''Version "5.7.mysql_aurora.2.07.0".'''
1937
+ '''(deprecated) Version "5.7.mysql_aurora.2.07.0".
1938
+
1939
+ :deprecated: Version 5.7.mysql_aurora.2.07.0 is no longer supported by Amazon RDS.
1940
+
1941
+ :stability: deprecated
1942
+ '''
1893
1943
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_07_0"))
1894
1944
 
1895
1945
  @jsii.python.classproperty
1896
1946
  @jsii.member(jsii_name="VER_2_07_1")
1897
1947
  def VER_2_07_1(cls) -> "AuroraMysqlEngineVersion":
1898
- '''Version "5.7.mysql_aurora.2.07.1".'''
1948
+ '''(deprecated) Version "5.7.mysql_aurora.2.07.1".
1949
+
1950
+ :deprecated: Version 5.7.mysql_aurora.2.07.1 is no longer supported by Amazon RDS.
1951
+
1952
+ :stability: deprecated
1953
+ '''
1899
1954
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_07_1"))
1900
1955
 
1956
+ @jsii.python.classproperty
1957
+ @jsii.member(jsii_name="VER_2_07_10")
1958
+ def VER_2_07_10(cls) -> "AuroraMysqlEngineVersion":
1959
+ '''Version "5.7.mysql_aurora.2.07.10".'''
1960
+ return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_07_10"))
1961
+
1901
1962
  @jsii.python.classproperty
1902
1963
  @jsii.member(jsii_name="VER_2_07_2")
1903
1964
  def VER_2_07_2(cls) -> "AuroraMysqlEngineVersion":
1904
- '''Version "5.7.mysql_aurora.2.07.2".'''
1965
+ '''(deprecated) Version "5.7.mysql_aurora.2.07.2".
1966
+
1967
+ :deprecated: Version 5.7.mysql_aurora.2.07.2 is no longer supported by Amazon RDS.
1968
+
1969
+ :stability: deprecated
1970
+ '''
1905
1971
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_07_2"))
1906
1972
 
1907
1973
  @jsii.python.classproperty
1908
1974
  @jsii.member(jsii_name="VER_2_07_3")
1909
1975
  def VER_2_07_3(cls) -> "AuroraMysqlEngineVersion":
1910
- '''Version "5.7.mysql_aurora.2.07.3".'''
1976
+ '''(deprecated) Version "5.7.mysql_aurora.2.07.3".
1977
+
1978
+ :deprecated: Version 5.7.mysql_aurora.2.07.3 is no longer supported by Amazon RDS.
1979
+
1980
+ :stability: deprecated
1981
+ '''
1911
1982
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_07_3"))
1912
1983
 
1913
1984
  @jsii.python.classproperty
1914
1985
  @jsii.member(jsii_name="VER_2_07_4")
1915
1986
  def VER_2_07_4(cls) -> "AuroraMysqlEngineVersion":
1916
- '''Version "5.7.mysql_aurora.2.07.4".'''
1987
+ '''(deprecated) Version "5.7.mysql_aurora.2.07.4".
1988
+
1989
+ :deprecated: Version 5.7.mysql_aurora.2.07.4 is no longer supported by Amazon RDS.
1990
+
1991
+ :stability: deprecated
1992
+ '''
1917
1993
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_07_4"))
1918
1994
 
1919
1995
  @jsii.python.classproperty
1920
1996
  @jsii.member(jsii_name="VER_2_07_5")
1921
1997
  def VER_2_07_5(cls) -> "AuroraMysqlEngineVersion":
1922
- '''Version "5.7.mysql_aurora.2.07.5".'''
1998
+ '''(deprecated) Version "5.7.mysql_aurora.2.07.5".
1999
+
2000
+ :deprecated: Version 5.7.mysql_aurora.2.07.5 is no longer supported by Amazon RDS.
2001
+
2002
+ :stability: deprecated
2003
+ '''
1923
2004
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_07_5"))
1924
2005
 
1925
2006
  @jsii.python.classproperty
1926
2007
  @jsii.member(jsii_name="VER_2_07_6")
1927
2008
  def VER_2_07_6(cls) -> "AuroraMysqlEngineVersion":
1928
- '''Version "5.7.mysql_aurora.2.07.6".'''
2009
+ '''(deprecated) Version "5.7.mysql_aurora.2.07.6".
2010
+
2011
+ :deprecated: Version 5.7.mysql_aurora.2.07.6 is no longer supported by Amazon RDS.
2012
+
2013
+ :stability: deprecated
2014
+ '''
1929
2015
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_07_6"))
1930
2016
 
1931
2017
  @jsii.python.classproperty
1932
2018
  @jsii.member(jsii_name="VER_2_07_7")
1933
2019
  def VER_2_07_7(cls) -> "AuroraMysqlEngineVersion":
1934
- '''Version "5.7.mysql_aurora.2.07.7".'''
2020
+ '''(deprecated) Version "5.7.mysql_aurora.2.07.7".
2021
+
2022
+ :deprecated: Version 5.7.mysql_aurora.2.07.7 is no longer supported by Amazon RDS.
2023
+
2024
+ :stability: deprecated
2025
+ '''
1935
2026
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_07_7"))
1936
2027
 
1937
2028
  @jsii.python.classproperty
1938
2029
  @jsii.member(jsii_name="VER_2_07_8")
1939
2030
  def VER_2_07_8(cls) -> "AuroraMysqlEngineVersion":
1940
- '''Version "5.7.mysql_aurora.2.07.8".'''
2031
+ '''(deprecated) Version "5.7.mysql_aurora.2.07.8".
2032
+
2033
+ :deprecated: Version 5.7.mysql_aurora.2.07.8 is no longer supported by Amazon RDS.
2034
+
2035
+ :stability: deprecated
2036
+ '''
1941
2037
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_07_8"))
1942
2038
 
2039
+ @jsii.python.classproperty
2040
+ @jsii.member(jsii_name="VER_2_07_9")
2041
+ def VER_2_07_9(cls) -> "AuroraMysqlEngineVersion":
2042
+ '''Version "5.7.mysql_aurora.2.07.9".'''
2043
+ return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_07_9"))
2044
+
1943
2045
  @jsii.python.classproperty
1944
2046
  @jsii.member(jsii_name="VER_2_08_0")
1945
2047
  def VER_2_08_0(cls) -> "AuroraMysqlEngineVersion":
1946
- '''Version "5.7.mysql_aurora.2.08.0".'''
2048
+ '''(deprecated) Version "5.7.mysql_aurora.2.08.0".
2049
+
2050
+ :deprecated: Version 5.7.mysql_aurora.2.08.0 is no longer supported by Amazon RDS.
2051
+
2052
+ :stability: deprecated
2053
+ '''
1947
2054
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_08_0"))
1948
2055
 
1949
2056
  @jsii.python.classproperty
1950
2057
  @jsii.member(jsii_name="VER_2_08_1")
1951
2058
  def VER_2_08_1(cls) -> "AuroraMysqlEngineVersion":
1952
- '''Version "5.7.mysql_aurora.2.08.1".'''
2059
+ '''(deprecated) Version "5.7.mysql_aurora.2.08.1".
2060
+
2061
+ :deprecated: Version 5.7.mysql_aurora.2.08.1 is no longer supported by Amazon RDS.
2062
+
2063
+ :stability: deprecated
2064
+ '''
1953
2065
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_08_1"))
1954
2066
 
1955
2067
  @jsii.python.classproperty
1956
2068
  @jsii.member(jsii_name="VER_2_08_2")
1957
2069
  def VER_2_08_2(cls) -> "AuroraMysqlEngineVersion":
1958
- '''Version "5.7.mysql_aurora.2.08.2".'''
2070
+ '''(deprecated) Version "5.7.mysql_aurora.2.08.2".
2071
+
2072
+ :deprecated: Version 5.7.mysql_aurora.2.08.2 is no longer supported by Amazon RDS.
2073
+
2074
+ :stability: deprecated
2075
+ '''
1959
2076
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_08_2"))
1960
2077
 
1961
2078
  @jsii.python.classproperty
1962
2079
  @jsii.member(jsii_name="VER_2_08_3")
1963
2080
  def VER_2_08_3(cls) -> "AuroraMysqlEngineVersion":
1964
- '''Version "5.7.mysql_aurora.2.08.3".'''
2081
+ '''(deprecated) Version "5.7.mysql_aurora.2.08.3".
2082
+
2083
+ :deprecated: Version 5.7.mysql_aurora.2.08.3 is no longer supported by Amazon RDS.
2084
+
2085
+ :stability: deprecated
2086
+ '''
1965
2087
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_08_3"))
1966
2088
 
1967
2089
  @jsii.python.classproperty
1968
2090
  @jsii.member(jsii_name="VER_2_08_4")
1969
2091
  def VER_2_08_4(cls) -> "AuroraMysqlEngineVersion":
1970
- '''Version "5.7.mysql_aurora.2.08.4".'''
2092
+ '''(deprecated) Version "5.7.mysql_aurora.2.08.4".
2093
+
2094
+ :deprecated: Version 5.7.mysql_aurora.2.08.4 is no longer supported by Amazon RDS.
2095
+
2096
+ :stability: deprecated
2097
+ '''
1971
2098
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_08_4"))
1972
2099
 
1973
2100
  @jsii.python.classproperty
1974
2101
  @jsii.member(jsii_name="VER_2_09_0")
1975
2102
  def VER_2_09_0(cls) -> "AuroraMysqlEngineVersion":
1976
- '''Version "5.7.mysql_aurora.2.09.0".'''
2103
+ '''(deprecated) Version "5.7.mysql_aurora.2.09.0".
2104
+
2105
+ :deprecated: Version 5.7.mysql_aurora.2.09.0 is no longer supported by Amazon RDS.
2106
+
2107
+ :stability: deprecated
2108
+ '''
1977
2109
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_09_0"))
1978
2110
 
1979
2111
  @jsii.python.classproperty
1980
2112
  @jsii.member(jsii_name="VER_2_09_1")
1981
2113
  def VER_2_09_1(cls) -> "AuroraMysqlEngineVersion":
1982
- '''Version "5.7.mysql_aurora.2.09.1".'''
2114
+ '''(deprecated) Version "5.7.mysql_aurora.2.09.1".
2115
+
2116
+ :deprecated: Version 5.7.mysql_aurora.2.09.1 is no longer supported by Amazon RDS.
2117
+
2118
+ :stability: deprecated
2119
+ '''
1983
2120
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_09_1"))
1984
2121
 
1985
2122
  @jsii.python.classproperty
1986
2123
  @jsii.member(jsii_name="VER_2_09_2")
1987
2124
  def VER_2_09_2(cls) -> "AuroraMysqlEngineVersion":
1988
- '''Version "5.7.mysql_aurora.2.09.2".'''
2125
+ '''(deprecated) Version "5.7.mysql_aurora.2.09.2".
2126
+
2127
+ :deprecated: Version 5.7.mysql_aurora.2.09.2 is no longer supported by Amazon RDS.
2128
+
2129
+ :stability: deprecated
2130
+ '''
1989
2131
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_09_2"))
1990
2132
 
1991
2133
  @jsii.python.classproperty
1992
2134
  @jsii.member(jsii_name="VER_2_09_3")
1993
2135
  def VER_2_09_3(cls) -> "AuroraMysqlEngineVersion":
1994
- '''Version "5.7.mysql_aurora.2.09.3".'''
2136
+ '''(deprecated) Version "5.7.mysql_aurora.2.09.3".
2137
+
2138
+ :deprecated: Version 5.7.mysql_aurora.2.09.3 is no longer supported by Amazon RDS.
2139
+
2140
+ :stability: deprecated
2141
+ '''
1995
2142
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_09_3"))
1996
2143
 
1997
2144
  @jsii.python.classproperty
1998
2145
  @jsii.member(jsii_name="VER_2_10_0")
1999
2146
  def VER_2_10_0(cls) -> "AuroraMysqlEngineVersion":
2000
- '''Version "5.7.mysql_aurora.2.10.0".'''
2147
+ '''(deprecated) Version "5.7.mysql_aurora.2.10.0".
2148
+
2149
+ :deprecated: Version 5.7.mysql_aurora.2.10.0 is no longer supported by Amazon RDS.
2150
+
2151
+ :stability: deprecated
2152
+ '''
2001
2153
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_10_0"))
2002
2154
 
2003
2155
  @jsii.python.classproperty
2004
2156
  @jsii.member(jsii_name="VER_2_10_1")
2005
2157
  def VER_2_10_1(cls) -> "AuroraMysqlEngineVersion":
2006
- '''Version "5.7.mysql_aurora.2.10.1".'''
2158
+ '''(deprecated) Version "5.7.mysql_aurora.2.10.1".
2159
+
2160
+ :deprecated: Version 5.7.mysql_aurora.2.10.1 is no longer supported by Amazon RDS.
2161
+
2162
+ :stability: deprecated
2163
+ '''
2007
2164
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_10_1"))
2008
2165
 
2009
2166
  @jsii.python.classproperty
2010
2167
  @jsii.member(jsii_name="VER_2_10_2")
2011
2168
  def VER_2_10_2(cls) -> "AuroraMysqlEngineVersion":
2012
- '''Version "5.7.mysql_aurora.2.10.2".'''
2169
+ '''(deprecated) Version "5.7.mysql_aurora.2.10.2".
2170
+
2171
+ :deprecated: Version 5.7.mysql_aurora.2.10.2 is no longer supported by Amazon RDS.
2172
+
2173
+ :stability: deprecated
2174
+ '''
2013
2175
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_10_2"))
2014
2176
 
2015
2177
  @jsii.python.classproperty
2016
2178
  @jsii.member(jsii_name="VER_2_10_3")
2017
2179
  def VER_2_10_3(cls) -> "AuroraMysqlEngineVersion":
2018
- '''Version "5.7.mysql_aurora.2.10.3".'''
2180
+ '''(deprecated) Version "5.7.mysql_aurora.2.10.3".
2181
+
2182
+ :deprecated: Version 5.7.mysql_aurora.2.10.3 is no longer supported by Amazon RDS.
2183
+
2184
+ :stability: deprecated
2185
+ '''
2019
2186
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_10_3"))
2020
2187
 
2021
2188
  @jsii.python.classproperty
2022
2189
  @jsii.member(jsii_name="VER_2_11_0")
2023
2190
  def VER_2_11_0(cls) -> "AuroraMysqlEngineVersion":
2024
- '''Version "5.7.mysql_aurora.2.11.0".'''
2191
+ '''Version "5.7.mysql_aurora.2.11.0". This version isn't available for new creations.'''
2025
2192
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_11_0"))
2026
2193
 
2027
2194
  @jsii.python.classproperty
@@ -2042,6 +2209,18 @@ class AuroraMysqlEngineVersion(
2042
2209
  '''Version "5.7.mysql_aurora.2.11.3".'''
2043
2210
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_11_3"))
2044
2211
 
2212
+ @jsii.python.classproperty
2213
+ @jsii.member(jsii_name="VER_2_11_4")
2214
+ def VER_2_11_4(cls) -> "AuroraMysqlEngineVersion":
2215
+ '''Version "5.7.mysql_aurora.2.11.4".'''
2216
+ return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_11_4"))
2217
+
2218
+ @jsii.python.classproperty
2219
+ @jsii.member(jsii_name="VER_2_12_0")
2220
+ def VER_2_12_0(cls) -> "AuroraMysqlEngineVersion":
2221
+ '''Version "5.7.mysql_aurora.2.12.0".'''
2222
+ return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_12_0"))
2223
+
2045
2224
  @jsii.python.classproperty
2046
2225
  @jsii.member(jsii_name="VER_3_01_0")
2047
2226
  def VER_3_01_0(cls) -> "AuroraMysqlEngineVersion":
@@ -3644,7 +3823,7 @@ class CfnDBCluster(
3644
3823
  :param engine_version: The version number of the database engine to use. To list all of the available engine versions for Aurora MySQL version 2 (5.7-compatible) and version 3 (8.0-compatible), use the following command: ``aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion"`` You can supply either ``5.7`` or ``8.0`` to use the default engine version for Aurora MySQL version 2 or version 3, respectively. To list all of the available engine versions for Aurora PostgreSQL, use the following command: ``aws rds describe-db-engine-versions --engine aurora-postgresql --query "DBEngineVersions[].EngineVersion"`` To list all of the available engine versions for RDS for MySQL, use the following command: ``aws rds describe-db-engine-versions --engine mysql --query "DBEngineVersions[].EngineVersion"`` To list all of the available engine versions for RDS for PostgreSQL, use the following command: ``aws rds describe-db-engine-versions --engine postgres --query "DBEngineVersions[].EngineVersion"`` *Aurora MySQL* For information, see `Database engine updates for Amazon Aurora MySQL <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.html>`_ in the *Amazon Aurora User Guide* . *Aurora PostgreSQL* For information, see `Amazon Aurora PostgreSQL releases and engine versions <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Updates.20180305.html>`_ in the *Amazon Aurora User Guide* . *MySQL* For information, see `Amazon RDS for MySQL <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt>`_ in the *Amazon RDS User Guide* . *PostgreSQL* For information, see `Amazon RDS for PostgreSQL <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts>`_ in the *Amazon RDS User Guide* . Valid for: Aurora DB clusters and Multi-AZ DB clusters
3645
3824
  :param global_cluster_identifier: If you are configuring an Aurora global database cluster and want your Aurora DB cluster to be a secondary member in the global database cluster, specify the global cluster ID of the global database cluster. To define the primary database cluster of the global cluster, use the `AWS::RDS::GlobalCluster <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-globalcluster.html>`_ resource. If you aren't configuring a global database cluster, don't specify this property. .. epigraph:: To remove the DB cluster from a global database cluster, specify an empty value for the ``GlobalClusterIdentifier`` property. For information about Aurora global databases, see `Working with Amazon Aurora Global Databases <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database.html>`_ in the *Amazon Aurora User Guide* . Valid for: Aurora DB clusters only
3646
3825
  :param iops: The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster. For information about valid IOPS values, see `Provisioned IOPS storage <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS>`_ in the *Amazon RDS User Guide* . This setting is required to create a Multi-AZ DB cluster. Valid for Cluster Type: Multi-AZ DB clusters only Constraints: - Must be a multiple between .5 and 50 of the storage amount for the DB cluster.
3647
- :param kms_key_id: The Amazon Resource Name (ARN) of the AWS KMS key that is used to encrypt the database instances in the DB cluster, such as ``arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef`` . If you enable the ``StorageEncrypted`` property but don't specify this property, the default KMS key is used. If you specify this property, you must set the ``StorageEncrypted`` property to ``true`` . If you specify the ``SnapshotIdentifier`` property, the ``StorageEncrypted`` property value is inherited from the snapshot, and if the DB cluster is encrypted, the specified ``KmsKeyId`` property is used. Valid for: Aurora DB clusters and Multi-AZ DB clusters
3826
+ :param kms_key_id: The Amazon Resource Name (ARN) of the AWS KMS key that is used to encrypt the database instances in the DB cluster, such as ``arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef`` . If you enable the ``StorageEncrypted`` property but don't specify this property, the default KMS key is used. If you specify this property, you must set the ``StorageEncrypted`` property to ``true`` . If you specify the ``SnapshotIdentifier`` property, the ``StorageEncrypted`` property value is inherited from the snapshot, and if the DB cluster is encrypted, the specified ``KmsKeyId`` property is used. If you create a read replica of an encrypted DB cluster in another AWS Region, make sure to set ``KmsKeyId`` to a KMS key identifier that is valid in the destination AWS Region. This KMS key is used to encrypt the read replica in that AWS Region. Valid for: Aurora DB clusters and Multi-AZ DB clusters
3648
3827
  :param manage_master_user_password: Specifies whether to manage the master user password with AWS Secrets Manager. For more information, see `Password management with AWS Secrets Manager <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html>`_ in the *Amazon RDS User Guide* and `Password management with AWS Secrets Manager <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-secrets-manager.html>`_ in the *Amazon Aurora User Guide.* Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters Constraints: - Can't manage the master user password with AWS Secrets Manager if ``MasterUserPassword`` is specified.
3649
3828
  :param master_username: The name of the master user for the DB cluster. .. epigraph:: If you specify the ``SourceDBClusterIdentifier`` , ``SnapshotIdentifier`` , or ``GlobalClusterIdentifier`` property, don't specify this property. The value is inherited from the source DB cluster, the snapshot, or the primary DB cluster for the global database cluster, respectively. Valid for: Aurora DB clusters and Multi-AZ DB clusters
3650
3829
  :param master_user_password: The master password for the DB instance. .. epigraph:: If you specify the ``SourceDBClusterIdentifier`` , ``SnapshotIdentifier`` , or ``GlobalClusterIdentifier`` property, don't specify this property. The value is inherited from the source DB cluster, the snapshot, or the primary DB cluster for the global database cluster, respectively. Valid for: Aurora DB clusters and Multi-AZ DB clusters
@@ -3660,7 +3839,7 @@ class CfnDBCluster(
3660
3839
  :param preferred_maintenance_window: The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). Format: ``ddd:hh24:mi-ddd:hh24:mi`` The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region, occurring on a random day of the week. To see the time blocks available, see `Adjusting the Preferred DB Cluster Maintenance Window <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora>`_ in the *Amazon Aurora User Guide.* Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun. Constraints: Minimum 30-minute window. Valid for: Aurora DB clusters and Multi-AZ DB clusters
3661
3840
  :param publicly_accessible: Specifies whether the DB cluster is publicly accessible. When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB cluster's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access to the DB cluster is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB cluster doesn't permit it. When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address. Valid for Cluster Type: Multi-AZ DB clusters only Default: The default behavior varies depending on whether ``DBSubnetGroupName`` is specified. If ``DBSubnetGroupName`` isn't specified, and ``PubliclyAccessible`` isn't specified, the following applies: - If the default VPC in the target Region doesn’t have an internet gateway attached to it, the DB cluster is private. - If the default VPC in the target Region has an internet gateway attached to it, the DB cluster is public. If ``DBSubnetGroupName`` is specified, and ``PubliclyAccessible`` isn't specified, the following applies: - If the subnets are part of a VPC that doesn’t have an internet gateway attached to it, the DB cluster is private. - If the subnets are part of a VPC that has an internet gateway attached to it, the DB cluster is public.
3662
3841
  :param replication_source_identifier: The Amazon Resource Name (ARN) of the source DB instance or DB cluster if this DB cluster is created as a read replica. Valid for: Aurora DB clusters only
3663
- :param restore_to_time: The date and time to restore the DB cluster to. Valid Values: Value must be a time in Universal Coordinated Time (UTC) format Constraints: - Must be before the latest restorable time for the DB instance - Must be specified if ``UseLatestRestorableTime`` parameter isn't provided - Can't be specified if the ``UseLatestRestorableTime`` parameter is enabled - Can't be specified if the ``RestoreType`` parameter is ``copy-on-write`` Example: ``2015-03-07T23:45:00Z`` Valid for: Aurora DB clusters and Multi-AZ DB clusters
3842
+ :param restore_to_time: The date and time to restore the DB cluster to. Valid Values: Value must be a time in Universal Coordinated Time (UTC) format Constraints: - Must be before the latest restorable time for the DB instance - Must be specified if ``UseLatestRestorableTime`` parameter isn't provided - Can't be specified if the ``UseLatestRestorableTime`` parameter is enabled - Can't be specified if the ``RestoreType`` parameter is ``copy-on-write`` This property must be used with ``SourceDBClusterIdentifier`` property. The resulting cluster will have the identifier that matches the value of the ``DBclusterIdentifier`` property. Example: ``2015-03-07T23:45:00Z`` Valid for: Aurora DB clusters and Multi-AZ DB clusters
3664
3843
  :param restore_type: The type of restore to be performed. You can specify one of the following values:. - ``full-copy`` - The new DB cluster is restored as a full copy of the source DB cluster. - ``copy-on-write`` - The new DB cluster is restored as a clone of the source DB cluster. If you don't specify a ``RestoreType`` value, then the new DB cluster is restored as a full copy of the source DB cluster. Valid for: Aurora DB clusters and Multi-AZ DB clusters Default: - "full-copy"
3665
3844
  :param scaling_configuration: The ``ScalingConfiguration`` property type specifies the scaling configuration of an Aurora Serverless DB cluster. This property is only supported for Aurora Serverless v1. For Aurora Serverless v2, use ``ServerlessV2ScalingConfiguration`` property. Valid for: Aurora DB clusters only
3666
3845
  :param serverless_v2_scaling_configuration: The ``ServerlessV2ScalingConfiguration`` property type specifies the scaling configuration of an Aurora Serverless V2 DB cluster. This property is only supported for Aurora Serverless v2. For Aurora Serverless v1, use ``ScalingConfiguration`` property. Valid for: Aurora DB clusters only
@@ -5667,7 +5846,7 @@ class CfnDBClusterProps:
5667
5846
  :param engine_version: The version number of the database engine to use. To list all of the available engine versions for Aurora MySQL version 2 (5.7-compatible) and version 3 (8.0-compatible), use the following command: ``aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion"`` You can supply either ``5.7`` or ``8.0`` to use the default engine version for Aurora MySQL version 2 or version 3, respectively. To list all of the available engine versions for Aurora PostgreSQL, use the following command: ``aws rds describe-db-engine-versions --engine aurora-postgresql --query "DBEngineVersions[].EngineVersion"`` To list all of the available engine versions for RDS for MySQL, use the following command: ``aws rds describe-db-engine-versions --engine mysql --query "DBEngineVersions[].EngineVersion"`` To list all of the available engine versions for RDS for PostgreSQL, use the following command: ``aws rds describe-db-engine-versions --engine postgres --query "DBEngineVersions[].EngineVersion"`` *Aurora MySQL* For information, see `Database engine updates for Amazon Aurora MySQL <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.html>`_ in the *Amazon Aurora User Guide* . *Aurora PostgreSQL* For information, see `Amazon Aurora PostgreSQL releases and engine versions <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Updates.20180305.html>`_ in the *Amazon Aurora User Guide* . *MySQL* For information, see `Amazon RDS for MySQL <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt>`_ in the *Amazon RDS User Guide* . *PostgreSQL* For information, see `Amazon RDS for PostgreSQL <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts>`_ in the *Amazon RDS User Guide* . Valid for: Aurora DB clusters and Multi-AZ DB clusters
5668
5847
  :param global_cluster_identifier: If you are configuring an Aurora global database cluster and want your Aurora DB cluster to be a secondary member in the global database cluster, specify the global cluster ID of the global database cluster. To define the primary database cluster of the global cluster, use the `AWS::RDS::GlobalCluster <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-globalcluster.html>`_ resource. If you aren't configuring a global database cluster, don't specify this property. .. epigraph:: To remove the DB cluster from a global database cluster, specify an empty value for the ``GlobalClusterIdentifier`` property. For information about Aurora global databases, see `Working with Amazon Aurora Global Databases <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database.html>`_ in the *Amazon Aurora User Guide* . Valid for: Aurora DB clusters only
5669
5848
  :param iops: The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster. For information about valid IOPS values, see `Provisioned IOPS storage <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS>`_ in the *Amazon RDS User Guide* . This setting is required to create a Multi-AZ DB cluster. Valid for Cluster Type: Multi-AZ DB clusters only Constraints: - Must be a multiple between .5 and 50 of the storage amount for the DB cluster.
5670
- :param kms_key_id: The Amazon Resource Name (ARN) of the AWS KMS key that is used to encrypt the database instances in the DB cluster, such as ``arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef`` . If you enable the ``StorageEncrypted`` property but don't specify this property, the default KMS key is used. If you specify this property, you must set the ``StorageEncrypted`` property to ``true`` . If you specify the ``SnapshotIdentifier`` property, the ``StorageEncrypted`` property value is inherited from the snapshot, and if the DB cluster is encrypted, the specified ``KmsKeyId`` property is used. Valid for: Aurora DB clusters and Multi-AZ DB clusters
5849
+ :param kms_key_id: The Amazon Resource Name (ARN) of the AWS KMS key that is used to encrypt the database instances in the DB cluster, such as ``arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef`` . If you enable the ``StorageEncrypted`` property but don't specify this property, the default KMS key is used. If you specify this property, you must set the ``StorageEncrypted`` property to ``true`` . If you specify the ``SnapshotIdentifier`` property, the ``StorageEncrypted`` property value is inherited from the snapshot, and if the DB cluster is encrypted, the specified ``KmsKeyId`` property is used. If you create a read replica of an encrypted DB cluster in another AWS Region, make sure to set ``KmsKeyId`` to a KMS key identifier that is valid in the destination AWS Region. This KMS key is used to encrypt the read replica in that AWS Region. Valid for: Aurora DB clusters and Multi-AZ DB clusters
5671
5850
  :param manage_master_user_password: Specifies whether to manage the master user password with AWS Secrets Manager. For more information, see `Password management with AWS Secrets Manager <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html>`_ in the *Amazon RDS User Guide* and `Password management with AWS Secrets Manager <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-secrets-manager.html>`_ in the *Amazon Aurora User Guide.* Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters Constraints: - Can't manage the master user password with AWS Secrets Manager if ``MasterUserPassword`` is specified.
5672
5851
  :param master_username: The name of the master user for the DB cluster. .. epigraph:: If you specify the ``SourceDBClusterIdentifier`` , ``SnapshotIdentifier`` , or ``GlobalClusterIdentifier`` property, don't specify this property. The value is inherited from the source DB cluster, the snapshot, or the primary DB cluster for the global database cluster, respectively. Valid for: Aurora DB clusters and Multi-AZ DB clusters
5673
5852
  :param master_user_password: The master password for the DB instance. .. epigraph:: If you specify the ``SourceDBClusterIdentifier`` , ``SnapshotIdentifier`` , or ``GlobalClusterIdentifier`` property, don't specify this property. The value is inherited from the source DB cluster, the snapshot, or the primary DB cluster for the global database cluster, respectively. Valid for: Aurora DB clusters and Multi-AZ DB clusters
@@ -5683,7 +5862,7 @@ class CfnDBClusterProps:
5683
5862
  :param preferred_maintenance_window: The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). Format: ``ddd:hh24:mi-ddd:hh24:mi`` The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region, occurring on a random day of the week. To see the time blocks available, see `Adjusting the Preferred DB Cluster Maintenance Window <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora>`_ in the *Amazon Aurora User Guide.* Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun. Constraints: Minimum 30-minute window. Valid for: Aurora DB clusters and Multi-AZ DB clusters
5684
5863
  :param publicly_accessible: Specifies whether the DB cluster is publicly accessible. When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB cluster's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access to the DB cluster is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB cluster doesn't permit it. When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address. Valid for Cluster Type: Multi-AZ DB clusters only Default: The default behavior varies depending on whether ``DBSubnetGroupName`` is specified. If ``DBSubnetGroupName`` isn't specified, and ``PubliclyAccessible`` isn't specified, the following applies: - If the default VPC in the target Region doesn’t have an internet gateway attached to it, the DB cluster is private. - If the default VPC in the target Region has an internet gateway attached to it, the DB cluster is public. If ``DBSubnetGroupName`` is specified, and ``PubliclyAccessible`` isn't specified, the following applies: - If the subnets are part of a VPC that doesn’t have an internet gateway attached to it, the DB cluster is private. - If the subnets are part of a VPC that has an internet gateway attached to it, the DB cluster is public.
5685
5864
  :param replication_source_identifier: The Amazon Resource Name (ARN) of the source DB instance or DB cluster if this DB cluster is created as a read replica. Valid for: Aurora DB clusters only
5686
- :param restore_to_time: The date and time to restore the DB cluster to. Valid Values: Value must be a time in Universal Coordinated Time (UTC) format Constraints: - Must be before the latest restorable time for the DB instance - Must be specified if ``UseLatestRestorableTime`` parameter isn't provided - Can't be specified if the ``UseLatestRestorableTime`` parameter is enabled - Can't be specified if the ``RestoreType`` parameter is ``copy-on-write`` Example: ``2015-03-07T23:45:00Z`` Valid for: Aurora DB clusters and Multi-AZ DB clusters
5865
+ :param restore_to_time: The date and time to restore the DB cluster to. Valid Values: Value must be a time in Universal Coordinated Time (UTC) format Constraints: - Must be before the latest restorable time for the DB instance - Must be specified if ``UseLatestRestorableTime`` parameter isn't provided - Can't be specified if the ``UseLatestRestorableTime`` parameter is enabled - Can't be specified if the ``RestoreType`` parameter is ``copy-on-write`` This property must be used with ``SourceDBClusterIdentifier`` property. The resulting cluster will have the identifier that matches the value of the ``DBclusterIdentifier`` property. Example: ``2015-03-07T23:45:00Z`` Valid for: Aurora DB clusters and Multi-AZ DB clusters
5687
5866
  :param restore_type: The type of restore to be performed. You can specify one of the following values:. - ``full-copy`` - The new DB cluster is restored as a full copy of the source DB cluster. - ``copy-on-write`` - The new DB cluster is restored as a clone of the source DB cluster. If you don't specify a ``RestoreType`` value, then the new DB cluster is restored as a full copy of the source DB cluster. Valid for: Aurora DB clusters and Multi-AZ DB clusters Default: - "full-copy"
5688
5867
  :param scaling_configuration: The ``ScalingConfiguration`` property type specifies the scaling configuration of an Aurora Serverless DB cluster. This property is only supported for Aurora Serverless v1. For Aurora Serverless v2, use ``ServerlessV2ScalingConfiguration`` property. Valid for: Aurora DB clusters only
5689
5868
  :param serverless_v2_scaling_configuration: The ``ServerlessV2ScalingConfiguration`` property type specifies the scaling configuration of an Aurora Serverless V2 DB cluster. This property is only supported for Aurora Serverless v2. For Aurora Serverless v1, use ``ScalingConfiguration`` property. Valid for: Aurora DB clusters only
@@ -6399,6 +6578,8 @@ class CfnDBClusterProps:
6399
6578
 
6400
6579
  If you specify the ``SnapshotIdentifier`` property, the ``StorageEncrypted`` property value is inherited from the snapshot, and if the DB cluster is encrypted, the specified ``KmsKeyId`` property is used.
6401
6580
 
6581
+ If you create a read replica of an encrypted DB cluster in another AWS Region, make sure to set ``KmsKeyId`` to a KMS key identifier that is valid in the destination AWS Region. This KMS key is used to encrypt the read replica in that AWS Region.
6582
+
6402
6583
  Valid for: Aurora DB clusters and Multi-AZ DB clusters
6403
6584
 
6404
6585
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-kmskeyid
@@ -6689,6 +6870,8 @@ class CfnDBClusterProps:
6689
6870
  - Can't be specified if the ``UseLatestRestorableTime`` parameter is enabled
6690
6871
  - Can't be specified if the ``RestoreType`` parameter is ``copy-on-write``
6691
6872
 
6873
+ This property must be used with ``SourceDBClusterIdentifier`` property. The resulting cluster will have the identifier that matches the value of the ``DBclusterIdentifier`` property.
6874
+
6692
6875
  Example: ``2015-03-07T23:45:00Z``
6693
6876
 
6694
6877
  Valid for: Aurora DB clusters and Multi-AZ DB clusters
@@ -27624,6 +27807,12 @@ class MysqlEngineVersion(
27624
27807
  '''Version "5.7.43".'''
27625
27808
  return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_5_7_43"))
27626
27809
 
27810
+ @jsii.python.classproperty
27811
+ @jsii.member(jsii_name="VER_5_7_44")
27812
+ def VER_5_7_44(cls) -> "MysqlEngineVersion":
27813
+ '''Version "5.7.44".'''
27814
+ return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_5_7_44"))
27815
+
27627
27816
  @jsii.python.classproperty
27628
27817
  @jsii.member(jsii_name="VER_8_0")
27629
27818
  def VER_8_0(cls) -> "MysqlEngineVersion":
@@ -27738,6 +27927,12 @@ class MysqlEngineVersion(
27738
27927
  '''Version "8.0.34".'''
27739
27928
  return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_8_0_34"))
27740
27929
 
27930
+ @jsii.python.classproperty
27931
+ @jsii.member(jsii_name="VER_8_0_35")
27932
+ def VER_8_0_35(cls) -> "MysqlEngineVersion":
27933
+ '''Version "8.0.35".'''
27934
+ return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_8_0_35"))
27935
+
27741
27936
  @builtins.property
27742
27937
  @jsii.member(jsii_name="mysqlFullVersion")
27743
27938
  def mysql_full_version(self) -> builtins.str:
@@ -28843,6 +29038,18 @@ class OracleEngineVersion(
28843
29038
  '''Version "19.0.0.0.ru-2023-04.rur-2023-04.r1".'''
28844
29039
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_19_0_0_0_2023_04_R1"))
28845
29040
 
29041
+ @jsii.python.classproperty
29042
+ @jsii.member(jsii_name="VER_19_0_0_0_2023_07_R1")
29043
+ def VER_19_0_0_0_2023_07_R1(cls) -> "OracleEngineVersion":
29044
+ '''Version "19.0.0.0.ru-2023-07.rur-2023-07.r1".'''
29045
+ return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_19_0_0_0_2023_07_R1"))
29046
+
29047
+ @jsii.python.classproperty
29048
+ @jsii.member(jsii_name="VER_19_0_0_0_2023_10_R1")
29049
+ def VER_19_0_0_0_2023_10_R1(cls) -> "OracleEngineVersion":
29050
+ '''Version "19.0.0.0.ru-2023-10.rur-2023-10.r1".'''
29051
+ return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_19_0_0_0_2023_10_R1"))
29052
+
28846
29053
  @jsii.python.classproperty
28847
29054
  @jsii.member(jsii_name="VER_21")
28848
29055
  def VER_21(cls) -> "OracleEngineVersion":
@@ -28885,6 +29092,18 @@ class OracleEngineVersion(
28885
29092
  '''Version "21.0.0.0.ru-2023-04.rur-2023-04.r1".'''
28886
29093
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_21_0_0_0_2023_04_R1"))
28887
29094
 
29095
+ @jsii.python.classproperty
29096
+ @jsii.member(jsii_name="VER_21_0_0_0_2023_07_R1")
29097
+ def VER_21_0_0_0_2023_07_R1(cls) -> "OracleEngineVersion":
29098
+ '''Version "21.0.0.0.ru-2023-07.rur-2023-07.r1".'''
29099
+ return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_21_0_0_0_2023_07_R1"))
29100
+
29101
+ @jsii.python.classproperty
29102
+ @jsii.member(jsii_name="VER_21_0_0_0_2023_10_R1")
29103
+ def VER_21_0_0_0_2023_10_R1(cls) -> "OracleEngineVersion":
29104
+ '''Version "21.0.0.0.ru-2023-10.rur-2023-10.r1".'''
29105
+ return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_21_0_0_0_2023_10_R1"))
29106
+
28888
29107
  @builtins.property
28889
29108
  @jsii.member(jsii_name="oracleFullVersion")
28890
29109
  def oracle_full_version(self) -> builtins.str:
@@ -33884,6 +34103,18 @@ class SqlServerEngineVersion(
33884
34103
  '''Version "15.00.4316.3.v1".'''
33885
34104
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_15_00_4316_3_V1"))
33886
34105
 
34106
+ @jsii.python.classproperty
34107
+ @jsii.member(jsii_name="VER_15_00_4322_2_V1")
34108
+ def VER_15_00_4322_2_V1(cls) -> "SqlServerEngineVersion":
34109
+ '''Version "15.00.4322.2.v1".'''
34110
+ return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_15_00_4322_2_V1"))
34111
+
34112
+ @jsii.python.classproperty
34113
+ @jsii.member(jsii_name="VER_15_00_4335_1_V1")
34114
+ def VER_15_00_4335_1_V1(cls) -> "SqlServerEngineVersion":
34115
+ '''Version "15.00.4335.1.v1".'''
34116
+ return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_15_00_4335_1_V1"))
34117
+
33887
34118
  @builtins.property
33888
34119
  @jsii.member(jsii_name="sqlServerFullVersion")
33889
34120
  def sql_server_full_version(self) -> builtins.str: