aws-cdk-lib 2.171.1__py3-none-any.whl → 2.173.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 (78) hide show
  1. aws_cdk/__init__.py +528 -161
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.171.1.jsii.tgz → aws-cdk-lib@2.173.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_amazonmq/__init__.py +40 -40
  5. aws_cdk/aws_apigateway/__init__.py +1357 -120
  6. aws_cdk/aws_applicationautoscaling/__init__.py +141 -66
  7. aws_cdk/aws_appsync/__init__.py +163 -139
  8. aws_cdk/aws_autoscaling/__init__.py +96 -30
  9. aws_cdk/aws_bedrock/__init__.py +80 -44
  10. aws_cdk/aws_chatbot/__init__.py +803 -2
  11. aws_cdk/aws_cleanrooms/__init__.py +4 -6
  12. aws_cdk/aws_cloudformation/__init__.py +240 -159
  13. aws_cdk/aws_cloudfront/__init__.py +15 -7
  14. aws_cdk/aws_cloudtrail/__init__.py +802 -13
  15. aws_cdk/aws_cloudwatch/__init__.py +51 -14
  16. aws_cdk/aws_codebuild/__init__.py +39 -0
  17. aws_cdk/aws_codepipeline/__init__.py +4 -4
  18. aws_cdk/aws_cognito/__init__.py +1032 -43
  19. aws_cdk/aws_config/__init__.py +13 -10
  20. aws_cdk/aws_connect/__init__.py +454 -23
  21. aws_cdk/aws_connectcampaignsv2/__init__.py +187 -176
  22. aws_cdk/aws_customerprofiles/__init__.py +3148 -0
  23. aws_cdk/aws_docdb/__init__.py +128 -0
  24. aws_cdk/aws_dynamodb/__init__.py +256 -0
  25. aws_cdk/aws_ec2/__init__.py +976 -27
  26. aws_cdk/aws_ecs/__init__.py +37 -20
  27. aws_cdk/aws_eks/__init__.py +771 -0
  28. aws_cdk/aws_elasticache/__init__.py +22 -22
  29. aws_cdk/aws_elasticloadbalancingv2/__init__.py +441 -177
  30. aws_cdk/aws_events/__init__.py +550 -30
  31. aws_cdk/aws_fsx/__init__.py +134 -10
  32. aws_cdk/aws_imagebuilder/__init__.py +8 -8
  33. aws_cdk/aws_invoicing/__init__.py +651 -0
  34. aws_cdk/aws_iot/__init__.py +70 -26
  35. aws_cdk/aws_iotfleetwise/__init__.py +1033 -382
  36. aws_cdk/aws_iotsitewise/__init__.py +158 -0
  37. aws_cdk/aws_ivs/__init__.py +43 -31
  38. aws_cdk/aws_kendra/__init__.py +4 -0
  39. aws_cdk/aws_lakeformation/__init__.py +2 -1
  40. aws_cdk/aws_lambda/__init__.py +272 -164
  41. aws_cdk/aws_lambda_event_sources/__init__.py +2 -1
  42. aws_cdk/aws_lambda_nodejs/__init__.py +11 -11
  43. aws_cdk/aws_logs/__init__.py +532 -0
  44. aws_cdk/aws_m2/__init__.py +289 -0
  45. aws_cdk/aws_mediaconnect/__init__.py +24 -14
  46. aws_cdk/aws_medialive/__init__.py +2359 -5
  47. aws_cdk/aws_mediapackage/__init__.py +3 -9
  48. aws_cdk/aws_mediapackagev2/__init__.py +19 -17
  49. aws_cdk/aws_memorydb/__init__.py +664 -4
  50. aws_cdk/aws_mwaa/__init__.py +6 -6
  51. aws_cdk/aws_opensearchserverless/__init__.py +249 -1
  52. aws_cdk/aws_pipes/__init__.py +14 -30
  53. aws_cdk/aws_qbusiness/__init__.py +2021 -67
  54. aws_cdk/aws_quicksight/__init__.py +8270 -10
  55. aws_cdk/aws_rbin/__init__.py +53 -34
  56. aws_cdk/aws_rds/__init__.py +170 -8
  57. aws_cdk/aws_resourcegroups/__init__.py +362 -4
  58. aws_cdk/aws_route53/__init__.py +1177 -10
  59. aws_cdk/aws_route53_targets/__init__.py +297 -91
  60. aws_cdk/aws_route53resolver/__init__.py +19 -8
  61. aws_cdk/aws_s3/__init__.py +4 -4
  62. aws_cdk/aws_s3express/__init__.py +421 -9
  63. aws_cdk/aws_sagemaker/__init__.py +905 -119
  64. aws_cdk/aws_secretsmanager/__init__.py +20 -6
  65. aws_cdk/aws_securityhub/__init__.py +64 -32
  66. aws_cdk/aws_servicediscovery/__init__.py +43 -0
  67. aws_cdk/aws_ses/__init__.py +188 -41
  68. aws_cdk/aws_stepfunctions_tasks/__init__.py +190 -35
  69. aws_cdk/aws_synthetics/__init__.py +7 -5
  70. aws_cdk/aws_vpclattice/__init__.py +1479 -122
  71. aws_cdk/aws_wisdom/__init__.py +8509 -1502
  72. aws_cdk/aws_workspacesweb/__init__.py +1081 -0
  73. {aws_cdk_lib-2.171.1.dist-info → aws_cdk_lib-2.173.0.dist-info}/METADATA +1 -1
  74. {aws_cdk_lib-2.171.1.dist-info → aws_cdk_lib-2.173.0.dist-info}/RECORD +78 -77
  75. {aws_cdk_lib-2.171.1.dist-info → aws_cdk_lib-2.173.0.dist-info}/LICENSE +0 -0
  76. {aws_cdk_lib-2.171.1.dist-info → aws_cdk_lib-2.173.0.dist-info}/NOTICE +0 -0
  77. {aws_cdk_lib-2.171.1.dist-info → aws_cdk_lib-2.173.0.dist-info}/WHEEL +0 -0
  78. {aws_cdk_lib-2.171.1.dist-info → aws_cdk_lib-2.173.0.dist-info}/top_level.txt +0 -0
@@ -4862,6 +4862,12 @@ class CfnPortal(
4862
4862
  notification_sender_email="notificationSenderEmail",
4863
4863
  portal_auth_mode="portalAuthMode",
4864
4864
  portal_description="portalDescription",
4865
+ portal_type="portalType",
4866
+ portal_type_configuration={
4867
+ "portal_type_configuration_key": iotsitewise.CfnPortal.PortalTypeEntryProperty(
4868
+ portal_tools=["portalTools"]
4869
+ )
4870
+ },
4865
4871
  tags=[CfnTag(
4866
4872
  key="key",
4867
4873
  value="value"
@@ -4881,6 +4887,8 @@ class CfnPortal(
4881
4887
  notification_sender_email: typing.Optional[builtins.str] = None,
4882
4888
  portal_auth_mode: typing.Optional[builtins.str] = None,
4883
4889
  portal_description: typing.Optional[builtins.str] = None,
4890
+ portal_type: typing.Optional[builtins.str] = None,
4891
+ portal_type_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, typing.Union["CfnPortal.PortalTypeEntryProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
4884
4892
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
4885
4893
  ) -> None:
4886
4894
  '''
@@ -4893,6 +4901,8 @@ class CfnPortal(
4893
4901
  :param notification_sender_email: The email address that sends alarm notifications. .. epigraph:: If you use the `AWS IoT Events managed Lambda function <https://docs.aws.amazon.com/iotevents/latest/developerguide/lambda-support.html>`_ to manage your emails, you must `verify the sender email address in Amazon SES <https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-email-addresses.html>`_ .
4894
4902
  :param portal_auth_mode: The service to use to authenticate users to the portal. Choose from the following options:. - ``SSO`` – The portal uses AWS IAM Identity Center to authenticate users and manage user permissions. Before you can create a portal that uses IAM Identity Center, you must enable IAM Identity Center. For more information, see `Enabling IAM Identity Center <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/monitor-get-started.html#mon-gs-sso>`_ in the *AWS IoT SiteWise User Guide* . This option is only available in AWS Regions other than the China Regions. - ``IAM`` – The portal uses AWS Identity and Access Management to authenticate users and manage user permissions. You can't change this value after you create a portal. Default: ``SSO``
4895
4903
  :param portal_description: A description for the portal.
4904
+ :param portal_type: Define the type of portal. The value for AWS IoT SiteWise Monitor (Classic) is ``SITEWISE_PORTAL_V1`` . The value for AWS IoT SiteWise Monitor (AI-aware) is ``SITEWISE_PORTAL_V2`` .
4905
+ :param portal_type_configuration: Map to associate detail of configuration related with a PortalType.
4896
4906
  :param tags: A list of key-value pairs that contain metadata for the portal. For more information, see `Tagging your AWS IoT SiteWise resources <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html>`_ in the *AWS IoT SiteWise User Guide* .
4897
4907
  '''
4898
4908
  if __debug__:
@@ -4907,6 +4917,8 @@ class CfnPortal(
4907
4917
  notification_sender_email=notification_sender_email,
4908
4918
  portal_auth_mode=portal_auth_mode,
4909
4919
  portal_description=portal_description,
4920
+ portal_type=portal_type,
4921
+ portal_type_configuration=portal_type_configuration,
4910
4922
  tags=tags,
4911
4923
  )
4912
4924
 
@@ -5085,6 +5097,37 @@ class CfnPortal(
5085
5097
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5086
5098
  jsii.set(self, "portalDescription", value) # pyright: ignore[reportArgumentType]
5087
5099
 
5100
+ @builtins.property
5101
+ @jsii.member(jsii_name="portalType")
5102
+ def portal_type(self) -> typing.Optional[builtins.str]:
5103
+ '''Define the type of portal.'''
5104
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "portalType"))
5105
+
5106
+ @portal_type.setter
5107
+ def portal_type(self, value: typing.Optional[builtins.str]) -> None:
5108
+ if __debug__:
5109
+ type_hints = typing.get_type_hints(_typecheckingstub__e30e6480af8bf6c9156f76afcfbc51187c15ffe199e8b2a284dae86baaccb878)
5110
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5111
+ jsii.set(self, "portalType", value) # pyright: ignore[reportArgumentType]
5112
+
5113
+ @builtins.property
5114
+ @jsii.member(jsii_name="portalTypeConfiguration")
5115
+ def portal_type_configuration(
5116
+ self,
5117
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, "CfnPortal.PortalTypeEntryProperty"]]]]:
5118
+ '''Map to associate detail of configuration related with a PortalType.'''
5119
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, "CfnPortal.PortalTypeEntryProperty"]]]], jsii.get(self, "portalTypeConfiguration"))
5120
+
5121
+ @portal_type_configuration.setter
5122
+ def portal_type_configuration(
5123
+ self,
5124
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, "CfnPortal.PortalTypeEntryProperty"]]]],
5125
+ ) -> None:
5126
+ if __debug__:
5127
+ type_hints = typing.get_type_hints(_typecheckingstub__7d9d6a7fc128e24a5796b5247e692bea000e44c1afd3fed96b4e4cb15f279f74)
5128
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5129
+ jsii.set(self, "portalTypeConfiguration", value) # pyright: ignore[reportArgumentType]
5130
+
5088
5131
  @builtins.property
5089
5132
  @jsii.member(jsii_name="tagsRaw")
5090
5133
  def tags_raw(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
@@ -5173,6 +5216,58 @@ class CfnPortal(
5173
5216
  k + "=" + repr(v) for k, v in self._values.items()
5174
5217
  )
5175
5218
 
5219
+ @jsii.data_type(
5220
+ jsii_type="aws-cdk-lib.aws_iotsitewise.CfnPortal.PortalTypeEntryProperty",
5221
+ jsii_struct_bases=[],
5222
+ name_mapping={"portal_tools": "portalTools"},
5223
+ )
5224
+ class PortalTypeEntryProperty:
5225
+ def __init__(self, *, portal_tools: typing.Sequence[builtins.str]) -> None:
5226
+ '''Container associated a certain PortalType.
5227
+
5228
+ :param portal_tools: List of enabled Tools for a certain portal.
5229
+
5230
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-portal-portaltypeentry.html
5231
+ :exampleMetadata: fixture=_generated
5232
+
5233
+ Example::
5234
+
5235
+ # The code below shows an example of how to instantiate this type.
5236
+ # The values are placeholders you should change.
5237
+ from aws_cdk import aws_iotsitewise as iotsitewise
5238
+
5239
+ portal_type_entry_property = iotsitewise.CfnPortal.PortalTypeEntryProperty(
5240
+ portal_tools=["portalTools"]
5241
+ )
5242
+ '''
5243
+ if __debug__:
5244
+ type_hints = typing.get_type_hints(_typecheckingstub__159de1986a281fe75049e969ee02d9509ce935b8bef35eb415647d6e66e0feab)
5245
+ check_type(argname="argument portal_tools", value=portal_tools, expected_type=type_hints["portal_tools"])
5246
+ self._values: typing.Dict[builtins.str, typing.Any] = {
5247
+ "portal_tools": portal_tools,
5248
+ }
5249
+
5250
+ @builtins.property
5251
+ def portal_tools(self) -> typing.List[builtins.str]:
5252
+ '''List of enabled Tools for a certain portal.
5253
+
5254
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-portal-portaltypeentry.html#cfn-iotsitewise-portal-portaltypeentry-portaltools
5255
+ '''
5256
+ result = self._values.get("portal_tools")
5257
+ assert result is not None, "Required property 'portal_tools' is missing"
5258
+ return typing.cast(typing.List[builtins.str], result)
5259
+
5260
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
5261
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
5262
+
5263
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
5264
+ return not (rhs == self)
5265
+
5266
+ def __repr__(self) -> str:
5267
+ return "PortalTypeEntryProperty(%s)" % ", ".join(
5268
+ k + "=" + repr(v) for k, v in self._values.items()
5269
+ )
5270
+
5176
5271
 
5177
5272
  @jsii.data_type(
5178
5273
  jsii_type="aws-cdk-lib.aws_iotsitewise.CfnPortalProps",
@@ -5185,6 +5280,8 @@ class CfnPortal(
5185
5280
  "notification_sender_email": "notificationSenderEmail",
5186
5281
  "portal_auth_mode": "portalAuthMode",
5187
5282
  "portal_description": "portalDescription",
5283
+ "portal_type": "portalType",
5284
+ "portal_type_configuration": "portalTypeConfiguration",
5188
5285
  "tags": "tags",
5189
5286
  },
5190
5287
  )
@@ -5199,6 +5296,8 @@ class CfnPortalProps:
5199
5296
  notification_sender_email: typing.Optional[builtins.str] = None,
5200
5297
  portal_auth_mode: typing.Optional[builtins.str] = None,
5201
5298
  portal_description: typing.Optional[builtins.str] = None,
5299
+ portal_type: typing.Optional[builtins.str] = None,
5300
+ portal_type_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, typing.Union[CfnPortal.PortalTypeEntryProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
5202
5301
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
5203
5302
  ) -> None:
5204
5303
  '''Properties for defining a ``CfnPortal``.
@@ -5210,6 +5309,8 @@ class CfnPortalProps:
5210
5309
  :param notification_sender_email: The email address that sends alarm notifications. .. epigraph:: If you use the `AWS IoT Events managed Lambda function <https://docs.aws.amazon.com/iotevents/latest/developerguide/lambda-support.html>`_ to manage your emails, you must `verify the sender email address in Amazon SES <https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-email-addresses.html>`_ .
5211
5310
  :param portal_auth_mode: The service to use to authenticate users to the portal. Choose from the following options:. - ``SSO`` – The portal uses AWS IAM Identity Center to authenticate users and manage user permissions. Before you can create a portal that uses IAM Identity Center, you must enable IAM Identity Center. For more information, see `Enabling IAM Identity Center <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/monitor-get-started.html#mon-gs-sso>`_ in the *AWS IoT SiteWise User Guide* . This option is only available in AWS Regions other than the China Regions. - ``IAM`` – The portal uses AWS Identity and Access Management to authenticate users and manage user permissions. You can't change this value after you create a portal. Default: ``SSO``
5212
5311
  :param portal_description: A description for the portal.
5312
+ :param portal_type: Define the type of portal. The value for AWS IoT SiteWise Monitor (Classic) is ``SITEWISE_PORTAL_V1`` . The value for AWS IoT SiteWise Monitor (AI-aware) is ``SITEWISE_PORTAL_V2`` .
5313
+ :param portal_type_configuration: Map to associate detail of configuration related with a PortalType.
5213
5314
  :param tags: A list of key-value pairs that contain metadata for the portal. For more information, see `Tagging your AWS IoT SiteWise resources <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html>`_ in the *AWS IoT SiteWise User Guide* .
5214
5315
 
5215
5316
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-portal.html
@@ -5233,6 +5334,12 @@ class CfnPortalProps:
5233
5334
  notification_sender_email="notificationSenderEmail",
5234
5335
  portal_auth_mode="portalAuthMode",
5235
5336
  portal_description="portalDescription",
5337
+ portal_type="portalType",
5338
+ portal_type_configuration={
5339
+ "portal_type_configuration_key": iotsitewise.CfnPortal.PortalTypeEntryProperty(
5340
+ portal_tools=["portalTools"]
5341
+ )
5342
+ },
5236
5343
  tags=[CfnTag(
5237
5344
  key="key",
5238
5345
  value="value"
@@ -5248,6 +5355,8 @@ class CfnPortalProps:
5248
5355
  check_type(argname="argument notification_sender_email", value=notification_sender_email, expected_type=type_hints["notification_sender_email"])
5249
5356
  check_type(argname="argument portal_auth_mode", value=portal_auth_mode, expected_type=type_hints["portal_auth_mode"])
5250
5357
  check_type(argname="argument portal_description", value=portal_description, expected_type=type_hints["portal_description"])
5358
+ check_type(argname="argument portal_type", value=portal_type, expected_type=type_hints["portal_type"])
5359
+ check_type(argname="argument portal_type_configuration", value=portal_type_configuration, expected_type=type_hints["portal_type_configuration"])
5251
5360
  check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
5252
5361
  self._values: typing.Dict[builtins.str, typing.Any] = {
5253
5362
  "portal_contact_email": portal_contact_email,
@@ -5262,6 +5371,10 @@ class CfnPortalProps:
5262
5371
  self._values["portal_auth_mode"] = portal_auth_mode
5263
5372
  if portal_description is not None:
5264
5373
  self._values["portal_description"] = portal_description
5374
+ if portal_type is not None:
5375
+ self._values["portal_type"] = portal_type
5376
+ if portal_type_configuration is not None:
5377
+ self._values["portal_type_configuration"] = portal_type_configuration
5265
5378
  if tags is not None:
5266
5379
  self._values["tags"] = tags
5267
5380
 
@@ -5344,6 +5457,28 @@ class CfnPortalProps:
5344
5457
  result = self._values.get("portal_description")
5345
5458
  return typing.cast(typing.Optional[builtins.str], result)
5346
5459
 
5460
+ @builtins.property
5461
+ def portal_type(self) -> typing.Optional[builtins.str]:
5462
+ '''Define the type of portal.
5463
+
5464
+ The value for AWS IoT SiteWise Monitor (Classic) is ``SITEWISE_PORTAL_V1`` . The value for AWS IoT SiteWise Monitor (AI-aware) is ``SITEWISE_PORTAL_V2`` .
5465
+
5466
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-portal.html#cfn-iotsitewise-portal-portaltype
5467
+ '''
5468
+ result = self._values.get("portal_type")
5469
+ return typing.cast(typing.Optional[builtins.str], result)
5470
+
5471
+ @builtins.property
5472
+ def portal_type_configuration(
5473
+ self,
5474
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, CfnPortal.PortalTypeEntryProperty]]]]:
5475
+ '''Map to associate detail of configuration related with a PortalType.
5476
+
5477
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-portal.html#cfn-iotsitewise-portal-portaltypeconfiguration
5478
+ '''
5479
+ result = self._values.get("portal_type_configuration")
5480
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, CfnPortal.PortalTypeEntryProperty]]]], result)
5481
+
5347
5482
  @builtins.property
5348
5483
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
5349
5484
  '''A list of key-value pairs that contain metadata for the portal.
@@ -6299,6 +6434,8 @@ def _typecheckingstub__cbc23e7f8ea9f23ecedfbb8e22cd39fad67b5932c9e8eb1d5d50975c1
6299
6434
  notification_sender_email: typing.Optional[builtins.str] = None,
6300
6435
  portal_auth_mode: typing.Optional[builtins.str] = None,
6301
6436
  portal_description: typing.Optional[builtins.str] = None,
6437
+ portal_type: typing.Optional[builtins.str] = None,
6438
+ portal_type_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, typing.Union[CfnPortal.PortalTypeEntryProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
6302
6439
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
6303
6440
  ) -> None:
6304
6441
  """Type checking stubs"""
@@ -6358,6 +6495,18 @@ def _typecheckingstub__aef69531546e69c52fb621d608894b8a13ea5ce64a0e713b24aacd2b9
6358
6495
  """Type checking stubs"""
6359
6496
  pass
6360
6497
 
6498
+ def _typecheckingstub__e30e6480af8bf6c9156f76afcfbc51187c15ffe199e8b2a284dae86baaccb878(
6499
+ value: typing.Optional[builtins.str],
6500
+ ) -> None:
6501
+ """Type checking stubs"""
6502
+ pass
6503
+
6504
+ def _typecheckingstub__7d9d6a7fc128e24a5796b5247e692bea000e44c1afd3fed96b4e4cb15f279f74(
6505
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, CfnPortal.PortalTypeEntryProperty]]]],
6506
+ ) -> None:
6507
+ """Type checking stubs"""
6508
+ pass
6509
+
6361
6510
  def _typecheckingstub__094008154aa9c2ed7f23db7b3bd3bbad9f03aa4bbdaba95af7958b252ddd4bc2(
6362
6511
  value: typing.Optional[typing.List[_CfnTag_f6864754]],
6363
6512
  ) -> None:
@@ -6372,6 +6521,13 @@ def _typecheckingstub__3a766409f9773f0cd5cb3dd5c49ce92586c7cc4f8233f8f908d042bfd
6372
6521
  """Type checking stubs"""
6373
6522
  pass
6374
6523
 
6524
+ def _typecheckingstub__159de1986a281fe75049e969ee02d9509ce935b8bef35eb415647d6e66e0feab(
6525
+ *,
6526
+ portal_tools: typing.Sequence[builtins.str],
6527
+ ) -> None:
6528
+ """Type checking stubs"""
6529
+ pass
6530
+
6375
6531
  def _typecheckingstub__db927eff8866e7afa967752c7f48d5d8ab1bd58489a78569b13cac34c81ba650(
6376
6532
  *,
6377
6533
  portal_contact_email: builtins.str,
@@ -6381,6 +6537,8 @@ def _typecheckingstub__db927eff8866e7afa967752c7f48d5d8ab1bd58489a78569b13cac34c
6381
6537
  notification_sender_email: typing.Optional[builtins.str] = None,
6382
6538
  portal_auth_mode: typing.Optional[builtins.str] = None,
6383
6539
  portal_description: typing.Optional[builtins.str] = None,
6540
+ portal_type: typing.Optional[builtins.str] = None,
6541
+ portal_type_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, typing.Union[CfnPortal.PortalTypeEntryProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
6384
6542
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
6385
6543
  ) -> None:
6386
6544
  """Type checking stubs"""
@@ -955,7 +955,9 @@ class CfnIngestConfiguration(
955
955
  metaclass=jsii.JSIIMeta,
956
956
  jsii_type="aws-cdk-lib.aws_ivs.CfnIngestConfiguration",
957
957
  ):
958
- '''Resource Type definition for AWS::IVS::IngestConfiguration.
958
+ '''The ``AWS::IVS::IngestConfiguration`` resource specifies an ingest protocol to be used for a stage.
959
+
960
+ For more information, see `Stream Ingest <https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/rt-stream-ingest.html>`_ in the *Amazon IVS Real-Time Streaming User Guide* .
959
961
 
960
962
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-ingestconfiguration.html
961
963
  :cloudformationResource: AWS::IVS::IngestConfiguration
@@ -995,12 +997,12 @@ class CfnIngestConfiguration(
995
997
  '''
996
998
  :param scope: Scope in which this resource is defined.
997
999
  :param id: Construct identifier for this resource (unique in its scope).
998
- :param ingest_protocol: Ingest Protocol. Default: - "RTMPS"
999
- :param insecure_ingest: Whether ingest configuration allows insecure ingest. Default: - false
1000
- :param name: IngestConfiguration. Default: - "-"
1001
- :param stage_arn: Stage ARN. A value other than an empty string indicates that stage is linked to IngestConfiguration. Default: "" (recording is disabled). Default: - ""
1002
- :param tags: A list of key-value pairs that contain metadata for the asset model.
1003
- :param user_id: User defined indentifier for participant associated with IngestConfiguration.
1000
+ :param ingest_protocol: Type of ingest protocol that the user employs for broadcasting. Default: - "RTMPS"
1001
+ :param insecure_ingest: Whether the channel allows insecure RTMP ingest. Default: ``false`` . Default: - false
1002
+ :param name: Ingest name. Default: - "-"
1003
+ :param stage_arn: ARN of the stage with which the IngestConfiguration is associated. Default: - ""
1004
+ :param tags: An array of key-value pairs to apply to this resource.
1005
+ :param user_id: Customer-assigned name to help identify the participant using the IngestConfiguration; this can be used to link a participant to a user in the customer’s own systems. This can be any UTF-8 encoded text. *This field is exposed to all stage participants and should not be used for personally identifying, confidential, or sensitive information.*
1004
1006
  '''
1005
1007
  if __debug__:
1006
1008
  type_hints = typing.get_type_hints(_typecheckingstub__c56f46c8c3462fcf78f3e0898b4048a399a031987b0a76a9193f42a0a98fcd5e)
@@ -1050,7 +1052,9 @@ class CfnIngestConfiguration(
1050
1052
  @builtins.property
1051
1053
  @jsii.member(jsii_name="attrArn")
1052
1054
  def attr_arn(self) -> builtins.str:
1053
- '''IngestConfiguration ARN is automatically generated on creation and assigned as the unique identifier.
1055
+ '''The ingest-configuration ARN.
1056
+
1057
+ For example: ``arn:aws:ivs:us-west-2:123456789012:ingest-configuration/abcdABCDefgh``
1054
1058
 
1055
1059
  :cloudformationAttribute: Arn
1056
1060
  '''
@@ -1059,7 +1063,9 @@ class CfnIngestConfiguration(
1059
1063
  @builtins.property
1060
1064
  @jsii.member(jsii_name="attrParticipantId")
1061
1065
  def attr_participant_id(self) -> builtins.str:
1062
- '''Participant Id is automatically generated on creation and assigned.
1066
+ '''ID of the participant within the stage.
1067
+
1068
+ For example: ``abCDEf12GHIj``
1063
1069
 
1064
1070
  :cloudformationAttribute: ParticipantId
1065
1071
  '''
@@ -1068,7 +1074,9 @@ class CfnIngestConfiguration(
1068
1074
  @builtins.property
1069
1075
  @jsii.member(jsii_name="attrState")
1070
1076
  def attr_state(self) -> builtins.str:
1071
- '''State of IngestConfiguration which determines whether IngestConfiguration is in use or not.
1077
+ '''State of the ingest configuration.
1078
+
1079
+ It is ``ACTIVE`` if a publisher currently is publishing to the stage associated with the ingest configuration. Valid values: ``ACTIVE`` | ``INACTIVE`` .
1072
1080
 
1073
1081
  :cloudformationAttribute: State
1074
1082
  '''
@@ -1077,7 +1085,9 @@ class CfnIngestConfiguration(
1077
1085
  @builtins.property
1078
1086
  @jsii.member(jsii_name="attrStreamKey")
1079
1087
  def attr_stream_key(self) -> builtins.str:
1080
- '''Stream-key value.
1088
+ '''Ingest-key value for the RTMP(S) protocol.
1089
+
1090
+ For example: ``skSKABCDefgh``
1081
1091
 
1082
1092
  :cloudformationAttribute: StreamKey
1083
1093
  '''
@@ -1097,7 +1107,7 @@ class CfnIngestConfiguration(
1097
1107
  @builtins.property
1098
1108
  @jsii.member(jsii_name="ingestProtocol")
1099
1109
  def ingest_protocol(self) -> typing.Optional[builtins.str]:
1100
- '''Ingest Protocol.'''
1110
+ '''Type of ingest protocol that the user employs for broadcasting.'''
1101
1111
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "ingestProtocol"))
1102
1112
 
1103
1113
  @ingest_protocol.setter
@@ -1112,7 +1122,7 @@ class CfnIngestConfiguration(
1112
1122
  def insecure_ingest(
1113
1123
  self,
1114
1124
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
1115
- '''Whether ingest configuration allows insecure ingest.'''
1125
+ '''Whether the channel allows insecure RTMP ingest.'''
1116
1126
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], jsii.get(self, "insecureIngest"))
1117
1127
 
1118
1128
  @insecure_ingest.setter
@@ -1128,7 +1138,7 @@ class CfnIngestConfiguration(
1128
1138
  @builtins.property
1129
1139
  @jsii.member(jsii_name="name")
1130
1140
  def name(self) -> typing.Optional[builtins.str]:
1131
- '''IngestConfiguration.'''
1141
+ '''Ingest name.'''
1132
1142
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "name"))
1133
1143
 
1134
1144
  @name.setter
@@ -1141,7 +1151,7 @@ class CfnIngestConfiguration(
1141
1151
  @builtins.property
1142
1152
  @jsii.member(jsii_name="stageArn")
1143
1153
  def stage_arn(self) -> typing.Optional[builtins.str]:
1144
- '''Stage ARN.'''
1154
+ '''ARN of the stage with which the IngestConfiguration is associated.'''
1145
1155
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "stageArn"))
1146
1156
 
1147
1157
  @stage_arn.setter
@@ -1154,7 +1164,7 @@ class CfnIngestConfiguration(
1154
1164
  @builtins.property
1155
1165
  @jsii.member(jsii_name="tags")
1156
1166
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
1157
- '''A list of key-value pairs that contain metadata for the asset model.'''
1167
+ '''An array of key-value pairs to apply to this resource.'''
1158
1168
  return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
1159
1169
 
1160
1170
  @tags.setter
@@ -1167,7 +1177,7 @@ class CfnIngestConfiguration(
1167
1177
  @builtins.property
1168
1178
  @jsii.member(jsii_name="userId")
1169
1179
  def user_id(self) -> typing.Optional[builtins.str]:
1170
- '''User defined indentifier for participant associated with IngestConfiguration.'''
1180
+ '''Customer-assigned name to help identify the participant using the IngestConfiguration;'''
1171
1181
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "userId"))
1172
1182
 
1173
1183
  @user_id.setter
@@ -1203,12 +1213,12 @@ class CfnIngestConfigurationProps:
1203
1213
  ) -> None:
1204
1214
  '''Properties for defining a ``CfnIngestConfiguration``.
1205
1215
 
1206
- :param ingest_protocol: Ingest Protocol. Default: - "RTMPS"
1207
- :param insecure_ingest: Whether ingest configuration allows insecure ingest. Default: - false
1208
- :param name: IngestConfiguration. Default: - "-"
1209
- :param stage_arn: Stage ARN. A value other than an empty string indicates that stage is linked to IngestConfiguration. Default: "" (recording is disabled). Default: - ""
1210
- :param tags: A list of key-value pairs that contain metadata for the asset model.
1211
- :param user_id: User defined indentifier for participant associated with IngestConfiguration.
1216
+ :param ingest_protocol: Type of ingest protocol that the user employs for broadcasting. Default: - "RTMPS"
1217
+ :param insecure_ingest: Whether the channel allows insecure RTMP ingest. Default: ``false`` . Default: - false
1218
+ :param name: Ingest name. Default: - "-"
1219
+ :param stage_arn: ARN of the stage with which the IngestConfiguration is associated. Default: - ""
1220
+ :param tags: An array of key-value pairs to apply to this resource.
1221
+ :param user_id: Customer-assigned name to help identify the participant using the IngestConfiguration; this can be used to link a participant to a user in the customer’s own systems. This can be any UTF-8 encoded text. *This field is exposed to all stage participants and should not be used for personally identifying, confidential, or sensitive information.*
1212
1222
 
1213
1223
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-ingestconfiguration.html
1214
1224
  :exampleMetadata: fixture=_generated
@@ -1255,7 +1265,7 @@ class CfnIngestConfigurationProps:
1255
1265
 
1256
1266
  @builtins.property
1257
1267
  def ingest_protocol(self) -> typing.Optional[builtins.str]:
1258
- '''Ingest Protocol.
1268
+ '''Type of ingest protocol that the user employs for broadcasting.
1259
1269
 
1260
1270
  :default: - "RTMPS"
1261
1271
 
@@ -1268,7 +1278,9 @@ class CfnIngestConfigurationProps:
1268
1278
  def insecure_ingest(
1269
1279
  self,
1270
1280
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
1271
- '''Whether ingest configuration allows insecure ingest.
1281
+ '''Whether the channel allows insecure RTMP ingest.
1282
+
1283
+ Default: ``false`` .
1272
1284
 
1273
1285
  :default: - false
1274
1286
 
@@ -1279,7 +1291,7 @@ class CfnIngestConfigurationProps:
1279
1291
 
1280
1292
  @builtins.property
1281
1293
  def name(self) -> typing.Optional[builtins.str]:
1282
- '''IngestConfiguration.
1294
+ '''Ingest name.
1283
1295
 
1284
1296
  :default: - "-"
1285
1297
 
@@ -1290,9 +1302,7 @@ class CfnIngestConfigurationProps:
1290
1302
 
1291
1303
  @builtins.property
1292
1304
  def stage_arn(self) -> typing.Optional[builtins.str]:
1293
- '''Stage ARN.
1294
-
1295
- A value other than an empty string indicates that stage is linked to IngestConfiguration. Default: "" (recording is disabled).
1305
+ '''ARN of the stage with which the IngestConfiguration is associated.
1296
1306
 
1297
1307
  :default: - ""
1298
1308
 
@@ -1303,7 +1313,7 @@ class CfnIngestConfigurationProps:
1303
1313
 
1304
1314
  @builtins.property
1305
1315
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
1306
- '''A list of key-value pairs that contain metadata for the asset model.
1316
+ '''An array of key-value pairs to apply to this resource.
1307
1317
 
1308
1318
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-ingestconfiguration.html#cfn-ivs-ingestconfiguration-tags
1309
1319
  '''
@@ -1312,7 +1322,9 @@ class CfnIngestConfigurationProps:
1312
1322
 
1313
1323
  @builtins.property
1314
1324
  def user_id(self) -> typing.Optional[builtins.str]:
1315
- '''User defined indentifier for participant associated with IngestConfiguration.
1325
+ '''Customer-assigned name to help identify the participant using the IngestConfiguration;
1326
+
1327
+ this can be used to link a participant to a user in the customer’s own systems. This can be any UTF-8 encoded text. *This field is exposed to all stage participants and should not be used for personally identifying, confidential, or sensitive information.*
1316
1328
 
1317
1329
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-ingestconfiguration.html#cfn-ivs-ingestconfiguration-userid
1318
1330
  '''
@@ -9677,6 +9677,10 @@ class CfnIndex(
9677
9677
  ) -> None:
9678
9678
  '''Provides the configuration information for a token.
9679
9679
 
9680
+ .. epigraph::
9681
+
9682
+ If you're using an Amazon Kendra Gen AI Enterprise Edition index and you try to use ``UserTokenConfigurations`` to configure user context policy, Amazon Kendra returns a ``ValidationException`` error.
9683
+
9680
9684
  :param json_token_type_configuration: Information about the JSON token type configuration.
9681
9685
  :param jwt_token_type_configuration: Information about the JWT token type configuration.
9682
9686
 
@@ -4108,7 +4108,8 @@ class CfnResource(
4108
4108
  @builtins.property
4109
4109
  @jsii.member(jsii_name="attrId")
4110
4110
  def attr_id(self) -> builtins.str:
4111
- '''
4111
+ '''An identifier for the catalog resource.
4112
+
4112
4113
  :cloudformationAttribute: Id
4113
4114
  '''
4114
4115
  return typing.cast(builtins.str, jsii.get(self, "attrId"))