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
@@ -1684,6 +1684,149 @@ class CfnEnvironmentProps:
1684
1684
  )
1685
1685
 
1686
1686
 
1687
+ @jsii.data_type(
1688
+ jsii_type="aws-cdk-lib.aws_datazone.CfnFormTypeProps",
1689
+ jsii_struct_bases=[],
1690
+ name_mapping={
1691
+ "domain_identifier": "domainIdentifier",
1692
+ "model": "model",
1693
+ "name": "name",
1694
+ "owning_project_identifier": "owningProjectIdentifier",
1695
+ "description": "description",
1696
+ "status": "status",
1697
+ },
1698
+ )
1699
+ class CfnFormTypeProps:
1700
+ def __init__(
1701
+ self,
1702
+ *,
1703
+ domain_identifier: builtins.str,
1704
+ model: typing.Union[_IResolvable_da3f097b, typing.Union["CfnFormType.ModelProperty", typing.Dict[builtins.str, typing.Any]]],
1705
+ name: builtins.str,
1706
+ owning_project_identifier: builtins.str,
1707
+ description: typing.Optional[builtins.str] = None,
1708
+ status: typing.Optional[builtins.str] = None,
1709
+ ) -> None:
1710
+ '''Properties for defining a ``CfnFormType``.
1711
+
1712
+ :param domain_identifier: The ID of the Amazon DataZone domain in which this metadata form type is created.
1713
+ :param model: Indicates the smithy model of the API.
1714
+ :param name: The name of this Amazon DataZone metadata form type.
1715
+ :param owning_project_identifier: The ID of the Amazon DataZone project that owns this metadata form type.
1716
+ :param description: The description of this Amazon DataZone metadata form type.
1717
+ :param status: The status of this Amazon DataZone metadata form type.
1718
+
1719
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html
1720
+ :exampleMetadata: fixture=_generated
1721
+
1722
+ Example::
1723
+
1724
+ # The code below shows an example of how to instantiate this type.
1725
+ # The values are placeholders you should change.
1726
+ from aws_cdk import aws_datazone as datazone
1727
+
1728
+ cfn_form_type_props = datazone.CfnFormTypeProps(
1729
+ domain_identifier="domainIdentifier",
1730
+ model=datazone.CfnFormType.ModelProperty(
1731
+ smithy="smithy"
1732
+ ),
1733
+ name="name",
1734
+ owning_project_identifier="owningProjectIdentifier",
1735
+
1736
+ # the properties below are optional
1737
+ description="description",
1738
+ status="status"
1739
+ )
1740
+ '''
1741
+ if __debug__:
1742
+ type_hints = typing.get_type_hints(_typecheckingstub__1d5d64f9db9d5db2b48658391fb0d79863073acb36e66a1bbe210ae89102e089)
1743
+ check_type(argname="argument domain_identifier", value=domain_identifier, expected_type=type_hints["domain_identifier"])
1744
+ check_type(argname="argument model", value=model, expected_type=type_hints["model"])
1745
+ check_type(argname="argument name", value=name, expected_type=type_hints["name"])
1746
+ check_type(argname="argument owning_project_identifier", value=owning_project_identifier, expected_type=type_hints["owning_project_identifier"])
1747
+ check_type(argname="argument description", value=description, expected_type=type_hints["description"])
1748
+ check_type(argname="argument status", value=status, expected_type=type_hints["status"])
1749
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1750
+ "domain_identifier": domain_identifier,
1751
+ "model": model,
1752
+ "name": name,
1753
+ "owning_project_identifier": owning_project_identifier,
1754
+ }
1755
+ if description is not None:
1756
+ self._values["description"] = description
1757
+ if status is not None:
1758
+ self._values["status"] = status
1759
+
1760
+ @builtins.property
1761
+ def domain_identifier(self) -> builtins.str:
1762
+ '''The ID of the Amazon DataZone domain in which this metadata form type is created.
1763
+
1764
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html#cfn-datazone-formtype-domainidentifier
1765
+ '''
1766
+ result = self._values.get("domain_identifier")
1767
+ assert result is not None, "Required property 'domain_identifier' is missing"
1768
+ return typing.cast(builtins.str, result)
1769
+
1770
+ @builtins.property
1771
+ def model(self) -> typing.Union[_IResolvable_da3f097b, "CfnFormType.ModelProperty"]:
1772
+ '''Indicates the smithy model of the API.
1773
+
1774
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html#cfn-datazone-formtype-model
1775
+ '''
1776
+ result = self._values.get("model")
1777
+ assert result is not None, "Required property 'model' is missing"
1778
+ return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnFormType.ModelProperty"], result)
1779
+
1780
+ @builtins.property
1781
+ def name(self) -> builtins.str:
1782
+ '''The name of this Amazon DataZone metadata form type.
1783
+
1784
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html#cfn-datazone-formtype-name
1785
+ '''
1786
+ result = self._values.get("name")
1787
+ assert result is not None, "Required property 'name' is missing"
1788
+ return typing.cast(builtins.str, result)
1789
+
1790
+ @builtins.property
1791
+ def owning_project_identifier(self) -> builtins.str:
1792
+ '''The ID of the Amazon DataZone project that owns this metadata form type.
1793
+
1794
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html#cfn-datazone-formtype-owningprojectidentifier
1795
+ '''
1796
+ result = self._values.get("owning_project_identifier")
1797
+ assert result is not None, "Required property 'owning_project_identifier' is missing"
1798
+ return typing.cast(builtins.str, result)
1799
+
1800
+ @builtins.property
1801
+ def description(self) -> typing.Optional[builtins.str]:
1802
+ '''The description of this Amazon DataZone metadata form type.
1803
+
1804
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html#cfn-datazone-formtype-description
1805
+ '''
1806
+ result = self._values.get("description")
1807
+ return typing.cast(typing.Optional[builtins.str], result)
1808
+
1809
+ @builtins.property
1810
+ def status(self) -> typing.Optional[builtins.str]:
1811
+ '''The status of this Amazon DataZone metadata form type.
1812
+
1813
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html#cfn-datazone-formtype-status
1814
+ '''
1815
+ result = self._values.get("status")
1816
+ return typing.cast(typing.Optional[builtins.str], result)
1817
+
1818
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1819
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1820
+
1821
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1822
+ return not (rhs == self)
1823
+
1824
+ def __repr__(self) -> str:
1825
+ return "CfnFormTypeProps(%s)" % ", ".join(
1826
+ k + "=" + repr(v) for k, v in self._values.items()
1827
+ )
1828
+
1829
+
1687
1830
  @jsii.data_type(
1688
1831
  jsii_type="aws-cdk-lib.aws_datazone.CfnGroupProfileProps",
1689
1832
  jsii_struct_bases=[],
@@ -3410,6 +3553,74 @@ class EnvironmentReference:
3410
3553
  )
3411
3554
 
3412
3555
 
3556
+ @jsii.data_type(
3557
+ jsii_type="aws-cdk-lib.aws_datazone.FormTypeReference",
3558
+ jsii_struct_bases=[],
3559
+ name_mapping={
3560
+ "domain_identifier": "domainIdentifier",
3561
+ "form_type_identifier": "formTypeIdentifier",
3562
+ },
3563
+ )
3564
+ class FormTypeReference:
3565
+ def __init__(
3566
+ self,
3567
+ *,
3568
+ domain_identifier: builtins.str,
3569
+ form_type_identifier: builtins.str,
3570
+ ) -> None:
3571
+ '''A reference to a FormType resource.
3572
+
3573
+ :param domain_identifier: The DomainIdentifier of the FormType resource.
3574
+ :param form_type_identifier: The FormTypeIdentifier of the FormType resource.
3575
+
3576
+ :exampleMetadata: fixture=_generated
3577
+
3578
+ Example::
3579
+
3580
+ # The code below shows an example of how to instantiate this type.
3581
+ # The values are placeholders you should change.
3582
+ from aws_cdk import aws_datazone as datazone
3583
+
3584
+ form_type_reference = datazone.FormTypeReference(
3585
+ domain_identifier="domainIdentifier",
3586
+ form_type_identifier="formTypeIdentifier"
3587
+ )
3588
+ '''
3589
+ if __debug__:
3590
+ type_hints = typing.get_type_hints(_typecheckingstub__7e9137523d26d74e056985919cf6df2d81e05562c4039a5d385b18594d48b472)
3591
+ check_type(argname="argument domain_identifier", value=domain_identifier, expected_type=type_hints["domain_identifier"])
3592
+ check_type(argname="argument form_type_identifier", value=form_type_identifier, expected_type=type_hints["form_type_identifier"])
3593
+ self._values: typing.Dict[builtins.str, typing.Any] = {
3594
+ "domain_identifier": domain_identifier,
3595
+ "form_type_identifier": form_type_identifier,
3596
+ }
3597
+
3598
+ @builtins.property
3599
+ def domain_identifier(self) -> builtins.str:
3600
+ '''The DomainIdentifier of the FormType resource.'''
3601
+ result = self._values.get("domain_identifier")
3602
+ assert result is not None, "Required property 'domain_identifier' is missing"
3603
+ return typing.cast(builtins.str, result)
3604
+
3605
+ @builtins.property
3606
+ def form_type_identifier(self) -> builtins.str:
3607
+ '''The FormTypeIdentifier of the FormType resource.'''
3608
+ result = self._values.get("form_type_identifier")
3609
+ assert result is not None, "Required property 'form_type_identifier' is missing"
3610
+ return typing.cast(builtins.str, result)
3611
+
3612
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
3613
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
3614
+
3615
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
3616
+ return not (rhs == self)
3617
+
3618
+ def __repr__(self) -> str:
3619
+ return "FormTypeReference(%s)" % ", ".join(
3620
+ k + "=" + repr(v) for k, v in self._values.items()
3621
+ )
3622
+
3623
+
3413
3624
  @jsii.data_type(
3414
3625
  jsii_type="aws-cdk-lib.aws_datazone.GroupProfileReference",
3415
3626
  jsii_struct_bases=[],
@@ -3810,6 +4021,46 @@ class _IEnvironmentRefProxy(
3810
4021
  typing.cast(typing.Any, IEnvironmentRef).__jsii_proxy_class__ = lambda : _IEnvironmentRefProxy
3811
4022
 
3812
4023
 
4024
+ @jsii.interface(jsii_type="aws-cdk-lib.aws_datazone.IFormTypeRef")
4025
+ class IFormTypeRef(_constructs_77d1e7e8.IConstruct, typing_extensions.Protocol):
4026
+ '''(experimental) Indicates that this resource can be referenced as a FormType.
4027
+
4028
+ :stability: experimental
4029
+ '''
4030
+
4031
+ @builtins.property
4032
+ @jsii.member(jsii_name="formTypeRef")
4033
+ def form_type_ref(self) -> FormTypeReference:
4034
+ '''(experimental) A reference to a FormType resource.
4035
+
4036
+ :stability: experimental
4037
+ '''
4038
+ ...
4039
+
4040
+
4041
+ class _IFormTypeRefProxy(
4042
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
4043
+ ):
4044
+ '''(experimental) Indicates that this resource can be referenced as a FormType.
4045
+
4046
+ :stability: experimental
4047
+ '''
4048
+
4049
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.aws_datazone.IFormTypeRef"
4050
+
4051
+ @builtins.property
4052
+ @jsii.member(jsii_name="formTypeRef")
4053
+ def form_type_ref(self) -> FormTypeReference:
4054
+ '''(experimental) A reference to a FormType resource.
4055
+
4056
+ :stability: experimental
4057
+ '''
4058
+ return typing.cast(FormTypeReference, jsii.get(self, "formTypeRef"))
4059
+
4060
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
4061
+ typing.cast(typing.Any, IFormTypeRef).__jsii_proxy_class__ = lambda : _IFormTypeRefProxy
4062
+
4063
+
3813
4064
  @jsii.interface(jsii_type="aws-cdk-lib.aws_datazone.IGroupProfileRef")
3814
4065
  class IGroupProfileRef(_constructs_77d1e7e8.IConstruct, typing_extensions.Protocol):
3815
4066
  '''(experimental) Indicates that this resource can be referenced as a GroupProfile.
@@ -9343,6 +9594,48 @@ class CfnDomain(
9343
9594
 
9344
9595
  jsii.create(self.__class__, self, [scope, id, props])
9345
9596
 
9597
+ @jsii.member(jsii_name="fromDomainArn")
9598
+ @builtins.classmethod
9599
+ def from_domain_arn(
9600
+ cls,
9601
+ scope: _constructs_77d1e7e8.Construct,
9602
+ id: builtins.str,
9603
+ arn: builtins.str,
9604
+ ) -> IDomainRef:
9605
+ '''Creates a new IDomainRef from an ARN.
9606
+
9607
+ :param scope: -
9608
+ :param id: -
9609
+ :param arn: -
9610
+ '''
9611
+ if __debug__:
9612
+ type_hints = typing.get_type_hints(_typecheckingstub__184266697bd0b40b6137c37aa81e137c2d331c0790dbbb08061a3d04dcf83f9c)
9613
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
9614
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
9615
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
9616
+ return typing.cast(IDomainRef, jsii.sinvoke(cls, "fromDomainArn", [scope, id, arn]))
9617
+
9618
+ @jsii.member(jsii_name="fromDomainId")
9619
+ @builtins.classmethod
9620
+ def from_domain_id(
9621
+ cls,
9622
+ scope: _constructs_77d1e7e8.Construct,
9623
+ id: builtins.str,
9624
+ domain_id: builtins.str,
9625
+ ) -> IDomainRef:
9626
+ '''Creates a new IDomainRef from a domainId.
9627
+
9628
+ :param scope: -
9629
+ :param id: -
9630
+ :param domain_id: -
9631
+ '''
9632
+ if __debug__:
9633
+ type_hints = typing.get_type_hints(_typecheckingstub__980a13437d77898f5d34721718082a5f116a6033aaf35aa8e2f76cb08c6ae77c)
9634
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
9635
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
9636
+ check_type(argname="argument domain_id", value=domain_id, expected_type=type_hints["domain_id"])
9637
+ return typing.cast(IDomainRef, jsii.sinvoke(cls, "fromDomainId", [scope, id, domain_id]))
9638
+
9346
9639
  @jsii.member(jsii_name="inspect")
9347
9640
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
9348
9641
  '''Examines the CloudFormation resource and discloses attributes.
@@ -11445,6 +11738,302 @@ class CfnEnvironmentProfile(
11445
11738
  )
11446
11739
 
11447
11740
 
11741
+ @jsii.implements(_IInspectable_c2943556, IFormTypeRef)
11742
+ class CfnFormType(
11743
+ _CfnResource_9df397a6,
11744
+ metaclass=jsii.JSIIMeta,
11745
+ jsii_type="aws-cdk-lib.aws_datazone.CfnFormType",
11746
+ ):
11747
+ '''Create and manage form types in Amazon Datazone.
11748
+
11749
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html
11750
+ :cloudformationResource: AWS::DataZone::FormType
11751
+ :exampleMetadata: fixture=_generated
11752
+
11753
+ Example::
11754
+
11755
+ # The code below shows an example of how to instantiate this type.
11756
+ # The values are placeholders you should change.
11757
+ from aws_cdk import aws_datazone as datazone
11758
+
11759
+ cfn_form_type = datazone.CfnFormType(self, "MyCfnFormType",
11760
+ domain_identifier="domainIdentifier",
11761
+ model=datazone.CfnFormType.ModelProperty(
11762
+ smithy="smithy"
11763
+ ),
11764
+ name="name",
11765
+ owning_project_identifier="owningProjectIdentifier",
11766
+
11767
+ # the properties below are optional
11768
+ description="description",
11769
+ status="status"
11770
+ )
11771
+ '''
11772
+
11773
+ def __init__(
11774
+ self,
11775
+ scope: _constructs_77d1e7e8.Construct,
11776
+ id: builtins.str,
11777
+ *,
11778
+ domain_identifier: builtins.str,
11779
+ model: typing.Union[_IResolvable_da3f097b, typing.Union["CfnFormType.ModelProperty", typing.Dict[builtins.str, typing.Any]]],
11780
+ name: builtins.str,
11781
+ owning_project_identifier: builtins.str,
11782
+ description: typing.Optional[builtins.str] = None,
11783
+ status: typing.Optional[builtins.str] = None,
11784
+ ) -> None:
11785
+ '''
11786
+ :param scope: Scope in which this resource is defined.
11787
+ :param id: Construct identifier for this resource (unique in its scope).
11788
+ :param domain_identifier: The ID of the Amazon DataZone domain in which this metadata form type is created.
11789
+ :param model: Indicates the smithy model of the API.
11790
+ :param name: The name of this Amazon DataZone metadata form type.
11791
+ :param owning_project_identifier: The ID of the Amazon DataZone project that owns this metadata form type.
11792
+ :param description: The description of this Amazon DataZone metadata form type.
11793
+ :param status: The status of this Amazon DataZone metadata form type.
11794
+ '''
11795
+ if __debug__:
11796
+ type_hints = typing.get_type_hints(_typecheckingstub__f81071a1a99e5415d6626de96c93bf3bae9973b224056b0dd081b7dea58b9c42)
11797
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
11798
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
11799
+ props = CfnFormTypeProps(
11800
+ domain_identifier=domain_identifier,
11801
+ model=model,
11802
+ name=name,
11803
+ owning_project_identifier=owning_project_identifier,
11804
+ description=description,
11805
+ status=status,
11806
+ )
11807
+
11808
+ jsii.create(self.__class__, self, [scope, id, props])
11809
+
11810
+ @jsii.member(jsii_name="inspect")
11811
+ def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
11812
+ '''Examines the CloudFormation resource and discloses attributes.
11813
+
11814
+ :param inspector: tree inspector to collect and process attributes.
11815
+ '''
11816
+ if __debug__:
11817
+ type_hints = typing.get_type_hints(_typecheckingstub__b464c1e8d9caba7ca12d282335a590316faa2a9e44c06ef3fcfcf2bf658e2f59)
11818
+ check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
11819
+ return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
11820
+
11821
+ @jsii.member(jsii_name="renderProperties")
11822
+ def _render_properties(
11823
+ self,
11824
+ props: typing.Mapping[builtins.str, typing.Any],
11825
+ ) -> typing.Mapping[builtins.str, typing.Any]:
11826
+ '''
11827
+ :param props: -
11828
+ '''
11829
+ if __debug__:
11830
+ type_hints = typing.get_type_hints(_typecheckingstub__bad9fae448f7834a64bdc6ac75126955a5d220edd03996d839f25e40662c1840)
11831
+ check_type(argname="argument props", value=props, expected_type=type_hints["props"])
11832
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
11833
+
11834
+ @jsii.python.classproperty
11835
+ @jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
11836
+ def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
11837
+ '''The CloudFormation resource type name for this resource class.'''
11838
+ return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
11839
+
11840
+ @builtins.property
11841
+ @jsii.member(jsii_name="attrCreatedAt")
11842
+ def attr_created_at(self) -> builtins.str:
11843
+ '''The timestamp of when this Amazon DataZone metadata form type was created.
11844
+
11845
+ :cloudformationAttribute: CreatedAt
11846
+ '''
11847
+ return typing.cast(builtins.str, jsii.get(self, "attrCreatedAt"))
11848
+
11849
+ @builtins.property
11850
+ @jsii.member(jsii_name="attrCreatedBy")
11851
+ def attr_created_by(self) -> builtins.str:
11852
+ '''The user who created this Amazon DataZone metadata form type.
11853
+
11854
+ :cloudformationAttribute: CreatedBy
11855
+ '''
11856
+ return typing.cast(builtins.str, jsii.get(self, "attrCreatedBy"))
11857
+
11858
+ @builtins.property
11859
+ @jsii.member(jsii_name="attrDomainId")
11860
+ def attr_domain_id(self) -> builtins.str:
11861
+ '''The ID of the Amazon DataZone domain in which this metadata form type is created.
11862
+
11863
+ :cloudformationAttribute: DomainId
11864
+ '''
11865
+ return typing.cast(builtins.str, jsii.get(self, "attrDomainId"))
11866
+
11867
+ @builtins.property
11868
+ @jsii.member(jsii_name="attrFormTypeIdentifier")
11869
+ def attr_form_type_identifier(self) -> builtins.str:
11870
+ '''The ID of this Amazon DataZone metadata form type.
11871
+
11872
+ :cloudformationAttribute: FormTypeIdentifier
11873
+ '''
11874
+ return typing.cast(builtins.str, jsii.get(self, "attrFormTypeIdentifier"))
11875
+
11876
+ @builtins.property
11877
+ @jsii.member(jsii_name="attrOwningProjectId")
11878
+ def attr_owning_project_id(self) -> builtins.str:
11879
+ '''The ID of the project that owns this Amazon DataZone metadata form type.
11880
+
11881
+ :cloudformationAttribute: OwningProjectId
11882
+ '''
11883
+ return typing.cast(builtins.str, jsii.get(self, "attrOwningProjectId"))
11884
+
11885
+ @builtins.property
11886
+ @jsii.member(jsii_name="attrRevision")
11887
+ def attr_revision(self) -> builtins.str:
11888
+ '''The revision of this Amazon DataZone metadata form type.
11889
+
11890
+ :cloudformationAttribute: Revision
11891
+ '''
11892
+ return typing.cast(builtins.str, jsii.get(self, "attrRevision"))
11893
+
11894
+ @builtins.property
11895
+ @jsii.member(jsii_name="cfnProperties")
11896
+ def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
11897
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
11898
+
11899
+ @builtins.property
11900
+ @jsii.member(jsii_name="formTypeRef")
11901
+ def form_type_ref(self) -> FormTypeReference:
11902
+ '''A reference to a FormType resource.'''
11903
+ return typing.cast(FormTypeReference, jsii.get(self, "formTypeRef"))
11904
+
11905
+ @builtins.property
11906
+ @jsii.member(jsii_name="domainIdentifier")
11907
+ def domain_identifier(self) -> builtins.str:
11908
+ '''The ID of the Amazon DataZone domain in which this metadata form type is created.'''
11909
+ return typing.cast(builtins.str, jsii.get(self, "domainIdentifier"))
11910
+
11911
+ @domain_identifier.setter
11912
+ def domain_identifier(self, value: builtins.str) -> None:
11913
+ if __debug__:
11914
+ type_hints = typing.get_type_hints(_typecheckingstub__2b46e3b1065bc071b7c178d8c453b0749af37045869bbbf51fcbc9495351a9c8)
11915
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
11916
+ jsii.set(self, "domainIdentifier", value) # pyright: ignore[reportArgumentType]
11917
+
11918
+ @builtins.property
11919
+ @jsii.member(jsii_name="model")
11920
+ def model(self) -> typing.Union[_IResolvable_da3f097b, "CfnFormType.ModelProperty"]:
11921
+ '''Indicates the smithy model of the API.'''
11922
+ return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnFormType.ModelProperty"], jsii.get(self, "model"))
11923
+
11924
+ @model.setter
11925
+ def model(
11926
+ self,
11927
+ value: typing.Union[_IResolvable_da3f097b, "CfnFormType.ModelProperty"],
11928
+ ) -> None:
11929
+ if __debug__:
11930
+ type_hints = typing.get_type_hints(_typecheckingstub__b3f1c11a2e22affbdfa75c3598ef0670bfa54222c19e080d1f27477fceab0b08)
11931
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
11932
+ jsii.set(self, "model", value) # pyright: ignore[reportArgumentType]
11933
+
11934
+ @builtins.property
11935
+ @jsii.member(jsii_name="name")
11936
+ def name(self) -> builtins.str:
11937
+ '''The name of this Amazon DataZone metadata form type.'''
11938
+ return typing.cast(builtins.str, jsii.get(self, "name"))
11939
+
11940
+ @name.setter
11941
+ def name(self, value: builtins.str) -> None:
11942
+ if __debug__:
11943
+ type_hints = typing.get_type_hints(_typecheckingstub__4db67c3acb5b6a0032679e096fc2e3c4890bed280f7a8375900977292223c9c9)
11944
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
11945
+ jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
11946
+
11947
+ @builtins.property
11948
+ @jsii.member(jsii_name="owningProjectIdentifier")
11949
+ def owning_project_identifier(self) -> builtins.str:
11950
+ '''The ID of the Amazon DataZone project that owns this metadata form type.'''
11951
+ return typing.cast(builtins.str, jsii.get(self, "owningProjectIdentifier"))
11952
+
11953
+ @owning_project_identifier.setter
11954
+ def owning_project_identifier(self, value: builtins.str) -> None:
11955
+ if __debug__:
11956
+ type_hints = typing.get_type_hints(_typecheckingstub__ef621e28b6e4f4b3ff8d056fd5590e62a42d672e8eb7f3178e4433052f99b78f)
11957
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
11958
+ jsii.set(self, "owningProjectIdentifier", value) # pyright: ignore[reportArgumentType]
11959
+
11960
+ @builtins.property
11961
+ @jsii.member(jsii_name="description")
11962
+ def description(self) -> typing.Optional[builtins.str]:
11963
+ '''The description of this Amazon DataZone metadata form type.'''
11964
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "description"))
11965
+
11966
+ @description.setter
11967
+ def description(self, value: typing.Optional[builtins.str]) -> None:
11968
+ if __debug__:
11969
+ type_hints = typing.get_type_hints(_typecheckingstub__9e202387db1832295d6567c2f10923cb43415fa7c54595651d97565f41d96ac5)
11970
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
11971
+ jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
11972
+
11973
+ @builtins.property
11974
+ @jsii.member(jsii_name="status")
11975
+ def status(self) -> typing.Optional[builtins.str]:
11976
+ '''The status of this Amazon DataZone metadata form type.'''
11977
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "status"))
11978
+
11979
+ @status.setter
11980
+ def status(self, value: typing.Optional[builtins.str]) -> None:
11981
+ if __debug__:
11982
+ type_hints = typing.get_type_hints(_typecheckingstub__020adc02f22142ea5477f1a153c01137dede2ab4e6371a06591cf06f6c428d61)
11983
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
11984
+ jsii.set(self, "status", value) # pyright: ignore[reportArgumentType]
11985
+
11986
+ @jsii.data_type(
11987
+ jsii_type="aws-cdk-lib.aws_datazone.CfnFormType.ModelProperty",
11988
+ jsii_struct_bases=[],
11989
+ name_mapping={"smithy": "smithy"},
11990
+ )
11991
+ class ModelProperty:
11992
+ def __init__(self, *, smithy: typing.Optional[builtins.str] = None) -> None:
11993
+ '''Indicates the smithy model of the API.
11994
+
11995
+ :param smithy:
11996
+
11997
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-formtype-model.html
11998
+ :exampleMetadata: fixture=_generated
11999
+
12000
+ Example::
12001
+
12002
+ # The code below shows an example of how to instantiate this type.
12003
+ # The values are placeholders you should change.
12004
+ from aws_cdk import aws_datazone as datazone
12005
+
12006
+ model_property = datazone.CfnFormType.ModelProperty(
12007
+ smithy="smithy"
12008
+ )
12009
+ '''
12010
+ if __debug__:
12011
+ type_hints = typing.get_type_hints(_typecheckingstub__eaaec1a7e6bb1ed0f7ee04f5ba73618200b18c1dc4719937dd04e1c76c1d7854)
12012
+ check_type(argname="argument smithy", value=smithy, expected_type=type_hints["smithy"])
12013
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
12014
+ if smithy is not None:
12015
+ self._values["smithy"] = smithy
12016
+
12017
+ @builtins.property
12018
+ def smithy(self) -> typing.Optional[builtins.str]:
12019
+ '''
12020
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-formtype-model.html#cfn-datazone-formtype-model-smithy
12021
+ '''
12022
+ result = self._values.get("smithy")
12023
+ return typing.cast(typing.Optional[builtins.str], result)
12024
+
12025
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
12026
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
12027
+
12028
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
12029
+ return not (rhs == self)
12030
+
12031
+ def __repr__(self) -> str:
12032
+ return "ModelProperty(%s)" % ", ".join(
12033
+ k + "=" + repr(v) for k, v in self._values.items()
12034
+ )
12035
+
12036
+
11448
12037
  @jsii.implements(_IInspectable_c2943556, IGroupProfileRef)
11449
12038
  class CfnGroupProfile(
11450
12039
  _CfnResource_9df397a6,
@@ -11702,6 +12291,22 @@ class CfnOwner(
11702
12291
  '''The CloudFormation resource type name for this resource class.'''
11703
12292
  return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
11704
12293
 
12294
+ @builtins.property
12295
+ @jsii.member(jsii_name="attrOwnerIdentifier")
12296
+ def attr_owner_identifier(self) -> builtins.str:
12297
+ '''
12298
+ :cloudformationAttribute: OwnerIdentifier
12299
+ '''
12300
+ return typing.cast(builtins.str, jsii.get(self, "attrOwnerIdentifier"))
12301
+
12302
+ @builtins.property
12303
+ @jsii.member(jsii_name="attrOwnerType")
12304
+ def attr_owner_type(self) -> builtins.str:
12305
+ '''
12306
+ :cloudformationAttribute: OwnerType
12307
+ '''
12308
+ return typing.cast(builtins.str, jsii.get(self, "attrOwnerType"))
12309
+
11705
12310
  @builtins.property
11706
12311
  @jsii.member(jsii_name="cfnProperties")
11707
12312
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -13165,7 +13770,7 @@ class CfnPolicyGrant(
13165
13770
  :param create_environment_from_blueprint: The details of the policy of creating an environment.
13166
13771
  :param create_environment_profile: Specifies that this is a create environment profile policy.
13167
13772
  :param create_form_type: Specifies that this is a create form type policy.
13168
- :param create_glossary:
13773
+ :param create_glossary: Specifies that this is a create glossary policy.
13169
13774
  :param create_project: Specifies that this is a create project policy.
13170
13775
  :param create_project_from_project_profile: Specifies whether to create a project from project profile.
13171
13776
  :param delegate_create_environment_profile: Specifies that this is the delegation of the create environment profile policy.
@@ -13342,7 +13947,8 @@ class CfnPolicyGrant(
13342
13947
  def create_glossary(
13343
13948
  self,
13344
13949
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnPolicyGrant.CreateGlossaryPolicyGrantDetailProperty"]]:
13345
- '''
13950
+ '''Specifies that this is a create glossary policy.
13951
+
13346
13952
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-policygrantdetail.html#cfn-datazone-policygrant-policygrantdetail-createglossary
13347
13953
  '''
13348
13954
  result = self._values.get("create_glossary")
@@ -14332,6 +14938,22 @@ class CfnProjectMembership(
14332
14938
  '''The CloudFormation resource type name for this resource class.'''
14333
14939
  return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
14334
14940
 
14941
+ @builtins.property
14942
+ @jsii.member(jsii_name="attrMemberIdentifier")
14943
+ def attr_member_identifier(self) -> builtins.str:
14944
+ '''
14945
+ :cloudformationAttribute: MemberIdentifier
14946
+ '''
14947
+ return typing.cast(builtins.str, jsii.get(self, "attrMemberIdentifier"))
14948
+
14949
+ @builtins.property
14950
+ @jsii.member(jsii_name="attrMemberIdentifierType")
14951
+ def attr_member_identifier_type(self) -> builtins.str:
14952
+ '''
14953
+ :cloudformationAttribute: MemberIdentifierType
14954
+ '''
14955
+ return typing.cast(builtins.str, jsii.get(self, "attrMemberIdentifierType"))
14956
+
14335
14957
  @builtins.property
14336
14958
  @jsii.member(jsii_name="cfnProperties")
14337
14959
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -16072,6 +16694,8 @@ __all__ = [
16072
16694
  "CfnEnvironmentProfile",
16073
16695
  "CfnEnvironmentProfileProps",
16074
16696
  "CfnEnvironmentProps",
16697
+ "CfnFormType",
16698
+ "CfnFormTypeProps",
16075
16699
  "CfnGroupProfile",
16076
16700
  "CfnGroupProfileProps",
16077
16701
  "CfnOwner",
@@ -16096,6 +16720,7 @@ __all__ = [
16096
16720
  "EnvironmentBlueprintConfigurationReference",
16097
16721
  "EnvironmentProfileReference",
16098
16722
  "EnvironmentReference",
16723
+ "FormTypeReference",
16099
16724
  "GroupProfileReference",
16100
16725
  "IConnectionRef",
16101
16726
  "IDataSourceRef",
@@ -16105,6 +16730,7 @@ __all__ = [
16105
16730
  "IEnvironmentBlueprintConfigurationRef",
16106
16731
  "IEnvironmentProfileRef",
16107
16732
  "IEnvironmentRef",
16733
+ "IFormTypeRef",
16108
16734
  "IGroupProfileRef",
16109
16735
  "IOwnerRef",
16110
16736
  "IPolicyGrantRef",
@@ -16235,6 +16861,18 @@ def _typecheckingstub__52cb17aae6cf0b0cbeef010a71f7f53573517f0a8e973b5881ae34c16
16235
16861
  """Type checking stubs"""
16236
16862
  pass
16237
16863
 
16864
+ def _typecheckingstub__1d5d64f9db9d5db2b48658391fb0d79863073acb36e66a1bbe210ae89102e089(
16865
+ *,
16866
+ domain_identifier: builtins.str,
16867
+ model: typing.Union[_IResolvable_da3f097b, typing.Union[CfnFormType.ModelProperty, typing.Dict[builtins.str, typing.Any]]],
16868
+ name: builtins.str,
16869
+ owning_project_identifier: builtins.str,
16870
+ description: typing.Optional[builtins.str] = None,
16871
+ status: typing.Optional[builtins.str] = None,
16872
+ ) -> None:
16873
+ """Type checking stubs"""
16874
+ pass
16875
+
16238
16876
  def _typecheckingstub__4f4f2d05f4850cb07cd88e6e5af875d2c16fa3ae4bcbc384b9a51f7f0d0ca2e4(
16239
16877
  *,
16240
16878
  domain_identifier: builtins.str,
@@ -16392,6 +17030,14 @@ def _typecheckingstub__370a2d27cc92ceba84e36d72845193f2510637d09de1d67c6b2b2984d
16392
17030
  """Type checking stubs"""
16393
17031
  pass
16394
17032
 
17033
+ def _typecheckingstub__7e9137523d26d74e056985919cf6df2d81e05562c4039a5d385b18594d48b472(
17034
+ *,
17035
+ domain_identifier: builtins.str,
17036
+ form_type_identifier: builtins.str,
17037
+ ) -> None:
17038
+ """Type checking stubs"""
17039
+ pass
17040
+
16395
17041
  def _typecheckingstub__6ce66ea6bf7b5361f65d65ddde4876e6193bf5469d720e89d59399ffb9a6ab0e(
16396
17042
  *,
16397
17043
  domain_id: builtins.str,
@@ -16983,6 +17629,22 @@ def _typecheckingstub__047efef40bc572d080b2e64b8f32c1db40e40ba16fc7d29d887073e9c
16983
17629
  """Type checking stubs"""
16984
17630
  pass
16985
17631
 
17632
+ def _typecheckingstub__184266697bd0b40b6137c37aa81e137c2d331c0790dbbb08061a3d04dcf83f9c(
17633
+ scope: _constructs_77d1e7e8.Construct,
17634
+ id: builtins.str,
17635
+ arn: builtins.str,
17636
+ ) -> None:
17637
+ """Type checking stubs"""
17638
+ pass
17639
+
17640
+ def _typecheckingstub__980a13437d77898f5d34721718082a5f116a6033aaf35aa8e2f76cb08c6ae77c(
17641
+ scope: _constructs_77d1e7e8.Construct,
17642
+ id: builtins.str,
17643
+ domain_id: builtins.str,
17644
+ ) -> None:
17645
+ """Type checking stubs"""
17646
+ pass
17647
+
16986
17648
  def _typecheckingstub__44ac286b6a265a7b8c549e9f75d607cdf3e71f300523940763c96adb368c15ac(
16987
17649
  inspector: _TreeInspector_488e0dd5,
16988
17650
  ) -> None:
@@ -17450,6 +18112,75 @@ def _typecheckingstub__7d9a0947f6555aed5fe498e71fb0065f6dff69f004c35341f60523d1d
17450
18112
  """Type checking stubs"""
17451
18113
  pass
17452
18114
 
18115
+ def _typecheckingstub__f81071a1a99e5415d6626de96c93bf3bae9973b224056b0dd081b7dea58b9c42(
18116
+ scope: _constructs_77d1e7e8.Construct,
18117
+ id: builtins.str,
18118
+ *,
18119
+ domain_identifier: builtins.str,
18120
+ model: typing.Union[_IResolvable_da3f097b, typing.Union[CfnFormType.ModelProperty, typing.Dict[builtins.str, typing.Any]]],
18121
+ name: builtins.str,
18122
+ owning_project_identifier: builtins.str,
18123
+ description: typing.Optional[builtins.str] = None,
18124
+ status: typing.Optional[builtins.str] = None,
18125
+ ) -> None:
18126
+ """Type checking stubs"""
18127
+ pass
18128
+
18129
+ def _typecheckingstub__b464c1e8d9caba7ca12d282335a590316faa2a9e44c06ef3fcfcf2bf658e2f59(
18130
+ inspector: _TreeInspector_488e0dd5,
18131
+ ) -> None:
18132
+ """Type checking stubs"""
18133
+ pass
18134
+
18135
+ def _typecheckingstub__bad9fae448f7834a64bdc6ac75126955a5d220edd03996d839f25e40662c1840(
18136
+ props: typing.Mapping[builtins.str, typing.Any],
18137
+ ) -> None:
18138
+ """Type checking stubs"""
18139
+ pass
18140
+
18141
+ def _typecheckingstub__2b46e3b1065bc071b7c178d8c453b0749af37045869bbbf51fcbc9495351a9c8(
18142
+ value: builtins.str,
18143
+ ) -> None:
18144
+ """Type checking stubs"""
18145
+ pass
18146
+
18147
+ def _typecheckingstub__b3f1c11a2e22affbdfa75c3598ef0670bfa54222c19e080d1f27477fceab0b08(
18148
+ value: typing.Union[_IResolvable_da3f097b, CfnFormType.ModelProperty],
18149
+ ) -> None:
18150
+ """Type checking stubs"""
18151
+ pass
18152
+
18153
+ def _typecheckingstub__4db67c3acb5b6a0032679e096fc2e3c4890bed280f7a8375900977292223c9c9(
18154
+ value: builtins.str,
18155
+ ) -> None:
18156
+ """Type checking stubs"""
18157
+ pass
18158
+
18159
+ def _typecheckingstub__ef621e28b6e4f4b3ff8d056fd5590e62a42d672e8eb7f3178e4433052f99b78f(
18160
+ value: builtins.str,
18161
+ ) -> None:
18162
+ """Type checking stubs"""
18163
+ pass
18164
+
18165
+ def _typecheckingstub__9e202387db1832295d6567c2f10923cb43415fa7c54595651d97565f41d96ac5(
18166
+ value: typing.Optional[builtins.str],
18167
+ ) -> None:
18168
+ """Type checking stubs"""
18169
+ pass
18170
+
18171
+ def _typecheckingstub__020adc02f22142ea5477f1a153c01137dede2ab4e6371a06591cf06f6c428d61(
18172
+ value: typing.Optional[builtins.str],
18173
+ ) -> None:
18174
+ """Type checking stubs"""
18175
+ pass
18176
+
18177
+ def _typecheckingstub__eaaec1a7e6bb1ed0f7ee04f5ba73618200b18c1dc4719937dd04e1c76c1d7854(
18178
+ *,
18179
+ smithy: typing.Optional[builtins.str] = None,
18180
+ ) -> None:
18181
+ """Type checking stubs"""
18182
+ pass
18183
+
17453
18184
  def _typecheckingstub__6bccafb3ac5ccb0c73cc0aaea6cf365a78e841d8d731ffbfa84165d7f8100f7a(
17454
18185
  scope: _constructs_77d1e7e8.Construct,
17455
18186
  id: builtins.str,