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
@@ -5449,12 +5449,12 @@ class CfnDomainNameProps:
5449
5449
  ) -> None:
5450
5450
  '''Properties for defining a ``CfnDomainName``.
5451
5451
 
5452
- :param certificate_arn: The reference to an AWS -managed certificate that will be used by edge-optimized endpoint or private endpoint for this domain name. AWS Certificate Manager is the only supported source.
5452
+ :param certificate_arn: The reference to an AWS -managed certificate that will be used by edge-optimized endpoint or private endpoint for this domain name. Certificate Manager is the only supported source.
5453
5453
  :param domain_name: The custom domain name as an API host name, for example, ``my-api.example.com`` .
5454
5454
  :param endpoint_configuration: The endpoint configuration of this DomainName showing the endpoint types and IP address types of the domain name.
5455
5455
  :param mutual_tls_authentication: The mutual TLS authentication configuration for a custom domain name. If specified, API Gateway performs two-way authentication between the client and the server. Clients must present a trusted certificate to access your API.
5456
5456
  :param ownership_verification_certificate_arn: The ARN of the public certificate issued by ACM to validate ownership of your custom domain. Only required when configuring mutual TLS and using an ACM imported or private CA certificate ARN as the RegionalCertificateArn.
5457
- :param regional_certificate_arn: The reference to an AWS -managed certificate that will be used for validating the regional domain name. AWS Certificate Manager is the only supported source.
5457
+ :param regional_certificate_arn: The reference to an AWS -managed certificate that will be used for validating the regional domain name. Certificate Manager is the only supported source.
5458
5458
  :param routing_mode: The routing mode for this domain name. The routing mode determines how API Gateway sends traffic from your custom domain name to your public APIs. Default: - "BASE_PATH_MAPPING_ONLY"
5459
5459
  :param security_policy: The Transport Layer Security (TLS) version + cipher suite for this DomainName. The valid values are ``TLS_1_0`` and ``TLS_1_2`` .
5460
5460
  :param tags: The collection of tags. Each tag element is associated with a given resource.
@@ -5524,7 +5524,7 @@ class CfnDomainNameProps:
5524
5524
  def certificate_arn(self) -> typing.Optional[builtins.str]:
5525
5525
  '''The reference to an AWS -managed certificate that will be used by edge-optimized endpoint or private endpoint for this domain name.
5526
5526
 
5527
- AWS Certificate Manager is the only supported source.
5527
+ Certificate Manager is the only supported source.
5528
5528
 
5529
5529
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-certificatearn
5530
5530
  '''
@@ -5579,7 +5579,7 @@ class CfnDomainNameProps:
5579
5579
  def regional_certificate_arn(self) -> typing.Optional[builtins.str]:
5580
5580
  '''The reference to an AWS -managed certificate that will be used for validating the regional domain name.
5581
5581
 
5582
- AWS Certificate Manager is the only supported source.
5582
+ Certificate Manager is the only supported source.
5583
5583
 
5584
5584
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-regionalcertificatearn
5585
5585
  '''
@@ -6045,6 +6045,7 @@ class CfnMethodProps:
6045
6045
  request_templates={
6046
6046
  "request_templates_key": "requestTemplates"
6047
6047
  },
6048
+ response_transfer_mode="responseTransferMode",
6048
6049
  timeout_in_millis=123,
6049
6050
  uri="uri"
6050
6051
  ),
@@ -22138,6 +22139,27 @@ class CfnApiKey(
22138
22139
 
22139
22140
  jsii.create(self.__class__, self, [scope, id, props])
22140
22141
 
22142
+ @jsii.member(jsii_name="fromApiKeyId")
22143
+ @builtins.classmethod
22144
+ def from_api_key_id(
22145
+ cls,
22146
+ scope: _constructs_77d1e7e8.Construct,
22147
+ id: builtins.str,
22148
+ api_key_id: builtins.str,
22149
+ ) -> IApiKeyRef:
22150
+ '''Creates a new IApiKeyRef from a apiKeyId.
22151
+
22152
+ :param scope: -
22153
+ :param id: -
22154
+ :param api_key_id: -
22155
+ '''
22156
+ if __debug__:
22157
+ type_hints = typing.get_type_hints(_typecheckingstub__d28618723a7da86eac262dd6fcbd57647bc2aa89de83959534c6b5288f040fef)
22158
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
22159
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
22160
+ check_type(argname="argument api_key_id", value=api_key_id, expected_type=type_hints["api_key_id"])
22161
+ return typing.cast(IApiKeyRef, jsii.sinvoke(cls, "fromApiKeyId", [scope, id, api_key_id]))
22162
+
22141
22163
  @jsii.member(jsii_name="inspect")
22142
22164
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
22143
22165
  '''Examines the CloudFormation resource and discloses attributes.
@@ -23044,6 +23066,27 @@ class CfnClientCertificate(
23044
23066
 
23045
23067
  jsii.create(self.__class__, self, [scope, id, props])
23046
23068
 
23069
+ @jsii.member(jsii_name="fromClientCertificateId")
23070
+ @builtins.classmethod
23071
+ def from_client_certificate_id(
23072
+ cls,
23073
+ scope: _constructs_77d1e7e8.Construct,
23074
+ id: builtins.str,
23075
+ client_certificate_id: builtins.str,
23076
+ ) -> IClientCertificateRef:
23077
+ '''Creates a new IClientCertificateRef from a clientCertificateId.
23078
+
23079
+ :param scope: -
23080
+ :param id: -
23081
+ :param client_certificate_id: -
23082
+ '''
23083
+ if __debug__:
23084
+ type_hints = typing.get_type_hints(_typecheckingstub__0a5e31aa2352a567ea0a97f6b3c305db593bab1d23ed323eab3a574cdbc20b53)
23085
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
23086
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
23087
+ check_type(argname="argument client_certificate_id", value=client_certificate_id, expected_type=type_hints["client_certificate_id"])
23088
+ return typing.cast(IClientCertificateRef, jsii.sinvoke(cls, "fromClientCertificateId", [scope, id, client_certificate_id]))
23089
+
23047
23090
  @jsii.member(jsii_name="inspect")
23048
23091
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
23049
23092
  '''Examines the CloudFormation resource and discloses attributes.
@@ -24766,12 +24809,12 @@ class CfnDomainName(
24766
24809
  '''
24767
24810
  :param scope: Scope in which this resource is defined.
24768
24811
  :param id: Construct identifier for this resource (unique in its scope).
24769
- :param certificate_arn: The reference to an AWS -managed certificate that will be used by edge-optimized endpoint or private endpoint for this domain name. AWS Certificate Manager is the only supported source.
24812
+ :param certificate_arn: The reference to an AWS -managed certificate that will be used by edge-optimized endpoint or private endpoint for this domain name. Certificate Manager is the only supported source.
24770
24813
  :param domain_name: The custom domain name as an API host name, for example, ``my-api.example.com`` .
24771
24814
  :param endpoint_configuration: The endpoint configuration of this DomainName showing the endpoint types and IP address types of the domain name.
24772
24815
  :param mutual_tls_authentication: The mutual TLS authentication configuration for a custom domain name. If specified, API Gateway performs two-way authentication between the client and the server. Clients must present a trusted certificate to access your API.
24773
24816
  :param ownership_verification_certificate_arn: The ARN of the public certificate issued by ACM to validate ownership of your custom domain. Only required when configuring mutual TLS and using an ACM imported or private CA certificate ARN as the RegionalCertificateArn.
24774
- :param regional_certificate_arn: The reference to an AWS -managed certificate that will be used for validating the regional domain name. AWS Certificate Manager is the only supported source.
24817
+ :param regional_certificate_arn: The reference to an AWS -managed certificate that will be used for validating the regional domain name. Certificate Manager is the only supported source.
24775
24818
  :param routing_mode: The routing mode for this domain name. The routing mode determines how API Gateway sends traffic from your custom domain name to your public APIs. Default: - "BASE_PATH_MAPPING_ONLY"
24776
24819
  :param security_policy: The Transport Layer Security (TLS) version + cipher suite for this DomainName. The valid values are ``TLS_1_0`` and ``TLS_1_2`` .
24777
24820
  :param tags: The collection of tags. Each tag element is associated with a given resource.
@@ -24794,6 +24837,48 @@ class CfnDomainName(
24794
24837
 
24795
24838
  jsii.create(self.__class__, self, [scope, id, props])
24796
24839
 
24840
+ @jsii.member(jsii_name="fromDomainName")
24841
+ @builtins.classmethod
24842
+ def from_domain_name(
24843
+ cls,
24844
+ scope: _constructs_77d1e7e8.Construct,
24845
+ id: builtins.str,
24846
+ domain_name: builtins.str,
24847
+ ) -> IDomainNameRef:
24848
+ '''Creates a new IDomainNameRef from a domainName.
24849
+
24850
+ :param scope: -
24851
+ :param id: -
24852
+ :param domain_name: -
24853
+ '''
24854
+ if __debug__:
24855
+ type_hints = typing.get_type_hints(_typecheckingstub__7573cabb5591aeca76fca113dbdb083344840ea756b892b5b440934d48a9afb3)
24856
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
24857
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
24858
+ check_type(argname="argument domain_name", value=domain_name, expected_type=type_hints["domain_name"])
24859
+ return typing.cast(IDomainNameRef, jsii.sinvoke(cls, "fromDomainName", [scope, id, domain_name]))
24860
+
24861
+ @jsii.member(jsii_name="fromDomainNameArn")
24862
+ @builtins.classmethod
24863
+ def from_domain_name_arn(
24864
+ cls,
24865
+ scope: _constructs_77d1e7e8.Construct,
24866
+ id: builtins.str,
24867
+ arn: builtins.str,
24868
+ ) -> IDomainNameRef:
24869
+ '''Creates a new IDomainNameRef from an ARN.
24870
+
24871
+ :param scope: -
24872
+ :param id: -
24873
+ :param arn: -
24874
+ '''
24875
+ if __debug__:
24876
+ type_hints = typing.get_type_hints(_typecheckingstub__7594371e62564d813ae77a2f2b52731cbf46dfc26d0b9ee7957708a268f7536f)
24877
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
24878
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
24879
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
24880
+ return typing.cast(IDomainNameRef, jsii.sinvoke(cls, "fromDomainNameArn", [scope, id, arn]))
24881
+
24797
24882
  @jsii.member(jsii_name="inspect")
24798
24883
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
24799
24884
  '''Examines the CloudFormation resource and discloses attributes.
@@ -25930,6 +26015,7 @@ class CfnMethod(
25930
26015
  request_templates={
25931
26016
  "request_templates_key": "requestTemplates"
25932
26017
  },
26018
+ response_transfer_mode="responseTransferMode",
25933
26019
  timeout_in_millis=123,
25934
26020
  uri="uri"
25935
26021
  ),
@@ -26267,6 +26353,7 @@ class CfnMethod(
26267
26353
  "passthrough_behavior": "passthroughBehavior",
26268
26354
  "request_parameters": "requestParameters",
26269
26355
  "request_templates": "requestTemplates",
26356
+ "response_transfer_mode": "responseTransferMode",
26270
26357
  "timeout_in_millis": "timeoutInMillis",
26271
26358
  "uri": "uri",
26272
26359
  },
@@ -26287,6 +26374,7 @@ class CfnMethod(
26287
26374
  passthrough_behavior: typing.Optional[builtins.str] = None,
26288
26375
  request_parameters: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
26289
26376
  request_templates: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
26377
+ response_transfer_mode: typing.Optional[builtins.str] = None,
26290
26378
  timeout_in_millis: typing.Optional[jsii.Number] = None,
26291
26379
  uri: typing.Optional[builtins.str] = None,
26292
26380
  ) -> None:
@@ -26304,6 +26392,7 @@ class CfnMethod(
26304
26392
  :param passthrough_behavior: Specifies how the method request body of an unmapped content type will be passed through the integration request to the back end without transformation. A content type is unmapped if no mapping template is defined in the integration or the content type does not match any of the mapped content types, as specified in ``requestTemplates`` . The valid value is one of the following: ``WHEN_NO_MATCH`` : passes the method request body through the integration request to the back end without transformation when the method request content type does not match any content type associated with the mapping templates defined in the integration request. ``WHEN_NO_TEMPLATES`` : passes the method request body through the integration request to the back end without transformation when no mapping template is defined in the integration request. If a template is defined when this option is selected, the method request of an unmapped content-type will be rejected with an HTTP 415 Unsupported Media Type response. ``NEVER`` : rejects the method request with an HTTP 415 Unsupported Media Type response when either the method request content type does not match any content type associated with the mapping templates defined in the integration request or no mapping template is defined in the integration request.
26305
26393
  :param request_parameters: A key-value map specifying request parameters that are passed from the method request to the back end. The key is an integration request parameter name and the associated value is a method request parameter value or static value that must be enclosed within single quotes and pre-encoded as required by the back end. The method request parameter value must match the pattern of ``method.request.{location}.{name}`` , where ``location`` is ``querystring`` , ``path`` , or ``header`` and ``name`` must be a valid and unique method request parameter name.
26306
26394
  :param request_templates: Represents a map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client. The content type value is the key in this map, and the template (as a String) is the value.
26395
+ :param response_transfer_mode: Default: - "BUFFERED"
26307
26396
  :param timeout_in_millis: Custom timeout between 50 and 29,000 milliseconds. The default value is 29,000 milliseconds or 29 seconds. You can increase the default value to longer than 29 seconds for Regional or private APIs only.
26308
26397
  :param uri: Specifies Uniform Resource Identifier (URI) of the integration endpoint. For ``HTTP`` or ``HTTP_PROXY`` integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification for standard integrations. If ``connectionType`` is ``VPC_LINK`` specify the Network Load Balancer DNS name. For ``AWS`` or ``AWS_PROXY`` integrations, the URI is of the form ``arn:aws:apigateway:{region}:{subdomain.service|service}:path|action/{service_api}`` . Here, {Region} is the API Gateway region (e.g., us-east-1); {service} is the name of the integrated AWS service (e.g., s3); and {subdomain} is a designated subdomain supported by certain AWS service for fast host-name lookup. action can be used for an AWS service action-based API, using an Action={name}&{p1}={v1}&p2={v2}... query string. The ensuing {service_api} refers to a supported action {name} plus any required input parameters. Alternatively, path can be used for an AWS service path-based API. The ensuing service_api refers to the path to an AWS service resource, including the region of the integrated AWS service, if applicable. For example, for integration with the S3 API of GetObject, the uri can be either ``arn:aws:apigateway:us-west-2:s3:action/GetObject&Bucket={bucket}&Key={key}`` or ``arn:aws:apigateway:us-west-2:s3:path/{bucket}/{key}``
26309
26398
 
@@ -26347,6 +26436,7 @@ class CfnMethod(
26347
26436
  request_templates={
26348
26437
  "request_templates_key": "requestTemplates"
26349
26438
  },
26439
+ response_transfer_mode="responseTransferMode",
26350
26440
  timeout_in_millis=123,
26351
26441
  uri="uri"
26352
26442
  )
@@ -26365,6 +26455,7 @@ class CfnMethod(
26365
26455
  check_type(argname="argument passthrough_behavior", value=passthrough_behavior, expected_type=type_hints["passthrough_behavior"])
26366
26456
  check_type(argname="argument request_parameters", value=request_parameters, expected_type=type_hints["request_parameters"])
26367
26457
  check_type(argname="argument request_templates", value=request_templates, expected_type=type_hints["request_templates"])
26458
+ check_type(argname="argument response_transfer_mode", value=response_transfer_mode, expected_type=type_hints["response_transfer_mode"])
26368
26459
  check_type(argname="argument timeout_in_millis", value=timeout_in_millis, expected_type=type_hints["timeout_in_millis"])
26369
26460
  check_type(argname="argument uri", value=uri, expected_type=type_hints["uri"])
26370
26461
  self._values: typing.Dict[builtins.str, typing.Any] = {
@@ -26392,6 +26483,8 @@ class CfnMethod(
26392
26483
  self._values["request_parameters"] = request_parameters
26393
26484
  if request_templates is not None:
26394
26485
  self._values["request_templates"] = request_templates
26486
+ if response_transfer_mode is not None:
26487
+ self._values["response_transfer_mode"] = response_transfer_mode
26395
26488
  if timeout_in_millis is not None:
26396
26489
  self._values["timeout_in_millis"] = timeout_in_millis
26397
26490
  if uri is not None:
@@ -26534,6 +26627,16 @@ class CfnMethod(
26534
26627
  result = self._values.get("request_templates")
26535
26628
  return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
26536
26629
 
26630
+ @builtins.property
26631
+ def response_transfer_mode(self) -> typing.Optional[builtins.str]:
26632
+ '''
26633
+ :default: - "BUFFERED"
26634
+
26635
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-method-integration.html#cfn-apigateway-method-integration-responsetransfermode
26636
+ '''
26637
+ result = self._values.get("response_transfer_mode")
26638
+ return typing.cast(typing.Optional[builtins.str], result)
26639
+
26537
26640
  @builtins.property
26538
26641
  def timeout_in_millis(self) -> typing.Optional[jsii.Number]:
26539
26642
  '''Custom timeout between 50 and 29,000 milliseconds.
@@ -27430,6 +27533,27 @@ class CfnRestApi(
27430
27533
 
27431
27534
  jsii.create(self.__class__, self, [scope, id, props])
27432
27535
 
27536
+ @jsii.member(jsii_name="fromRestApiId")
27537
+ @builtins.classmethod
27538
+ def from_rest_api_id(
27539
+ cls,
27540
+ scope: _constructs_77d1e7e8.Construct,
27541
+ id: builtins.str,
27542
+ rest_api_id: builtins.str,
27543
+ ) -> IRestApiRef:
27544
+ '''Creates a new IRestApiRef from a restApiId.
27545
+
27546
+ :param scope: -
27547
+ :param id: -
27548
+ :param rest_api_id: -
27549
+ '''
27550
+ if __debug__:
27551
+ type_hints = typing.get_type_hints(_typecheckingstub__f098f990bc47fb67b4869dd0692c7805f635c5b6966164b81e7977eedb0e23a7)
27552
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
27553
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
27554
+ check_type(argname="argument rest_api_id", value=rest_api_id, expected_type=type_hints["rest_api_id"])
27555
+ return typing.cast(IRestApiRef, jsii.sinvoke(cls, "fromRestApiId", [scope, id, rest_api_id]))
27556
+
27433
27557
  @jsii.member(jsii_name="inspect")
27434
27558
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
27435
27559
  '''Examines the CloudFormation resource and discloses attributes.
@@ -28810,6 +28934,27 @@ class CfnUsagePlan(
28810
28934
 
28811
28935
  jsii.create(self.__class__, self, [scope, id, props])
28812
28936
 
28937
+ @jsii.member(jsii_name="fromUsagePlanId")
28938
+ @builtins.classmethod
28939
+ def from_usage_plan_id(
28940
+ cls,
28941
+ scope: _constructs_77d1e7e8.Construct,
28942
+ id: builtins.str,
28943
+ usage_plan_id: builtins.str,
28944
+ ) -> IUsagePlanRef:
28945
+ '''Creates a new IUsagePlanRef from a usagePlanId.
28946
+
28947
+ :param scope: -
28948
+ :param id: -
28949
+ :param usage_plan_id: -
28950
+ '''
28951
+ if __debug__:
28952
+ type_hints = typing.get_type_hints(_typecheckingstub__44855889c228ef5d7500d8d4056967324b295b7a5290ae6aa891ab901acb2c2e)
28953
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
28954
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
28955
+ check_type(argname="argument usage_plan_id", value=usage_plan_id, expected_type=type_hints["usage_plan_id"])
28956
+ return typing.cast(IUsagePlanRef, jsii.sinvoke(cls, "fromUsagePlanId", [scope, id, usage_plan_id]))
28957
+
28813
28958
  @jsii.member(jsii_name="inspect")
28814
28959
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
28815
28960
  '''Examines the CloudFormation resource and discloses attributes.
@@ -29421,6 +29566,27 @@ class CfnVpcLink(
29421
29566
 
29422
29567
  jsii.create(self.__class__, self, [scope, id, props])
29423
29568
 
29569
+ @jsii.member(jsii_name="fromVpcLinkId")
29570
+ @builtins.classmethod
29571
+ def from_vpc_link_id(
29572
+ cls,
29573
+ scope: _constructs_77d1e7e8.Construct,
29574
+ id: builtins.str,
29575
+ vpc_link_id: builtins.str,
29576
+ ) -> IVpcLinkRef:
29577
+ '''Creates a new IVpcLinkRef from a vpcLinkId.
29578
+
29579
+ :param scope: -
29580
+ :param id: -
29581
+ :param vpc_link_id: -
29582
+ '''
29583
+ if __debug__:
29584
+ type_hints = typing.get_type_hints(_typecheckingstub__c1a057c69ce236d79b8b6fb912b05b1084e8253b79689c49d313f733ba403dfd)
29585
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
29586
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
29587
+ check_type(argname="argument vpc_link_id", value=vpc_link_id, expected_type=type_hints["vpc_link_id"])
29588
+ return typing.cast(IVpcLinkRef, jsii.sinvoke(cls, "fromVpcLinkId", [scope, id, vpc_link_id]))
29589
+
29424
29590
  @jsii.member(jsii_name="inspect")
29425
29591
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
29426
29592
  '''Examines the CloudFormation resource and discloses attributes.
@@ -37866,6 +38032,14 @@ def _typecheckingstub__7b22ef3a96b2535227fcee63bac2bd1636a3ecaf8ae447d48e70ec926
37866
38032
  """Type checking stubs"""
37867
38033
  pass
37868
38034
 
38035
+ def _typecheckingstub__d28618723a7da86eac262dd6fcbd57647bc2aa89de83959534c6b5288f040fef(
38036
+ scope: _constructs_77d1e7e8.Construct,
38037
+ id: builtins.str,
38038
+ api_key_id: builtins.str,
38039
+ ) -> None:
38040
+ """Type checking stubs"""
38041
+ pass
38042
+
37869
38043
  def _typecheckingstub__3d6e2d573fd59cd7bda27f8af3a06d556bf1f848f8a8571e3bb89f6ae03687b8(
37870
38044
  inspector: _TreeInspector_488e0dd5,
37871
38045
  ) -> None:
@@ -38137,6 +38311,14 @@ def _typecheckingstub__b04e1c6e6561781583a05d34684fa7f16c7a0f9593b5bdadf17a39aa7
38137
38311
  """Type checking stubs"""
38138
38312
  pass
38139
38313
 
38314
+ def _typecheckingstub__0a5e31aa2352a567ea0a97f6b3c305db593bab1d23ed323eab3a574cdbc20b53(
38315
+ scope: _constructs_77d1e7e8.Construct,
38316
+ id: builtins.str,
38317
+ client_certificate_id: builtins.str,
38318
+ ) -> None:
38319
+ """Type checking stubs"""
38320
+ pass
38321
+
38140
38322
  def _typecheckingstub__c56b005c9ce07b196b1f4cb1c80e16999eacd5dbdfac93d2f4f64138b0808a7e(
38141
38323
  inspector: _TreeInspector_488e0dd5,
38142
38324
  ) -> None:
@@ -38393,6 +38575,22 @@ def _typecheckingstub__133ab79e698bd61c150ef7c699a84e864403caafbb03bd0bc5874cee6
38393
38575
  """Type checking stubs"""
38394
38576
  pass
38395
38577
 
38578
+ def _typecheckingstub__7573cabb5591aeca76fca113dbdb083344840ea756b892b5b440934d48a9afb3(
38579
+ scope: _constructs_77d1e7e8.Construct,
38580
+ id: builtins.str,
38581
+ domain_name: builtins.str,
38582
+ ) -> None:
38583
+ """Type checking stubs"""
38584
+ pass
38585
+
38586
+ def _typecheckingstub__7594371e62564d813ae77a2f2b52731cbf46dfc26d0b9ee7957708a268f7536f(
38587
+ scope: _constructs_77d1e7e8.Construct,
38588
+ id: builtins.str,
38589
+ arn: builtins.str,
38590
+ ) -> None:
38591
+ """Type checking stubs"""
38592
+ pass
38593
+
38396
38594
  def _typecheckingstub__37a1235a5256f1b7d85e64cb2b5f3e81e3b6388eed32f66d2b4549fc757b871a(
38397
38595
  inspector: _TreeInspector_488e0dd5,
38398
38596
  ) -> None:
@@ -38780,6 +38978,7 @@ def _typecheckingstub__7fc2a1b31e9e3f92210ced50c17b0bf1cfcdb472f8b61fcc31a3c633b
38780
38978
  passthrough_behavior: typing.Optional[builtins.str] = None,
38781
38979
  request_parameters: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
38782
38980
  request_templates: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
38981
+ response_transfer_mode: typing.Optional[builtins.str] = None,
38783
38982
  timeout_in_millis: typing.Optional[jsii.Number] = None,
38784
38983
  uri: typing.Optional[builtins.str] = None,
38785
38984
  ) -> None:
@@ -38973,6 +39172,14 @@ def _typecheckingstub__781aae0a2f2512495cbd89d2be23edec0478e71fd6a59c0527cabb245
38973
39172
  """Type checking stubs"""
38974
39173
  pass
38975
39174
 
39175
+ def _typecheckingstub__f098f990bc47fb67b4869dd0692c7805f635c5b6966164b81e7977eedb0e23a7(
39176
+ scope: _constructs_77d1e7e8.Construct,
39177
+ id: builtins.str,
39178
+ rest_api_id: builtins.str,
39179
+ ) -> None:
39180
+ """Type checking stubs"""
39181
+ pass
39182
+
38976
39183
  def _typecheckingstub__0d311995dffe9db41f0b189d5aaebea2138fbb7863d3fb06df01c202917e8b13(
38977
39184
  inspector: _TreeInspector_488e0dd5,
38978
39185
  ) -> None:
@@ -39260,6 +39467,14 @@ def _typecheckingstub__8a8c11347e47e0f4cc9518ba40e4026dd908f54137f8dd41f789c4c65
39260
39467
  """Type checking stubs"""
39261
39468
  pass
39262
39469
 
39470
+ def _typecheckingstub__44855889c228ef5d7500d8d4056967324b295b7a5290ae6aa891ab901acb2c2e(
39471
+ scope: _constructs_77d1e7e8.Construct,
39472
+ id: builtins.str,
39473
+ usage_plan_id: builtins.str,
39474
+ ) -> None:
39475
+ """Type checking stubs"""
39476
+ pass
39477
+
39263
39478
  def _typecheckingstub__305ebc0d1bd2c496b732d04490b6e35befd6f95c0273c4a987a6d5335feaa2f4(
39264
39479
  inspector: _TreeInspector_488e0dd5,
39265
39480
  ) -> None:
@@ -39387,6 +39602,14 @@ def _typecheckingstub__4a1f69db69c9ab3edee19de9b16585e4355791d79ee3b330d18242cc4
39387
39602
  """Type checking stubs"""
39388
39603
  pass
39389
39604
 
39605
+ def _typecheckingstub__c1a057c69ce236d79b8b6fb912b05b1084e8253b79689c49d313f733ba403dfd(
39606
+ scope: _constructs_77d1e7e8.Construct,
39607
+ id: builtins.str,
39608
+ vpc_link_id: builtins.str,
39609
+ ) -> None:
39610
+ """Type checking stubs"""
39611
+ pass
39612
+
39390
39613
  def _typecheckingstub__ab88de0a7914cd8aabbb92e0ebc49325c3e07a7d032f4f5d29eb7cba850c71b6(
39391
39614
  inspector: _TreeInspector_488e0dd5,
39392
39615
  ) -> None:
@@ -14797,6 +14797,27 @@ class CfnApi(
14797
14797
 
14798
14798
  jsii.create(self.__class__, self, [scope, id, props])
14799
14799
 
14800
+ @jsii.member(jsii_name="fromApiId")
14801
+ @builtins.classmethod
14802
+ def from_api_id(
14803
+ cls,
14804
+ scope: _constructs_77d1e7e8.Construct,
14805
+ id: builtins.str,
14806
+ api_id: builtins.str,
14807
+ ) -> IApiRef:
14808
+ '''Creates a new IApiRef from a apiId.
14809
+
14810
+ :param scope: -
14811
+ :param id: -
14812
+ :param api_id: -
14813
+ '''
14814
+ if __debug__:
14815
+ type_hints = typing.get_type_hints(_typecheckingstub__e72694b8b6455e40db5d00a9e28ee2f1c2525f0a06d5518f81443afbd4b3ba6b)
14816
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
14817
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
14818
+ check_type(argname="argument api_id", value=api_id, expected_type=type_hints["api_id"])
14819
+ return typing.cast(IApiRef, jsii.sinvoke(cls, "fromApiId", [scope, id, api_id]))
14820
+
14800
14821
  @jsii.member(jsii_name="inspect")
14801
14822
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
14802
14823
  '''Examines the CloudFormation resource and discloses attributes.
@@ -17157,7 +17178,7 @@ class CfnDomainName(
17157
17178
  :param certificate_name: The user-friendly name of the certificate that will be used by the edge-optimized endpoint for this domain name.
17158
17179
  :param endpoint_type: The endpoint type.
17159
17180
  :param ip_address_type: The IP address types that can invoke the domain name. Use ``ipv4`` to allow only IPv4 addresses to invoke your domain name, or use ``dualstack`` to allow both IPv4 and IPv6 addresses to invoke your domain name.
17160
- :param ownership_verification_certificate_arn: The Amazon resource name (ARN) for the public certificate issued by AWS Certificate Manager . This ARN is used to validate custom domain ownership. It's required only if you configure mutual TLS and use either an ACM-imported or a private CA certificate ARN as the regionalCertificateArn.
17181
+ :param ownership_verification_certificate_arn: The Amazon resource name (ARN) for the public certificate issued by Certificate Manager . This ARN is used to validate custom domain ownership. It's required only if you configure mutual TLS and use either an ACM-imported or a private CA certificate ARN as the regionalCertificateArn.
17161
17182
  :param security_policy: The Transport Layer Security (TLS) version of the security policy for this domain name. The valid values are ``TLS_1_0`` and ``TLS_1_2`` .
17162
17183
 
17163
17184
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-domainname-domainnameconfiguration.html
@@ -17244,7 +17265,7 @@ class CfnDomainName(
17244
17265
  def ownership_verification_certificate_arn(
17245
17266
  self,
17246
17267
  ) -> typing.Optional[builtins.str]:
17247
- '''The Amazon resource name (ARN) for the public certificate issued by AWS Certificate Manager .
17268
+ '''The Amazon resource name (ARN) for the public certificate issued by Certificate Manager .
17248
17269
 
17249
17270
  This ARN is used to validate custom domain ownership. It's required only if you configure mutual TLS and use either an ACM-imported or a private CA certificate ARN as the regionalCertificateArn.
17250
17271
 
@@ -20292,6 +20313,27 @@ class CfnVpcLink(
20292
20313
 
20293
20314
  jsii.create(self.__class__, self, [scope, id, props])
20294
20315
 
20316
+ @jsii.member(jsii_name="fromVpcLinkId")
20317
+ @builtins.classmethod
20318
+ def from_vpc_link_id(
20319
+ cls,
20320
+ scope: _constructs_77d1e7e8.Construct,
20321
+ id: builtins.str,
20322
+ vpc_link_id: builtins.str,
20323
+ ) -> IVpcLinkRef:
20324
+ '''Creates a new IVpcLinkRef from a vpcLinkId.
20325
+
20326
+ :param scope: -
20327
+ :param id: -
20328
+ :param vpc_link_id: -
20329
+ '''
20330
+ if __debug__:
20331
+ type_hints = typing.get_type_hints(_typecheckingstub__b9997270542b25cedc29d27a7022768673c0aada9df5c4d00bfe1c5924b068d8)
20332
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
20333
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
20334
+ check_type(argname="argument vpc_link_id", value=vpc_link_id, expected_type=type_hints["vpc_link_id"])
20335
+ return typing.cast(IVpcLinkRef, jsii.sinvoke(cls, "fromVpcLinkId", [scope, id, vpc_link_id]))
20336
+
20295
20337
  @jsii.member(jsii_name="inspect")
20296
20338
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
20297
20339
  '''Examines the CloudFormation resource and discloses attributes.
@@ -25018,6 +25060,14 @@ def _typecheckingstub__1db7633eb849c7234f54cf8f50ef6e4c6273ca1ab60db537f47e511e2
25018
25060
  """Type checking stubs"""
25019
25061
  pass
25020
25062
 
25063
+ def _typecheckingstub__e72694b8b6455e40db5d00a9e28ee2f1c2525f0a06d5518f81443afbd4b3ba6b(
25064
+ scope: _constructs_77d1e7e8.Construct,
25065
+ id: builtins.str,
25066
+ api_id: builtins.str,
25067
+ ) -> None:
25068
+ """Type checking stubs"""
25069
+ pass
25070
+
25021
25071
  def _typecheckingstub__ea567b8b40be10165a36dab66b11588d141fcb6bb04249eea1d0752e699710d4(
25022
25072
  inspector: _TreeInspector_488e0dd5,
25023
25073
  ) -> None:
@@ -26237,6 +26287,14 @@ def _typecheckingstub__5c311f0c712d17a23f40a3997d551ec4685650a39ccca44f14c887295
26237
26287
  """Type checking stubs"""
26238
26288
  pass
26239
26289
 
26290
+ def _typecheckingstub__b9997270542b25cedc29d27a7022768673c0aada9df5c4d00bfe1c5924b068d8(
26291
+ scope: _constructs_77d1e7e8.Construct,
26292
+ id: builtins.str,
26293
+ vpc_link_id: builtins.str,
26294
+ ) -> None:
26295
+ """Type checking stubs"""
26296
+ pass
26297
+
26240
26298
  def _typecheckingstub__31e7d691834230970f8fa995f5cb9af99751ab5011d6ef4c4f4a656dc8e4f035(
26241
26299
  inspector: _TreeInspector_488e0dd5,
26242
26300
  ) -> None: