aws-cdk-lib 2.216.0__py3-none-any.whl → 2.218.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 (151) hide show
  1. aws_cdk/__init__.py +60 -28
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.216.0.jsii.tgz → aws-cdk-lib@2.218.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_acmpca/__init__.py +1 -1
  5. aws_cdk/aws_amazonmq/__init__.py +87 -0
  6. aws_cdk/aws_amplify/__init__.py +8 -8
  7. aws_cdk/aws_apigateway/__init__.py +229 -6
  8. aws_cdk/aws_apigatewayv2/__init__.py +60 -2
  9. aws_cdk/aws_appconfig/__init__.py +145 -0
  10. aws_cdk/aws_appflow/__init__.py +116 -0
  11. aws_cdk/aws_appintegrations/__init__.py +116 -0
  12. aws_cdk/aws_appmesh/__init__.py +12 -12
  13. aws_cdk/aws_appstream/__init__.py +101 -4
  14. aws_cdk/aws_appsync/__init__.py +61 -3
  15. aws_cdk/aws_apptest/__init__.py +58 -0
  16. aws_cdk/aws_aps/__init__.py +459 -0
  17. aws_cdk/aws_athena/__init__.py +58 -0
  18. aws_cdk/aws_auditmanager/__init__.py +58 -0
  19. aws_cdk/aws_backup/__init__.py +145 -0
  20. aws_cdk/aws_batch/__init__.py +64 -2
  21. aws_cdk/aws_bedrock/__init__.py +277 -0
  22. aws_cdk/aws_bedrockagentcore/__init__.py +3178 -0
  23. aws_cdk/aws_cassandra/__init__.py +29 -0
  24. aws_cdk/aws_certificatemanager/__init__.py +38 -10
  25. aws_cdk/aws_cleanrooms/__init__.py +163 -0
  26. aws_cdk/aws_cloudformation/__init__.py +14 -14
  27. aws_cdk/aws_cloudfront/__init__.py +69 -8
  28. aws_cdk/aws_cloudfront_origins/__init__.py +87 -7
  29. aws_cdk/aws_cloudtrail/__init__.py +58 -0
  30. aws_cdk/aws_cloudwatch/__init__.py +145 -0
  31. aws_cdk/aws_codebuild/__init__.py +115 -12
  32. aws_cdk/aws_codedeploy/__init__.py +29 -0
  33. aws_cdk/aws_codeguruprofiler/__init__.py +58 -0
  34. aws_cdk/aws_codepipeline/__init__.py +29 -0
  35. aws_cdk/aws_cognito/__init__.py +89 -2
  36. aws_cdk/aws_config/__init__.py +58 -0
  37. aws_cdk/aws_connect/__init__.py +138 -10
  38. aws_cdk/aws_cur/__init__.py +86 -3
  39. aws_cdk/aws_customerprofiles/__init__.py +58 -0
  40. aws_cdk/aws_datapipeline/__init__.py +29 -0
  41. aws_cdk/aws_datasync/__init__.py +351 -0
  42. aws_cdk/aws_datazone/__init__.py +733 -2
  43. aws_cdk/aws_directoryservice/__init__.py +29 -0
  44. aws_cdk/aws_dms/__init__.py +58 -0
  45. aws_cdk/aws_docdb/__init__.py +153 -25
  46. aws_cdk/aws_dsql/__init__.py +29 -0
  47. aws_cdk/aws_dynamodb/__init__.py +181 -0
  48. aws_cdk/aws_ec2/__init__.py +2031 -10
  49. aws_cdk/aws_ecr/__init__.py +116 -0
  50. aws_cdk/aws_ecs/__init__.py +142 -12
  51. aws_cdk/aws_efs/__init__.py +116 -0
  52. aws_cdk/aws_eks/__init__.py +118 -0
  53. aws_cdk/aws_elasticache/__init__.py +261 -0
  54. aws_cdk/aws_elasticbeanstalk/__init__.py +29 -0
  55. aws_cdk/aws_elasticloadbalancingv2/__init__.py +48 -0
  56. aws_cdk/aws_elasticsearch/__init__.py +2 -2
  57. aws_cdk/aws_emr/__init__.py +87 -0
  58. aws_cdk/aws_emrcontainers/__init__.py +58 -0
  59. aws_cdk/aws_emrserverless/__init__.py +58 -0
  60. aws_cdk/aws_entityresolution/__init__.py +145 -0
  61. aws_cdk/aws_events/__init__.py +290 -0
  62. aws_cdk/aws_evs/__init__.py +58 -4
  63. aws_cdk/aws_finspace/__init__.py +58 -0
  64. aws_cdk/aws_gamelift/__init__.py +507 -56
  65. aws_cdk/aws_glue/__init__.py +145 -0
  66. aws_cdk/aws_greengrass/__init__.py +464 -0
  67. aws_cdk/aws_groundstation/__init__.py +87 -0
  68. aws_cdk/aws_guardduty/__init__.py +87 -0
  69. aws_cdk/aws_healthimaging/__init__.py +58 -0
  70. aws_cdk/aws_healthlake/__init__.py +29 -0
  71. aws_cdk/aws_iam/__init__.py +1 -1
  72. aws_cdk/aws_internetmonitor/__init__.py +58 -0
  73. aws_cdk/aws_iot/__init__.py +957 -0
  74. aws_cdk/aws_iotanalytics/__init__.py +116 -0
  75. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +93 -38
  76. aws_cdk/aws_iotevents/__init__.py +87 -0
  77. aws_cdk/aws_iotfleethub/__init__.py +58 -0
  78. aws_cdk/aws_iotfleetwise/__init__.py +116 -0
  79. aws_cdk/aws_iotsitewise/__init__.py +568 -111
  80. aws_cdk/aws_iottwinmaker/__init__.py +145 -0
  81. aws_cdk/aws_iotwireless/__init__.py +464 -0
  82. aws_cdk/aws_kendra/__init__.py +116 -0
  83. aws_cdk/aws_kinesis/__init__.py +58 -0
  84. aws_cdk/aws_kinesisanalytics/__init__.py +31 -0
  85. aws_cdk/aws_kinesisanalyticsv2/__init__.py +29 -0
  86. aws_cdk/aws_kinesisfirehose/__init__.py +58 -0
  87. aws_cdk/aws_kinesisvideo/__init__.py +29 -0
  88. aws_cdk/aws_kms/__init__.py +68 -2
  89. aws_cdk/aws_lambda/__init__.py +104 -0
  90. aws_cdk/aws_lex/__init__.py +29 -0
  91. aws_cdk/aws_location/__init__.py +348 -0
  92. aws_cdk/aws_logs/__init__.py +232 -0
  93. aws_cdk/aws_lookoutequipment/__init__.py +29 -0
  94. aws_cdk/aws_lookoutvision/__init__.py +58 -0
  95. aws_cdk/aws_managedblockchain/__init__.py +145 -0
  96. aws_cdk/aws_medialive/__init__.py +562 -0
  97. aws_cdk/aws_mediapackage/__init__.py +2 -2
  98. aws_cdk/aws_mediatailor/__init__.py +174 -0
  99. aws_cdk/aws_memorydb/__init__.py +203 -0
  100. aws_cdk/aws_mwaa/__init__.py +58 -0
  101. aws_cdk/aws_networkfirewall/__init__.py +10 -10
  102. aws_cdk/aws_networkmanager/__init__.py +92 -0
  103. aws_cdk/aws_nimblestudio/__init__.py +29 -0
  104. aws_cdk/aws_odb/__init__.py +2082 -195
  105. aws_cdk/aws_omics/__init__.py +1520 -103
  106. aws_cdk/aws_opensearchserverless/__init__.py +222 -21
  107. aws_cdk/aws_opensearchservice/__init__.py +5 -4
  108. aws_cdk/aws_opsworks/__init__.py +29 -0
  109. aws_cdk/aws_opsworkscm/__init__.py +29 -0
  110. aws_cdk/aws_organizations/__init__.py +116 -0
  111. aws_cdk/aws_panorama/__init__.py +116 -0
  112. aws_cdk/aws_pcs/__init__.py +9 -9
  113. aws_cdk/aws_pinpoint/__init__.py +116 -0
  114. aws_cdk/aws_qbusiness/__init__.py +232 -0
  115. aws_cdk/aws_qldb/__init__.py +29 -0
  116. aws_cdk/aws_quicksight/__init__.py +295 -3
  117. aws_cdk/aws_rds/__init__.py +402 -58
  118. aws_cdk/aws_redshift/__init__.py +29 -0
  119. aws_cdk/aws_rekognition/__init__.py +87 -0
  120. aws_cdk/aws_resourcegroups/__init__.py +58 -0
  121. aws_cdk/aws_rolesanywhere/__init__.py +145 -0
  122. aws_cdk/aws_route53recoveryreadiness/__init__.py +58 -0
  123. aws_cdk/aws_route53resolver/__init__.py +29 -0
  124. aws_cdk/aws_s3/__init__.py +116 -0
  125. aws_cdk/aws_s3express/__init__.py +116 -0
  126. aws_cdk/aws_sagemaker/__init__.py +715 -1
  127. aws_cdk/aws_scheduler/__init__.py +29 -0
  128. aws_cdk/aws_secretsmanager/__init__.py +29 -0
  129. aws_cdk/aws_servicecatalog/__init__.py +191 -154
  130. aws_cdk/aws_servicecatalogappregistry/__init__.py +116 -0
  131. aws_cdk/aws_servicediscovery/__init__.py +58 -0
  132. aws_cdk/aws_ses/__init__.py +261 -0
  133. aws_cdk/aws_simspaceweaver/__init__.py +29 -0
  134. aws_cdk/aws_smsvoice/__init__.py +5218 -0
  135. aws_cdk/aws_ssm/__init__.py +87 -0
  136. aws_cdk/aws_synthetics/__init__.py +29 -0
  137. aws_cdk/aws_timestream/__init__.py +87 -0
  138. aws_cdk/aws_transfer/__init__.py +274 -12
  139. aws_cdk/aws_verifiedpermissions/__init__.py +59 -1
  140. aws_cdk/aws_voiceid/__init__.py +29 -0
  141. aws_cdk/aws_wisdom/__init__.py +232 -0
  142. aws_cdk/aws_workspaces/__init__.py +58 -0
  143. aws_cdk/aws_workspacesinstances/__init__.py +670 -2
  144. aws_cdk/aws_workspacesthinclient/__init__.py +58 -0
  145. aws_cdk/pipelines/__init__.py +5 -1
  146. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/METADATA +1 -1
  147. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/RECORD +151 -149
  148. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/LICENSE +0 -0
  149. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/NOTICE +0 -0
  150. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/WHEEL +0 -0
  151. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/top_level.txt +0 -0
@@ -1757,27 +1757,27 @@ class CfnLaunchTemplateConstraintProps:
1757
1757
  jsii_type="aws-cdk-lib.aws_servicecatalog.CfnPortfolioPrincipalAssociationProps",
1758
1758
  jsii_struct_bases=[],
1759
1759
  name_mapping={
1760
- "portfolio_id": "portfolioId",
1761
- "principal_arn": "principalArn",
1762
1760
  "principal_type": "principalType",
1763
1761
  "accept_language": "acceptLanguage",
1762
+ "portfolio_id": "portfolioId",
1763
+ "principal_arn": "principalArn",
1764
1764
  },
1765
1765
  )
1766
1766
  class CfnPortfolioPrincipalAssociationProps:
1767
1767
  def __init__(
1768
1768
  self,
1769
1769
  *,
1770
- portfolio_id: builtins.str,
1771
- principal_arn: builtins.str,
1772
1770
  principal_type: builtins.str,
1773
1771
  accept_language: typing.Optional[builtins.str] = None,
1772
+ portfolio_id: typing.Optional[builtins.str] = None,
1773
+ principal_arn: typing.Optional[builtins.str] = None,
1774
1774
  ) -> None:
1775
1775
  '''Properties for defining a ``CfnPortfolioPrincipalAssociation``.
1776
1776
 
1777
- :param portfolio_id: The portfolio identifier.
1778
- :param principal_arn: The ARN of the principal ( IAM user, role, or group).
1779
1777
  :param principal_type: The principal type. The supported values are ``IAM`` and ``IAM_PATTERN`` .
1780
1778
  :param accept_language: The language code. - ``jp`` - Japanese - ``zh`` - Chinese
1779
+ :param portfolio_id: The portfolio identifier.
1780
+ :param principal_arn: The ARN of the principal ( IAM user, role, or group).
1781
1781
 
1782
1782
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html
1783
1783
  :exampleMetadata: fixture=_generated
@@ -1789,47 +1789,29 @@ class CfnPortfolioPrincipalAssociationProps:
1789
1789
  from aws_cdk import aws_servicecatalog as servicecatalog
1790
1790
 
1791
1791
  cfn_portfolio_principal_association_props = servicecatalog.CfnPortfolioPrincipalAssociationProps(
1792
- portfolio_id="portfolioId",
1793
- principal_arn="principalArn",
1794
1792
  principal_type="principalType",
1795
1793
 
1796
1794
  # the properties below are optional
1797
- accept_language="acceptLanguage"
1795
+ accept_language="acceptLanguage",
1796
+ portfolio_id="portfolioId",
1797
+ principal_arn="principalArn"
1798
1798
  )
1799
1799
  '''
1800
1800
  if __debug__:
1801
1801
  type_hints = typing.get_type_hints(_typecheckingstub__86aa94ae9b8977b851184740615709136e8ab87d84e565bd4ed1c37202e743af)
1802
- check_type(argname="argument portfolio_id", value=portfolio_id, expected_type=type_hints["portfolio_id"])
1803
- check_type(argname="argument principal_arn", value=principal_arn, expected_type=type_hints["principal_arn"])
1804
1802
  check_type(argname="argument principal_type", value=principal_type, expected_type=type_hints["principal_type"])
1805
1803
  check_type(argname="argument accept_language", value=accept_language, expected_type=type_hints["accept_language"])
1804
+ check_type(argname="argument portfolio_id", value=portfolio_id, expected_type=type_hints["portfolio_id"])
1805
+ check_type(argname="argument principal_arn", value=principal_arn, expected_type=type_hints["principal_arn"])
1806
1806
  self._values: typing.Dict[builtins.str, typing.Any] = {
1807
- "portfolio_id": portfolio_id,
1808
- "principal_arn": principal_arn,
1809
1807
  "principal_type": principal_type,
1810
1808
  }
1811
1809
  if accept_language is not None:
1812
1810
  self._values["accept_language"] = accept_language
1813
-
1814
- @builtins.property
1815
- def portfolio_id(self) -> builtins.str:
1816
- '''The portfolio identifier.
1817
-
1818
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid
1819
- '''
1820
- result = self._values.get("portfolio_id")
1821
- assert result is not None, "Required property 'portfolio_id' is missing"
1822
- return typing.cast(builtins.str, result)
1823
-
1824
- @builtins.property
1825
- def principal_arn(self) -> builtins.str:
1826
- '''The ARN of the principal ( IAM user, role, or group).
1827
-
1828
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn
1829
- '''
1830
- result = self._values.get("principal_arn")
1831
- assert result is not None, "Required property 'principal_arn' is missing"
1832
- return typing.cast(builtins.str, result)
1811
+ if portfolio_id is not None:
1812
+ self._values["portfolio_id"] = portfolio_id
1813
+ if principal_arn is not None:
1814
+ self._values["principal_arn"] = principal_arn
1833
1815
 
1834
1816
  @builtins.property
1835
1817
  def principal_type(self) -> builtins.str:
@@ -1855,6 +1837,24 @@ class CfnPortfolioPrincipalAssociationProps:
1855
1837
  result = self._values.get("accept_language")
1856
1838
  return typing.cast(typing.Optional[builtins.str], result)
1857
1839
 
1840
+ @builtins.property
1841
+ def portfolio_id(self) -> typing.Optional[builtins.str]:
1842
+ '''The portfolio identifier.
1843
+
1844
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid
1845
+ '''
1846
+ result = self._values.get("portfolio_id")
1847
+ return typing.cast(typing.Optional[builtins.str], result)
1848
+
1849
+ @builtins.property
1850
+ def principal_arn(self) -> typing.Optional[builtins.str]:
1851
+ '''The ARN of the principal ( IAM user, role, or group).
1852
+
1853
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn
1854
+ '''
1855
+ result = self._values.get("principal_arn")
1856
+ return typing.cast(typing.Optional[builtins.str], result)
1857
+
1858
1858
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
1859
1859
  return isinstance(rhs, self.__class__) and rhs._values == self._values
1860
1860
 
@@ -1871,9 +1871,9 @@ class CfnPortfolioPrincipalAssociationProps:
1871
1871
  jsii_type="aws-cdk-lib.aws_servicecatalog.CfnPortfolioProductAssociationProps",
1872
1872
  jsii_struct_bases=[],
1873
1873
  name_mapping={
1874
+ "accept_language": "acceptLanguage",
1874
1875
  "portfolio_id": "portfolioId",
1875
1876
  "product_id": "productId",
1876
- "accept_language": "acceptLanguage",
1877
1877
  "source_portfolio_id": "sourcePortfolioId",
1878
1878
  },
1879
1879
  )
@@ -1881,16 +1881,16 @@ class CfnPortfolioProductAssociationProps:
1881
1881
  def __init__(
1882
1882
  self,
1883
1883
  *,
1884
- portfolio_id: builtins.str,
1885
- product_id: builtins.str,
1886
1884
  accept_language: typing.Optional[builtins.str] = None,
1885
+ portfolio_id: typing.Optional[builtins.str] = None,
1886
+ product_id: typing.Optional[builtins.str] = None,
1887
1887
  source_portfolio_id: typing.Optional[builtins.str] = None,
1888
1888
  ) -> None:
1889
1889
  '''Properties for defining a ``CfnPortfolioProductAssociation``.
1890
1890
 
1891
+ :param accept_language: The language code. - ``jp`` - Japanese - ``zh`` - Chinese
1891
1892
  :param portfolio_id: The portfolio identifier.
1892
1893
  :param product_id: The product identifier.
1893
- :param accept_language: The language code. - ``jp`` - Japanese - ``zh`` - Chinese
1894
1894
  :param source_portfolio_id: The identifier of the source portfolio.
1895
1895
 
1896
1896
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html
@@ -1903,59 +1903,56 @@ class CfnPortfolioProductAssociationProps:
1903
1903
  from aws_cdk import aws_servicecatalog as servicecatalog
1904
1904
 
1905
1905
  cfn_portfolio_product_association_props = servicecatalog.CfnPortfolioProductAssociationProps(
1906
+ accept_language="acceptLanguage",
1906
1907
  portfolio_id="portfolioId",
1907
1908
  product_id="productId",
1908
-
1909
- # the properties below are optional
1910
- accept_language="acceptLanguage",
1911
1909
  source_portfolio_id="sourcePortfolioId"
1912
1910
  )
1913
1911
  '''
1914
1912
  if __debug__:
1915
1913
  type_hints = typing.get_type_hints(_typecheckingstub__97355e439ae20c66a13583fbc70b7a8de7f038ae88e7d60775df912c8ba748c0)
1914
+ check_type(argname="argument accept_language", value=accept_language, expected_type=type_hints["accept_language"])
1916
1915
  check_type(argname="argument portfolio_id", value=portfolio_id, expected_type=type_hints["portfolio_id"])
1917
1916
  check_type(argname="argument product_id", value=product_id, expected_type=type_hints["product_id"])
1918
- check_type(argname="argument accept_language", value=accept_language, expected_type=type_hints["accept_language"])
1919
1917
  check_type(argname="argument source_portfolio_id", value=source_portfolio_id, expected_type=type_hints["source_portfolio_id"])
1920
- self._values: typing.Dict[builtins.str, typing.Any] = {
1921
- "portfolio_id": portfolio_id,
1922
- "product_id": product_id,
1923
- }
1918
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
1924
1919
  if accept_language is not None:
1925
1920
  self._values["accept_language"] = accept_language
1921
+ if portfolio_id is not None:
1922
+ self._values["portfolio_id"] = portfolio_id
1923
+ if product_id is not None:
1924
+ self._values["product_id"] = product_id
1926
1925
  if source_portfolio_id is not None:
1927
1926
  self._values["source_portfolio_id"] = source_portfolio_id
1928
1927
 
1929
1928
  @builtins.property
1930
- def portfolio_id(self) -> builtins.str:
1929
+ def accept_language(self) -> typing.Optional[builtins.str]:
1930
+ '''The language code.
1931
+
1932
+ - ``jp`` - Japanese
1933
+ - ``zh`` - Chinese
1934
+
1935
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-acceptlanguage
1936
+ '''
1937
+ result = self._values.get("accept_language")
1938
+ return typing.cast(typing.Optional[builtins.str], result)
1939
+
1940
+ @builtins.property
1941
+ def portfolio_id(self) -> typing.Optional[builtins.str]:
1931
1942
  '''The portfolio identifier.
1932
1943
 
1933
1944
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-portfolioid
1934
1945
  '''
1935
1946
  result = self._values.get("portfolio_id")
1936
- assert result is not None, "Required property 'portfolio_id' is missing"
1937
- return typing.cast(builtins.str, result)
1947
+ return typing.cast(typing.Optional[builtins.str], result)
1938
1948
 
1939
1949
  @builtins.property
1940
- def product_id(self) -> builtins.str:
1950
+ def product_id(self) -> typing.Optional[builtins.str]:
1941
1951
  '''The product identifier.
1942
1952
 
1943
1953
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-productid
1944
1954
  '''
1945
1955
  result = self._values.get("product_id")
1946
- assert result is not None, "Required property 'product_id' is missing"
1947
- return typing.cast(builtins.str, result)
1948
-
1949
- @builtins.property
1950
- def accept_language(self) -> typing.Optional[builtins.str]:
1951
- '''The language code.
1952
-
1953
- - ``jp`` - Japanese
1954
- - ``zh`` - Chinese
1955
-
1956
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-acceptlanguage
1957
- '''
1958
- result = self._values.get("accept_language")
1959
1956
  return typing.cast(typing.Optional[builtins.str], result)
1960
1957
 
1961
1958
  @builtins.property
@@ -5627,13 +5624,14 @@ class PortfolioPrincipalAssociationReference:
5627
5624
  @jsii.data_type(
5628
5625
  jsii_type="aws-cdk-lib.aws_servicecatalog.PortfolioProductAssociationReference",
5629
5626
  jsii_struct_bases=[],
5630
- name_mapping={"portfolio_product_association_id": "portfolioProductAssociationId"},
5627
+ name_mapping={"portfolio_id": "portfolioId", "product_id": "productId"},
5631
5628
  )
5632
5629
  class PortfolioProductAssociationReference:
5633
- def __init__(self, *, portfolio_product_association_id: builtins.str) -> None:
5630
+ def __init__(self, *, portfolio_id: builtins.str, product_id: builtins.str) -> None:
5634
5631
  '''A reference to a PortfolioProductAssociation resource.
5635
5632
 
5636
- :param portfolio_product_association_id: The Id of the PortfolioProductAssociation resource.
5633
+ :param portfolio_id: The PortfolioId of the PortfolioProductAssociation resource.
5634
+ :param product_id: The ProductId of the PortfolioProductAssociation resource.
5637
5635
 
5638
5636
  :exampleMetadata: fixture=_generated
5639
5637
 
@@ -5644,21 +5642,31 @@ class PortfolioProductAssociationReference:
5644
5642
  from aws_cdk import aws_servicecatalog as servicecatalog
5645
5643
 
5646
5644
  portfolio_product_association_reference = servicecatalog.PortfolioProductAssociationReference(
5647
- portfolio_product_association_id="portfolioProductAssociationId"
5645
+ portfolio_id="portfolioId",
5646
+ product_id="productId"
5648
5647
  )
5649
5648
  '''
5650
5649
  if __debug__:
5651
5650
  type_hints = typing.get_type_hints(_typecheckingstub__16f8ca87db7922e5db79b96a382f11f60f939784f7535a92f4d0967a66b4a0fc)
5652
- check_type(argname="argument portfolio_product_association_id", value=portfolio_product_association_id, expected_type=type_hints["portfolio_product_association_id"])
5651
+ check_type(argname="argument portfolio_id", value=portfolio_id, expected_type=type_hints["portfolio_id"])
5652
+ check_type(argname="argument product_id", value=product_id, expected_type=type_hints["product_id"])
5653
5653
  self._values: typing.Dict[builtins.str, typing.Any] = {
5654
- "portfolio_product_association_id": portfolio_product_association_id,
5654
+ "portfolio_id": portfolio_id,
5655
+ "product_id": product_id,
5655
5656
  }
5656
5657
 
5657
5658
  @builtins.property
5658
- def portfolio_product_association_id(self) -> builtins.str:
5659
- '''The Id of the PortfolioProductAssociation resource.'''
5660
- result = self._values.get("portfolio_product_association_id")
5661
- assert result is not None, "Required property 'portfolio_product_association_id' is missing"
5659
+ def portfolio_id(self) -> builtins.str:
5660
+ '''The PortfolioId of the PortfolioProductAssociation resource.'''
5661
+ result = self._values.get("portfolio_id")
5662
+ assert result is not None, "Required property 'portfolio_id' is missing"
5663
+ return typing.cast(builtins.str, result)
5664
+
5665
+ @builtins.property
5666
+ def product_id(self) -> builtins.str:
5667
+ '''The ProductId of the PortfolioProductAssociation resource.'''
5668
+ result = self._values.get("product_id")
5669
+ assert result is not None, "Required property 'product_id' is missing"
5662
5670
  return typing.cast(builtins.str, result)
5663
5671
 
5664
5672
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
@@ -9448,7 +9456,8 @@ class CfnLaunchTemplateConstraint(
9448
9456
  @builtins.property
9449
9457
  @jsii.member(jsii_name="attrId")
9450
9458
  def attr_id(self) -> builtins.str:
9451
- '''
9459
+ '''Unique identifier for the constraint.
9460
+
9452
9461
  :cloudformationAttribute: Id
9453
9462
  '''
9454
9463
  return typing.cast(builtins.str, jsii.get(self, "attrId"))
@@ -9596,6 +9605,27 @@ class CfnPortfolio(
9596
9605
 
9597
9606
  jsii.create(self.__class__, self, [scope, id, props])
9598
9607
 
9608
+ @jsii.member(jsii_name="fromPortfolioId")
9609
+ @builtins.classmethod
9610
+ def from_portfolio_id(
9611
+ cls,
9612
+ scope: _constructs_77d1e7e8.Construct,
9613
+ id: builtins.str,
9614
+ portfolio_id: builtins.str,
9615
+ ) -> IPortfolioRef:
9616
+ '''Creates a new IPortfolioRef from a portfolioId.
9617
+
9618
+ :param scope: -
9619
+ :param id: -
9620
+ :param portfolio_id: -
9621
+ '''
9622
+ if __debug__:
9623
+ type_hints = typing.get_type_hints(_typecheckingstub__44128417aff4104adae0046cf0d101d90c4fc22515494313689b7b4561643abc)
9624
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
9625
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
9626
+ check_type(argname="argument portfolio_id", value=portfolio_id, expected_type=type_hints["portfolio_id"])
9627
+ return typing.cast(IPortfolioRef, jsii.sinvoke(cls, "fromPortfolioId", [scope, id, portfolio_id]))
9628
+
9599
9629
  @jsii.member(jsii_name="inspect")
9600
9630
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
9601
9631
  '''Examines the CloudFormation resource and discloses attributes.
@@ -9746,12 +9776,12 @@ class CfnPortfolioPrincipalAssociation(
9746
9776
  from aws_cdk import aws_servicecatalog as servicecatalog
9747
9777
 
9748
9778
  cfn_portfolio_principal_association = servicecatalog.CfnPortfolioPrincipalAssociation(self, "MyCfnPortfolioPrincipalAssociation",
9749
- portfolio_id="portfolioId",
9750
- principal_arn="principalArn",
9751
9779
  principal_type="principalType",
9752
9780
 
9753
9781
  # the properties below are optional
9754
- accept_language="acceptLanguage"
9782
+ accept_language="acceptLanguage",
9783
+ portfolio_id="portfolioId",
9784
+ principal_arn="principalArn"
9755
9785
  )
9756
9786
  '''
9757
9787
 
@@ -9760,28 +9790,28 @@ class CfnPortfolioPrincipalAssociation(
9760
9790
  scope: _constructs_77d1e7e8.Construct,
9761
9791
  id: builtins.str,
9762
9792
  *,
9763
- portfolio_id: builtins.str,
9764
- principal_arn: builtins.str,
9765
9793
  principal_type: builtins.str,
9766
9794
  accept_language: typing.Optional[builtins.str] = None,
9795
+ portfolio_id: typing.Optional[builtins.str] = None,
9796
+ principal_arn: typing.Optional[builtins.str] = None,
9767
9797
  ) -> None:
9768
9798
  '''
9769
9799
  :param scope: Scope in which this resource is defined.
9770
9800
  :param id: Construct identifier for this resource (unique in its scope).
9771
- :param portfolio_id: The portfolio identifier.
9772
- :param principal_arn: The ARN of the principal ( IAM user, role, or group).
9773
9801
  :param principal_type: The principal type. The supported values are ``IAM`` and ``IAM_PATTERN`` .
9774
9802
  :param accept_language: The language code. - ``jp`` - Japanese - ``zh`` - Chinese
9803
+ :param portfolio_id: The portfolio identifier.
9804
+ :param principal_arn: The ARN of the principal ( IAM user, role, or group).
9775
9805
  '''
9776
9806
  if __debug__:
9777
9807
  type_hints = typing.get_type_hints(_typecheckingstub__2b8a7d450a71f88f29341f360bc05a021b910027171e4e63c9be6c67c4d53b2a)
9778
9808
  check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
9779
9809
  check_type(argname="argument id", value=id, expected_type=type_hints["id"])
9780
9810
  props = CfnPortfolioPrincipalAssociationProps(
9781
- portfolio_id=portfolio_id,
9782
- principal_arn=principal_arn,
9783
9811
  principal_type=principal_type,
9784
9812
  accept_language=accept_language,
9813
+ portfolio_id=portfolio_id,
9814
+ principal_arn=principal_arn,
9785
9815
  )
9786
9816
 
9787
9817
  jsii.create(self.__class__, self, [scope, id, props])
@@ -9837,32 +9867,6 @@ class CfnPortfolioPrincipalAssociation(
9837
9867
  '''A reference to a PortfolioPrincipalAssociation resource.'''
9838
9868
  return typing.cast(PortfolioPrincipalAssociationReference, jsii.get(self, "portfolioPrincipalAssociationRef"))
9839
9869
 
9840
- @builtins.property
9841
- @jsii.member(jsii_name="portfolioId")
9842
- def portfolio_id(self) -> builtins.str:
9843
- '''The portfolio identifier.'''
9844
- return typing.cast(builtins.str, jsii.get(self, "portfolioId"))
9845
-
9846
- @portfolio_id.setter
9847
- def portfolio_id(self, value: builtins.str) -> None:
9848
- if __debug__:
9849
- type_hints = typing.get_type_hints(_typecheckingstub__726706747073f477b14d5b31fa14aba7087b2fc4265414101c6069e458c605ef)
9850
- check_type(argname="argument value", value=value, expected_type=type_hints["value"])
9851
- jsii.set(self, "portfolioId", value) # pyright: ignore[reportArgumentType]
9852
-
9853
- @builtins.property
9854
- @jsii.member(jsii_name="principalArn")
9855
- def principal_arn(self) -> builtins.str:
9856
- '''The ARN of the principal ( IAM user, role, or group).'''
9857
- return typing.cast(builtins.str, jsii.get(self, "principalArn"))
9858
-
9859
- @principal_arn.setter
9860
- def principal_arn(self, value: builtins.str) -> None:
9861
- if __debug__:
9862
- type_hints = typing.get_type_hints(_typecheckingstub__71c52a4171fa242df45a083617e532d09ea08d89eea6a461f83e7608b28c48bb)
9863
- check_type(argname="argument value", value=value, expected_type=type_hints["value"])
9864
- jsii.set(self, "principalArn", value) # pyright: ignore[reportArgumentType]
9865
-
9866
9870
  @builtins.property
9867
9871
  @jsii.member(jsii_name="principalType")
9868
9872
  def principal_type(self) -> builtins.str:
@@ -9889,6 +9893,32 @@ class CfnPortfolioPrincipalAssociation(
9889
9893
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
9890
9894
  jsii.set(self, "acceptLanguage", value) # pyright: ignore[reportArgumentType]
9891
9895
 
9896
+ @builtins.property
9897
+ @jsii.member(jsii_name="portfolioId")
9898
+ def portfolio_id(self) -> typing.Optional[builtins.str]:
9899
+ '''The portfolio identifier.'''
9900
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "portfolioId"))
9901
+
9902
+ @portfolio_id.setter
9903
+ def portfolio_id(self, value: typing.Optional[builtins.str]) -> None:
9904
+ if __debug__:
9905
+ type_hints = typing.get_type_hints(_typecheckingstub__726706747073f477b14d5b31fa14aba7087b2fc4265414101c6069e458c605ef)
9906
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
9907
+ jsii.set(self, "portfolioId", value) # pyright: ignore[reportArgumentType]
9908
+
9909
+ @builtins.property
9910
+ @jsii.member(jsii_name="principalArn")
9911
+ def principal_arn(self) -> typing.Optional[builtins.str]:
9912
+ '''The ARN of the principal ( IAM user, role, or group).'''
9913
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "principalArn"))
9914
+
9915
+ @principal_arn.setter
9916
+ def principal_arn(self, value: typing.Optional[builtins.str]) -> None:
9917
+ if __debug__:
9918
+ type_hints = typing.get_type_hints(_typecheckingstub__71c52a4171fa242df45a083617e532d09ea08d89eea6a461f83e7608b28c48bb)
9919
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
9920
+ jsii.set(self, "principalArn", value) # pyright: ignore[reportArgumentType]
9921
+
9892
9922
 
9893
9923
  @jsii.implements(_IInspectable_c2943556, IPortfolioProductAssociationRef)
9894
9924
  class CfnPortfolioProductAssociation(
@@ -9911,11 +9941,9 @@ class CfnPortfolioProductAssociation(
9911
9941
  from aws_cdk import aws_servicecatalog as servicecatalog
9912
9942
 
9913
9943
  cfn_portfolio_product_association = servicecatalog.CfnPortfolioProductAssociation(self, "MyCfnPortfolioProductAssociation",
9944
+ accept_language="acceptLanguage",
9914
9945
  portfolio_id="portfolioId",
9915
9946
  product_id="productId",
9916
-
9917
- # the properties below are optional
9918
- accept_language="acceptLanguage",
9919
9947
  source_portfolio_id="sourcePortfolioId"
9920
9948
  )
9921
9949
  '''
@@ -9925,17 +9953,17 @@ class CfnPortfolioProductAssociation(
9925
9953
  scope: _constructs_77d1e7e8.Construct,
9926
9954
  id: builtins.str,
9927
9955
  *,
9928
- portfolio_id: builtins.str,
9929
- product_id: builtins.str,
9930
9956
  accept_language: typing.Optional[builtins.str] = None,
9957
+ portfolio_id: typing.Optional[builtins.str] = None,
9958
+ product_id: typing.Optional[builtins.str] = None,
9931
9959
  source_portfolio_id: typing.Optional[builtins.str] = None,
9932
9960
  ) -> None:
9933
9961
  '''
9934
9962
  :param scope: Scope in which this resource is defined.
9935
9963
  :param id: Construct identifier for this resource (unique in its scope).
9964
+ :param accept_language: The language code. - ``jp`` - Japanese - ``zh`` - Chinese
9936
9965
  :param portfolio_id: The portfolio identifier.
9937
9966
  :param product_id: The product identifier.
9938
- :param accept_language: The language code. - ``jp`` - Japanese - ``zh`` - Chinese
9939
9967
  :param source_portfolio_id: The identifier of the source portfolio.
9940
9968
  '''
9941
9969
  if __debug__:
@@ -9943,9 +9971,9 @@ class CfnPortfolioProductAssociation(
9943
9971
  check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
9944
9972
  check_type(argname="argument id", value=id, expected_type=type_hints["id"])
9945
9973
  props = CfnPortfolioProductAssociationProps(
9974
+ accept_language=accept_language,
9946
9975
  portfolio_id=portfolio_id,
9947
9976
  product_id=product_id,
9948
- accept_language=accept_language,
9949
9977
  source_portfolio_id=source_portfolio_id,
9950
9978
  )
9951
9979
 
@@ -10000,14 +10028,27 @@ class CfnPortfolioProductAssociation(
10000
10028
  '''A reference to a PortfolioProductAssociation resource.'''
10001
10029
  return typing.cast(PortfolioProductAssociationReference, jsii.get(self, "portfolioProductAssociationRef"))
10002
10030
 
10031
+ @builtins.property
10032
+ @jsii.member(jsii_name="acceptLanguage")
10033
+ def accept_language(self) -> typing.Optional[builtins.str]:
10034
+ '''The language code.'''
10035
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "acceptLanguage"))
10036
+
10037
+ @accept_language.setter
10038
+ def accept_language(self, value: typing.Optional[builtins.str]) -> None:
10039
+ if __debug__:
10040
+ type_hints = typing.get_type_hints(_typecheckingstub__c7d396eed36a68172694b616bafad7ef385373f22a1d8c3dc49608d69ec9e526)
10041
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
10042
+ jsii.set(self, "acceptLanguage", value) # pyright: ignore[reportArgumentType]
10043
+
10003
10044
  @builtins.property
10004
10045
  @jsii.member(jsii_name="portfolioId")
10005
- def portfolio_id(self) -> builtins.str:
10046
+ def portfolio_id(self) -> typing.Optional[builtins.str]:
10006
10047
  '''The portfolio identifier.'''
10007
- return typing.cast(builtins.str, jsii.get(self, "portfolioId"))
10048
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "portfolioId"))
10008
10049
 
10009
10050
  @portfolio_id.setter
10010
- def portfolio_id(self, value: builtins.str) -> None:
10051
+ def portfolio_id(self, value: typing.Optional[builtins.str]) -> None:
10011
10052
  if __debug__:
10012
10053
  type_hints = typing.get_type_hints(_typecheckingstub__19f425d3e28d58e160bed9adb81d5653e2000512b6a76bfcf27a70e272988f14)
10013
10054
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
@@ -10015,30 +10056,17 @@ class CfnPortfolioProductAssociation(
10015
10056
 
10016
10057
  @builtins.property
10017
10058
  @jsii.member(jsii_name="productId")
10018
- def product_id(self) -> builtins.str:
10059
+ def product_id(self) -> typing.Optional[builtins.str]:
10019
10060
  '''The product identifier.'''
10020
- return typing.cast(builtins.str, jsii.get(self, "productId"))
10061
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "productId"))
10021
10062
 
10022
10063
  @product_id.setter
10023
- def product_id(self, value: builtins.str) -> None:
10064
+ def product_id(self, value: typing.Optional[builtins.str]) -> None:
10024
10065
  if __debug__:
10025
10066
  type_hints = typing.get_type_hints(_typecheckingstub__3098433a8204e6c52183ab4756af784eb3f510cb7bdb7fe68b7c21ef9e4d78cf)
10026
10067
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
10027
10068
  jsii.set(self, "productId", value) # pyright: ignore[reportArgumentType]
10028
10069
 
10029
- @builtins.property
10030
- @jsii.member(jsii_name="acceptLanguage")
10031
- def accept_language(self) -> typing.Optional[builtins.str]:
10032
- '''The language code.'''
10033
- return typing.cast(typing.Optional[builtins.str], jsii.get(self, "acceptLanguage"))
10034
-
10035
- @accept_language.setter
10036
- def accept_language(self, value: typing.Optional[builtins.str]) -> None:
10037
- if __debug__:
10038
- type_hints = typing.get_type_hints(_typecheckingstub__c7d396eed36a68172694b616bafad7ef385373f22a1d8c3dc49608d69ec9e526)
10039
- check_type(argname="argument value", value=value, expected_type=type_hints["value"])
10040
- jsii.set(self, "acceptLanguage", value) # pyright: ignore[reportArgumentType]
10041
-
10042
10070
  @builtins.property
10043
10071
  @jsii.member(jsii_name="sourcePortfolioId")
10044
10072
  def source_portfolio_id(self) -> typing.Optional[builtins.str]:
@@ -11696,19 +11724,19 @@ def _typecheckingstub__782bde46fdc76fe863545140febd1fe95f163b327614047bf13a8ac26
11696
11724
 
11697
11725
  def _typecheckingstub__86aa94ae9b8977b851184740615709136e8ab87d84e565bd4ed1c37202e743af(
11698
11726
  *,
11699
- portfolio_id: builtins.str,
11700
- principal_arn: builtins.str,
11701
11727
  principal_type: builtins.str,
11702
11728
  accept_language: typing.Optional[builtins.str] = None,
11729
+ portfolio_id: typing.Optional[builtins.str] = None,
11730
+ principal_arn: typing.Optional[builtins.str] = None,
11703
11731
  ) -> None:
11704
11732
  """Type checking stubs"""
11705
11733
  pass
11706
11734
 
11707
11735
  def _typecheckingstub__97355e439ae20c66a13583fbc70b7a8de7f038ae88e7d60775df912c8ba748c0(
11708
11736
  *,
11709
- portfolio_id: builtins.str,
11710
- product_id: builtins.str,
11711
11737
  accept_language: typing.Optional[builtins.str] = None,
11738
+ portfolio_id: typing.Optional[builtins.str] = None,
11739
+ product_id: typing.Optional[builtins.str] = None,
11712
11740
  source_portfolio_id: typing.Optional[builtins.str] = None,
11713
11741
  ) -> None:
11714
11742
  """Type checking stubs"""
@@ -12179,7 +12207,8 @@ def _typecheckingstub__c7ef68af4b2af04fe6a77831d825e0f8e0c22a01698dad7f094da6200
12179
12207
 
12180
12208
  def _typecheckingstub__16f8ca87db7922e5db79b96a382f11f60f939784f7535a92f4d0967a66b4a0fc(
12181
12209
  *,
12182
- portfolio_product_association_id: builtins.str,
12210
+ portfolio_id: builtins.str,
12211
+ product_id: builtins.str,
12183
12212
  ) -> None:
12184
12213
  """Type checking stubs"""
12185
12214
  pass
@@ -12891,6 +12920,14 @@ def _typecheckingstub__92ae108da2b169227ca9ff5c8793d6e40826005130d9af692285850c9
12891
12920
  """Type checking stubs"""
12892
12921
  pass
12893
12922
 
12923
+ def _typecheckingstub__44128417aff4104adae0046cf0d101d90c4fc22515494313689b7b4561643abc(
12924
+ scope: _constructs_77d1e7e8.Construct,
12925
+ id: builtins.str,
12926
+ portfolio_id: builtins.str,
12927
+ ) -> None:
12928
+ """Type checking stubs"""
12929
+ pass
12930
+
12894
12931
  def _typecheckingstub__445bcb8d7fa40ab94351986e2668ed98bfac15db2665136953859395a36b4b51(
12895
12932
  inspector: _TreeInspector_488e0dd5,
12896
12933
  ) -> None:
@@ -12937,10 +12974,10 @@ def _typecheckingstub__2b8a7d450a71f88f29341f360bc05a021b910027171e4e63c9be6c67c
12937
12974
  scope: _constructs_77d1e7e8.Construct,
12938
12975
  id: builtins.str,
12939
12976
  *,
12940
- portfolio_id: builtins.str,
12941
- principal_arn: builtins.str,
12942
12977
  principal_type: builtins.str,
12943
12978
  accept_language: typing.Optional[builtins.str] = None,
12979
+ portfolio_id: typing.Optional[builtins.str] = None,
12980
+ principal_arn: typing.Optional[builtins.str] = None,
12944
12981
  ) -> None:
12945
12982
  """Type checking stubs"""
12946
12983
  pass
@@ -12957,25 +12994,25 @@ def _typecheckingstub__257e8fbedbaa67aa61288a1f94be02039da4ac33558591be208505deb
12957
12994
  """Type checking stubs"""
12958
12995
  pass
12959
12996
 
12960
- def _typecheckingstub__726706747073f477b14d5b31fa14aba7087b2fc4265414101c6069e458c605ef(
12997
+ def _typecheckingstub__66dbe3deef345271ae1cfb35b0e313622b15892928d8581127c03e117db33585(
12961
12998
  value: builtins.str,
12962
12999
  ) -> None:
12963
13000
  """Type checking stubs"""
12964
13001
  pass
12965
13002
 
12966
- def _typecheckingstub__71c52a4171fa242df45a083617e532d09ea08d89eea6a461f83e7608b28c48bb(
12967
- value: builtins.str,
13003
+ def _typecheckingstub__1390265bc6b4e797f81f5a56c99acfec9dceeb8b223c28fc92f325ebf1ee9136(
13004
+ value: typing.Optional[builtins.str],
12968
13005
  ) -> None:
12969
13006
  """Type checking stubs"""
12970
13007
  pass
12971
13008
 
12972
- def _typecheckingstub__66dbe3deef345271ae1cfb35b0e313622b15892928d8581127c03e117db33585(
12973
- value: builtins.str,
13009
+ def _typecheckingstub__726706747073f477b14d5b31fa14aba7087b2fc4265414101c6069e458c605ef(
13010
+ value: typing.Optional[builtins.str],
12974
13011
  ) -> None:
12975
13012
  """Type checking stubs"""
12976
13013
  pass
12977
13014
 
12978
- def _typecheckingstub__1390265bc6b4e797f81f5a56c99acfec9dceeb8b223c28fc92f325ebf1ee9136(
13015
+ def _typecheckingstub__71c52a4171fa242df45a083617e532d09ea08d89eea6a461f83e7608b28c48bb(
12979
13016
  value: typing.Optional[builtins.str],
12980
13017
  ) -> None:
12981
13018
  """Type checking stubs"""
@@ -12985,9 +13022,9 @@ def _typecheckingstub__25cb0daf817ffe74f2f0c38badd3f1db5ae0cb2012f78855ecb4495b5
12985
13022
  scope: _constructs_77d1e7e8.Construct,
12986
13023
  id: builtins.str,
12987
13024
  *,
12988
- portfolio_id: builtins.str,
12989
- product_id: builtins.str,
12990
13025
  accept_language: typing.Optional[builtins.str] = None,
13026
+ portfolio_id: typing.Optional[builtins.str] = None,
13027
+ product_id: typing.Optional[builtins.str] = None,
12991
13028
  source_portfolio_id: typing.Optional[builtins.str] = None,
12992
13029
  ) -> None:
12993
13030
  """Type checking stubs"""
@@ -13005,19 +13042,19 @@ def _typecheckingstub__32a7d6ef335f62572e1892401cb2c591da9aaabfd6b667b07c91465fd
13005
13042
  """Type checking stubs"""
13006
13043
  pass
13007
13044
 
13008
- def _typecheckingstub__19f425d3e28d58e160bed9adb81d5653e2000512b6a76bfcf27a70e272988f14(
13009
- value: builtins.str,
13045
+ def _typecheckingstub__c7d396eed36a68172694b616bafad7ef385373f22a1d8c3dc49608d69ec9e526(
13046
+ value: typing.Optional[builtins.str],
13010
13047
  ) -> None:
13011
13048
  """Type checking stubs"""
13012
13049
  pass
13013
13050
 
13014
- def _typecheckingstub__3098433a8204e6c52183ab4756af784eb3f510cb7bdb7fe68b7c21ef9e4d78cf(
13015
- value: builtins.str,
13051
+ def _typecheckingstub__19f425d3e28d58e160bed9adb81d5653e2000512b6a76bfcf27a70e272988f14(
13052
+ value: typing.Optional[builtins.str],
13016
13053
  ) -> None:
13017
13054
  """Type checking stubs"""
13018
13055
  pass
13019
13056
 
13020
- def _typecheckingstub__c7d396eed36a68172694b616bafad7ef385373f22a1d8c3dc49608d69ec9e526(
13057
+ def _typecheckingstub__3098433a8204e6c52183ab4756af784eb3f510cb7bdb7fe68b7c21ef9e4d78cf(
13021
13058
  value: typing.Optional[builtins.str],
13022
13059
  ) -> None:
13023
13060
  """Type checking stubs"""