aws-cdk-lib 2.217.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 (130) hide show
  1. aws_cdk/_jsii/__init__.py +1 -1
  2. aws_cdk/_jsii/{aws-cdk-lib@2.217.0.jsii.tgz → aws-cdk-lib@2.218.0.jsii.tgz} +0 -0
  3. aws_cdk/aws_amazonmq/__init__.py +87 -0
  4. aws_cdk/aws_apigateway/__init__.py +203 -0
  5. aws_cdk/aws_apigatewayv2/__init__.py +58 -0
  6. aws_cdk/aws_appconfig/__init__.py +145 -0
  7. aws_cdk/aws_appflow/__init__.py +116 -0
  8. aws_cdk/aws_appintegrations/__init__.py +116 -0
  9. aws_cdk/aws_appstream/__init__.py +87 -0
  10. aws_cdk/aws_appsync/__init__.py +58 -0
  11. aws_cdk/aws_apptest/__init__.py +58 -0
  12. aws_cdk/aws_athena/__init__.py +58 -0
  13. aws_cdk/aws_auditmanager/__init__.py +58 -0
  14. aws_cdk/aws_backup/__init__.py +145 -0
  15. aws_cdk/aws_batch/__init__.py +58 -0
  16. aws_cdk/aws_bedrock/__init__.py +145 -0
  17. aws_cdk/aws_cassandra/__init__.py +29 -0
  18. aws_cdk/aws_certificatemanager/__init__.py +29 -0
  19. aws_cdk/aws_cloudfront/__init__.py +57 -0
  20. aws_cdk/aws_cloudfront_origins/__init__.py +87 -7
  21. aws_cdk/aws_cloudtrail/__init__.py +58 -0
  22. aws_cdk/aws_cloudwatch/__init__.py +145 -0
  23. aws_cdk/aws_codebuild/__init__.py +115 -12
  24. aws_cdk/aws_codedeploy/__init__.py +29 -0
  25. aws_cdk/aws_codeguruprofiler/__init__.py +58 -0
  26. aws_cdk/aws_codepipeline/__init__.py +29 -0
  27. aws_cdk/aws_cognito/__init__.py +87 -0
  28. aws_cdk/aws_config/__init__.py +58 -0
  29. aws_cdk/aws_cur/__init__.py +29 -0
  30. aws_cdk/aws_customerprofiles/__init__.py +58 -0
  31. aws_cdk/aws_datapipeline/__init__.py +29 -0
  32. aws_cdk/aws_datazone/__init__.py +58 -0
  33. aws_cdk/aws_directoryservice/__init__.py +29 -0
  34. aws_cdk/aws_dms/__init__.py +58 -0
  35. aws_cdk/aws_docdb/__init__.py +153 -25
  36. aws_cdk/aws_dsql/__init__.py +29 -0
  37. aws_cdk/aws_dynamodb/__init__.py +58 -0
  38. aws_cdk/aws_ec2/__init__.py +1976 -0
  39. aws_cdk/aws_ecr/__init__.py +116 -0
  40. aws_cdk/aws_ecs/__init__.py +87 -0
  41. aws_cdk/aws_efs/__init__.py +116 -0
  42. aws_cdk/aws_eks/__init__.py +118 -0
  43. aws_cdk/aws_elasticache/__init__.py +261 -0
  44. aws_cdk/aws_elasticbeanstalk/__init__.py +29 -0
  45. aws_cdk/aws_emr/__init__.py +87 -0
  46. aws_cdk/aws_emrcontainers/__init__.py +58 -0
  47. aws_cdk/aws_emrserverless/__init__.py +58 -0
  48. aws_cdk/aws_entityresolution/__init__.py +145 -0
  49. aws_cdk/aws_events/__init__.py +290 -0
  50. aws_cdk/aws_finspace/__init__.py +58 -0
  51. aws_cdk/aws_gamelift/__init__.py +435 -0
  52. aws_cdk/aws_glue/__init__.py +145 -0
  53. aws_cdk/aws_greengrass/__init__.py +464 -0
  54. aws_cdk/aws_groundstation/__init__.py +87 -0
  55. aws_cdk/aws_guardduty/__init__.py +87 -0
  56. aws_cdk/aws_healthimaging/__init__.py +58 -0
  57. aws_cdk/aws_healthlake/__init__.py +29 -0
  58. aws_cdk/aws_internetmonitor/__init__.py +58 -0
  59. aws_cdk/aws_iot/__init__.py +957 -0
  60. aws_cdk/aws_iotanalytics/__init__.py +116 -0
  61. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +58 -0
  62. aws_cdk/aws_iotevents/__init__.py +87 -0
  63. aws_cdk/aws_iotfleethub/__init__.py +58 -0
  64. aws_cdk/aws_iotfleetwise/__init__.py +116 -0
  65. aws_cdk/aws_iotsitewise/__init__.py +493 -0
  66. aws_cdk/aws_iottwinmaker/__init__.py +145 -0
  67. aws_cdk/aws_iotwireless/__init__.py +464 -0
  68. aws_cdk/aws_kendra/__init__.py +116 -0
  69. aws_cdk/aws_kinesis/__init__.py +58 -0
  70. aws_cdk/aws_kinesisanalytics/__init__.py +31 -0
  71. aws_cdk/aws_kinesisanalyticsv2/__init__.py +29 -0
  72. aws_cdk/aws_kinesisfirehose/__init__.py +58 -0
  73. aws_cdk/aws_kinesisvideo/__init__.py +29 -0
  74. aws_cdk/aws_kms/__init__.py +58 -0
  75. aws_cdk/aws_lambda/__init__.py +58 -0
  76. aws_cdk/aws_lex/__init__.py +29 -0
  77. aws_cdk/aws_location/__init__.py +348 -0
  78. aws_cdk/aws_logs/__init__.py +232 -0
  79. aws_cdk/aws_lookoutequipment/__init__.py +29 -0
  80. aws_cdk/aws_lookoutvision/__init__.py +58 -0
  81. aws_cdk/aws_managedblockchain/__init__.py +145 -0
  82. aws_cdk/aws_medialive/__init__.py +435 -0
  83. aws_cdk/aws_mediatailor/__init__.py +174 -0
  84. aws_cdk/aws_memorydb/__init__.py +203 -0
  85. aws_cdk/aws_mwaa/__init__.py +58 -0
  86. aws_cdk/aws_networkmanager/__init__.py +29 -0
  87. aws_cdk/aws_nimblestudio/__init__.py +29 -0
  88. aws_cdk/aws_omics/__init__.py +174 -0
  89. aws_cdk/aws_opensearchserverless/__init__.py +58 -0
  90. aws_cdk/aws_opsworks/__init__.py +29 -0
  91. aws_cdk/aws_opsworkscm/__init__.py +29 -0
  92. aws_cdk/aws_organizations/__init__.py +116 -0
  93. aws_cdk/aws_panorama/__init__.py +116 -0
  94. aws_cdk/aws_pinpoint/__init__.py +116 -0
  95. aws_cdk/aws_qbusiness/__init__.py +232 -0
  96. aws_cdk/aws_qldb/__init__.py +29 -0
  97. aws_cdk/aws_rds/__init__.py +64 -0
  98. aws_cdk/aws_redshift/__init__.py +29 -0
  99. aws_cdk/aws_rekognition/__init__.py +87 -0
  100. aws_cdk/aws_resourcegroups/__init__.py +58 -0
  101. aws_cdk/aws_rolesanywhere/__init__.py +145 -0
  102. aws_cdk/aws_route53recoveryreadiness/__init__.py +58 -0
  103. aws_cdk/aws_route53resolver/__init__.py +29 -0
  104. aws_cdk/aws_s3/__init__.py +116 -0
  105. aws_cdk/aws_s3express/__init__.py +116 -0
  106. aws_cdk/aws_sagemaker/__init__.py +464 -0
  107. aws_cdk/aws_scheduler/__init__.py +29 -0
  108. aws_cdk/aws_secretsmanager/__init__.py +29 -0
  109. aws_cdk/aws_servicecatalog/__init__.py +29 -0
  110. aws_cdk/aws_servicecatalogappregistry/__init__.py +116 -0
  111. aws_cdk/aws_servicediscovery/__init__.py +58 -0
  112. aws_cdk/aws_ses/__init__.py +261 -0
  113. aws_cdk/aws_simspaceweaver/__init__.py +29 -0
  114. aws_cdk/aws_ssm/__init__.py +87 -0
  115. aws_cdk/aws_synthetics/__init__.py +29 -0
  116. aws_cdk/aws_timestream/__init__.py +87 -0
  117. aws_cdk/aws_transfer/__init__.py +261 -0
  118. aws_cdk/aws_verifiedpermissions/__init__.py +58 -0
  119. aws_cdk/aws_voiceid/__init__.py +29 -0
  120. aws_cdk/aws_wisdom/__init__.py +232 -0
  121. aws_cdk/aws_workspaces/__init__.py +58 -0
  122. aws_cdk/aws_workspacesinstances/__init__.py +29 -0
  123. aws_cdk/aws_workspacesthinclient/__init__.py +58 -0
  124. aws_cdk/pipelines/__init__.py +5 -1
  125. {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/METADATA +1 -1
  126. {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/RECORD +130 -130
  127. {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/LICENSE +0 -0
  128. {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/NOTICE +0 -0
  129. {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/WHEEL +0 -0
  130. {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/top_level.txt +0 -0
@@ -2657,6 +2657,48 @@ class CfnPolicyStore(
2657
2657
 
2658
2658
  jsii.create(self.__class__, self, [scope, id, props])
2659
2659
 
2660
+ @jsii.member(jsii_name="fromPolicyStoreArn")
2661
+ @builtins.classmethod
2662
+ def from_policy_store_arn(
2663
+ cls,
2664
+ scope: _constructs_77d1e7e8.Construct,
2665
+ id: builtins.str,
2666
+ arn: builtins.str,
2667
+ ) -> IPolicyStoreRef:
2668
+ '''Creates a new IPolicyStoreRef from an ARN.
2669
+
2670
+ :param scope: -
2671
+ :param id: -
2672
+ :param arn: -
2673
+ '''
2674
+ if __debug__:
2675
+ type_hints = typing.get_type_hints(_typecheckingstub__16b99c7dccdce2e3ceeacefaee34bcbc943bbd0e8eaa9a769f60e8db3995f9fd)
2676
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
2677
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
2678
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
2679
+ return typing.cast(IPolicyStoreRef, jsii.sinvoke(cls, "fromPolicyStoreArn", [scope, id, arn]))
2680
+
2681
+ @jsii.member(jsii_name="fromPolicyStoreId")
2682
+ @builtins.classmethod
2683
+ def from_policy_store_id(
2684
+ cls,
2685
+ scope: _constructs_77d1e7e8.Construct,
2686
+ id: builtins.str,
2687
+ policy_store_id: builtins.str,
2688
+ ) -> IPolicyStoreRef:
2689
+ '''Creates a new IPolicyStoreRef from a policyStoreId.
2690
+
2691
+ :param scope: -
2692
+ :param id: -
2693
+ :param policy_store_id: -
2694
+ '''
2695
+ if __debug__:
2696
+ type_hints = typing.get_type_hints(_typecheckingstub__45b5cca57c73b13753d1aedfabb89ad909aa117845276b364d58f027f81d9263)
2697
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
2698
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
2699
+ check_type(argname="argument policy_store_id", value=policy_store_id, expected_type=type_hints["policy_store_id"])
2700
+ return typing.cast(IPolicyStoreRef, jsii.sinvoke(cls, "fromPolicyStoreId", [scope, id, policy_store_id]))
2701
+
2660
2702
  @jsii.member(jsii_name="inspect")
2661
2703
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
2662
2704
  '''Examines the CloudFormation resource and discloses attributes.
@@ -3432,6 +3474,22 @@ def _typecheckingstub__8cc0f2986096a74fa71e43f21c340737b2abb3e3f40afbfe29ca3f0bd
3432
3474
  """Type checking stubs"""
3433
3475
  pass
3434
3476
 
3477
+ def _typecheckingstub__16b99c7dccdce2e3ceeacefaee34bcbc943bbd0e8eaa9a769f60e8db3995f9fd(
3478
+ scope: _constructs_77d1e7e8.Construct,
3479
+ id: builtins.str,
3480
+ arn: builtins.str,
3481
+ ) -> None:
3482
+ """Type checking stubs"""
3483
+ pass
3484
+
3485
+ def _typecheckingstub__45b5cca57c73b13753d1aedfabb89ad909aa117845276b364d58f027f81d9263(
3486
+ scope: _constructs_77d1e7e8.Construct,
3487
+ id: builtins.str,
3488
+ policy_store_id: builtins.str,
3489
+ ) -> None:
3490
+ """Type checking stubs"""
3491
+ pass
3492
+
3435
3493
  def _typecheckingstub__8ad1782ca771d54cb918458c633b77eb8f22d4fb4325e8039ddc8db9486e906f(
3436
3494
  inspector: _TreeInspector_488e0dd5,
3437
3495
  ) -> None:
@@ -344,6 +344,27 @@ class CfnDomain(
344
344
 
345
345
  jsii.create(self.__class__, self, [scope, id, props])
346
346
 
347
+ @jsii.member(jsii_name="fromDomainId")
348
+ @builtins.classmethod
349
+ def from_domain_id(
350
+ cls,
351
+ scope: _constructs_77d1e7e8.Construct,
352
+ id: builtins.str,
353
+ domain_id: builtins.str,
354
+ ) -> IDomainRef:
355
+ '''Creates a new IDomainRef from a domainId.
356
+
357
+ :param scope: -
358
+ :param id: -
359
+ :param domain_id: -
360
+ '''
361
+ if __debug__:
362
+ type_hints = typing.get_type_hints(_typecheckingstub__d090314b5097181386be13d75f37659e37ea24c10b30be29d2dbfea7923ed22b)
363
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
364
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
365
+ check_type(argname="argument domain_id", value=domain_id, expected_type=type_hints["domain_id"])
366
+ return typing.cast(IDomainRef, jsii.sinvoke(cls, "fromDomainId", [scope, id, domain_id]))
367
+
347
368
  @jsii.member(jsii_name="inspect")
348
369
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
349
370
  '''Examines the CloudFormation resource and discloses attributes.
@@ -556,6 +577,14 @@ def _typecheckingstub__f669b499116dab0ae384f6bbe13bc890778f766ea4106733abad20253
556
577
  """Type checking stubs"""
557
578
  pass
558
579
 
580
+ def _typecheckingstub__d090314b5097181386be13d75f37659e37ea24c10b30be29d2dbfea7923ed22b(
581
+ scope: _constructs_77d1e7e8.Construct,
582
+ id: builtins.str,
583
+ domain_id: builtins.str,
584
+ ) -> None:
585
+ """Type checking stubs"""
586
+ pass
587
+
559
588
  def _typecheckingstub__6a13fec87534380d8666ebae8f047bd4dadf9d9570199850acc06ce35688c145(
560
589
  inspector: _TreeInspector_488e0dd5,
561
590
  ) -> None:
@@ -3812,6 +3812,27 @@ class CfnAIAgent(
3812
3812
 
3813
3813
  jsii.create(self.__class__, self, [scope, id, props])
3814
3814
 
3815
+ @jsii.member(jsii_name="fromAIAgentArn")
3816
+ @builtins.classmethod
3817
+ def from_ai_agent_arn(
3818
+ cls,
3819
+ scope: _constructs_77d1e7e8.Construct,
3820
+ id: builtins.str,
3821
+ arn: builtins.str,
3822
+ ) -> IAIAgentRef:
3823
+ '''Creates a new IAIAgentRef from an ARN.
3824
+
3825
+ :param scope: -
3826
+ :param id: -
3827
+ :param arn: -
3828
+ '''
3829
+ if __debug__:
3830
+ type_hints = typing.get_type_hints(_typecheckingstub__e70e3665bf011176b4022bce42ce388d6c862e0f7206cb895132bc713123f2df)
3831
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
3832
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
3833
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
3834
+ return typing.cast(IAIAgentRef, jsii.sinvoke(cls, "fromAIAgentArn", [scope, id, arn]))
3835
+
3815
3836
  @jsii.member(jsii_name="inspect")
3816
3837
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
3817
3838
  '''Examines the CloudFormation resource and discloses attributes.
@@ -5579,6 +5600,27 @@ class CfnAIGuardrail(
5579
5600
 
5580
5601
  jsii.create(self.__class__, self, [scope, id, props])
5581
5602
 
5603
+ @jsii.member(jsii_name="fromAIGuardrailArn")
5604
+ @builtins.classmethod
5605
+ def from_ai_guardrail_arn(
5606
+ cls,
5607
+ scope: _constructs_77d1e7e8.Construct,
5608
+ id: builtins.str,
5609
+ arn: builtins.str,
5610
+ ) -> IAIGuardrailRef:
5611
+ '''Creates a new IAIGuardrailRef from an ARN.
5612
+
5613
+ :param scope: -
5614
+ :param id: -
5615
+ :param arn: -
5616
+ '''
5617
+ if __debug__:
5618
+ type_hints = typing.get_type_hints(_typecheckingstub__53ed097b5e2be9dc0c930e9b28a3660b97a5fef48e0cb35522df3f2b6494e3f1)
5619
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
5620
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
5621
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
5622
+ return typing.cast(IAIGuardrailRef, jsii.sinvoke(cls, "fromAIGuardrailArn", [scope, id, arn]))
5623
+
5582
5624
  @jsii.member(jsii_name="inspect")
5583
5625
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
5584
5626
  '''Examines the CloudFormation resource and discloses attributes.
@@ -6982,6 +7024,27 @@ class CfnAIPrompt(
6982
7024
 
6983
7025
  jsii.create(self.__class__, self, [scope, id, props])
6984
7026
 
7027
+ @jsii.member(jsii_name="fromAIPromptArn")
7028
+ @builtins.classmethod
7029
+ def from_ai_prompt_arn(
7030
+ cls,
7031
+ scope: _constructs_77d1e7e8.Construct,
7032
+ id: builtins.str,
7033
+ arn: builtins.str,
7034
+ ) -> IAIPromptRef:
7035
+ '''Creates a new IAIPromptRef from an ARN.
7036
+
7037
+ :param scope: -
7038
+ :param id: -
7039
+ :param arn: -
7040
+ '''
7041
+ if __debug__:
7042
+ type_hints = typing.get_type_hints(_typecheckingstub__63fa7ac36afde639989d374e49aa90c47a2690771974175b69fed1e406c6272e)
7043
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
7044
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
7045
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
7046
+ return typing.cast(IAIPromptRef, jsii.sinvoke(cls, "fromAIPromptArn", [scope, id, arn]))
7047
+
6985
7048
  @jsii.member(jsii_name="inspect")
6986
7049
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
6987
7050
  '''Examines the CloudFormation resource and discloses attributes.
@@ -7545,6 +7608,48 @@ class CfnAssistant(
7545
7608
 
7546
7609
  jsii.create(self.__class__, self, [scope, id, props])
7547
7610
 
7611
+ @jsii.member(jsii_name="fromAssistantArn")
7612
+ @builtins.classmethod
7613
+ def from_assistant_arn(
7614
+ cls,
7615
+ scope: _constructs_77d1e7e8.Construct,
7616
+ id: builtins.str,
7617
+ arn: builtins.str,
7618
+ ) -> IAssistantRef:
7619
+ '''Creates a new IAssistantRef from an ARN.
7620
+
7621
+ :param scope: -
7622
+ :param id: -
7623
+ :param arn: -
7624
+ '''
7625
+ if __debug__:
7626
+ type_hints = typing.get_type_hints(_typecheckingstub__33deac61df2a67d5267bbd073e8988b690ab64dcb4131aac4931f937d22cc02a)
7627
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
7628
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
7629
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
7630
+ return typing.cast(IAssistantRef, jsii.sinvoke(cls, "fromAssistantArn", [scope, id, arn]))
7631
+
7632
+ @jsii.member(jsii_name="fromAssistantId")
7633
+ @builtins.classmethod
7634
+ def from_assistant_id(
7635
+ cls,
7636
+ scope: _constructs_77d1e7e8.Construct,
7637
+ id: builtins.str,
7638
+ assistant_id: builtins.str,
7639
+ ) -> IAssistantRef:
7640
+ '''Creates a new IAssistantRef from a assistantId.
7641
+
7642
+ :param scope: -
7643
+ :param id: -
7644
+ :param assistant_id: -
7645
+ '''
7646
+ if __debug__:
7647
+ type_hints = typing.get_type_hints(_typecheckingstub__f105390dc407e28554781f8d932720c9268a30c5d232ce61e22db470e5cd2360)
7648
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
7649
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
7650
+ check_type(argname="argument assistant_id", value=assistant_id, expected_type=type_hints["assistant_id"])
7651
+ return typing.cast(IAssistantRef, jsii.sinvoke(cls, "fromAssistantId", [scope, id, assistant_id]))
7652
+
7548
7653
  @jsii.member(jsii_name="inspect")
7549
7654
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
7550
7655
  '''Examines the CloudFormation resource and discloses attributes.
@@ -7800,6 +7905,27 @@ class CfnAssistantAssociation(
7800
7905
 
7801
7906
  jsii.create(self.__class__, self, [scope, id, props])
7802
7907
 
7908
+ @jsii.member(jsii_name="fromAssistantAssociationArn")
7909
+ @builtins.classmethod
7910
+ def from_assistant_association_arn(
7911
+ cls,
7912
+ scope: _constructs_77d1e7e8.Construct,
7913
+ id: builtins.str,
7914
+ arn: builtins.str,
7915
+ ) -> IAssistantAssociationRef:
7916
+ '''Creates a new IAssistantAssociationRef from an ARN.
7917
+
7918
+ :param scope: -
7919
+ :param id: -
7920
+ :param arn: -
7921
+ '''
7922
+ if __debug__:
7923
+ type_hints = typing.get_type_hints(_typecheckingstub__0814779e46c29dd8a693967cc42bd54cd9b7f75fc63367e7f120d079bf92046e)
7924
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
7925
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
7926
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
7927
+ return typing.cast(IAssistantAssociationRef, jsii.sinvoke(cls, "fromAssistantAssociationArn", [scope, id, arn]))
7928
+
7803
7929
  @jsii.member(jsii_name="inspect")
7804
7930
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
7805
7931
  '''Examines the CloudFormation resource and discloses attributes.
@@ -8124,6 +8250,48 @@ class CfnKnowledgeBase(
8124
8250
 
8125
8251
  jsii.create(self.__class__, self, [scope, id, props])
8126
8252
 
8253
+ @jsii.member(jsii_name="fromKnowledgeBaseArn")
8254
+ @builtins.classmethod
8255
+ def from_knowledge_base_arn(
8256
+ cls,
8257
+ scope: _constructs_77d1e7e8.Construct,
8258
+ id: builtins.str,
8259
+ arn: builtins.str,
8260
+ ) -> IKnowledgeBaseRef:
8261
+ '''Creates a new IKnowledgeBaseRef from an ARN.
8262
+
8263
+ :param scope: -
8264
+ :param id: -
8265
+ :param arn: -
8266
+ '''
8267
+ if __debug__:
8268
+ type_hints = typing.get_type_hints(_typecheckingstub__467231b7f72214cbd6b35521edee7bc67d8fbbc22d0f389f57da3eb98ffad629)
8269
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
8270
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
8271
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
8272
+ return typing.cast(IKnowledgeBaseRef, jsii.sinvoke(cls, "fromKnowledgeBaseArn", [scope, id, arn]))
8273
+
8274
+ @jsii.member(jsii_name="fromKnowledgeBaseId")
8275
+ @builtins.classmethod
8276
+ def from_knowledge_base_id(
8277
+ cls,
8278
+ scope: _constructs_77d1e7e8.Construct,
8279
+ id: builtins.str,
8280
+ knowledge_base_id: builtins.str,
8281
+ ) -> IKnowledgeBaseRef:
8282
+ '''Creates a new IKnowledgeBaseRef from a knowledgeBaseId.
8283
+
8284
+ :param scope: -
8285
+ :param id: -
8286
+ :param knowledge_base_id: -
8287
+ '''
8288
+ if __debug__:
8289
+ type_hints = typing.get_type_hints(_typecheckingstub__e0469c506a8518566600ea4f512337a7b0e9687bf3913f2f73f84612eef004a1)
8290
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
8291
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
8292
+ check_type(argname="argument knowledge_base_id", value=knowledge_base_id, expected_type=type_hints["knowledge_base_id"])
8293
+ return typing.cast(IKnowledgeBaseRef, jsii.sinvoke(cls, "fromKnowledgeBaseId", [scope, id, knowledge_base_id]))
8294
+
8127
8295
  @jsii.member(jsii_name="inspect")
8128
8296
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
8129
8297
  '''Examines the CloudFormation resource and discloses attributes.
@@ -13260,6 +13428,14 @@ def _typecheckingstub__e4d43de9ccaeb31eba5b0b613ecac25531a87bb9137652388e6196070
13260
13428
  """Type checking stubs"""
13261
13429
  pass
13262
13430
 
13431
+ def _typecheckingstub__e70e3665bf011176b4022bce42ce388d6c862e0f7206cb895132bc713123f2df(
13432
+ scope: _constructs_77d1e7e8.Construct,
13433
+ id: builtins.str,
13434
+ arn: builtins.str,
13435
+ ) -> None:
13436
+ """Type checking stubs"""
13437
+ pass
13438
+
13263
13439
  def _typecheckingstub__daf9bd162ab4eaa6b11972bcaf8372498a47b4ad8cf111130cabfae3f675d2b4(
13264
13440
  inspector: _TreeInspector_488e0dd5,
13265
13441
  ) -> None:
@@ -13459,6 +13635,14 @@ def _typecheckingstub__76ea8e26c58eaed3d156b1860dd33693ef608e81ac9c96aa849d3236d
13459
13635
  """Type checking stubs"""
13460
13636
  pass
13461
13637
 
13638
+ def _typecheckingstub__53ed097b5e2be9dc0c930e9b28a3660b97a5fef48e0cb35522df3f2b6494e3f1(
13639
+ scope: _constructs_77d1e7e8.Construct,
13640
+ id: builtins.str,
13641
+ arn: builtins.str,
13642
+ ) -> None:
13643
+ """Type checking stubs"""
13644
+ pass
13645
+
13462
13646
  def _typecheckingstub__7fbdc5de28d3c991f79f98e3c345ade75e45ce50bdb72f64634f0031d019b3e0(
13463
13647
  inspector: _TreeInspector_488e0dd5,
13464
13648
  ) -> None:
@@ -13691,6 +13875,14 @@ def _typecheckingstub__48a265f7ec519ced4028dd8e69d5a1fe8ef89d36b11d693c968f74c8b
13691
13875
  """Type checking stubs"""
13692
13876
  pass
13693
13877
 
13878
+ def _typecheckingstub__63fa7ac36afde639989d374e49aa90c47a2690771974175b69fed1e406c6272e(
13879
+ scope: _constructs_77d1e7e8.Construct,
13880
+ id: builtins.str,
13881
+ arn: builtins.str,
13882
+ ) -> None:
13883
+ """Type checking stubs"""
13884
+ pass
13885
+
13694
13886
  def _typecheckingstub__7567e2bb6113fabf7ae624801bcdbbfa2507650c0fcedb4572ac328601553fcc(
13695
13887
  inspector: _TreeInspector_488e0dd5,
13696
13888
  ) -> None:
@@ -13825,6 +14017,22 @@ def _typecheckingstub__8078b7e28a17a68ab6f3d362e7de3af6b6867207690b2b344e35797cd
13825
14017
  """Type checking stubs"""
13826
14018
  pass
13827
14019
 
14020
+ def _typecheckingstub__33deac61df2a67d5267bbd073e8988b690ab64dcb4131aac4931f937d22cc02a(
14021
+ scope: _constructs_77d1e7e8.Construct,
14022
+ id: builtins.str,
14023
+ arn: builtins.str,
14024
+ ) -> None:
14025
+ """Type checking stubs"""
14026
+ pass
14027
+
14028
+ def _typecheckingstub__f105390dc407e28554781f8d932720c9268a30c5d232ce61e22db470e5cd2360(
14029
+ scope: _constructs_77d1e7e8.Construct,
14030
+ id: builtins.str,
14031
+ assistant_id: builtins.str,
14032
+ ) -> None:
14033
+ """Type checking stubs"""
14034
+ pass
14035
+
13828
14036
  def _typecheckingstub__67a0860b53a1867e3124a155db57aa1ab8bbb2d50c48a1553f8766101996d0b8(
13829
14037
  inspector: _TreeInspector_488e0dd5,
13830
14038
  ) -> None:
@@ -13886,6 +14094,14 @@ def _typecheckingstub__17f6f8491bb7be7dab63c57bf64b65f643c4fece381b02f49002f796c
13886
14094
  """Type checking stubs"""
13887
14095
  pass
13888
14096
 
14097
+ def _typecheckingstub__0814779e46c29dd8a693967cc42bd54cd9b7f75fc63367e7f120d079bf92046e(
14098
+ scope: _constructs_77d1e7e8.Construct,
14099
+ id: builtins.str,
14100
+ arn: builtins.str,
14101
+ ) -> None:
14102
+ """Type checking stubs"""
14103
+ pass
14104
+
13889
14105
  def _typecheckingstub__7a96af34ce4ed10cd5d626bf5df7799b86ca3023d4f6b302c0cdb51a0bdd1274(
13890
14106
  inspector: _TreeInspector_488e0dd5,
13891
14107
  ) -> None:
@@ -13945,6 +14161,22 @@ def _typecheckingstub__99512a2eb8a3e47802b889aac668fc94bdc0534ee683313dac712b200
13945
14161
  """Type checking stubs"""
13946
14162
  pass
13947
14163
 
14164
+ def _typecheckingstub__467231b7f72214cbd6b35521edee7bc67d8fbbc22d0f389f57da3eb98ffad629(
14165
+ scope: _constructs_77d1e7e8.Construct,
14166
+ id: builtins.str,
14167
+ arn: builtins.str,
14168
+ ) -> None:
14169
+ """Type checking stubs"""
14170
+ pass
14171
+
14172
+ def _typecheckingstub__e0469c506a8518566600ea4f512337a7b0e9687bf3913f2f73f84612eef004a1(
14173
+ scope: _constructs_77d1e7e8.Construct,
14174
+ id: builtins.str,
14175
+ knowledge_base_id: builtins.str,
14176
+ ) -> None:
14177
+ """Type checking stubs"""
14178
+ pass
14179
+
13948
14180
  def _typecheckingstub__e12fde615d3c7854b4e97326fea29e89d837485efe274039378606ee08a4be76(
13949
14181
  inspector: _TreeInspector_488e0dd5,
13950
14182
  ) -> None:
@@ -1170,6 +1170,27 @@ class CfnWorkspace(
1170
1170
 
1171
1171
  jsii.create(self.__class__, self, [scope, id, props])
1172
1172
 
1173
+ @jsii.member(jsii_name="fromWorkspaceId")
1174
+ @builtins.classmethod
1175
+ def from_workspace_id(
1176
+ cls,
1177
+ scope: _constructs_77d1e7e8.Construct,
1178
+ id: builtins.str,
1179
+ workspace_id: builtins.str,
1180
+ ) -> IWorkspaceRef:
1181
+ '''Creates a new IWorkspaceRef from a workspaceId.
1182
+
1183
+ :param scope: -
1184
+ :param id: -
1185
+ :param workspace_id: -
1186
+ '''
1187
+ if __debug__:
1188
+ type_hints = typing.get_type_hints(_typecheckingstub__4d89928bc3143b40dfcbe60436eb821c87d4ca5d7e96d4ce7e5b5f26125f7d08)
1189
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1190
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1191
+ check_type(argname="argument workspace_id", value=workspace_id, expected_type=type_hints["workspace_id"])
1192
+ return typing.cast(IWorkspaceRef, jsii.sinvoke(cls, "fromWorkspaceId", [scope, id, workspace_id]))
1193
+
1173
1194
  @jsii.member(jsii_name="inspect")
1174
1195
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
1175
1196
  '''Examines the CloudFormation resource and discloses attributes.
@@ -1572,6 +1593,27 @@ class CfnWorkspacesPool(
1572
1593
 
1573
1594
  jsii.create(self.__class__, self, [scope, id, props])
1574
1595
 
1596
+ @jsii.member(jsii_name="fromPoolId")
1597
+ @builtins.classmethod
1598
+ def from_pool_id(
1599
+ cls,
1600
+ scope: _constructs_77d1e7e8.Construct,
1601
+ id: builtins.str,
1602
+ pool_id: builtins.str,
1603
+ ) -> IWorkspacesPoolRef:
1604
+ '''Creates a new IWorkspacesPoolRef from a poolId.
1605
+
1606
+ :param scope: -
1607
+ :param id: -
1608
+ :param pool_id: -
1609
+ '''
1610
+ if __debug__:
1611
+ type_hints = typing.get_type_hints(_typecheckingstub__aca13282ecc7b7c8ac155574994d5d8d845bec6aa4ca0daf161949c9810e9624)
1612
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1613
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1614
+ check_type(argname="argument pool_id", value=pool_id, expected_type=type_hints["pool_id"])
1615
+ return typing.cast(IWorkspacesPoolRef, jsii.sinvoke(cls, "fromPoolId", [scope, id, pool_id]))
1616
+
1575
1617
  @jsii.member(jsii_name="inspect")
1576
1618
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
1577
1619
  '''Examines the CloudFormation resource and discloses attributes.
@@ -2136,6 +2178,14 @@ def _typecheckingstub__ecf9321ac6e165dfc96d72b093b8636e1ff9e82acf9cea2e5176beb79
2136
2178
  """Type checking stubs"""
2137
2179
  pass
2138
2180
 
2181
+ def _typecheckingstub__4d89928bc3143b40dfcbe60436eb821c87d4ca5d7e96d4ce7e5b5f26125f7d08(
2182
+ scope: _constructs_77d1e7e8.Construct,
2183
+ id: builtins.str,
2184
+ workspace_id: builtins.str,
2185
+ ) -> None:
2186
+ """Type checking stubs"""
2187
+ pass
2188
+
2139
2189
  def _typecheckingstub__e772192f4dd8e60f99b92beca96b37f99aca30dac13f906848601f52405c8d90(
2140
2190
  inspector: _TreeInspector_488e0dd5,
2141
2191
  ) -> None:
@@ -2224,6 +2274,14 @@ def _typecheckingstub__2d46eb37beb6bc915a0a0c68f02dfa689a2d725a4252e6874da1ed606
2224
2274
  """Type checking stubs"""
2225
2275
  pass
2226
2276
 
2277
+ def _typecheckingstub__aca13282ecc7b7c8ac155574994d5d8d845bec6aa4ca0daf161949c9810e9624(
2278
+ scope: _constructs_77d1e7e8.Construct,
2279
+ id: builtins.str,
2280
+ pool_id: builtins.str,
2281
+ ) -> None:
2282
+ """Type checking stubs"""
2283
+ pass
2284
+
2227
2285
  def _typecheckingstub__f53d77ec5dfd335f69439256c79f2f3c6b1b45896c302f8bc1c0ec35d59c6d29(
2228
2286
  inspector: _TreeInspector_488e0dd5,
2229
2287
  ) -> None:
@@ -1506,6 +1506,27 @@ class CfnWorkspaceInstance(
1506
1506
 
1507
1507
  jsii.create(self.__class__, self, [scope, id, props])
1508
1508
 
1509
+ @jsii.member(jsii_name="fromWorkspaceInstanceId")
1510
+ @builtins.classmethod
1511
+ def from_workspace_instance_id(
1512
+ cls,
1513
+ scope: _constructs_77d1e7e8.Construct,
1514
+ id: builtins.str,
1515
+ workspace_instance_id: builtins.str,
1516
+ ) -> IWorkspaceInstanceRef:
1517
+ '''Creates a new IWorkspaceInstanceRef from a workspaceInstanceId.
1518
+
1519
+ :param scope: -
1520
+ :param id: -
1521
+ :param workspace_instance_id: -
1522
+ '''
1523
+ if __debug__:
1524
+ type_hints = typing.get_type_hints(_typecheckingstub__a94e20479c19b53a7fbafb99ee8ea99ff43ba48f27b5660512919fc6b36a8f4f)
1525
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1526
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1527
+ check_type(argname="argument workspace_instance_id", value=workspace_instance_id, expected_type=type_hints["workspace_instance_id"])
1528
+ return typing.cast(IWorkspaceInstanceRef, jsii.sinvoke(cls, "fromWorkspaceInstanceId", [scope, id, workspace_instance_id]))
1529
+
1509
1530
  @jsii.member(jsii_name="inspect")
1510
1531
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
1511
1532
  '''Examines the CloudFormation resource and discloses attributes.
@@ -4000,6 +4021,14 @@ def _typecheckingstub__fe297a4f0279d14c1f9c904fa95a44f828762333773f7e3a7c9943d3b
4000
4021
  """Type checking stubs"""
4001
4022
  pass
4002
4023
 
4024
+ def _typecheckingstub__a94e20479c19b53a7fbafb99ee8ea99ff43ba48f27b5660512919fc6b36a8f4f(
4025
+ scope: _constructs_77d1e7e8.Construct,
4026
+ id: builtins.str,
4027
+ workspace_instance_id: builtins.str,
4028
+ ) -> None:
4029
+ """Type checking stubs"""
4030
+ pass
4031
+
4003
4032
  def _typecheckingstub__2bdc42635ac5557f3eb11885f29e281607cfb0594c2e299de906f90030a10deb(
4004
4033
  inspector: _TreeInspector_488e0dd5,
4005
4034
  ) -> None:
@@ -513,6 +513,48 @@ class CfnEnvironment(
513
513
 
514
514
  jsii.create(self.__class__, self, [scope, id, props])
515
515
 
516
+ @jsii.member(jsii_name="fromEnvironmentArn")
517
+ @builtins.classmethod
518
+ def from_environment_arn(
519
+ cls,
520
+ scope: _constructs_77d1e7e8.Construct,
521
+ id: builtins.str,
522
+ arn: builtins.str,
523
+ ) -> IEnvironmentRef:
524
+ '''Creates a new IEnvironmentRef from an ARN.
525
+
526
+ :param scope: -
527
+ :param id: -
528
+ :param arn: -
529
+ '''
530
+ if __debug__:
531
+ type_hints = typing.get_type_hints(_typecheckingstub__b2c457b11402c231d9998cc2028789b8eb9433ea8694434493ed3e58883bb61e)
532
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
533
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
534
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
535
+ return typing.cast(IEnvironmentRef, jsii.sinvoke(cls, "fromEnvironmentArn", [scope, id, arn]))
536
+
537
+ @jsii.member(jsii_name="fromEnvironmentId")
538
+ @builtins.classmethod
539
+ def from_environment_id(
540
+ cls,
541
+ scope: _constructs_77d1e7e8.Construct,
542
+ id: builtins.str,
543
+ environment_id: builtins.str,
544
+ ) -> IEnvironmentRef:
545
+ '''Creates a new IEnvironmentRef from a environmentId.
546
+
547
+ :param scope: -
548
+ :param id: -
549
+ :param environment_id: -
550
+ '''
551
+ if __debug__:
552
+ type_hints = typing.get_type_hints(_typecheckingstub__e899cfd66876c330e36451ba1053d74b809f866540b5ee1540ed1373860032f1)
553
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
554
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
555
+ check_type(argname="argument environment_id", value=environment_id, expected_type=type_hints["environment_id"])
556
+ return typing.cast(IEnvironmentRef, jsii.sinvoke(cls, "fromEnvironmentId", [scope, id, environment_id]))
557
+
516
558
  @jsii.member(jsii_name="inspect")
517
559
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
518
560
  '''Examines the CloudFormation resource and discloses attributes.
@@ -1001,6 +1043,22 @@ def _typecheckingstub__71de71c28d2a60cf68cffac5043975f99ea7f8d1359578b88902be0ce
1001
1043
  """Type checking stubs"""
1002
1044
  pass
1003
1045
 
1046
+ def _typecheckingstub__b2c457b11402c231d9998cc2028789b8eb9433ea8694434493ed3e58883bb61e(
1047
+ scope: _constructs_77d1e7e8.Construct,
1048
+ id: builtins.str,
1049
+ arn: builtins.str,
1050
+ ) -> None:
1051
+ """Type checking stubs"""
1052
+ pass
1053
+
1054
+ def _typecheckingstub__e899cfd66876c330e36451ba1053d74b809f866540b5ee1540ed1373860032f1(
1055
+ scope: _constructs_77d1e7e8.Construct,
1056
+ id: builtins.str,
1057
+ environment_id: builtins.str,
1058
+ ) -> None:
1059
+ """Type checking stubs"""
1060
+ pass
1061
+
1004
1062
  def _typecheckingstub__26fe79e63248e30588683f3e2be498f330e45668d4f430c9bab51ff32e3819af(
1005
1063
  inspector: _TreeInspector_488e0dd5,
1006
1064
  ) -> None:
@@ -700,7 +700,11 @@ pipelines.CodeBuildStep("Synth",
700
700
  # Control the build environment
701
701
  build_environment=codebuild.BuildEnvironment(
702
702
  compute_type=codebuild.ComputeType.LARGE,
703
- privileged=True
703
+ privileged=True,
704
+ docker_server=codebuild.DockerServerOptions(
705
+ compute_type=codebuild.DockerServerComputeType.SMALL,
706
+ security_groups=[my_security_group]
707
+ )
704
708
  ),
705
709
  timeout=Duration.minutes(90),
706
710
  file_system_locations=[
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aws-cdk-lib
3
- Version: 2.217.0
3
+ Version: 2.218.0
4
4
  Summary: Version 2 of the AWS Cloud Development Kit library
5
5
  Home-page: https://github.com/aws/aws-cdk
6
6
  Author: Amazon Web Services