aws-cdk-lib 2.185.0__py3-none-any.whl → 2.187.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.

Potentially problematic release.


This version of aws-cdk-lib might be problematic. Click here for more details.

Files changed (87) hide show
  1. aws_cdk/__init__.py +383 -145
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.185.0.jsii.tgz → aws-cdk-lib@2.187.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_amazonmq/__init__.py +3 -2
  5. aws_cdk/aws_amplify/__init__.py +124 -0
  6. aws_cdk/aws_apigateway/__init__.py +48 -2
  7. aws_cdk/aws_apigatewayv2/__init__.py +9 -0
  8. aws_cdk/aws_appconfig/__init__.py +3 -3
  9. aws_cdk/aws_applicationsignals/__init__.py +363 -3
  10. aws_cdk/aws_appsync/__init__.py +74 -3
  11. aws_cdk/aws_bedrock/__init__.py +395 -14
  12. aws_cdk/aws_cassandra/__init__.py +2 -2
  13. aws_cdk/aws_cleanrooms/__init__.py +21 -9
  14. aws_cdk/aws_cloudformation/__init__.py +1 -5
  15. aws_cdk/aws_cloudfront/__init__.py +15 -1
  16. aws_cdk/aws_cloudfront_origins/__init__.py +4 -2
  17. aws_cdk/aws_cloudtrail/__init__.py +4 -18
  18. aws_cdk/aws_cloudwatch/__init__.py +50 -50
  19. aws_cdk/aws_codeartifact/__init__.py +20 -33
  20. aws_cdk/aws_codebuild/__init__.py +9 -0
  21. aws_cdk/aws_codepipeline/__init__.py +1328 -120
  22. aws_cdk/aws_cognito/__init__.py +1 -1
  23. aws_cdk/aws_cognito_identitypool/__init__.py +2303 -0
  24. aws_cdk/aws_config/__init__.py +2 -5
  25. aws_cdk/aws_connect/__init__.py +3 -7
  26. aws_cdk/aws_controltower/__init__.py +18 -26
  27. aws_cdk/aws_datazone/__init__.py +3540 -10
  28. aws_cdk/aws_detective/__init__.py +3 -3
  29. aws_cdk/aws_dynamodb/__init__.py +37 -0
  30. aws_cdk/aws_ec2/__init__.py +714 -37
  31. aws_cdk/aws_ecr/__init__.py +143 -0
  32. aws_cdk/aws_ecr_assets/__init__.py +115 -4
  33. aws_cdk/aws_ecs/__init__.py +66 -20
  34. aws_cdk/aws_eks/__init__.py +114 -0
  35. aws_cdk/aws_events/__init__.py +26 -6
  36. aws_cdk/aws_forecast/__init__.py +1 -1
  37. aws_cdk/aws_fsx/__init__.py +2 -2
  38. aws_cdk/aws_gamelift/__init__.py +11 -11
  39. aws_cdk/aws_iam/__init__.py +264 -0
  40. aws_cdk/aws_identitystore/__init__.py +16 -16
  41. aws_cdk/aws_imagebuilder/__init__.py +3 -27
  42. aws_cdk/aws_iotsitewise/__init__.py +623 -0
  43. aws_cdk/aws_kinesisfirehose/__init__.py +2 -3
  44. aws_cdk/aws_kms/__init__.py +10 -11
  45. aws_cdk/aws_lakeformation/__init__.py +3 -3
  46. aws_cdk/aws_lambda/__init__.py +112 -5
  47. aws_cdk/aws_lambda_event_sources/__init__.py +65 -3
  48. aws_cdk/aws_lambda_nodejs/__init__.py +5 -24
  49. aws_cdk/aws_lex/__init__.py +981 -5
  50. aws_cdk/aws_location/__init__.py +24 -7
  51. aws_cdk/aws_mediaconnect/__init__.py +714 -290
  52. aws_cdk/aws_msk/__init__.py +8 -2
  53. aws_cdk/aws_mwaa/__init__.py +9 -9
  54. aws_cdk/aws_networkfirewall/__init__.py +60 -12
  55. aws_cdk/aws_oam/__init__.py +8 -37
  56. aws_cdk/aws_omics/__init__.py +216 -0
  57. aws_cdk/aws_quicksight/__init__.py +250 -108
  58. aws_cdk/aws_rds/__init__.py +102 -10
  59. aws_cdk/aws_redshiftserverless/__init__.py +192 -15
  60. aws_cdk/aws_route53/__init__.py +2 -2
  61. aws_cdk/aws_route53recoverycontrol/__init__.py +43 -2
  62. aws_cdk/aws_rum/__init__.py +315 -52
  63. aws_cdk/aws_s3_assets/__init__.py +70 -1
  64. aws_cdk/aws_s3_deployment/__init__.py +4 -0
  65. aws_cdk/aws_sagemaker/__init__.py +6 -4
  66. aws_cdk/aws_scheduler/__init__.py +3944 -121
  67. aws_cdk/aws_scheduler_targets/__init__.py +4460 -0
  68. aws_cdk/aws_securitylake/__init__.py +2 -2
  69. aws_cdk/aws_servicecatalog/__init__.py +4 -0
  70. aws_cdk/aws_sns/__init__.py +1 -1
  71. aws_cdk/aws_ssmquicksetup/__init__.py +5 -3
  72. aws_cdk/aws_stepfunctions/__init__.py +8 -0
  73. aws_cdk/aws_stepfunctions_tasks/__init__.py +4 -0
  74. aws_cdk/aws_synthetics/__init__.py +9 -0
  75. aws_cdk/aws_systemsmanagersap/__init__.py +150 -0
  76. aws_cdk/aws_timestream/__init__.py +4 -4
  77. aws_cdk/aws_wafv2/__init__.py +1117 -1446
  78. aws_cdk/aws_workspacesthinclient/__init__.py +4 -4
  79. aws_cdk/cloud_assembly_schema/__init__.py +60 -10
  80. aws_cdk/cx_api/__init__.py +38 -0
  81. aws_cdk/pipelines/__init__.py +20 -2
  82. {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/METADATA +4 -4
  83. {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/RECORD +87 -85
  84. {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/WHEEL +1 -1
  85. {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/LICENSE +0 -0
  86. {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/NOTICE +0 -0
  87. {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/top_level.txt +0 -0
@@ -1598,12 +1598,18 @@ class CfnSequenceStore(
1598
1598
  # The values are placeholders you should change.
1599
1599
  from aws_cdk import aws_omics as omics
1600
1600
 
1601
+ # s3_access_policy: Any
1602
+
1601
1603
  cfn_sequence_store = omics.CfnSequenceStore(self, "MyCfnSequenceStore",
1602
1604
  name="name",
1603
1605
 
1604
1606
  # the properties below are optional
1607
+ access_log_location="accessLogLocation",
1605
1608
  description="description",
1609
+ e_tag_algorithm_family="eTagAlgorithmFamily",
1606
1610
  fallback_location="fallbackLocation",
1611
+ propagated_set_level_tags=["propagatedSetLevelTags"],
1612
+ s3_access_policy=s3_access_policy,
1607
1613
  sse_config=omics.CfnSequenceStore.SseConfigProperty(
1608
1614
  type="type",
1609
1615
 
@@ -1622,8 +1628,12 @@ class CfnSequenceStore(
1622
1628
  id: builtins.str,
1623
1629
  *,
1624
1630
  name: builtins.str,
1631
+ access_log_location: typing.Optional[builtins.str] = None,
1625
1632
  description: typing.Optional[builtins.str] = None,
1633
+ e_tag_algorithm_family: typing.Optional[builtins.str] = None,
1626
1634
  fallback_location: typing.Optional[builtins.str] = None,
1635
+ propagated_set_level_tags: typing.Optional[typing.Sequence[builtins.str]] = None,
1636
+ s3_access_policy: typing.Any = None,
1627
1637
  sse_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnSequenceStore.SseConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1628
1638
  tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
1629
1639
  ) -> None:
@@ -1631,8 +1641,12 @@ class CfnSequenceStore(
1631
1641
  :param scope: Scope in which this resource is defined.
1632
1642
  :param id: Construct identifier for this resource (unique in its scope).
1633
1643
  :param name: A name for the store.
1644
+ :param access_log_location: Location of the access logs.
1634
1645
  :param description: A description for the store.
1646
+ :param e_tag_algorithm_family: The algorithm family of the ETag.
1635
1647
  :param fallback_location: An S3 location that is used to store files that have failed a direct upload.
1648
+ :param propagated_set_level_tags: The tags keys to propagate to the S3 objects associated with read sets in the sequence store.
1649
+ :param s3_access_policy: The resource policy that controls S3 access on the store.
1636
1650
  :param sse_config: Server-side encryption (SSE) settings for the store.
1637
1651
  :param tags: Tags for the store.
1638
1652
  '''
@@ -1642,8 +1656,12 @@ class CfnSequenceStore(
1642
1656
  check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1643
1657
  props = CfnSequenceStoreProps(
1644
1658
  name=name,
1659
+ access_log_location=access_log_location,
1645
1660
  description=description,
1661
+ e_tag_algorithm_family=e_tag_algorithm_family,
1646
1662
  fallback_location=fallback_location,
1663
+ propagated_set_level_tags=propagated_set_level_tags,
1664
+ s3_access_policy=s3_access_policy,
1647
1665
  sse_config=sse_config,
1648
1666
  tags=tags,
1649
1667
  )
@@ -1698,6 +1716,24 @@ class CfnSequenceStore(
1698
1716
  '''
1699
1717
  return typing.cast(builtins.str, jsii.get(self, "attrCreationTime"))
1700
1718
 
1719
+ @builtins.property
1720
+ @jsii.member(jsii_name="attrS3AccessPointArn")
1721
+ def attr_s3_access_point_arn(self) -> builtins.str:
1722
+ '''This is ARN of the access point associated with the S3 bucket storing read sets.
1723
+
1724
+ :cloudformationAttribute: S3AccessPointArn
1725
+ '''
1726
+ return typing.cast(builtins.str, jsii.get(self, "attrS3AccessPointArn"))
1727
+
1728
+ @builtins.property
1729
+ @jsii.member(jsii_name="attrS3Uri")
1730
+ def attr_s3_uri(self) -> builtins.str:
1731
+ '''The S3 URI of the sequence store.
1732
+
1733
+ :cloudformationAttribute: S3Uri
1734
+ '''
1735
+ return typing.cast(builtins.str, jsii.get(self, "attrS3Uri"))
1736
+
1701
1737
  @builtins.property
1702
1738
  @jsii.member(jsii_name="attrSequenceStoreId")
1703
1739
  def attr_sequence_store_id(self) -> builtins.str:
@@ -1707,6 +1743,33 @@ class CfnSequenceStore(
1707
1743
  '''
1708
1744
  return typing.cast(builtins.str, jsii.get(self, "attrSequenceStoreId"))
1709
1745
 
1746
+ @builtins.property
1747
+ @jsii.member(jsii_name="attrStatus")
1748
+ def attr_status(self) -> builtins.str:
1749
+ '''Status of the sequence store.
1750
+
1751
+ :cloudformationAttribute: Status
1752
+ '''
1753
+ return typing.cast(builtins.str, jsii.get(self, "attrStatus"))
1754
+
1755
+ @builtins.property
1756
+ @jsii.member(jsii_name="attrStatusMessage")
1757
+ def attr_status_message(self) -> builtins.str:
1758
+ '''The status message of the sequence store.
1759
+
1760
+ :cloudformationAttribute: StatusMessage
1761
+ '''
1762
+ return typing.cast(builtins.str, jsii.get(self, "attrStatusMessage"))
1763
+
1764
+ @builtins.property
1765
+ @jsii.member(jsii_name="attrUpdateTime")
1766
+ def attr_update_time(self) -> builtins.str:
1767
+ '''The last-updated time of the Sequence Store.
1768
+
1769
+ :cloudformationAttribute: UpdateTime
1770
+ '''
1771
+ return typing.cast(builtins.str, jsii.get(self, "attrUpdateTime"))
1772
+
1710
1773
  @builtins.property
1711
1774
  @jsii.member(jsii_name="cfnProperties")
1712
1775
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -1731,6 +1794,19 @@ class CfnSequenceStore(
1731
1794
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1732
1795
  jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
1733
1796
 
1797
+ @builtins.property
1798
+ @jsii.member(jsii_name="accessLogLocation")
1799
+ def access_log_location(self) -> typing.Optional[builtins.str]:
1800
+ '''Location of the access logs.'''
1801
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "accessLogLocation"))
1802
+
1803
+ @access_log_location.setter
1804
+ def access_log_location(self, value: typing.Optional[builtins.str]) -> None:
1805
+ if __debug__:
1806
+ type_hints = typing.get_type_hints(_typecheckingstub__7549c525ad472ac7db5f5282211a0aac7a47906e8ed893e7de2371f8677691f0)
1807
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1808
+ jsii.set(self, "accessLogLocation", value) # pyright: ignore[reportArgumentType]
1809
+
1734
1810
  @builtins.property
1735
1811
  @jsii.member(jsii_name="description")
1736
1812
  def description(self) -> typing.Optional[builtins.str]:
@@ -1744,6 +1820,19 @@ class CfnSequenceStore(
1744
1820
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1745
1821
  jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
1746
1822
 
1823
+ @builtins.property
1824
+ @jsii.member(jsii_name="eTagAlgorithmFamily")
1825
+ def e_tag_algorithm_family(self) -> typing.Optional[builtins.str]:
1826
+ '''The algorithm family of the ETag.'''
1827
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "eTagAlgorithmFamily"))
1828
+
1829
+ @e_tag_algorithm_family.setter
1830
+ def e_tag_algorithm_family(self, value: typing.Optional[builtins.str]) -> None:
1831
+ if __debug__:
1832
+ type_hints = typing.get_type_hints(_typecheckingstub__a0fd26684f557f3150b6eaf7b8b6f5ea741a5a2ba9e37d4a05ec66dea9e5c724)
1833
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1834
+ jsii.set(self, "eTagAlgorithmFamily", value) # pyright: ignore[reportArgumentType]
1835
+
1747
1836
  @builtins.property
1748
1837
  @jsii.member(jsii_name="fallbackLocation")
1749
1838
  def fallback_location(self) -> typing.Optional[builtins.str]:
@@ -1757,6 +1846,35 @@ class CfnSequenceStore(
1757
1846
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1758
1847
  jsii.set(self, "fallbackLocation", value) # pyright: ignore[reportArgumentType]
1759
1848
 
1849
+ @builtins.property
1850
+ @jsii.member(jsii_name="propagatedSetLevelTags")
1851
+ def propagated_set_level_tags(self) -> typing.Optional[typing.List[builtins.str]]:
1852
+ '''The tags keys to propagate to the S3 objects associated with read sets in the sequence store.'''
1853
+ return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "propagatedSetLevelTags"))
1854
+
1855
+ @propagated_set_level_tags.setter
1856
+ def propagated_set_level_tags(
1857
+ self,
1858
+ value: typing.Optional[typing.List[builtins.str]],
1859
+ ) -> None:
1860
+ if __debug__:
1861
+ type_hints = typing.get_type_hints(_typecheckingstub__94d2835859304a00ff97481068a5f88aa75e5f963a8554869a9bb60a55200b93)
1862
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1863
+ jsii.set(self, "propagatedSetLevelTags", value) # pyright: ignore[reportArgumentType]
1864
+
1865
+ @builtins.property
1866
+ @jsii.member(jsii_name="s3AccessPolicy")
1867
+ def s3_access_policy(self) -> typing.Any:
1868
+ '''The resource policy that controls S3 access on the store.'''
1869
+ return typing.cast(typing.Any, jsii.get(self, "s3AccessPolicy"))
1870
+
1871
+ @s3_access_policy.setter
1872
+ def s3_access_policy(self, value: typing.Any) -> None:
1873
+ if __debug__:
1874
+ type_hints = typing.get_type_hints(_typecheckingstub__48d38bc4fc98e65bd66719d736641dbe0eef30ad1a6a932a71665c6fd3c7a01c)
1875
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1876
+ jsii.set(self, "s3AccessPolicy", value) # pyright: ignore[reportArgumentType]
1877
+
1760
1878
  @builtins.property
1761
1879
  @jsii.member(jsii_name="sseConfig")
1762
1880
  def sse_config(
@@ -1870,8 +1988,12 @@ class CfnSequenceStore(
1870
1988
  jsii_struct_bases=[],
1871
1989
  name_mapping={
1872
1990
  "name": "name",
1991
+ "access_log_location": "accessLogLocation",
1873
1992
  "description": "description",
1993
+ "e_tag_algorithm_family": "eTagAlgorithmFamily",
1874
1994
  "fallback_location": "fallbackLocation",
1995
+ "propagated_set_level_tags": "propagatedSetLevelTags",
1996
+ "s3_access_policy": "s3AccessPolicy",
1875
1997
  "sse_config": "sseConfig",
1876
1998
  "tags": "tags",
1877
1999
  },
@@ -1881,16 +2003,24 @@ class CfnSequenceStoreProps:
1881
2003
  self,
1882
2004
  *,
1883
2005
  name: builtins.str,
2006
+ access_log_location: typing.Optional[builtins.str] = None,
1884
2007
  description: typing.Optional[builtins.str] = None,
2008
+ e_tag_algorithm_family: typing.Optional[builtins.str] = None,
1885
2009
  fallback_location: typing.Optional[builtins.str] = None,
2010
+ propagated_set_level_tags: typing.Optional[typing.Sequence[builtins.str]] = None,
2011
+ s3_access_policy: typing.Any = None,
1886
2012
  sse_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnSequenceStore.SseConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
1887
2013
  tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
1888
2014
  ) -> None:
1889
2015
  '''Properties for defining a ``CfnSequenceStore``.
1890
2016
 
1891
2017
  :param name: A name for the store.
2018
+ :param access_log_location: Location of the access logs.
1892
2019
  :param description: A description for the store.
2020
+ :param e_tag_algorithm_family: The algorithm family of the ETag.
1893
2021
  :param fallback_location: An S3 location that is used to store files that have failed a direct upload.
2022
+ :param propagated_set_level_tags: The tags keys to propagate to the S3 objects associated with read sets in the sequence store.
2023
+ :param s3_access_policy: The resource policy that controls S3 access on the store.
1894
2024
  :param sse_config: Server-side encryption (SSE) settings for the store.
1895
2025
  :param tags: Tags for the store.
1896
2026
 
@@ -1903,12 +2033,18 @@ class CfnSequenceStoreProps:
1903
2033
  # The values are placeholders you should change.
1904
2034
  from aws_cdk import aws_omics as omics
1905
2035
 
2036
+ # s3_access_policy: Any
2037
+
1906
2038
  cfn_sequence_store_props = omics.CfnSequenceStoreProps(
1907
2039
  name="name",
1908
2040
 
1909
2041
  # the properties below are optional
2042
+ access_log_location="accessLogLocation",
1910
2043
  description="description",
2044
+ e_tag_algorithm_family="eTagAlgorithmFamily",
1911
2045
  fallback_location="fallbackLocation",
2046
+ propagated_set_level_tags=["propagatedSetLevelTags"],
2047
+ s3_access_policy=s3_access_policy,
1912
2048
  sse_config=omics.CfnSequenceStore.SseConfigProperty(
1913
2049
  type="type",
1914
2050
 
@@ -1923,17 +2059,29 @@ class CfnSequenceStoreProps:
1923
2059
  if __debug__:
1924
2060
  type_hints = typing.get_type_hints(_typecheckingstub__c912afa5be2bea750b085186b08f53bd688bc0a1dd08b1f1c6951a21015380fc)
1925
2061
  check_type(argname="argument name", value=name, expected_type=type_hints["name"])
2062
+ check_type(argname="argument access_log_location", value=access_log_location, expected_type=type_hints["access_log_location"])
1926
2063
  check_type(argname="argument description", value=description, expected_type=type_hints["description"])
2064
+ check_type(argname="argument e_tag_algorithm_family", value=e_tag_algorithm_family, expected_type=type_hints["e_tag_algorithm_family"])
1927
2065
  check_type(argname="argument fallback_location", value=fallback_location, expected_type=type_hints["fallback_location"])
2066
+ check_type(argname="argument propagated_set_level_tags", value=propagated_set_level_tags, expected_type=type_hints["propagated_set_level_tags"])
2067
+ check_type(argname="argument s3_access_policy", value=s3_access_policy, expected_type=type_hints["s3_access_policy"])
1928
2068
  check_type(argname="argument sse_config", value=sse_config, expected_type=type_hints["sse_config"])
1929
2069
  check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
1930
2070
  self._values: typing.Dict[builtins.str, typing.Any] = {
1931
2071
  "name": name,
1932
2072
  }
2073
+ if access_log_location is not None:
2074
+ self._values["access_log_location"] = access_log_location
1933
2075
  if description is not None:
1934
2076
  self._values["description"] = description
2077
+ if e_tag_algorithm_family is not None:
2078
+ self._values["e_tag_algorithm_family"] = e_tag_algorithm_family
1935
2079
  if fallback_location is not None:
1936
2080
  self._values["fallback_location"] = fallback_location
2081
+ if propagated_set_level_tags is not None:
2082
+ self._values["propagated_set_level_tags"] = propagated_set_level_tags
2083
+ if s3_access_policy is not None:
2084
+ self._values["s3_access_policy"] = s3_access_policy
1937
2085
  if sse_config is not None:
1938
2086
  self._values["sse_config"] = sse_config
1939
2087
  if tags is not None:
@@ -1949,6 +2097,15 @@ class CfnSequenceStoreProps:
1949
2097
  assert result is not None, "Required property 'name' is missing"
1950
2098
  return typing.cast(builtins.str, result)
1951
2099
 
2100
+ @builtins.property
2101
+ def access_log_location(self) -> typing.Optional[builtins.str]:
2102
+ '''Location of the access logs.
2103
+
2104
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-sequencestore.html#cfn-omics-sequencestore-accessloglocation
2105
+ '''
2106
+ result = self._values.get("access_log_location")
2107
+ return typing.cast(typing.Optional[builtins.str], result)
2108
+
1952
2109
  @builtins.property
1953
2110
  def description(self) -> typing.Optional[builtins.str]:
1954
2111
  '''A description for the store.
@@ -1958,6 +2115,15 @@ class CfnSequenceStoreProps:
1958
2115
  result = self._values.get("description")
1959
2116
  return typing.cast(typing.Optional[builtins.str], result)
1960
2117
 
2118
+ @builtins.property
2119
+ def e_tag_algorithm_family(self) -> typing.Optional[builtins.str]:
2120
+ '''The algorithm family of the ETag.
2121
+
2122
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-sequencestore.html#cfn-omics-sequencestore-etagalgorithmfamily
2123
+ '''
2124
+ result = self._values.get("e_tag_algorithm_family")
2125
+ return typing.cast(typing.Optional[builtins.str], result)
2126
+
1961
2127
  @builtins.property
1962
2128
  def fallback_location(self) -> typing.Optional[builtins.str]:
1963
2129
  '''An S3 location that is used to store files that have failed a direct upload.
@@ -1967,6 +2133,24 @@ class CfnSequenceStoreProps:
1967
2133
  result = self._values.get("fallback_location")
1968
2134
  return typing.cast(typing.Optional[builtins.str], result)
1969
2135
 
2136
+ @builtins.property
2137
+ def propagated_set_level_tags(self) -> typing.Optional[typing.List[builtins.str]]:
2138
+ '''The tags keys to propagate to the S3 objects associated with read sets in the sequence store.
2139
+
2140
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-sequencestore.html#cfn-omics-sequencestore-propagatedsetleveltags
2141
+ '''
2142
+ result = self._values.get("propagated_set_level_tags")
2143
+ return typing.cast(typing.Optional[typing.List[builtins.str]], result)
2144
+
2145
+ @builtins.property
2146
+ def s3_access_policy(self) -> typing.Any:
2147
+ '''The resource policy that controls S3 access on the store.
2148
+
2149
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-sequencestore.html#cfn-omics-sequencestore-s3accesspolicy
2150
+ '''
2151
+ result = self._values.get("s3_access_policy")
2152
+ return typing.cast(typing.Any, result)
2153
+
1970
2154
  @builtins.property
1971
2155
  def sse_config(
1972
2156
  self,
@@ -3353,8 +3537,12 @@ def _typecheckingstub__a589aadb7c598845d5e4c6ef138fe8cbeb7253209ba9eb0e5e590611e
3353
3537
  id: builtins.str,
3354
3538
  *,
3355
3539
  name: builtins.str,
3540
+ access_log_location: typing.Optional[builtins.str] = None,
3356
3541
  description: typing.Optional[builtins.str] = None,
3542
+ e_tag_algorithm_family: typing.Optional[builtins.str] = None,
3357
3543
  fallback_location: typing.Optional[builtins.str] = None,
3544
+ propagated_set_level_tags: typing.Optional[typing.Sequence[builtins.str]] = None,
3545
+ s3_access_policy: typing.Any = None,
3358
3546
  sse_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnSequenceStore.SseConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3359
3547
  tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
3360
3548
  ) -> None:
@@ -3379,18 +3567,42 @@ def _typecheckingstub__f8e53b0b20084e7e23dc393ceafe95167d7bce2ef95f48e5bca0556a2
3379
3567
  """Type checking stubs"""
3380
3568
  pass
3381
3569
 
3570
+ def _typecheckingstub__7549c525ad472ac7db5f5282211a0aac7a47906e8ed893e7de2371f8677691f0(
3571
+ value: typing.Optional[builtins.str],
3572
+ ) -> None:
3573
+ """Type checking stubs"""
3574
+ pass
3575
+
3382
3576
  def _typecheckingstub__128fafb1df9e961d7c5982e50a60c29fbada98403f437d20e8bab3669320ca5c(
3383
3577
  value: typing.Optional[builtins.str],
3384
3578
  ) -> None:
3385
3579
  """Type checking stubs"""
3386
3580
  pass
3387
3581
 
3582
+ def _typecheckingstub__a0fd26684f557f3150b6eaf7b8b6f5ea741a5a2ba9e37d4a05ec66dea9e5c724(
3583
+ value: typing.Optional[builtins.str],
3584
+ ) -> None:
3585
+ """Type checking stubs"""
3586
+ pass
3587
+
3388
3588
  def _typecheckingstub__1f87faaa51a41810707e9283275d0283e54c3ebebf2803e01abef2984151aca1(
3389
3589
  value: typing.Optional[builtins.str],
3390
3590
  ) -> None:
3391
3591
  """Type checking stubs"""
3392
3592
  pass
3393
3593
 
3594
+ def _typecheckingstub__94d2835859304a00ff97481068a5f88aa75e5f963a8554869a9bb60a55200b93(
3595
+ value: typing.Optional[typing.List[builtins.str]],
3596
+ ) -> None:
3597
+ """Type checking stubs"""
3598
+ pass
3599
+
3600
+ def _typecheckingstub__48d38bc4fc98e65bd66719d736641dbe0eef30ad1a6a932a71665c6fd3c7a01c(
3601
+ value: typing.Any,
3602
+ ) -> None:
3603
+ """Type checking stubs"""
3604
+ pass
3605
+
3394
3606
  def _typecheckingstub__92eed2332efa6d161a72ca8ae646e24cacee45f7acbbbb2e0aacb4b034c468be(
3395
3607
  value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnSequenceStore.SseConfigProperty]],
3396
3608
  ) -> None:
@@ -3414,8 +3626,12 @@ def _typecheckingstub__16d14d56ac16dd0c8b7ee5046e40e324719a67cf46d9a70bdf176e614
3414
3626
  def _typecheckingstub__c912afa5be2bea750b085186b08f53bd688bc0a1dd08b1f1c6951a21015380fc(
3415
3627
  *,
3416
3628
  name: builtins.str,
3629
+ access_log_location: typing.Optional[builtins.str] = None,
3417
3630
  description: typing.Optional[builtins.str] = None,
3631
+ e_tag_algorithm_family: typing.Optional[builtins.str] = None,
3418
3632
  fallback_location: typing.Optional[builtins.str] = None,
3633
+ propagated_set_level_tags: typing.Optional[typing.Sequence[builtins.str]] = None,
3634
+ s3_access_policy: typing.Any = None,
3419
3635
  sse_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnSequenceStore.SseConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3420
3636
  tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
3421
3637
  ) -> None: