aws-cdk-lib 2.217.0__py3-none-any.whl → 2.219.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 (140) hide show
  1. aws_cdk/__init__.py +19 -19
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.217.0.jsii.tgz → aws-cdk-lib@2.219.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_amazonmq/__init__.py +185 -87
  5. aws_cdk/aws_apigateway/__init__.py +242 -0
  6. aws_cdk/aws_apigatewayv2/__init__.py +58 -0
  7. aws_cdk/aws_appconfig/__init__.py +145 -0
  8. aws_cdk/aws_appflow/__init__.py +116 -0
  9. aws_cdk/aws_appintegrations/__init__.py +116 -0
  10. aws_cdk/aws_appstream/__init__.py +87 -0
  11. aws_cdk/aws_appsync/__init__.py +58 -0
  12. aws_cdk/aws_apptest/__init__.py +58 -0
  13. aws_cdk/aws_athena/__init__.py +58 -0
  14. aws_cdk/aws_auditmanager/__init__.py +58 -0
  15. aws_cdk/aws_backup/__init__.py +145 -0
  16. aws_cdk/aws_batch/__init__.py +58 -0
  17. aws_cdk/aws_bcmdataexports/__init__.py +9 -0
  18. aws_cdk/aws_bedrock/__init__.py +501 -1
  19. aws_cdk/aws_bedrockagentcore/__init__.py +297 -157
  20. aws_cdk/aws_cassandra/__init__.py +29 -0
  21. aws_cdk/aws_certificatemanager/__init__.py +29 -0
  22. aws_cdk/aws_cloudfront/__init__.py +57 -0
  23. aws_cdk/aws_cloudfront_origins/__init__.py +87 -7
  24. aws_cdk/aws_cloudtrail/__init__.py +58 -0
  25. aws_cdk/aws_cloudwatch/__init__.py +145 -0
  26. aws_cdk/aws_codebuild/__init__.py +454 -74
  27. aws_cdk/aws_codedeploy/__init__.py +29 -0
  28. aws_cdk/aws_codeguruprofiler/__init__.py +58 -0
  29. aws_cdk/aws_codepipeline/__init__.py +29 -0
  30. aws_cdk/aws_cognito/__init__.py +87 -0
  31. aws_cdk/aws_config/__init__.py +58 -0
  32. aws_cdk/aws_connect/__init__.py +9 -9
  33. aws_cdk/aws_cur/__init__.py +34 -3
  34. aws_cdk/aws_customerprofiles/__init__.py +58 -0
  35. aws_cdk/aws_datapipeline/__init__.py +29 -0
  36. aws_cdk/aws_datasync/__init__.py +44 -22
  37. aws_cdk/aws_datazone/__init__.py +93 -33
  38. aws_cdk/aws_dms/__init__.py +61 -5
  39. aws_cdk/aws_docdb/__init__.py +153 -25
  40. aws_cdk/aws_dsql/__init__.py +29 -0
  41. aws_cdk/aws_dynamodb/__init__.py +58 -0
  42. aws_cdk/aws_ec2/__init__.py +4598 -22
  43. aws_cdk/aws_ecr/__init__.py +116 -0
  44. aws_cdk/aws_ecs/__init__.py +2768 -79
  45. aws_cdk/aws_efs/__init__.py +116 -0
  46. aws_cdk/aws_eks/__init__.py +118 -0
  47. aws_cdk/aws_elasticache/__init__.py +261 -0
  48. aws_cdk/aws_elasticbeanstalk/__init__.py +29 -0
  49. aws_cdk/aws_emr/__init__.py +87 -0
  50. aws_cdk/aws_emrcontainers/__init__.py +58 -0
  51. aws_cdk/aws_emrserverless/__init__.py +58 -0
  52. aws_cdk/aws_entityresolution/__init__.py +163 -0
  53. aws_cdk/aws_events/__init__.py +290 -0
  54. aws_cdk/aws_finspace/__init__.py +58 -0
  55. aws_cdk/aws_gamelift/__init__.py +435 -0
  56. aws_cdk/aws_glue/__init__.py +145 -0
  57. aws_cdk/aws_greengrass/__init__.py +464 -0
  58. aws_cdk/aws_greengrassv2/__init__.py +29 -0
  59. aws_cdk/aws_groundstation/__init__.py +87 -0
  60. aws_cdk/aws_guardduty/__init__.py +87 -0
  61. aws_cdk/aws_healthimaging/__init__.py +58 -0
  62. aws_cdk/aws_healthlake/__init__.py +29 -0
  63. aws_cdk/aws_internetmonitor/__init__.py +58 -0
  64. aws_cdk/aws_iot/__init__.py +957 -0
  65. aws_cdk/aws_iotanalytics/__init__.py +116 -0
  66. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +58 -0
  67. aws_cdk/aws_iotevents/__init__.py +87 -0
  68. aws_cdk/aws_iotfleethub/__init__.py +58 -0
  69. aws_cdk/aws_iotfleetwise/__init__.py +116 -0
  70. aws_cdk/aws_iotsitewise/__init__.py +493 -0
  71. aws_cdk/aws_iottwinmaker/__init__.py +145 -0
  72. aws_cdk/aws_iotwireless/__init__.py +464 -0
  73. aws_cdk/aws_kendra/__init__.py +116 -0
  74. aws_cdk/aws_kinesis/__init__.py +58 -0
  75. aws_cdk/aws_kinesisanalytics/__init__.py +31 -0
  76. aws_cdk/aws_kinesisanalyticsv2/__init__.py +29 -0
  77. aws_cdk/aws_kinesisfirehose/__init__.py +58 -0
  78. aws_cdk/aws_kinesisvideo/__init__.py +29 -0
  79. aws_cdk/aws_kms/__init__.py +58 -0
  80. aws_cdk/aws_lambda/__init__.py +58 -0
  81. aws_cdk/aws_lex/__init__.py +29 -0
  82. aws_cdk/aws_location/__init__.py +348 -0
  83. aws_cdk/aws_logs/__init__.py +232 -0
  84. aws_cdk/aws_lookoutequipment/__init__.py +29 -0
  85. aws_cdk/aws_lookoutvision/__init__.py +58 -0
  86. aws_cdk/aws_managedblockchain/__init__.py +145 -0
  87. aws_cdk/aws_medialive/__init__.py +435 -0
  88. aws_cdk/aws_mediatailor/__init__.py +174 -0
  89. aws_cdk/aws_memorydb/__init__.py +203 -0
  90. aws_cdk/aws_msk/__init__.py +4 -2
  91. aws_cdk/aws_mwaa/__init__.py +58 -0
  92. aws_cdk/aws_networkfirewall/__init__.py +6 -2
  93. aws_cdk/aws_networkmanager/__init__.py +29 -0
  94. aws_cdk/aws_nimblestudio/__init__.py +29 -0
  95. aws_cdk/aws_omics/__init__.py +174 -0
  96. aws_cdk/aws_opensearchserverless/__init__.py +58 -0
  97. aws_cdk/aws_opensearchservice/__init__.py +58 -0
  98. aws_cdk/aws_opsworks/__init__.py +29 -0
  99. aws_cdk/aws_organizations/__init__.py +116 -0
  100. aws_cdk/aws_panorama/__init__.py +116 -0
  101. aws_cdk/aws_pinpoint/__init__.py +116 -0
  102. aws_cdk/aws_qbusiness/__init__.py +232 -0
  103. aws_cdk/aws_qldb/__init__.py +29 -0
  104. aws_cdk/aws_quicksight/__init__.py +38 -0
  105. aws_cdk/aws_rds/__init__.py +97 -14
  106. aws_cdk/aws_redshift/__init__.py +29 -0
  107. aws_cdk/aws_rekognition/__init__.py +87 -0
  108. aws_cdk/aws_resourcegroups/__init__.py +58 -0
  109. aws_cdk/aws_rolesanywhere/__init__.py +145 -0
  110. aws_cdk/aws_route53/__init__.py +8 -2
  111. aws_cdk/aws_route53recoveryreadiness/__init__.py +58 -0
  112. aws_cdk/aws_route53resolver/__init__.py +29 -0
  113. aws_cdk/aws_s3/__init__.py +116 -0
  114. aws_cdk/aws_s3express/__init__.py +116 -0
  115. aws_cdk/aws_sagemaker/__init__.py +464 -0
  116. aws_cdk/aws_scheduler/__init__.py +29 -0
  117. aws_cdk/aws_secretsmanager/__init__.py +29 -0
  118. aws_cdk/aws_servicecatalog/__init__.py +107 -86
  119. aws_cdk/aws_servicecatalogappregistry/__init__.py +116 -0
  120. aws_cdk/aws_servicediscovery/__init__.py +58 -0
  121. aws_cdk/aws_ses/__init__.py +261 -0
  122. aws_cdk/aws_simspaceweaver/__init__.py +29 -0
  123. aws_cdk/aws_smsvoice/__init__.py +319 -0
  124. aws_cdk/aws_ssm/__init__.py +87 -0
  125. aws_cdk/aws_synthetics/__init__.py +29 -0
  126. aws_cdk/aws_timestream/__init__.py +87 -0
  127. aws_cdk/aws_transfer/__init__.py +261 -0
  128. aws_cdk/aws_verifiedpermissions/__init__.py +58 -0
  129. aws_cdk/aws_voiceid/__init__.py +29 -0
  130. aws_cdk/aws_wisdom/__init__.py +232 -0
  131. aws_cdk/aws_workspaces/__init__.py +58 -0
  132. aws_cdk/aws_workspacesinstances/__init__.py +29 -0
  133. aws_cdk/aws_workspacesthinclient/__init__.py +58 -0
  134. aws_cdk/pipelines/__init__.py +5 -1
  135. {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/METADATA +2 -2
  136. {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/RECORD +140 -140
  137. {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/LICENSE +0 -0
  138. {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/NOTICE +0 -0
  139. {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/WHEEL +0 -0
  140. {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/top_level.txt +0 -0
@@ -4082,6 +4082,48 @@ class CfnAlias(
4082
4082
 
4083
4083
  jsii.create(self.__class__, self, [scope, id, props])
4084
4084
 
4085
+ @jsii.member(jsii_name="fromAliasArn")
4086
+ @builtins.classmethod
4087
+ def from_alias_arn(
4088
+ cls,
4089
+ scope: _constructs_77d1e7e8.Construct,
4090
+ id: builtins.str,
4091
+ arn: builtins.str,
4092
+ ) -> IAliasRef:
4093
+ '''Creates a new IAliasRef from an ARN.
4094
+
4095
+ :param scope: -
4096
+ :param id: -
4097
+ :param arn: -
4098
+ '''
4099
+ if __debug__:
4100
+ type_hints = typing.get_type_hints(_typecheckingstub__0891ad75db2bf874492959e788adcf5ee5a3b7a4699cf9c2ddfce496a136a601)
4101
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
4102
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
4103
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
4104
+ return typing.cast(IAliasRef, jsii.sinvoke(cls, "fromAliasArn", [scope, id, arn]))
4105
+
4106
+ @jsii.member(jsii_name="fromAliasId")
4107
+ @builtins.classmethod
4108
+ def from_alias_id(
4109
+ cls,
4110
+ scope: _constructs_77d1e7e8.Construct,
4111
+ id: builtins.str,
4112
+ alias_id: builtins.str,
4113
+ ) -> IAliasRef:
4114
+ '''Creates a new IAliasRef from a aliasId.
4115
+
4116
+ :param scope: -
4117
+ :param id: -
4118
+ :param alias_id: -
4119
+ '''
4120
+ if __debug__:
4121
+ type_hints = typing.get_type_hints(_typecheckingstub__a59b299e6043860af26f7752ca92bfb2a6ddcc5cc02cdd40fd28dd726442c36f)
4122
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
4123
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
4124
+ check_type(argname="argument alias_id", value=alias_id, expected_type=type_hints["alias_id"])
4125
+ return typing.cast(IAliasRef, jsii.sinvoke(cls, "fromAliasId", [scope, id, alias_id]))
4126
+
4085
4127
  @jsii.member(jsii_name="inspect")
4086
4128
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
4087
4129
  '''Examines the CloudFormation resource and discloses attributes.
@@ -4381,6 +4423,48 @@ class CfnBuild(
4381
4423
 
4382
4424
  jsii.create(self.__class__, self, [scope, id, props])
4383
4425
 
4426
+ @jsii.member(jsii_name="fromBuildArn")
4427
+ @builtins.classmethod
4428
+ def from_build_arn(
4429
+ cls,
4430
+ scope: _constructs_77d1e7e8.Construct,
4431
+ id: builtins.str,
4432
+ arn: builtins.str,
4433
+ ) -> IBuildRef:
4434
+ '''Creates a new IBuildRef from an ARN.
4435
+
4436
+ :param scope: -
4437
+ :param id: -
4438
+ :param arn: -
4439
+ '''
4440
+ if __debug__:
4441
+ type_hints = typing.get_type_hints(_typecheckingstub__b64baecddf621fae2565c108e8413814c02580087d90dfa34419b75919effaa2)
4442
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
4443
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
4444
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
4445
+ return typing.cast(IBuildRef, jsii.sinvoke(cls, "fromBuildArn", [scope, id, arn]))
4446
+
4447
+ @jsii.member(jsii_name="fromBuildId")
4448
+ @builtins.classmethod
4449
+ def from_build_id(
4450
+ cls,
4451
+ scope: _constructs_77d1e7e8.Construct,
4452
+ id: builtins.str,
4453
+ build_id: builtins.str,
4454
+ ) -> IBuildRef:
4455
+ '''Creates a new IBuildRef from a buildId.
4456
+
4457
+ :param scope: -
4458
+ :param id: -
4459
+ :param build_id: -
4460
+ '''
4461
+ if __debug__:
4462
+ type_hints = typing.get_type_hints(_typecheckingstub__fce919b179ae0f0256b86c63c73e64f52cf5bc6cc8b69274e60f6c90c64ea1a7)
4463
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
4464
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
4465
+ check_type(argname="argument build_id", value=build_id, expected_type=type_hints["build_id"])
4466
+ return typing.cast(IBuildRef, jsii.sinvoke(cls, "fromBuildId", [scope, id, build_id]))
4467
+
4384
4468
  @jsii.member(jsii_name="inspect")
4385
4469
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
4386
4470
  '''Examines the CloudFormation resource and discloses attributes.
@@ -4803,6 +4887,27 @@ class CfnContainerFleet(
4803
4887
 
4804
4888
  jsii.create(self.__class__, self, [scope, id, props])
4805
4889
 
4890
+ @jsii.member(jsii_name="fromFleetId")
4891
+ @builtins.classmethod
4892
+ def from_fleet_id(
4893
+ cls,
4894
+ scope: _constructs_77d1e7e8.Construct,
4895
+ id: builtins.str,
4896
+ fleet_id: builtins.str,
4897
+ ) -> IContainerFleetRef:
4898
+ '''Creates a new IContainerFleetRef from a fleetId.
4899
+
4900
+ :param scope: -
4901
+ :param id: -
4902
+ :param fleet_id: -
4903
+ '''
4904
+ if __debug__:
4905
+ type_hints = typing.get_type_hints(_typecheckingstub__4bea05f08256bdbf55f0f4481b2104de57302a58c74c37db452b862c9cc716f4)
4906
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
4907
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
4908
+ check_type(argname="argument fleet_id", value=fleet_id, expected_type=type_hints["fleet_id"])
4909
+ return typing.cast(IContainerFleetRef, jsii.sinvoke(cls, "fromFleetId", [scope, id, fleet_id]))
4910
+
4806
4911
  @jsii.member(jsii_name="inspect")
4807
4912
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
4808
4913
  '''Examines the CloudFormation resource and discloses attributes.
@@ -7857,6 +7962,48 @@ class CfnFleet(
7857
7962
 
7858
7963
  jsii.create(self.__class__, self, [scope, id, props])
7859
7964
 
7965
+ @jsii.member(jsii_name="fromFleetArn")
7966
+ @builtins.classmethod
7967
+ def from_fleet_arn(
7968
+ cls,
7969
+ scope: _constructs_77d1e7e8.Construct,
7970
+ id: builtins.str,
7971
+ arn: builtins.str,
7972
+ ) -> IFleetRef:
7973
+ '''Creates a new IFleetRef from an ARN.
7974
+
7975
+ :param scope: -
7976
+ :param id: -
7977
+ :param arn: -
7978
+ '''
7979
+ if __debug__:
7980
+ type_hints = typing.get_type_hints(_typecheckingstub__9d455e8de7d04220b53d8533ff523e203629fe41becf83c008b6eecd38420352)
7981
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
7982
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
7983
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
7984
+ return typing.cast(IFleetRef, jsii.sinvoke(cls, "fromFleetArn", [scope, id, arn]))
7985
+
7986
+ @jsii.member(jsii_name="fromFleetId")
7987
+ @builtins.classmethod
7988
+ def from_fleet_id(
7989
+ cls,
7990
+ scope: _constructs_77d1e7e8.Construct,
7991
+ id: builtins.str,
7992
+ fleet_id: builtins.str,
7993
+ ) -> IFleetRef:
7994
+ '''Creates a new IFleetRef from a fleetId.
7995
+
7996
+ :param scope: -
7997
+ :param id: -
7998
+ :param fleet_id: -
7999
+ '''
8000
+ if __debug__:
8001
+ type_hints = typing.get_type_hints(_typecheckingstub__8559f65005087aabe3f94a9857ca3ab135fe3fddc5daa3feb2e8cdfac0b9fe44)
8002
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
8003
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
8004
+ check_type(argname="argument fleet_id", value=fleet_id, expected_type=type_hints["fleet_id"])
8005
+ return typing.cast(IFleetRef, jsii.sinvoke(cls, "fromFleetId", [scope, id, fleet_id]))
8006
+
7860
8007
  @jsii.member(jsii_name="inspect")
7861
8008
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
7862
8009
  '''Examines the CloudFormation resource and discloses attributes.
@@ -10181,6 +10328,48 @@ class CfnGameSessionQueue(
10181
10328
 
10182
10329
  jsii.create(self.__class__, self, [scope, id, props])
10183
10330
 
10331
+ @jsii.member(jsii_name="fromGameSessionQueueArn")
10332
+ @builtins.classmethod
10333
+ def from_game_session_queue_arn(
10334
+ cls,
10335
+ scope: _constructs_77d1e7e8.Construct,
10336
+ id: builtins.str,
10337
+ arn: builtins.str,
10338
+ ) -> IGameSessionQueueRef:
10339
+ '''Creates a new IGameSessionQueueRef from an ARN.
10340
+
10341
+ :param scope: -
10342
+ :param id: -
10343
+ :param arn: -
10344
+ '''
10345
+ if __debug__:
10346
+ type_hints = typing.get_type_hints(_typecheckingstub__540ac4078b9102d1d66f8574fdf325a0e302bcaf342feee75294bf2204b5907e)
10347
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
10348
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
10349
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
10350
+ return typing.cast(IGameSessionQueueRef, jsii.sinvoke(cls, "fromGameSessionQueueArn", [scope, id, arn]))
10351
+
10352
+ @jsii.member(jsii_name="fromGameSessionQueueName")
10353
+ @builtins.classmethod
10354
+ def from_game_session_queue_name(
10355
+ cls,
10356
+ scope: _constructs_77d1e7e8.Construct,
10357
+ id: builtins.str,
10358
+ game_session_queue_name: builtins.str,
10359
+ ) -> IGameSessionQueueRef:
10360
+ '''Creates a new IGameSessionQueueRef from a gameSessionQueueName.
10361
+
10362
+ :param scope: -
10363
+ :param id: -
10364
+ :param game_session_queue_name: -
10365
+ '''
10366
+ if __debug__:
10367
+ type_hints = typing.get_type_hints(_typecheckingstub__604e1fe11dcc006d09239a8bce6316a343133e18607927cf4992e8abe62c765d)
10368
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
10369
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
10370
+ check_type(argname="argument game_session_queue_name", value=game_session_queue_name, expected_type=type_hints["game_session_queue_name"])
10371
+ return typing.cast(IGameSessionQueueRef, jsii.sinvoke(cls, "fromGameSessionQueueName", [scope, id, game_session_queue_name]))
10372
+
10184
10373
  @jsii.member(jsii_name="inspect")
10185
10374
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
10186
10375
  '''Examines the CloudFormation resource and discloses attributes.
@@ -10978,6 +11167,48 @@ class CfnMatchmakingConfiguration(
10978
11167
 
10979
11168
  jsii.create(self.__class__, self, [scope, id, props])
10980
11169
 
11170
+ @jsii.member(jsii_name="fromMatchmakingConfigurationArn")
11171
+ @builtins.classmethod
11172
+ def from_matchmaking_configuration_arn(
11173
+ cls,
11174
+ scope: _constructs_77d1e7e8.Construct,
11175
+ id: builtins.str,
11176
+ arn: builtins.str,
11177
+ ) -> IMatchmakingConfigurationRef:
11178
+ '''Creates a new IMatchmakingConfigurationRef from an ARN.
11179
+
11180
+ :param scope: -
11181
+ :param id: -
11182
+ :param arn: -
11183
+ '''
11184
+ if __debug__:
11185
+ type_hints = typing.get_type_hints(_typecheckingstub__314f533f42d53467335b4de1a0b4ad24e756e52a2d7c4b0515ce7509adf3b859)
11186
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
11187
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
11188
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
11189
+ return typing.cast(IMatchmakingConfigurationRef, jsii.sinvoke(cls, "fromMatchmakingConfigurationArn", [scope, id, arn]))
11190
+
11191
+ @jsii.member(jsii_name="fromMatchmakingConfigurationName")
11192
+ @builtins.classmethod
11193
+ def from_matchmaking_configuration_name(
11194
+ cls,
11195
+ scope: _constructs_77d1e7e8.Construct,
11196
+ id: builtins.str,
11197
+ matchmaking_configuration_name: builtins.str,
11198
+ ) -> IMatchmakingConfigurationRef:
11199
+ '''Creates a new IMatchmakingConfigurationRef from a matchmakingConfigurationName.
11200
+
11201
+ :param scope: -
11202
+ :param id: -
11203
+ :param matchmaking_configuration_name: -
11204
+ '''
11205
+ if __debug__:
11206
+ type_hints = typing.get_type_hints(_typecheckingstub__44f1d437cf25656e15ed4fd08232b72aae3264ab16d7f3b56203fc14fce035c9)
11207
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
11208
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
11209
+ check_type(argname="argument matchmaking_configuration_name", value=matchmaking_configuration_name, expected_type=type_hints["matchmaking_configuration_name"])
11210
+ return typing.cast(IMatchmakingConfigurationRef, jsii.sinvoke(cls, "fromMatchmakingConfigurationName", [scope, id, matchmaking_configuration_name]))
11211
+
10981
11212
  @jsii.member(jsii_name="inspect")
10982
11213
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
10983
11214
  '''Examines the CloudFormation resource and discloses attributes.
@@ -11416,6 +11647,48 @@ class CfnMatchmakingRuleSet(
11416
11647
 
11417
11648
  jsii.create(self.__class__, self, [scope, id, props])
11418
11649
 
11650
+ @jsii.member(jsii_name="fromMatchmakingRuleSetArn")
11651
+ @builtins.classmethod
11652
+ def from_matchmaking_rule_set_arn(
11653
+ cls,
11654
+ scope: _constructs_77d1e7e8.Construct,
11655
+ id: builtins.str,
11656
+ arn: builtins.str,
11657
+ ) -> IMatchmakingRuleSetRef:
11658
+ '''Creates a new IMatchmakingRuleSetRef from an ARN.
11659
+
11660
+ :param scope: -
11661
+ :param id: -
11662
+ :param arn: -
11663
+ '''
11664
+ if __debug__:
11665
+ type_hints = typing.get_type_hints(_typecheckingstub__5db6a3778aaefefe0614ddb33692b54c772d255548b2608c42527605805d0968)
11666
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
11667
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
11668
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
11669
+ return typing.cast(IMatchmakingRuleSetRef, jsii.sinvoke(cls, "fromMatchmakingRuleSetArn", [scope, id, arn]))
11670
+
11671
+ @jsii.member(jsii_name="fromMatchmakingRuleSetName")
11672
+ @builtins.classmethod
11673
+ def from_matchmaking_rule_set_name(
11674
+ cls,
11675
+ scope: _constructs_77d1e7e8.Construct,
11676
+ id: builtins.str,
11677
+ matchmaking_rule_set_name: builtins.str,
11678
+ ) -> IMatchmakingRuleSetRef:
11679
+ '''Creates a new IMatchmakingRuleSetRef from a matchmakingRuleSetName.
11680
+
11681
+ :param scope: -
11682
+ :param id: -
11683
+ :param matchmaking_rule_set_name: -
11684
+ '''
11685
+ if __debug__:
11686
+ type_hints = typing.get_type_hints(_typecheckingstub__8e5b9fd099aa59434fcb8a6563f3d9bfcf91d508b750f45d7b65f6d3f2e9ce92)
11687
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
11688
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
11689
+ check_type(argname="argument matchmaking_rule_set_name", value=matchmaking_rule_set_name, expected_type=type_hints["matchmaking_rule_set_name"])
11690
+ return typing.cast(IMatchmakingRuleSetRef, jsii.sinvoke(cls, "fromMatchmakingRuleSetName", [scope, id, matchmaking_rule_set_name]))
11691
+
11419
11692
  @jsii.member(jsii_name="inspect")
11420
11693
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
11421
11694
  '''Examines the CloudFormation resource and discloses attributes.
@@ -11600,6 +11873,48 @@ class CfnScript(
11600
11873
 
11601
11874
  jsii.create(self.__class__, self, [scope, id, props])
11602
11875
 
11876
+ @jsii.member(jsii_name="fromScriptArn")
11877
+ @builtins.classmethod
11878
+ def from_script_arn(
11879
+ cls,
11880
+ scope: _constructs_77d1e7e8.Construct,
11881
+ id: builtins.str,
11882
+ arn: builtins.str,
11883
+ ) -> IScriptRef:
11884
+ '''Creates a new IScriptRef from an ARN.
11885
+
11886
+ :param scope: -
11887
+ :param id: -
11888
+ :param arn: -
11889
+ '''
11890
+ if __debug__:
11891
+ type_hints = typing.get_type_hints(_typecheckingstub__05f70751d0eb86aad8868957f46568cda9a897d9759d21070b4720da285bbb70)
11892
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
11893
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
11894
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
11895
+ return typing.cast(IScriptRef, jsii.sinvoke(cls, "fromScriptArn", [scope, id, arn]))
11896
+
11897
+ @jsii.member(jsii_name="fromScriptId")
11898
+ @builtins.classmethod
11899
+ def from_script_id(
11900
+ cls,
11901
+ scope: _constructs_77d1e7e8.Construct,
11902
+ id: builtins.str,
11903
+ script_id: builtins.str,
11904
+ ) -> IScriptRef:
11905
+ '''Creates a new IScriptRef from a scriptId.
11906
+
11907
+ :param scope: -
11908
+ :param id: -
11909
+ :param script_id: -
11910
+ '''
11911
+ if __debug__:
11912
+ type_hints = typing.get_type_hints(_typecheckingstub__1f59c8d56686af6162141e6c0156e96fdd82f37720262dc218ca572b226b4135)
11913
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
11914
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
11915
+ check_type(argname="argument script_id", value=script_id, expected_type=type_hints["script_id"])
11916
+ return typing.cast(IScriptRef, jsii.sinvoke(cls, "fromScriptId", [scope, id, script_id]))
11917
+
11603
11918
  @jsii.member(jsii_name="inspect")
11604
11919
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
11605
11920
  '''Examines the CloudFormation resource and discloses attributes.
@@ -12184,6 +12499,22 @@ def _typecheckingstub__6a91f3a4a7dfbcf1655ec6812682d7a8824bfb46a9ce2a65e3c859108
12184
12499
  """Type checking stubs"""
12185
12500
  pass
12186
12501
 
12502
+ def _typecheckingstub__0891ad75db2bf874492959e788adcf5ee5a3b7a4699cf9c2ddfce496a136a601(
12503
+ scope: _constructs_77d1e7e8.Construct,
12504
+ id: builtins.str,
12505
+ arn: builtins.str,
12506
+ ) -> None:
12507
+ """Type checking stubs"""
12508
+ pass
12509
+
12510
+ def _typecheckingstub__a59b299e6043860af26f7752ca92bfb2a6ddcc5cc02cdd40fd28dd726442c36f(
12511
+ scope: _constructs_77d1e7e8.Construct,
12512
+ id: builtins.str,
12513
+ alias_id: builtins.str,
12514
+ ) -> None:
12515
+ """Type checking stubs"""
12516
+ pass
12517
+
12187
12518
  def _typecheckingstub__e6c7223e714d0339897da2cbb4b67d9e03a5022aa12f568680b86e828460d501(
12188
12519
  inspector: _TreeInspector_488e0dd5,
12189
12520
  ) -> None:
@@ -12243,6 +12574,22 @@ def _typecheckingstub__d2f3884df6574dd3d4e76d857acf05a15fdc616d818da1cebcfcce408
12243
12574
  """Type checking stubs"""
12244
12575
  pass
12245
12576
 
12577
+ def _typecheckingstub__b64baecddf621fae2565c108e8413814c02580087d90dfa34419b75919effaa2(
12578
+ scope: _constructs_77d1e7e8.Construct,
12579
+ id: builtins.str,
12580
+ arn: builtins.str,
12581
+ ) -> None:
12582
+ """Type checking stubs"""
12583
+ pass
12584
+
12585
+ def _typecheckingstub__fce919b179ae0f0256b86c63c73e64f52cf5bc6cc8b69274e60f6c90c64ea1a7(
12586
+ scope: _constructs_77d1e7e8.Construct,
12587
+ id: builtins.str,
12588
+ build_id: builtins.str,
12589
+ ) -> None:
12590
+ """Type checking stubs"""
12591
+ pass
12592
+
12246
12593
  def _typecheckingstub__5dabd8e19951007a8e9f2bcb21f9e872c9fc5b6a638701939005bc4d813c12a3(
12247
12594
  inspector: _TreeInspector_488e0dd5,
12248
12595
  ) -> None:
@@ -12326,6 +12673,14 @@ def _typecheckingstub__d30a780826320cc5d36af5934da7151d1abdd72973e8cb82c8f063951
12326
12673
  """Type checking stubs"""
12327
12674
  pass
12328
12675
 
12676
+ def _typecheckingstub__4bea05f08256bdbf55f0f4481b2104de57302a58c74c37db452b862c9cc716f4(
12677
+ scope: _constructs_77d1e7e8.Construct,
12678
+ id: builtins.str,
12679
+ fleet_id: builtins.str,
12680
+ ) -> None:
12681
+ """Type checking stubs"""
12682
+ pass
12683
+
12329
12684
  def _typecheckingstub__8beb89172335ad10958d248c189bbeedc924ed5525d311d2bf335e603ec0616c(
12330
12685
  inspector: _TreeInspector_488e0dd5,
12331
12686
  ) -> None:
@@ -12740,6 +13095,22 @@ def _typecheckingstub__21fe09a90444788b3c862f454214d4e160757c9b02d0598d282f68b7f
12740
13095
  """Type checking stubs"""
12741
13096
  pass
12742
13097
 
13098
+ def _typecheckingstub__9d455e8de7d04220b53d8533ff523e203629fe41becf83c008b6eecd38420352(
13099
+ scope: _constructs_77d1e7e8.Construct,
13100
+ id: builtins.str,
13101
+ arn: builtins.str,
13102
+ ) -> None:
13103
+ """Type checking stubs"""
13104
+ pass
13105
+
13106
+ def _typecheckingstub__8559f65005087aabe3f94a9857ca3ab135fe3fddc5daa3feb2e8cdfac0b9fe44(
13107
+ scope: _constructs_77d1e7e8.Construct,
13108
+ id: builtins.str,
13109
+ fleet_id: builtins.str,
13110
+ ) -> None:
13111
+ """Type checking stubs"""
13112
+ pass
13113
+
12743
13114
  def _typecheckingstub__264e19b1dd38619175091751b1eec860e08c2225c7798789a29ec89ab8971593(
12744
13115
  inspector: _TreeInspector_488e0dd5,
12745
13116
  ) -> None:
@@ -13165,6 +13536,22 @@ def _typecheckingstub__2435e37790a5987d49478948c0c1ac36c9e463fa29441c46ba0aa4d56
13165
13536
  """Type checking stubs"""
13166
13537
  pass
13167
13538
 
13539
+ def _typecheckingstub__540ac4078b9102d1d66f8574fdf325a0e302bcaf342feee75294bf2204b5907e(
13540
+ scope: _constructs_77d1e7e8.Construct,
13541
+ id: builtins.str,
13542
+ arn: builtins.str,
13543
+ ) -> None:
13544
+ """Type checking stubs"""
13545
+ pass
13546
+
13547
+ def _typecheckingstub__604e1fe11dcc006d09239a8bce6316a343133e18607927cf4992e8abe62c765d(
13548
+ scope: _constructs_77d1e7e8.Construct,
13549
+ id: builtins.str,
13550
+ game_session_queue_name: builtins.str,
13551
+ ) -> None:
13552
+ """Type checking stubs"""
13553
+ pass
13554
+
13168
13555
  def _typecheckingstub__2cc05027a8472775374b6846f6c9ab499cc41f64fa8ed31ccbfd79e142b8b76d(
13169
13556
  inspector: _TreeInspector_488e0dd5,
13170
13557
  ) -> None:
@@ -13327,6 +13714,22 @@ def _typecheckingstub__5991dfcf120df852e2fd4ce6291a275a648645c817c923b70181ea8f5
13327
13714
  """Type checking stubs"""
13328
13715
  pass
13329
13716
 
13717
+ def _typecheckingstub__314f533f42d53467335b4de1a0b4ad24e756e52a2d7c4b0515ce7509adf3b859(
13718
+ scope: _constructs_77d1e7e8.Construct,
13719
+ id: builtins.str,
13720
+ arn: builtins.str,
13721
+ ) -> None:
13722
+ """Type checking stubs"""
13723
+ pass
13724
+
13725
+ def _typecheckingstub__44f1d437cf25656e15ed4fd08232b72aae3264ab16d7f3b56203fc14fce035c9(
13726
+ scope: _constructs_77d1e7e8.Construct,
13727
+ id: builtins.str,
13728
+ matchmaking_configuration_name: builtins.str,
13729
+ ) -> None:
13730
+ """Type checking stubs"""
13731
+ pass
13732
+
13330
13733
  def _typecheckingstub__97ef86c5f161a3f7e4debb1e365142a6bed6fcfa0560f9575501529b34dee619(
13331
13734
  inspector: _TreeInspector_488e0dd5,
13332
13735
  ) -> None:
@@ -13460,6 +13863,22 @@ def _typecheckingstub__18ad8102fb28f35f09c9f78c601c99b706ee4e13284fddfd4e85f0e7b
13460
13863
  """Type checking stubs"""
13461
13864
  pass
13462
13865
 
13866
+ def _typecheckingstub__5db6a3778aaefefe0614ddb33692b54c772d255548b2608c42527605805d0968(
13867
+ scope: _constructs_77d1e7e8.Construct,
13868
+ id: builtins.str,
13869
+ arn: builtins.str,
13870
+ ) -> None:
13871
+ """Type checking stubs"""
13872
+ pass
13873
+
13874
+ def _typecheckingstub__8e5b9fd099aa59434fcb8a6563f3d9bfcf91d508b750f45d7b65f6d3f2e9ce92(
13875
+ scope: _constructs_77d1e7e8.Construct,
13876
+ id: builtins.str,
13877
+ matchmaking_rule_set_name: builtins.str,
13878
+ ) -> None:
13879
+ """Type checking stubs"""
13880
+ pass
13881
+
13463
13882
  def _typecheckingstub__3d61a78aff0b1528ed82cb81e325639d2c75504b437ae15a2e7aac55347f0a30(
13464
13883
  inspector: _TreeInspector_488e0dd5,
13465
13884
  ) -> None:
@@ -13502,6 +13921,22 @@ def _typecheckingstub__a610f7d9791794a98e26c23e6a2c7f57a2aceb363ba1a205d32cc0011
13502
13921
  """Type checking stubs"""
13503
13922
  pass
13504
13923
 
13924
+ def _typecheckingstub__05f70751d0eb86aad8868957f46568cda9a897d9759d21070b4720da285bbb70(
13925
+ scope: _constructs_77d1e7e8.Construct,
13926
+ id: builtins.str,
13927
+ arn: builtins.str,
13928
+ ) -> None:
13929
+ """Type checking stubs"""
13930
+ pass
13931
+
13932
+ def _typecheckingstub__1f59c8d56686af6162141e6c0156e96fdd82f37720262dc218ca572b226b4135(
13933
+ scope: _constructs_77d1e7e8.Construct,
13934
+ id: builtins.str,
13935
+ script_id: builtins.str,
13936
+ ) -> None:
13937
+ """Type checking stubs"""
13938
+ pass
13939
+
13505
13940
  def _typecheckingstub__e467306a2b7b42d3bd4d40de8ebac0e5dbae11f33d3c54e42eae339fc88bc56b(
13506
13941
  inspector: _TreeInspector_488e0dd5,
13507
13942
  ) -> None: