aws-cdk-lib 2.216.0__py3-none-any.whl → 2.218.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of aws-cdk-lib might be problematic. Click here for more details.

Files changed (151) hide show
  1. aws_cdk/__init__.py +60 -28
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.216.0.jsii.tgz → aws-cdk-lib@2.218.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_acmpca/__init__.py +1 -1
  5. aws_cdk/aws_amazonmq/__init__.py +87 -0
  6. aws_cdk/aws_amplify/__init__.py +8 -8
  7. aws_cdk/aws_apigateway/__init__.py +229 -6
  8. aws_cdk/aws_apigatewayv2/__init__.py +60 -2
  9. aws_cdk/aws_appconfig/__init__.py +145 -0
  10. aws_cdk/aws_appflow/__init__.py +116 -0
  11. aws_cdk/aws_appintegrations/__init__.py +116 -0
  12. aws_cdk/aws_appmesh/__init__.py +12 -12
  13. aws_cdk/aws_appstream/__init__.py +101 -4
  14. aws_cdk/aws_appsync/__init__.py +61 -3
  15. aws_cdk/aws_apptest/__init__.py +58 -0
  16. aws_cdk/aws_aps/__init__.py +459 -0
  17. aws_cdk/aws_athena/__init__.py +58 -0
  18. aws_cdk/aws_auditmanager/__init__.py +58 -0
  19. aws_cdk/aws_backup/__init__.py +145 -0
  20. aws_cdk/aws_batch/__init__.py +64 -2
  21. aws_cdk/aws_bedrock/__init__.py +277 -0
  22. aws_cdk/aws_bedrockagentcore/__init__.py +3178 -0
  23. aws_cdk/aws_cassandra/__init__.py +29 -0
  24. aws_cdk/aws_certificatemanager/__init__.py +38 -10
  25. aws_cdk/aws_cleanrooms/__init__.py +163 -0
  26. aws_cdk/aws_cloudformation/__init__.py +14 -14
  27. aws_cdk/aws_cloudfront/__init__.py +69 -8
  28. aws_cdk/aws_cloudfront_origins/__init__.py +87 -7
  29. aws_cdk/aws_cloudtrail/__init__.py +58 -0
  30. aws_cdk/aws_cloudwatch/__init__.py +145 -0
  31. aws_cdk/aws_codebuild/__init__.py +115 -12
  32. aws_cdk/aws_codedeploy/__init__.py +29 -0
  33. aws_cdk/aws_codeguruprofiler/__init__.py +58 -0
  34. aws_cdk/aws_codepipeline/__init__.py +29 -0
  35. aws_cdk/aws_cognito/__init__.py +89 -2
  36. aws_cdk/aws_config/__init__.py +58 -0
  37. aws_cdk/aws_connect/__init__.py +138 -10
  38. aws_cdk/aws_cur/__init__.py +86 -3
  39. aws_cdk/aws_customerprofiles/__init__.py +58 -0
  40. aws_cdk/aws_datapipeline/__init__.py +29 -0
  41. aws_cdk/aws_datasync/__init__.py +351 -0
  42. aws_cdk/aws_datazone/__init__.py +733 -2
  43. aws_cdk/aws_directoryservice/__init__.py +29 -0
  44. aws_cdk/aws_dms/__init__.py +58 -0
  45. aws_cdk/aws_docdb/__init__.py +153 -25
  46. aws_cdk/aws_dsql/__init__.py +29 -0
  47. aws_cdk/aws_dynamodb/__init__.py +181 -0
  48. aws_cdk/aws_ec2/__init__.py +2031 -10
  49. aws_cdk/aws_ecr/__init__.py +116 -0
  50. aws_cdk/aws_ecs/__init__.py +142 -12
  51. aws_cdk/aws_efs/__init__.py +116 -0
  52. aws_cdk/aws_eks/__init__.py +118 -0
  53. aws_cdk/aws_elasticache/__init__.py +261 -0
  54. aws_cdk/aws_elasticbeanstalk/__init__.py +29 -0
  55. aws_cdk/aws_elasticloadbalancingv2/__init__.py +48 -0
  56. aws_cdk/aws_elasticsearch/__init__.py +2 -2
  57. aws_cdk/aws_emr/__init__.py +87 -0
  58. aws_cdk/aws_emrcontainers/__init__.py +58 -0
  59. aws_cdk/aws_emrserverless/__init__.py +58 -0
  60. aws_cdk/aws_entityresolution/__init__.py +145 -0
  61. aws_cdk/aws_events/__init__.py +290 -0
  62. aws_cdk/aws_evs/__init__.py +58 -4
  63. aws_cdk/aws_finspace/__init__.py +58 -0
  64. aws_cdk/aws_gamelift/__init__.py +507 -56
  65. aws_cdk/aws_glue/__init__.py +145 -0
  66. aws_cdk/aws_greengrass/__init__.py +464 -0
  67. aws_cdk/aws_groundstation/__init__.py +87 -0
  68. aws_cdk/aws_guardduty/__init__.py +87 -0
  69. aws_cdk/aws_healthimaging/__init__.py +58 -0
  70. aws_cdk/aws_healthlake/__init__.py +29 -0
  71. aws_cdk/aws_iam/__init__.py +1 -1
  72. aws_cdk/aws_internetmonitor/__init__.py +58 -0
  73. aws_cdk/aws_iot/__init__.py +957 -0
  74. aws_cdk/aws_iotanalytics/__init__.py +116 -0
  75. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +93 -38
  76. aws_cdk/aws_iotevents/__init__.py +87 -0
  77. aws_cdk/aws_iotfleethub/__init__.py +58 -0
  78. aws_cdk/aws_iotfleetwise/__init__.py +116 -0
  79. aws_cdk/aws_iotsitewise/__init__.py +568 -111
  80. aws_cdk/aws_iottwinmaker/__init__.py +145 -0
  81. aws_cdk/aws_iotwireless/__init__.py +464 -0
  82. aws_cdk/aws_kendra/__init__.py +116 -0
  83. aws_cdk/aws_kinesis/__init__.py +58 -0
  84. aws_cdk/aws_kinesisanalytics/__init__.py +31 -0
  85. aws_cdk/aws_kinesisanalyticsv2/__init__.py +29 -0
  86. aws_cdk/aws_kinesisfirehose/__init__.py +58 -0
  87. aws_cdk/aws_kinesisvideo/__init__.py +29 -0
  88. aws_cdk/aws_kms/__init__.py +68 -2
  89. aws_cdk/aws_lambda/__init__.py +104 -0
  90. aws_cdk/aws_lex/__init__.py +29 -0
  91. aws_cdk/aws_location/__init__.py +348 -0
  92. aws_cdk/aws_logs/__init__.py +232 -0
  93. aws_cdk/aws_lookoutequipment/__init__.py +29 -0
  94. aws_cdk/aws_lookoutvision/__init__.py +58 -0
  95. aws_cdk/aws_managedblockchain/__init__.py +145 -0
  96. aws_cdk/aws_medialive/__init__.py +562 -0
  97. aws_cdk/aws_mediapackage/__init__.py +2 -2
  98. aws_cdk/aws_mediatailor/__init__.py +174 -0
  99. aws_cdk/aws_memorydb/__init__.py +203 -0
  100. aws_cdk/aws_mwaa/__init__.py +58 -0
  101. aws_cdk/aws_networkfirewall/__init__.py +10 -10
  102. aws_cdk/aws_networkmanager/__init__.py +92 -0
  103. aws_cdk/aws_nimblestudio/__init__.py +29 -0
  104. aws_cdk/aws_odb/__init__.py +2082 -195
  105. aws_cdk/aws_omics/__init__.py +1520 -103
  106. aws_cdk/aws_opensearchserverless/__init__.py +222 -21
  107. aws_cdk/aws_opensearchservice/__init__.py +5 -4
  108. aws_cdk/aws_opsworks/__init__.py +29 -0
  109. aws_cdk/aws_opsworkscm/__init__.py +29 -0
  110. aws_cdk/aws_organizations/__init__.py +116 -0
  111. aws_cdk/aws_panorama/__init__.py +116 -0
  112. aws_cdk/aws_pcs/__init__.py +9 -9
  113. aws_cdk/aws_pinpoint/__init__.py +116 -0
  114. aws_cdk/aws_qbusiness/__init__.py +232 -0
  115. aws_cdk/aws_qldb/__init__.py +29 -0
  116. aws_cdk/aws_quicksight/__init__.py +295 -3
  117. aws_cdk/aws_rds/__init__.py +402 -58
  118. aws_cdk/aws_redshift/__init__.py +29 -0
  119. aws_cdk/aws_rekognition/__init__.py +87 -0
  120. aws_cdk/aws_resourcegroups/__init__.py +58 -0
  121. aws_cdk/aws_rolesanywhere/__init__.py +145 -0
  122. aws_cdk/aws_route53recoveryreadiness/__init__.py +58 -0
  123. aws_cdk/aws_route53resolver/__init__.py +29 -0
  124. aws_cdk/aws_s3/__init__.py +116 -0
  125. aws_cdk/aws_s3express/__init__.py +116 -0
  126. aws_cdk/aws_sagemaker/__init__.py +715 -1
  127. aws_cdk/aws_scheduler/__init__.py +29 -0
  128. aws_cdk/aws_secretsmanager/__init__.py +29 -0
  129. aws_cdk/aws_servicecatalog/__init__.py +191 -154
  130. aws_cdk/aws_servicecatalogappregistry/__init__.py +116 -0
  131. aws_cdk/aws_servicediscovery/__init__.py +58 -0
  132. aws_cdk/aws_ses/__init__.py +261 -0
  133. aws_cdk/aws_simspaceweaver/__init__.py +29 -0
  134. aws_cdk/aws_smsvoice/__init__.py +5218 -0
  135. aws_cdk/aws_ssm/__init__.py +87 -0
  136. aws_cdk/aws_synthetics/__init__.py +29 -0
  137. aws_cdk/aws_timestream/__init__.py +87 -0
  138. aws_cdk/aws_transfer/__init__.py +274 -12
  139. aws_cdk/aws_verifiedpermissions/__init__.py +59 -1
  140. aws_cdk/aws_voiceid/__init__.py +29 -0
  141. aws_cdk/aws_wisdom/__init__.py +232 -0
  142. aws_cdk/aws_workspaces/__init__.py +58 -0
  143. aws_cdk/aws_workspacesinstances/__init__.py +670 -2
  144. aws_cdk/aws_workspacesthinclient/__init__.py +58 -0
  145. aws_cdk/pipelines/__init__.py +5 -1
  146. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/METADATA +1 -1
  147. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/RECORD +151 -149
  148. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/LICENSE +0 -0
  149. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/NOTICE +0 -0
  150. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/WHEEL +0 -0
  151. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/top_level.txt +0 -0
@@ -1561,7 +1561,7 @@ class CfnFleetProps:
1561
1561
  ) -> None:
1562
1562
  '''Properties for defining a ``CfnFleet``.
1563
1563
 
1564
- :param instance_type: The instance type to use when launching fleet instances. The following instance types are available for non-Elastic fleets:. - stream.standard.small - stream.standard.medium - stream.standard.large - stream.compute.large - stream.compute.xlarge - stream.compute.2xlarge - stream.compute.4xlarge - stream.compute.8xlarge - stream.memory.large - stream.memory.xlarge - stream.memory.2xlarge - stream.memory.4xlarge - stream.memory.8xlarge - stream.memory.z1d.large - stream.memory.z1d.xlarge - stream.memory.z1d.2xlarge - stream.memory.z1d.3xlarge - stream.memory.z1d.6xlarge - stream.memory.z1d.12xlarge - stream.graphics-design.large - stream.graphics-design.xlarge - stream.graphics-design.2xlarge - stream.graphics-design.4xlarge - stream.graphics-desktop.2xlarge - stream.graphics.g4dn.xlarge - stream.graphics.g4dn.2xlarge - stream.graphics.g4dn.4xlarge - stream.graphics.g4dn.8xlarge - stream.graphics.g4dn.12xlarge - stream.graphics.g4dn.16xlarge - stream.graphics-pro.4xlarge - stream.graphics-pro.8xlarge - stream.graphics-pro.16xlarge - stream.graphics.g5.xlarge - stream.graphics.g5.2xlarge - stream.graphics.g5.4xlarge - stream.graphics.g5.8xlarge - stream.graphics.g5.16xlarge - stream.graphics.g5.12xlarge - stream.graphics.g5.24xlarge - stream.graphics.g6.xlarge - stream.graphics.g6.2xlarge - stream.graphics.g6.4xlarge - stream.graphics.g6.8xlarge - stream.graphics.g6.16xlarge - stream.graphics.g6.12xlarge - stream.graphics.g6.24xlarge - stream.graphics.gr6.4xlarge - stream.graphics.gr6.8xlarge The following instance types are available for Elastic fleets: - stream.standard.small - stream.standard.medium
1564
+ :param instance_type: The instance type to use when launching fleet instances. The following instance types are available for non-Elastic fleets:. - stream.standard.small - stream.standard.medium - stream.standard.large - stream.compute.large - stream.compute.xlarge - stream.compute.2xlarge - stream.compute.4xlarge - stream.compute.8xlarge - stream.memory.large - stream.memory.xlarge - stream.memory.2xlarge - stream.memory.4xlarge - stream.memory.8xlarge - stream.memory.z1d.large - stream.memory.z1d.xlarge - stream.memory.z1d.2xlarge - stream.memory.z1d.3xlarge - stream.memory.z1d.6xlarge - stream.memory.z1d.12xlarge - stream.graphics-design.large - stream.graphics-design.xlarge - stream.graphics-design.2xlarge - stream.graphics-design.4xlarge - stream.graphics-desktop.2xlarge - stream.graphics.g4dn.xlarge - stream.graphics.g4dn.2xlarge - stream.graphics.g4dn.4xlarge - stream.graphics.g4dn.8xlarge - stream.graphics.g4dn.12xlarge - stream.graphics.g4dn.16xlarge - stream.graphics-pro.4xlarge - stream.graphics-pro.8xlarge - stream.graphics-pro.16xlarge - stream.graphics.g5.xlarge - stream.graphics.g5.2xlarge - stream.graphics.g5.4xlarge - stream.graphics.g5.8xlarge - stream.graphics.g5.16xlarge - stream.graphics.g5.12xlarge - stream.graphics.g5.24xlarge - stream.graphics.g6.xlarge - stream.graphics.g6.2xlarge - stream.graphics.g6.4xlarge - stream.graphics.g6.8xlarge - stream.graphics.g6.16xlarge - stream.graphics.g6.12xlarge - stream.graphics.g6.24xlarge - stream.graphics.gr6.4xlarge - stream.graphics.gr6.8xlarge - stream.graphics.g6f.large - stream.graphics.g6f.xlarge - stream.graphics.g6f.2xlarge - stream.graphics.g6f.4xlarge - stream.graphics.gr6f.4xlarge The following instance types are available for Elastic fleets: - stream.standard.small - stream.standard.medium
1565
1565
  :param name: A unique name for the fleet.
1566
1566
  :param compute_capacity: The desired capacity for the fleet. This is not allowed for Elastic fleets.
1567
1567
  :param description: The description to display.
@@ -1723,6 +1723,11 @@ class CfnFleetProps:
1723
1723
  - stream.graphics.g6.24xlarge
1724
1724
  - stream.graphics.gr6.4xlarge
1725
1725
  - stream.graphics.gr6.8xlarge
1726
+ - stream.graphics.g6f.large
1727
+ - stream.graphics.g6f.xlarge
1728
+ - stream.graphics.g6f.2xlarge
1729
+ - stream.graphics.g6f.4xlarge
1730
+ - stream.graphics.gr6f.4xlarge
1726
1731
 
1727
1732
  The following instance types are available for Elastic fleets:
1728
1733
 
@@ -2028,7 +2033,7 @@ class CfnImageBuilderProps:
2028
2033
  ) -> None:
2029
2034
  '''Properties for defining a ``CfnImageBuilder``.
2030
2035
 
2031
- :param instance_type: The instance type to use when launching the image builder. The following instance types are available:. - stream.standard.small - stream.standard.medium - stream.standard.large - stream.compute.large - stream.compute.xlarge - stream.compute.2xlarge - stream.compute.4xlarge - stream.compute.8xlarge - stream.memory.large - stream.memory.xlarge - stream.memory.2xlarge - stream.memory.4xlarge - stream.memory.8xlarge - stream.memory.z1d.large - stream.memory.z1d.xlarge - stream.memory.z1d.2xlarge - stream.memory.z1d.3xlarge - stream.memory.z1d.6xlarge - stream.memory.z1d.12xlarge - stream.graphics-design.large - stream.graphics-design.xlarge - stream.graphics-design.2xlarge - stream.graphics-design.4xlarge - stream.graphics-desktop.2xlarge - stream.graphics.g4dn.xlarge - stream.graphics.g4dn.2xlarge - stream.graphics.g4dn.4xlarge - stream.graphics.g4dn.8xlarge - stream.graphics.g4dn.12xlarge - stream.graphics.g4dn.16xlarge - stream.graphics-pro.4xlarge - stream.graphics-pro.8xlarge - stream.graphics-pro.16xlarge - stream.graphics.g5.xlarge - stream.graphics.g5.2xlarge - stream.graphics.g5.4xlarge - stream.graphics.g5.8xlarge - stream.graphics.g5.16xlarge - stream.graphics.g5.12xlarge - stream.graphics.g5.24xlarge - stream.graphics.g6.xlarge - stream.graphics.g6.2xlarge - stream.graphics.g6.4xlarge - stream.graphics.g6.8xlarge - stream.graphics.g6.16xlarge - stream.graphics.g6.12xlarge - stream.graphics.g6.24xlarge - stream.graphics.gr6.4xlarge - stream.graphics.gr6.8xlarge
2036
+ :param instance_type: The instance type to use when launching the image builder. The following instance types are available:. - stream.standard.small - stream.standard.medium - stream.standard.large - stream.compute.large - stream.compute.xlarge - stream.compute.2xlarge - stream.compute.4xlarge - stream.compute.8xlarge - stream.memory.large - stream.memory.xlarge - stream.memory.2xlarge - stream.memory.4xlarge - stream.memory.8xlarge - stream.memory.z1d.large - stream.memory.z1d.xlarge - stream.memory.z1d.2xlarge - stream.memory.z1d.3xlarge - stream.memory.z1d.6xlarge - stream.memory.z1d.12xlarge - stream.graphics-design.large - stream.graphics-design.xlarge - stream.graphics-design.2xlarge - stream.graphics-design.4xlarge - stream.graphics-desktop.2xlarge - stream.graphics.g4dn.xlarge - stream.graphics.g4dn.2xlarge - stream.graphics.g4dn.4xlarge - stream.graphics.g4dn.8xlarge - stream.graphics.g4dn.12xlarge - stream.graphics.g4dn.16xlarge - stream.graphics-pro.4xlarge - stream.graphics-pro.8xlarge - stream.graphics-pro.16xlarge - stream.graphics.g5.xlarge - stream.graphics.g5.2xlarge - stream.graphics.g5.4xlarge - stream.graphics.g5.8xlarge - stream.graphics.g5.16xlarge - stream.graphics.g5.12xlarge - stream.graphics.g5.24xlarge - stream.graphics.g6.xlarge - stream.graphics.g6.2xlarge - stream.graphics.g6.4xlarge - stream.graphics.g6.8xlarge - stream.graphics.g6.16xlarge - stream.graphics.g6.12xlarge - stream.graphics.g6.24xlarge - stream.graphics.gr6.4xlarge - stream.graphics.gr6.8xlarge - stream.graphics.g6f.large - stream.graphics.g6f.xlarge - stream.graphics.g6f.2xlarge - stream.graphics.g6f.4xlarge - stream.graphics.gr6f.4xlarge
2032
2037
  :param name: A unique name for the image builder.
2033
2038
  :param access_endpoints: The list of virtual private cloud (VPC) interface endpoint objects. Administrators can connect to the image builder only through the specified endpoints.
2034
2039
  :param appstream_agent_version: The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].
@@ -2176,6 +2181,11 @@ class CfnImageBuilderProps:
2176
2181
  - stream.graphics.g6.24xlarge
2177
2182
  - stream.graphics.gr6.4xlarge
2178
2183
  - stream.graphics.gr6.8xlarge
2184
+ - stream.graphics.g6f.large
2185
+ - stream.graphics.g6f.xlarge
2186
+ - stream.graphics.g6f.2xlarge
2187
+ - stream.graphics.g6f.4xlarge
2188
+ - stream.graphics.gr6f.4xlarge
2179
2189
 
2180
2190
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-instancetype
2181
2191
  '''
@@ -4483,6 +4493,48 @@ class CfnAppBlockBuilder(
4483
4493
 
4484
4494
  jsii.create(self.__class__, self, [scope, id, props])
4485
4495
 
4496
+ @jsii.member(jsii_name="fromAppBlockBuilderArn")
4497
+ @builtins.classmethod
4498
+ def from_app_block_builder_arn(
4499
+ cls,
4500
+ scope: _constructs_77d1e7e8.Construct,
4501
+ id: builtins.str,
4502
+ arn: builtins.str,
4503
+ ) -> IAppBlockBuilderRef:
4504
+ '''Creates a new IAppBlockBuilderRef from an ARN.
4505
+
4506
+ :param scope: -
4507
+ :param id: -
4508
+ :param arn: -
4509
+ '''
4510
+ if __debug__:
4511
+ type_hints = typing.get_type_hints(_typecheckingstub__ca5515f8f8fac8a38a30eba99d4e972ef68627c6c23c2c67500523a86f302b1e)
4512
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
4513
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
4514
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
4515
+ return typing.cast(IAppBlockBuilderRef, jsii.sinvoke(cls, "fromAppBlockBuilderArn", [scope, id, arn]))
4516
+
4517
+ @jsii.member(jsii_name="fromAppBlockBuilderName")
4518
+ @builtins.classmethod
4519
+ def from_app_block_builder_name(
4520
+ cls,
4521
+ scope: _constructs_77d1e7e8.Construct,
4522
+ id: builtins.str,
4523
+ app_block_builder_name: builtins.str,
4524
+ ) -> IAppBlockBuilderRef:
4525
+ '''Creates a new IAppBlockBuilderRef from a appBlockBuilderName.
4526
+
4527
+ :param scope: -
4528
+ :param id: -
4529
+ :param app_block_builder_name: -
4530
+ '''
4531
+ if __debug__:
4532
+ type_hints = typing.get_type_hints(_typecheckingstub__6a9f18ac6c35e2ca99250cd6430503031deeb8ca02f9722e26f4755394f3595c)
4533
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
4534
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
4535
+ check_type(argname="argument app_block_builder_name", value=app_block_builder_name, expected_type=type_hints["app_block_builder_name"])
4536
+ return typing.cast(IAppBlockBuilderRef, jsii.sinvoke(cls, "fromAppBlockBuilderName", [scope, id, app_block_builder_name]))
4537
+
4486
4538
  @jsii.member(jsii_name="inspect")
4487
4539
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
4488
4540
  '''Examines the CloudFormation resource and discloses attributes.
@@ -6159,7 +6211,7 @@ class CfnFleet(
6159
6211
  '''
6160
6212
  :param scope: Scope in which this resource is defined.
6161
6213
  :param id: Construct identifier for this resource (unique in its scope).
6162
- :param instance_type: The instance type to use when launching fleet instances. The following instance types are available for non-Elastic fleets:. - stream.standard.small - stream.standard.medium - stream.standard.large - stream.compute.large - stream.compute.xlarge - stream.compute.2xlarge - stream.compute.4xlarge - stream.compute.8xlarge - stream.memory.large - stream.memory.xlarge - stream.memory.2xlarge - stream.memory.4xlarge - stream.memory.8xlarge - stream.memory.z1d.large - stream.memory.z1d.xlarge - stream.memory.z1d.2xlarge - stream.memory.z1d.3xlarge - stream.memory.z1d.6xlarge - stream.memory.z1d.12xlarge - stream.graphics-design.large - stream.graphics-design.xlarge - stream.graphics-design.2xlarge - stream.graphics-design.4xlarge - stream.graphics-desktop.2xlarge - stream.graphics.g4dn.xlarge - stream.graphics.g4dn.2xlarge - stream.graphics.g4dn.4xlarge - stream.graphics.g4dn.8xlarge - stream.graphics.g4dn.12xlarge - stream.graphics.g4dn.16xlarge - stream.graphics-pro.4xlarge - stream.graphics-pro.8xlarge - stream.graphics-pro.16xlarge - stream.graphics.g5.xlarge - stream.graphics.g5.2xlarge - stream.graphics.g5.4xlarge - stream.graphics.g5.8xlarge - stream.graphics.g5.16xlarge - stream.graphics.g5.12xlarge - stream.graphics.g5.24xlarge - stream.graphics.g6.xlarge - stream.graphics.g6.2xlarge - stream.graphics.g6.4xlarge - stream.graphics.g6.8xlarge - stream.graphics.g6.16xlarge - stream.graphics.g6.12xlarge - stream.graphics.g6.24xlarge - stream.graphics.gr6.4xlarge - stream.graphics.gr6.8xlarge The following instance types are available for Elastic fleets: - stream.standard.small - stream.standard.medium
6214
+ :param instance_type: The instance type to use when launching fleet instances. The following instance types are available for non-Elastic fleets:. - stream.standard.small - stream.standard.medium - stream.standard.large - stream.compute.large - stream.compute.xlarge - stream.compute.2xlarge - stream.compute.4xlarge - stream.compute.8xlarge - stream.memory.large - stream.memory.xlarge - stream.memory.2xlarge - stream.memory.4xlarge - stream.memory.8xlarge - stream.memory.z1d.large - stream.memory.z1d.xlarge - stream.memory.z1d.2xlarge - stream.memory.z1d.3xlarge - stream.memory.z1d.6xlarge - stream.memory.z1d.12xlarge - stream.graphics-design.large - stream.graphics-design.xlarge - stream.graphics-design.2xlarge - stream.graphics-design.4xlarge - stream.graphics-desktop.2xlarge - stream.graphics.g4dn.xlarge - stream.graphics.g4dn.2xlarge - stream.graphics.g4dn.4xlarge - stream.graphics.g4dn.8xlarge - stream.graphics.g4dn.12xlarge - stream.graphics.g4dn.16xlarge - stream.graphics-pro.4xlarge - stream.graphics-pro.8xlarge - stream.graphics-pro.16xlarge - stream.graphics.g5.xlarge - stream.graphics.g5.2xlarge - stream.graphics.g5.4xlarge - stream.graphics.g5.8xlarge - stream.graphics.g5.16xlarge - stream.graphics.g5.12xlarge - stream.graphics.g5.24xlarge - stream.graphics.g6.xlarge - stream.graphics.g6.2xlarge - stream.graphics.g6.4xlarge - stream.graphics.g6.8xlarge - stream.graphics.g6.16xlarge - stream.graphics.g6.12xlarge - stream.graphics.g6.24xlarge - stream.graphics.gr6.4xlarge - stream.graphics.gr6.8xlarge - stream.graphics.g6f.large - stream.graphics.g6f.xlarge - stream.graphics.g6f.2xlarge - stream.graphics.g6f.4xlarge - stream.graphics.gr6f.4xlarge The following instance types are available for Elastic fleets: - stream.standard.small - stream.standard.medium
6163
6215
  :param name: A unique name for the fleet.
6164
6216
  :param compute_capacity: The desired capacity for the fleet. This is not allowed for Elastic fleets.
6165
6217
  :param description: The description to display.
@@ -6958,7 +7010,7 @@ class CfnImageBuilder(
6958
7010
  '''
6959
7011
  :param scope: Scope in which this resource is defined.
6960
7012
  :param id: Construct identifier for this resource (unique in its scope).
6961
- :param instance_type: The instance type to use when launching the image builder. The following instance types are available:. - stream.standard.small - stream.standard.medium - stream.standard.large - stream.compute.large - stream.compute.xlarge - stream.compute.2xlarge - stream.compute.4xlarge - stream.compute.8xlarge - stream.memory.large - stream.memory.xlarge - stream.memory.2xlarge - stream.memory.4xlarge - stream.memory.8xlarge - stream.memory.z1d.large - stream.memory.z1d.xlarge - stream.memory.z1d.2xlarge - stream.memory.z1d.3xlarge - stream.memory.z1d.6xlarge - stream.memory.z1d.12xlarge - stream.graphics-design.large - stream.graphics-design.xlarge - stream.graphics-design.2xlarge - stream.graphics-design.4xlarge - stream.graphics-desktop.2xlarge - stream.graphics.g4dn.xlarge - stream.graphics.g4dn.2xlarge - stream.graphics.g4dn.4xlarge - stream.graphics.g4dn.8xlarge - stream.graphics.g4dn.12xlarge - stream.graphics.g4dn.16xlarge - stream.graphics-pro.4xlarge - stream.graphics-pro.8xlarge - stream.graphics-pro.16xlarge - stream.graphics.g5.xlarge - stream.graphics.g5.2xlarge - stream.graphics.g5.4xlarge - stream.graphics.g5.8xlarge - stream.graphics.g5.16xlarge - stream.graphics.g5.12xlarge - stream.graphics.g5.24xlarge - stream.graphics.g6.xlarge - stream.graphics.g6.2xlarge - stream.graphics.g6.4xlarge - stream.graphics.g6.8xlarge - stream.graphics.g6.16xlarge - stream.graphics.g6.12xlarge - stream.graphics.g6.24xlarge - stream.graphics.gr6.4xlarge - stream.graphics.gr6.8xlarge
7013
+ :param instance_type: The instance type to use when launching the image builder. The following instance types are available:. - stream.standard.small - stream.standard.medium - stream.standard.large - stream.compute.large - stream.compute.xlarge - stream.compute.2xlarge - stream.compute.4xlarge - stream.compute.8xlarge - stream.memory.large - stream.memory.xlarge - stream.memory.2xlarge - stream.memory.4xlarge - stream.memory.8xlarge - stream.memory.z1d.large - stream.memory.z1d.xlarge - stream.memory.z1d.2xlarge - stream.memory.z1d.3xlarge - stream.memory.z1d.6xlarge - stream.memory.z1d.12xlarge - stream.graphics-design.large - stream.graphics-design.xlarge - stream.graphics-design.2xlarge - stream.graphics-design.4xlarge - stream.graphics-desktop.2xlarge - stream.graphics.g4dn.xlarge - stream.graphics.g4dn.2xlarge - stream.graphics.g4dn.4xlarge - stream.graphics.g4dn.8xlarge - stream.graphics.g4dn.12xlarge - stream.graphics.g4dn.16xlarge - stream.graphics-pro.4xlarge - stream.graphics-pro.8xlarge - stream.graphics-pro.16xlarge - stream.graphics.g5.xlarge - stream.graphics.g5.2xlarge - stream.graphics.g5.4xlarge - stream.graphics.g5.8xlarge - stream.graphics.g5.16xlarge - stream.graphics.g5.12xlarge - stream.graphics.g5.24xlarge - stream.graphics.g6.xlarge - stream.graphics.g6.2xlarge - stream.graphics.g6.4xlarge - stream.graphics.g6.8xlarge - stream.graphics.g6.16xlarge - stream.graphics.g6.12xlarge - stream.graphics.g6.24xlarge - stream.graphics.gr6.4xlarge - stream.graphics.gr6.8xlarge - stream.graphics.g6f.large - stream.graphics.g6f.xlarge - stream.graphics.g6f.2xlarge - stream.graphics.g6f.4xlarge - stream.graphics.gr6f.4xlarge
6962
7014
  :param name: A unique name for the image builder.
6963
7015
  :param access_endpoints: The list of virtual private cloud (VPC) interface endpoint objects. Administrators can connect to the image builder only through the specified endpoints.
6964
7016
  :param appstream_agent_version: The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].
@@ -6994,6 +7046,27 @@ class CfnImageBuilder(
6994
7046
 
6995
7047
  jsii.create(self.__class__, self, [scope, id, props])
6996
7048
 
7049
+ @jsii.member(jsii_name="fromImageBuilderName")
7050
+ @builtins.classmethod
7051
+ def from_image_builder_name(
7052
+ cls,
7053
+ scope: _constructs_77d1e7e8.Construct,
7054
+ id: builtins.str,
7055
+ image_builder_name: builtins.str,
7056
+ ) -> IImageBuilderRef:
7057
+ '''Creates a new IImageBuilderRef from a imageBuilderName.
7058
+
7059
+ :param scope: -
7060
+ :param id: -
7061
+ :param image_builder_name: -
7062
+ '''
7063
+ if __debug__:
7064
+ type_hints = typing.get_type_hints(_typecheckingstub__4520f8cce80ece1ce2b95953e6e5a9c2280c7161f0bd40ebd19cf52cb565939a)
7065
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
7066
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
7067
+ check_type(argname="argument image_builder_name", value=image_builder_name, expected_type=type_hints["image_builder_name"])
7068
+ return typing.cast(IImageBuilderRef, jsii.sinvoke(cls, "fromImageBuilderName", [scope, id, image_builder_name]))
7069
+
6997
7070
  @jsii.member(jsii_name="inspect")
6998
7071
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
6999
7072
  '''Examines the CloudFormation resource and discloses attributes.
@@ -9170,6 +9243,22 @@ def _typecheckingstub__f2dbe872e5cba24425b73eff2bd90d7b1c6af7a2b3b47d455ff4683fb
9170
9243
  """Type checking stubs"""
9171
9244
  pass
9172
9245
 
9246
+ def _typecheckingstub__ca5515f8f8fac8a38a30eba99d4e972ef68627c6c23c2c67500523a86f302b1e(
9247
+ scope: _constructs_77d1e7e8.Construct,
9248
+ id: builtins.str,
9249
+ arn: builtins.str,
9250
+ ) -> None:
9251
+ """Type checking stubs"""
9252
+ pass
9253
+
9254
+ def _typecheckingstub__6a9f18ac6c35e2ca99250cd6430503031deeb8ca02f9722e26f4755394f3595c(
9255
+ scope: _constructs_77d1e7e8.Construct,
9256
+ id: builtins.str,
9257
+ app_block_builder_name: builtins.str,
9258
+ ) -> None:
9259
+ """Type checking stubs"""
9260
+ pass
9261
+
9173
9262
  def _typecheckingstub__560ef45e47870972c6b9d1538088c62bf2a04bfeb5ca9a51c7fe0b65e8ec8511(
9174
9263
  inspector: _TreeInspector_488e0dd5,
9175
9264
  ) -> None:
@@ -9805,6 +9894,14 @@ def _typecheckingstub__25dccb4354e677f39c5c97fd983d6a76f7631b1133ab64219d2975708
9805
9894
  """Type checking stubs"""
9806
9895
  pass
9807
9896
 
9897
+ def _typecheckingstub__4520f8cce80ece1ce2b95953e6e5a9c2280c7161f0bd40ebd19cf52cb565939a(
9898
+ scope: _constructs_77d1e7e8.Construct,
9899
+ id: builtins.str,
9900
+ image_builder_name: builtins.str,
9901
+ ) -> None:
9902
+ """Type checking stubs"""
9903
+ pass
9904
+
9808
9905
  def _typecheckingstub__2ec74adc688e0bdb7f0a14897529e4e6caef09d76aeb15844a23cc95502d7639(
9809
9906
  inspector: _TreeInspector_488e0dd5,
9810
9907
  ) -> None:
@@ -5923,7 +5923,7 @@ class CfnDomainNameProps:
5923
5923
  ) -> None:
5924
5924
  '''Properties for defining a ``CfnDomainName``.
5925
5925
 
5926
- :param certificate_arn: The Amazon Resource Name (ARN) of the certificate. This will be an AWS Certificate Manager certificate.
5926
+ :param certificate_arn: The Amazon Resource Name (ARN) of the certificate. This will be an Certificate Manager certificate.
5927
5927
  :param domain_name: The domain name.
5928
5928
  :param description: The decription for your domain name.
5929
5929
  :param tags: A set of tags (key-value pairs) for this domain name.
@@ -5968,7 +5968,7 @@ class CfnDomainNameProps:
5968
5968
  def certificate_arn(self) -> builtins.str:
5969
5969
  '''The Amazon Resource Name (ARN) of the certificate.
5970
5970
 
5971
- This will be an AWS Certificate Manager certificate.
5971
+ This will be an Certificate Manager certificate.
5972
5972
 
5973
5973
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-domainname.html#cfn-appsync-domainname-certificatearn
5974
5974
  '''
@@ -20701,7 +20701,7 @@ class CfnDomainName(
20701
20701
  '''
20702
20702
  :param scope: Scope in which this resource is defined.
20703
20703
  :param id: Construct identifier for this resource (unique in its scope).
20704
- :param certificate_arn: The Amazon Resource Name (ARN) of the certificate. This will be an AWS Certificate Manager certificate.
20704
+ :param certificate_arn: The Amazon Resource Name (ARN) of the certificate. This will be an Certificate Manager certificate.
20705
20705
  :param domain_name: The domain name.
20706
20706
  :param description: The decription for your domain name.
20707
20707
  :param tags: A set of tags (key-value pairs) for this domain name.
@@ -20719,6 +20719,48 @@ class CfnDomainName(
20719
20719
 
20720
20720
  jsii.create(self.__class__, self, [scope, id, props])
20721
20721
 
20722
+ @jsii.member(jsii_name="fromDomainName")
20723
+ @builtins.classmethod
20724
+ def from_domain_name(
20725
+ cls,
20726
+ scope: _constructs_77d1e7e8.Construct,
20727
+ id: builtins.str,
20728
+ domain_name: builtins.str,
20729
+ ) -> IDomainNameRef:
20730
+ '''Creates a new IDomainNameRef from a domainName.
20731
+
20732
+ :param scope: -
20733
+ :param id: -
20734
+ :param domain_name: -
20735
+ '''
20736
+ if __debug__:
20737
+ type_hints = typing.get_type_hints(_typecheckingstub__08c6def9587107d2278647a6d441c9caf964fa2d78a1d3deaea83b39bee09293)
20738
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
20739
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
20740
+ check_type(argname="argument domain_name", value=domain_name, expected_type=type_hints["domain_name"])
20741
+ return typing.cast(IDomainNameRef, jsii.sinvoke(cls, "fromDomainName", [scope, id, domain_name]))
20742
+
20743
+ @jsii.member(jsii_name="fromDomainNameArn")
20744
+ @builtins.classmethod
20745
+ def from_domain_name_arn(
20746
+ cls,
20747
+ scope: _constructs_77d1e7e8.Construct,
20748
+ id: builtins.str,
20749
+ arn: builtins.str,
20750
+ ) -> IDomainNameRef:
20751
+ '''Creates a new IDomainNameRef from an ARN.
20752
+
20753
+ :param scope: -
20754
+ :param id: -
20755
+ :param arn: -
20756
+ '''
20757
+ if __debug__:
20758
+ type_hints = typing.get_type_hints(_typecheckingstub__749c3931247d77e821eae72c97fb9d854d79132a8471c8a0dbc46bb29336cbda)
20759
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
20760
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
20761
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
20762
+ return typing.cast(IDomainNameRef, jsii.sinvoke(cls, "fromDomainNameArn", [scope, id, arn]))
20763
+
20722
20764
  @jsii.member(jsii_name="inspect")
20723
20765
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
20724
20766
  '''Examines the CloudFormation resource and discloses attributes.
@@ -29883,6 +29925,22 @@ def _typecheckingstub__678693553586e835af6ffdc6ac5860f81ffd96791de73368d44d41d3a
29883
29925
  """Type checking stubs"""
29884
29926
  pass
29885
29927
 
29928
+ def _typecheckingstub__08c6def9587107d2278647a6d441c9caf964fa2d78a1d3deaea83b39bee09293(
29929
+ scope: _constructs_77d1e7e8.Construct,
29930
+ id: builtins.str,
29931
+ domain_name: builtins.str,
29932
+ ) -> None:
29933
+ """Type checking stubs"""
29934
+ pass
29935
+
29936
+ def _typecheckingstub__749c3931247d77e821eae72c97fb9d854d79132a8471c8a0dbc46bb29336cbda(
29937
+ scope: _constructs_77d1e7e8.Construct,
29938
+ id: builtins.str,
29939
+ arn: builtins.str,
29940
+ ) -> None:
29941
+ """Type checking stubs"""
29942
+ pass
29943
+
29886
29944
  def _typecheckingstub__a1bb36f58b6037c649f6de5b27bf9555b52f554bb5fe4108f80d1e6143cb6f24(
29887
29945
  inspector: _TreeInspector_488e0dd5,
29888
29946
  ) -> None:
@@ -538,6 +538,48 @@ class CfnTestCase(
538
538
 
539
539
  jsii.create(self.__class__, self, [scope, id, props])
540
540
 
541
+ @jsii.member(jsii_name="fromTestCaseArn")
542
+ @builtins.classmethod
543
+ def from_test_case_arn(
544
+ cls,
545
+ scope: _constructs_77d1e7e8.Construct,
546
+ id: builtins.str,
547
+ arn: builtins.str,
548
+ ) -> ITestCaseRef:
549
+ '''Creates a new ITestCaseRef from an ARN.
550
+
551
+ :param scope: -
552
+ :param id: -
553
+ :param arn: -
554
+ '''
555
+ if __debug__:
556
+ type_hints = typing.get_type_hints(_typecheckingstub__af185a6b4bcb527beec102b04642b87eba08b5275639cb1cbe04609c82aeb6fe)
557
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
558
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
559
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
560
+ return typing.cast(ITestCaseRef, jsii.sinvoke(cls, "fromTestCaseArn", [scope, id, arn]))
561
+
562
+ @jsii.member(jsii_name="fromTestCaseId")
563
+ @builtins.classmethod
564
+ def from_test_case_id(
565
+ cls,
566
+ scope: _constructs_77d1e7e8.Construct,
567
+ id: builtins.str,
568
+ test_case_id: builtins.str,
569
+ ) -> ITestCaseRef:
570
+ '''Creates a new ITestCaseRef from a testCaseId.
571
+
572
+ :param scope: -
573
+ :param id: -
574
+ :param test_case_id: -
575
+ '''
576
+ if __debug__:
577
+ type_hints = typing.get_type_hints(_typecheckingstub__3b84b944bc8165e6747da7d77217829834a2d3c5cf56daec44df158bf246a71f)
578
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
579
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
580
+ check_type(argname="argument test_case_id", value=test_case_id, expected_type=type_hints["test_case_id"])
581
+ return typing.cast(ITestCaseRef, jsii.sinvoke(cls, "fromTestCaseId", [scope, id, test_case_id]))
582
+
541
583
  @jsii.member(jsii_name="inspect")
542
584
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
543
585
  '''Examines the CloudFormation resource and discloses attributes.
@@ -2943,6 +2985,22 @@ def _typecheckingstub__b54328fdade9df4505a5f85498cf53fc62e7fc59a222ac471d1a63974
2943
2985
  """Type checking stubs"""
2944
2986
  pass
2945
2987
 
2988
+ def _typecheckingstub__af185a6b4bcb527beec102b04642b87eba08b5275639cb1cbe04609c82aeb6fe(
2989
+ scope: _constructs_77d1e7e8.Construct,
2990
+ id: builtins.str,
2991
+ arn: builtins.str,
2992
+ ) -> None:
2993
+ """Type checking stubs"""
2994
+ pass
2995
+
2996
+ def _typecheckingstub__3b84b944bc8165e6747da7d77217829834a2d3c5cf56daec44df158bf246a71f(
2997
+ scope: _constructs_77d1e7e8.Construct,
2998
+ id: builtins.str,
2999
+ test_case_id: builtins.str,
3000
+ ) -> None:
3001
+ """Type checking stubs"""
3002
+ pass
3003
+
2946
3004
  def _typecheckingstub__224090306333e2fc48135738c3d25b5e41f34e68b81b058fbfb26e7eda0deb3b(
2947
3005
  inspector: _TreeInspector_488e0dd5,
2948
3006
  ) -> None: