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.
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.217.0.jsii.tgz → aws-cdk-lib@2.218.0.jsii.tgz} +0 -0
- aws_cdk/aws_amazonmq/__init__.py +87 -0
- aws_cdk/aws_apigateway/__init__.py +203 -0
- aws_cdk/aws_apigatewayv2/__init__.py +58 -0
- aws_cdk/aws_appconfig/__init__.py +145 -0
- aws_cdk/aws_appflow/__init__.py +116 -0
- aws_cdk/aws_appintegrations/__init__.py +116 -0
- aws_cdk/aws_appstream/__init__.py +87 -0
- aws_cdk/aws_appsync/__init__.py +58 -0
- aws_cdk/aws_apptest/__init__.py +58 -0
- aws_cdk/aws_athena/__init__.py +58 -0
- aws_cdk/aws_auditmanager/__init__.py +58 -0
- aws_cdk/aws_backup/__init__.py +145 -0
- aws_cdk/aws_batch/__init__.py +58 -0
- aws_cdk/aws_bedrock/__init__.py +145 -0
- aws_cdk/aws_cassandra/__init__.py +29 -0
- aws_cdk/aws_certificatemanager/__init__.py +29 -0
- aws_cdk/aws_cloudfront/__init__.py +57 -0
- aws_cdk/aws_cloudfront_origins/__init__.py +87 -7
- aws_cdk/aws_cloudtrail/__init__.py +58 -0
- aws_cdk/aws_cloudwatch/__init__.py +145 -0
- aws_cdk/aws_codebuild/__init__.py +115 -12
- aws_cdk/aws_codedeploy/__init__.py +29 -0
- aws_cdk/aws_codeguruprofiler/__init__.py +58 -0
- aws_cdk/aws_codepipeline/__init__.py +29 -0
- aws_cdk/aws_cognito/__init__.py +87 -0
- aws_cdk/aws_config/__init__.py +58 -0
- aws_cdk/aws_cur/__init__.py +29 -0
- aws_cdk/aws_customerprofiles/__init__.py +58 -0
- aws_cdk/aws_datapipeline/__init__.py +29 -0
- aws_cdk/aws_datazone/__init__.py +58 -0
- aws_cdk/aws_directoryservice/__init__.py +29 -0
- aws_cdk/aws_dms/__init__.py +58 -0
- aws_cdk/aws_docdb/__init__.py +153 -25
- aws_cdk/aws_dsql/__init__.py +29 -0
- aws_cdk/aws_dynamodb/__init__.py +58 -0
- aws_cdk/aws_ec2/__init__.py +1976 -0
- aws_cdk/aws_ecr/__init__.py +116 -0
- aws_cdk/aws_ecs/__init__.py +87 -0
- aws_cdk/aws_efs/__init__.py +116 -0
- aws_cdk/aws_eks/__init__.py +118 -0
- aws_cdk/aws_elasticache/__init__.py +261 -0
- aws_cdk/aws_elasticbeanstalk/__init__.py +29 -0
- aws_cdk/aws_emr/__init__.py +87 -0
- aws_cdk/aws_emrcontainers/__init__.py +58 -0
- aws_cdk/aws_emrserverless/__init__.py +58 -0
- aws_cdk/aws_entityresolution/__init__.py +145 -0
- aws_cdk/aws_events/__init__.py +290 -0
- aws_cdk/aws_finspace/__init__.py +58 -0
- aws_cdk/aws_gamelift/__init__.py +435 -0
- aws_cdk/aws_glue/__init__.py +145 -0
- aws_cdk/aws_greengrass/__init__.py +464 -0
- aws_cdk/aws_groundstation/__init__.py +87 -0
- aws_cdk/aws_guardduty/__init__.py +87 -0
- aws_cdk/aws_healthimaging/__init__.py +58 -0
- aws_cdk/aws_healthlake/__init__.py +29 -0
- aws_cdk/aws_internetmonitor/__init__.py +58 -0
- aws_cdk/aws_iot/__init__.py +957 -0
- aws_cdk/aws_iotanalytics/__init__.py +116 -0
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +58 -0
- aws_cdk/aws_iotevents/__init__.py +87 -0
- aws_cdk/aws_iotfleethub/__init__.py +58 -0
- aws_cdk/aws_iotfleetwise/__init__.py +116 -0
- aws_cdk/aws_iotsitewise/__init__.py +493 -0
- aws_cdk/aws_iottwinmaker/__init__.py +145 -0
- aws_cdk/aws_iotwireless/__init__.py +464 -0
- aws_cdk/aws_kendra/__init__.py +116 -0
- aws_cdk/aws_kinesis/__init__.py +58 -0
- aws_cdk/aws_kinesisanalytics/__init__.py +31 -0
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +29 -0
- aws_cdk/aws_kinesisfirehose/__init__.py +58 -0
- aws_cdk/aws_kinesisvideo/__init__.py +29 -0
- aws_cdk/aws_kms/__init__.py +58 -0
- aws_cdk/aws_lambda/__init__.py +58 -0
- aws_cdk/aws_lex/__init__.py +29 -0
- aws_cdk/aws_location/__init__.py +348 -0
- aws_cdk/aws_logs/__init__.py +232 -0
- aws_cdk/aws_lookoutequipment/__init__.py +29 -0
- aws_cdk/aws_lookoutvision/__init__.py +58 -0
- aws_cdk/aws_managedblockchain/__init__.py +145 -0
- aws_cdk/aws_medialive/__init__.py +435 -0
- aws_cdk/aws_mediatailor/__init__.py +174 -0
- aws_cdk/aws_memorydb/__init__.py +203 -0
- aws_cdk/aws_mwaa/__init__.py +58 -0
- aws_cdk/aws_networkmanager/__init__.py +29 -0
- aws_cdk/aws_nimblestudio/__init__.py +29 -0
- aws_cdk/aws_omics/__init__.py +174 -0
- aws_cdk/aws_opensearchserverless/__init__.py +58 -0
- aws_cdk/aws_opsworks/__init__.py +29 -0
- aws_cdk/aws_opsworkscm/__init__.py +29 -0
- aws_cdk/aws_organizations/__init__.py +116 -0
- aws_cdk/aws_panorama/__init__.py +116 -0
- aws_cdk/aws_pinpoint/__init__.py +116 -0
- aws_cdk/aws_qbusiness/__init__.py +232 -0
- aws_cdk/aws_qldb/__init__.py +29 -0
- aws_cdk/aws_rds/__init__.py +64 -0
- aws_cdk/aws_redshift/__init__.py +29 -0
- aws_cdk/aws_rekognition/__init__.py +87 -0
- aws_cdk/aws_resourcegroups/__init__.py +58 -0
- aws_cdk/aws_rolesanywhere/__init__.py +145 -0
- aws_cdk/aws_route53recoveryreadiness/__init__.py +58 -0
- aws_cdk/aws_route53resolver/__init__.py +29 -0
- aws_cdk/aws_s3/__init__.py +116 -0
- aws_cdk/aws_s3express/__init__.py +116 -0
- aws_cdk/aws_sagemaker/__init__.py +464 -0
- aws_cdk/aws_scheduler/__init__.py +29 -0
- aws_cdk/aws_secretsmanager/__init__.py +29 -0
- aws_cdk/aws_servicecatalog/__init__.py +29 -0
- aws_cdk/aws_servicecatalogappregistry/__init__.py +116 -0
- aws_cdk/aws_servicediscovery/__init__.py +58 -0
- aws_cdk/aws_ses/__init__.py +261 -0
- aws_cdk/aws_simspaceweaver/__init__.py +29 -0
- aws_cdk/aws_ssm/__init__.py +87 -0
- aws_cdk/aws_synthetics/__init__.py +29 -0
- aws_cdk/aws_timestream/__init__.py +87 -0
- aws_cdk/aws_transfer/__init__.py +261 -0
- aws_cdk/aws_verifiedpermissions/__init__.py +58 -0
- aws_cdk/aws_voiceid/__init__.py +29 -0
- aws_cdk/aws_wisdom/__init__.py +232 -0
- aws_cdk/aws_workspaces/__init__.py +58 -0
- aws_cdk/aws_workspacesinstances/__init__.py +29 -0
- aws_cdk/aws_workspacesthinclient/__init__.py +58 -0
- aws_cdk/pipelines/__init__.py +5 -1
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/RECORD +130 -130
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_ecr/__init__.py
CHANGED
|
@@ -3939,6 +3939,48 @@ class CfnPublicRepository(
|
|
|
3939
3939
|
|
|
3940
3940
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
3941
3941
|
|
|
3942
|
+
@jsii.member(jsii_name="fromPublicRepositoryArn")
|
|
3943
|
+
@builtins.classmethod
|
|
3944
|
+
def from_public_repository_arn(
|
|
3945
|
+
cls,
|
|
3946
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3947
|
+
id: builtins.str,
|
|
3948
|
+
arn: builtins.str,
|
|
3949
|
+
) -> IPublicRepositoryRef:
|
|
3950
|
+
'''Creates a new IPublicRepositoryRef from an ARN.
|
|
3951
|
+
|
|
3952
|
+
:param scope: -
|
|
3953
|
+
:param id: -
|
|
3954
|
+
:param arn: -
|
|
3955
|
+
'''
|
|
3956
|
+
if __debug__:
|
|
3957
|
+
type_hints = typing.get_type_hints(_typecheckingstub__df08363dd3d49b4b281729649cda34a42b796ed2c1c7a9e6c28145049dcd5bf9)
|
|
3958
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3959
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3960
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
3961
|
+
return typing.cast(IPublicRepositoryRef, jsii.sinvoke(cls, "fromPublicRepositoryArn", [scope, id, arn]))
|
|
3962
|
+
|
|
3963
|
+
@jsii.member(jsii_name="fromRepositoryName")
|
|
3964
|
+
@builtins.classmethod
|
|
3965
|
+
def from_repository_name(
|
|
3966
|
+
cls,
|
|
3967
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3968
|
+
id: builtins.str,
|
|
3969
|
+
repository_name: builtins.str,
|
|
3970
|
+
) -> IPublicRepositoryRef:
|
|
3971
|
+
'''Creates a new IPublicRepositoryRef from a repositoryName.
|
|
3972
|
+
|
|
3973
|
+
:param scope: -
|
|
3974
|
+
:param id: -
|
|
3975
|
+
:param repository_name: -
|
|
3976
|
+
'''
|
|
3977
|
+
if __debug__:
|
|
3978
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a12c8d1af48bfd21b0af8b54f0dfaf211699928aac8fb0ffb2e0ff8ce482ac1a)
|
|
3979
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3980
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3981
|
+
check_type(argname="argument repository_name", value=repository_name, expected_type=type_hints["repository_name"])
|
|
3982
|
+
return typing.cast(IPublicRepositoryRef, jsii.sinvoke(cls, "fromRepositoryName", [scope, id, repository_name]))
|
|
3983
|
+
|
|
3942
3984
|
@jsii.member(jsii_name="inspect")
|
|
3943
3985
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
3944
3986
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -5288,6 +5330,48 @@ class CfnRepository(
|
|
|
5288
5330
|
|
|
5289
5331
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
5290
5332
|
|
|
5333
|
+
@jsii.member(jsii_name="fromRepositoryArn")
|
|
5334
|
+
@builtins.classmethod
|
|
5335
|
+
def from_repository_arn(
|
|
5336
|
+
cls,
|
|
5337
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5338
|
+
id: builtins.str,
|
|
5339
|
+
arn: builtins.str,
|
|
5340
|
+
) -> IRepositoryRef:
|
|
5341
|
+
'''Creates a new IRepositoryRef from an ARN.
|
|
5342
|
+
|
|
5343
|
+
:param scope: -
|
|
5344
|
+
:param id: -
|
|
5345
|
+
:param arn: -
|
|
5346
|
+
'''
|
|
5347
|
+
if __debug__:
|
|
5348
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6f2c393f48c21407d644d8d180231f771c0008028a3e7f9a341eb877c7400902)
|
|
5349
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
5350
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
5351
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
5352
|
+
return typing.cast(IRepositoryRef, jsii.sinvoke(cls, "fromRepositoryArn", [scope, id, arn]))
|
|
5353
|
+
|
|
5354
|
+
@jsii.member(jsii_name="fromRepositoryName")
|
|
5355
|
+
@builtins.classmethod
|
|
5356
|
+
def from_repository_name(
|
|
5357
|
+
cls,
|
|
5358
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5359
|
+
id: builtins.str,
|
|
5360
|
+
repository_name: builtins.str,
|
|
5361
|
+
) -> IRepositoryRef:
|
|
5362
|
+
'''Creates a new IRepositoryRef from a repositoryName.
|
|
5363
|
+
|
|
5364
|
+
:param scope: -
|
|
5365
|
+
:param id: -
|
|
5366
|
+
:param repository_name: -
|
|
5367
|
+
'''
|
|
5368
|
+
if __debug__:
|
|
5369
|
+
type_hints = typing.get_type_hints(_typecheckingstub__400aec98ced3fb3a08c4f62facc37becec6934bd630cb120fe1d6d380272f46f)
|
|
5370
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
5371
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
5372
|
+
check_type(argname="argument repository_name", value=repository_name, expected_type=type_hints["repository_name"])
|
|
5373
|
+
return typing.cast(IRepositoryRef, jsii.sinvoke(cls, "fromRepositoryName", [scope, id, repository_name]))
|
|
5374
|
+
|
|
5291
5375
|
@jsii.member(jsii_name="inspect")
|
|
5292
5376
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
5293
5377
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -7014,6 +7098,22 @@ def _typecheckingstub__a5b1b0a44f7b903d10d3e873896cf1709943b67e3503cc3918e4e98f0
|
|
|
7014
7098
|
"""Type checking stubs"""
|
|
7015
7099
|
pass
|
|
7016
7100
|
|
|
7101
|
+
def _typecheckingstub__df08363dd3d49b4b281729649cda34a42b796ed2c1c7a9e6c28145049dcd5bf9(
|
|
7102
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
7103
|
+
id: builtins.str,
|
|
7104
|
+
arn: builtins.str,
|
|
7105
|
+
) -> None:
|
|
7106
|
+
"""Type checking stubs"""
|
|
7107
|
+
pass
|
|
7108
|
+
|
|
7109
|
+
def _typecheckingstub__a12c8d1af48bfd21b0af8b54f0dfaf211699928aac8fb0ffb2e0ff8ce482ac1a(
|
|
7110
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
7111
|
+
id: builtins.str,
|
|
7112
|
+
repository_name: builtins.str,
|
|
7113
|
+
) -> None:
|
|
7114
|
+
"""Type checking stubs"""
|
|
7115
|
+
pass
|
|
7116
|
+
|
|
7017
7117
|
def _typecheckingstub__317b166576f7593305ca27885da5cd7a621d59c15390c40d8de8d3e3c28eb94b(
|
|
7018
7118
|
inspector: _TreeInspector_488e0dd5,
|
|
7019
7119
|
) -> None:
|
|
@@ -7275,6 +7375,22 @@ def _typecheckingstub__0c4027f87eb46bfdc341ea831d36476b6bcb3d7c3adf8e4193a6f82d2
|
|
|
7275
7375
|
"""Type checking stubs"""
|
|
7276
7376
|
pass
|
|
7277
7377
|
|
|
7378
|
+
def _typecheckingstub__6f2c393f48c21407d644d8d180231f771c0008028a3e7f9a341eb877c7400902(
|
|
7379
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
7380
|
+
id: builtins.str,
|
|
7381
|
+
arn: builtins.str,
|
|
7382
|
+
) -> None:
|
|
7383
|
+
"""Type checking stubs"""
|
|
7384
|
+
pass
|
|
7385
|
+
|
|
7386
|
+
def _typecheckingstub__400aec98ced3fb3a08c4f62facc37becec6934bd630cb120fe1d6d380272f46f(
|
|
7387
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
7388
|
+
id: builtins.str,
|
|
7389
|
+
repository_name: builtins.str,
|
|
7390
|
+
) -> None:
|
|
7391
|
+
"""Type checking stubs"""
|
|
7392
|
+
pass
|
|
7393
|
+
|
|
7278
7394
|
def _typecheckingstub__2248718d73b3c7bcee12085148b85f05a4c458576be92459e450678dd33ba17a(
|
|
7279
7395
|
inspector: _TreeInspector_488e0dd5,
|
|
7280
7396
|
) -> None:
|
aws_cdk/aws_ecs/__init__.py
CHANGED
|
@@ -30740,6 +30740,27 @@ class CfnCapacityProvider(
|
|
|
30740
30740
|
|
|
30741
30741
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
30742
30742
|
|
|
30743
|
+
@jsii.member(jsii_name="fromCapacityProviderName")
|
|
30744
|
+
@builtins.classmethod
|
|
30745
|
+
def from_capacity_provider_name(
|
|
30746
|
+
cls,
|
|
30747
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
30748
|
+
id: builtins.str,
|
|
30749
|
+
capacity_provider_name: builtins.str,
|
|
30750
|
+
) -> ICapacityProviderRef:
|
|
30751
|
+
'''Creates a new ICapacityProviderRef from a capacityProviderName.
|
|
30752
|
+
|
|
30753
|
+
:param scope: -
|
|
30754
|
+
:param id: -
|
|
30755
|
+
:param capacity_provider_name: -
|
|
30756
|
+
'''
|
|
30757
|
+
if __debug__:
|
|
30758
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a3210cc1a506360b31eb93a9301cea4ee37fb10be16276e632ecd13d5269ee37)
|
|
30759
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
30760
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
30761
|
+
check_type(argname="argument capacity_provider_name", value=capacity_provider_name, expected_type=type_hints["capacity_provider_name"])
|
|
30762
|
+
return typing.cast(ICapacityProviderRef, jsii.sinvoke(cls, "fromCapacityProviderName", [scope, id, capacity_provider_name]))
|
|
30763
|
+
|
|
30743
30764
|
@jsii.member(jsii_name="inspect")
|
|
30744
30765
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
30745
30766
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -31191,6 +31212,48 @@ class CfnCluster(
|
|
|
31191
31212
|
|
|
31192
31213
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
31193
31214
|
|
|
31215
|
+
@jsii.member(jsii_name="fromClusterArn")
|
|
31216
|
+
@builtins.classmethod
|
|
31217
|
+
def from_cluster_arn(
|
|
31218
|
+
cls,
|
|
31219
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
31220
|
+
id: builtins.str,
|
|
31221
|
+
arn: builtins.str,
|
|
31222
|
+
) -> IClusterRef:
|
|
31223
|
+
'''Creates a new IClusterRef from an ARN.
|
|
31224
|
+
|
|
31225
|
+
:param scope: -
|
|
31226
|
+
:param id: -
|
|
31227
|
+
:param arn: -
|
|
31228
|
+
'''
|
|
31229
|
+
if __debug__:
|
|
31230
|
+
type_hints = typing.get_type_hints(_typecheckingstub__9038ca700580cd0572770f9742e4717592e5172893091346e7765b19e8ca0875)
|
|
31231
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
31232
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
31233
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
31234
|
+
return typing.cast(IClusterRef, jsii.sinvoke(cls, "fromClusterArn", [scope, id, arn]))
|
|
31235
|
+
|
|
31236
|
+
@jsii.member(jsii_name="fromClusterName")
|
|
31237
|
+
@builtins.classmethod
|
|
31238
|
+
def from_cluster_name(
|
|
31239
|
+
cls,
|
|
31240
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
31241
|
+
id: builtins.str,
|
|
31242
|
+
cluster_name: builtins.str,
|
|
31243
|
+
) -> IClusterRef:
|
|
31244
|
+
'''Creates a new IClusterRef from a clusterName.
|
|
31245
|
+
|
|
31246
|
+
:param scope: -
|
|
31247
|
+
:param id: -
|
|
31248
|
+
:param cluster_name: -
|
|
31249
|
+
'''
|
|
31250
|
+
if __debug__:
|
|
31251
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8dd702481aabf1a2f6fa1272c17cda45ce96df207d71c29274cda2cf9273cac3)
|
|
31252
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
31253
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
31254
|
+
check_type(argname="argument cluster_name", value=cluster_name, expected_type=type_hints["cluster_name"])
|
|
31255
|
+
return typing.cast(IClusterRef, jsii.sinvoke(cls, "fromClusterName", [scope, id, cluster_name]))
|
|
31256
|
+
|
|
31194
31257
|
@jsii.member(jsii_name="inspect")
|
|
31195
31258
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
31196
31259
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -49121,6 +49184,14 @@ def _typecheckingstub__59a913caee739f6d41600bf8ae89985db638913fbcb77a8abd5451cda
|
|
|
49121
49184
|
"""Type checking stubs"""
|
|
49122
49185
|
pass
|
|
49123
49186
|
|
|
49187
|
+
def _typecheckingstub__a3210cc1a506360b31eb93a9301cea4ee37fb10be16276e632ecd13d5269ee37(
|
|
49188
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
49189
|
+
id: builtins.str,
|
|
49190
|
+
capacity_provider_name: builtins.str,
|
|
49191
|
+
) -> None:
|
|
49192
|
+
"""Type checking stubs"""
|
|
49193
|
+
pass
|
|
49194
|
+
|
|
49124
49195
|
def _typecheckingstub__53c0f84221516e5285bbcd4c1565c1b5af2df9c65da6dfc915f76bb224443013(
|
|
49125
49196
|
inspector: _TreeInspector_488e0dd5,
|
|
49126
49197
|
) -> None:
|
|
@@ -49187,6 +49258,22 @@ def _typecheckingstub__ea27f9318b2a509011f1175119715629617e6b8d976d0782e37d54e45
|
|
|
49187
49258
|
"""Type checking stubs"""
|
|
49188
49259
|
pass
|
|
49189
49260
|
|
|
49261
|
+
def _typecheckingstub__9038ca700580cd0572770f9742e4717592e5172893091346e7765b19e8ca0875(
|
|
49262
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
49263
|
+
id: builtins.str,
|
|
49264
|
+
arn: builtins.str,
|
|
49265
|
+
) -> None:
|
|
49266
|
+
"""Type checking stubs"""
|
|
49267
|
+
pass
|
|
49268
|
+
|
|
49269
|
+
def _typecheckingstub__8dd702481aabf1a2f6fa1272c17cda45ce96df207d71c29274cda2cf9273cac3(
|
|
49270
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
49271
|
+
id: builtins.str,
|
|
49272
|
+
cluster_name: builtins.str,
|
|
49273
|
+
) -> None:
|
|
49274
|
+
"""Type checking stubs"""
|
|
49275
|
+
pass
|
|
49276
|
+
|
|
49190
49277
|
def _typecheckingstub__c2cb7cb74fe2c923d0a807e5216751b2af96248eb8da823ea44f5c2902ba8882(
|
|
49191
49278
|
inspector: _TreeInspector_488e0dd5,
|
|
49192
49279
|
) -> None:
|
aws_cdk/aws_efs/__init__.py
CHANGED
|
@@ -3369,6 +3369,48 @@ class CfnAccessPoint(
|
|
|
3369
3369
|
|
|
3370
3370
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
3371
3371
|
|
|
3372
|
+
@jsii.member(jsii_name="fromAccessPointArn")
|
|
3373
|
+
@builtins.classmethod
|
|
3374
|
+
def from_access_point_arn(
|
|
3375
|
+
cls,
|
|
3376
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3377
|
+
id: builtins.str,
|
|
3378
|
+
arn: builtins.str,
|
|
3379
|
+
) -> IAccessPointRef:
|
|
3380
|
+
'''Creates a new IAccessPointRef from an ARN.
|
|
3381
|
+
|
|
3382
|
+
:param scope: -
|
|
3383
|
+
:param id: -
|
|
3384
|
+
:param arn: -
|
|
3385
|
+
'''
|
|
3386
|
+
if __debug__:
|
|
3387
|
+
type_hints = typing.get_type_hints(_typecheckingstub__92ad86c592cb19a6abd73b1b479fad3b171522816029847cc3a4c5b73c6498de)
|
|
3388
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3389
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3390
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
3391
|
+
return typing.cast(IAccessPointRef, jsii.sinvoke(cls, "fromAccessPointArn", [scope, id, arn]))
|
|
3392
|
+
|
|
3393
|
+
@jsii.member(jsii_name="fromAccessPointId")
|
|
3394
|
+
@builtins.classmethod
|
|
3395
|
+
def from_access_point_id(
|
|
3396
|
+
cls,
|
|
3397
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3398
|
+
id: builtins.str,
|
|
3399
|
+
access_point_id: builtins.str,
|
|
3400
|
+
) -> IAccessPointRef:
|
|
3401
|
+
'''Creates a new IAccessPointRef from a accessPointId.
|
|
3402
|
+
|
|
3403
|
+
:param scope: -
|
|
3404
|
+
:param id: -
|
|
3405
|
+
:param access_point_id: -
|
|
3406
|
+
'''
|
|
3407
|
+
if __debug__:
|
|
3408
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8b64390d2c6b604063551974706c8adbb104ec23af46eef06f60815f3f011b40)
|
|
3409
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3410
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3411
|
+
check_type(argname="argument access_point_id", value=access_point_id, expected_type=type_hints["access_point_id"])
|
|
3412
|
+
return typing.cast(IAccessPointRef, jsii.sinvoke(cls, "fromAccessPointId", [scope, id, access_point_id]))
|
|
3413
|
+
|
|
3372
3414
|
@jsii.member(jsii_name="inspect")
|
|
3373
3415
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
3374
3416
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -3981,6 +4023,48 @@ class CfnFileSystem(
|
|
|
3981
4023
|
|
|
3982
4024
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
3983
4025
|
|
|
4026
|
+
@jsii.member(jsii_name="fromFileSystemArn")
|
|
4027
|
+
@builtins.classmethod
|
|
4028
|
+
def from_file_system_arn(
|
|
4029
|
+
cls,
|
|
4030
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4031
|
+
id: builtins.str,
|
|
4032
|
+
arn: builtins.str,
|
|
4033
|
+
) -> IFileSystemRef:
|
|
4034
|
+
'''Creates a new IFileSystemRef from an ARN.
|
|
4035
|
+
|
|
4036
|
+
:param scope: -
|
|
4037
|
+
:param id: -
|
|
4038
|
+
:param arn: -
|
|
4039
|
+
'''
|
|
4040
|
+
if __debug__:
|
|
4041
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3841b06a5a3cc43b9d7a952dde6883124724edd8a22c2c9508a0d5b531c04980)
|
|
4042
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4043
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4044
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
4045
|
+
return typing.cast(IFileSystemRef, jsii.sinvoke(cls, "fromFileSystemArn", [scope, id, arn]))
|
|
4046
|
+
|
|
4047
|
+
@jsii.member(jsii_name="fromFileSystemId")
|
|
4048
|
+
@builtins.classmethod
|
|
4049
|
+
def from_file_system_id(
|
|
4050
|
+
cls,
|
|
4051
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4052
|
+
id: builtins.str,
|
|
4053
|
+
file_system_id: builtins.str,
|
|
4054
|
+
) -> IFileSystemRef:
|
|
4055
|
+
'''Creates a new IFileSystemRef from a fileSystemId.
|
|
4056
|
+
|
|
4057
|
+
:param scope: -
|
|
4058
|
+
:param id: -
|
|
4059
|
+
:param file_system_id: -
|
|
4060
|
+
'''
|
|
4061
|
+
if __debug__:
|
|
4062
|
+
type_hints = typing.get_type_hints(_typecheckingstub__62d193f49b214070795d7ac368f6d9118aaac887dc977af485a174b4b75fb67f)
|
|
4063
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4064
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4065
|
+
check_type(argname="argument file_system_id", value=file_system_id, expected_type=type_hints["file_system_id"])
|
|
4066
|
+
return typing.cast(IFileSystemRef, jsii.sinvoke(cls, "fromFileSystemId", [scope, id, file_system_id]))
|
|
4067
|
+
|
|
3984
4068
|
@jsii.member(jsii_name="inspect")
|
|
3985
4069
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
3986
4070
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -5582,6 +5666,22 @@ def _typecheckingstub__ee6cf8e32e236f5b64c41d34d8956a146a19df0d9467273bec84f3053
|
|
|
5582
5666
|
"""Type checking stubs"""
|
|
5583
5667
|
pass
|
|
5584
5668
|
|
|
5669
|
+
def _typecheckingstub__92ad86c592cb19a6abd73b1b479fad3b171522816029847cc3a4c5b73c6498de(
|
|
5670
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5671
|
+
id: builtins.str,
|
|
5672
|
+
arn: builtins.str,
|
|
5673
|
+
) -> None:
|
|
5674
|
+
"""Type checking stubs"""
|
|
5675
|
+
pass
|
|
5676
|
+
|
|
5677
|
+
def _typecheckingstub__8b64390d2c6b604063551974706c8adbb104ec23af46eef06f60815f3f011b40(
|
|
5678
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5679
|
+
id: builtins.str,
|
|
5680
|
+
access_point_id: builtins.str,
|
|
5681
|
+
) -> None:
|
|
5682
|
+
"""Type checking stubs"""
|
|
5683
|
+
pass
|
|
5684
|
+
|
|
5585
5685
|
def _typecheckingstub__ca8bc4bd98606c2925e8e3beaf6899315a3a8aa05fe42a495c106412587debb7(
|
|
5586
5686
|
inspector: _TreeInspector_488e0dd5,
|
|
5587
5687
|
) -> None:
|
|
@@ -5679,6 +5779,22 @@ def _typecheckingstub__cc457ee31ba660f40c549433977317b66ec9b461edc7a3afd3a157dcf
|
|
|
5679
5779
|
"""Type checking stubs"""
|
|
5680
5780
|
pass
|
|
5681
5781
|
|
|
5782
|
+
def _typecheckingstub__3841b06a5a3cc43b9d7a952dde6883124724edd8a22c2c9508a0d5b531c04980(
|
|
5783
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5784
|
+
id: builtins.str,
|
|
5785
|
+
arn: builtins.str,
|
|
5786
|
+
) -> None:
|
|
5787
|
+
"""Type checking stubs"""
|
|
5788
|
+
pass
|
|
5789
|
+
|
|
5790
|
+
def _typecheckingstub__62d193f49b214070795d7ac368f6d9118aaac887dc977af485a174b4b75fb67f(
|
|
5791
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5792
|
+
id: builtins.str,
|
|
5793
|
+
file_system_id: builtins.str,
|
|
5794
|
+
) -> None:
|
|
5795
|
+
"""Type checking stubs"""
|
|
5796
|
+
pass
|
|
5797
|
+
|
|
5682
5798
|
def _typecheckingstub__4de45f38231d265020ffa3517bb2f41c6c7f64bc0414e943cf094f6436b824df(
|
|
5683
5799
|
inspector: _TreeInspector_488e0dd5,
|
|
5684
5800
|
) -> None:
|
aws_cdk/aws_eks/__init__.py
CHANGED
|
@@ -12285,6 +12285,8 @@ class NodegroupAmiType(enum.Enum):
|
|
|
12285
12285
|
'''Amazon Linux 2023 with AWS Neuron drivers (x86-64).'''
|
|
12286
12286
|
AL2023_X86_64_NVIDIA = "AL2023_X86_64_NVIDIA"
|
|
12287
12287
|
'''Amazon Linux 2023 with NVIDIA drivers (x86-64).'''
|
|
12288
|
+
AL2023_ARM_64_NVIDIA = "AL2023_ARM_64_NVIDIA"
|
|
12289
|
+
'''Amazon Linux 2023 with NVIDIA drivers (ARM-64).'''
|
|
12288
12290
|
AL2023_ARM_64_STANDARD = "AL2023_ARM_64_STANDARD"
|
|
12289
12291
|
'''Amazon Linux 2023 (ARM-64).'''
|
|
12290
12292
|
|
|
@@ -15104,6 +15106,27 @@ class CfnAddon(
|
|
|
15104
15106
|
|
|
15105
15107
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
15106
15108
|
|
|
15109
|
+
@jsii.member(jsii_name="fromAddonArn")
|
|
15110
|
+
@builtins.classmethod
|
|
15111
|
+
def from_addon_arn(
|
|
15112
|
+
cls,
|
|
15113
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
15114
|
+
id: builtins.str,
|
|
15115
|
+
arn: builtins.str,
|
|
15116
|
+
) -> IAddonRef:
|
|
15117
|
+
'''Creates a new IAddonRef from an ARN.
|
|
15118
|
+
|
|
15119
|
+
:param scope: -
|
|
15120
|
+
:param id: -
|
|
15121
|
+
:param arn: -
|
|
15122
|
+
'''
|
|
15123
|
+
if __debug__:
|
|
15124
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e553dfaf756fa282c5fbeb4ef4b974cf0a47d23084cd717224b1311e0a30eb24)
|
|
15125
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
15126
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
15127
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
15128
|
+
return typing.cast(IAddonRef, jsii.sinvoke(cls, "fromAddonArn", [scope, id, arn]))
|
|
15129
|
+
|
|
15107
15130
|
@jsii.member(jsii_name="inspect")
|
|
15108
15131
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
15109
15132
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -15622,6 +15645,48 @@ class CfnCluster(
|
|
|
15622
15645
|
|
|
15623
15646
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
15624
15647
|
|
|
15648
|
+
@jsii.member(jsii_name="fromClusterArn")
|
|
15649
|
+
@builtins.classmethod
|
|
15650
|
+
def from_cluster_arn(
|
|
15651
|
+
cls,
|
|
15652
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
15653
|
+
id: builtins.str,
|
|
15654
|
+
arn: builtins.str,
|
|
15655
|
+
) -> IClusterRef:
|
|
15656
|
+
'''Creates a new IClusterRef from an ARN.
|
|
15657
|
+
|
|
15658
|
+
:param scope: -
|
|
15659
|
+
:param id: -
|
|
15660
|
+
:param arn: -
|
|
15661
|
+
'''
|
|
15662
|
+
if __debug__:
|
|
15663
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b7520097767a23a7f7b750879adb8df71436766d2ad7c356ce08243330524e31)
|
|
15664
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
15665
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
15666
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
15667
|
+
return typing.cast(IClusterRef, jsii.sinvoke(cls, "fromClusterArn", [scope, id, arn]))
|
|
15668
|
+
|
|
15669
|
+
@jsii.member(jsii_name="fromClusterName")
|
|
15670
|
+
@builtins.classmethod
|
|
15671
|
+
def from_cluster_name(
|
|
15672
|
+
cls,
|
|
15673
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
15674
|
+
id: builtins.str,
|
|
15675
|
+
cluster_name: builtins.str,
|
|
15676
|
+
) -> IClusterRef:
|
|
15677
|
+
'''Creates a new IClusterRef from a clusterName.
|
|
15678
|
+
|
|
15679
|
+
:param scope: -
|
|
15680
|
+
:param id: -
|
|
15681
|
+
:param cluster_name: -
|
|
15682
|
+
'''
|
|
15683
|
+
if __debug__:
|
|
15684
|
+
type_hints = typing.get_type_hints(_typecheckingstub__06b7df746bf67240facb00749c1c399634c9167d5acb1747f034220efaf30f49)
|
|
15685
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
15686
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
15687
|
+
check_type(argname="argument cluster_name", value=cluster_name, expected_type=type_hints["cluster_name"])
|
|
15688
|
+
return typing.cast(IClusterRef, jsii.sinvoke(cls, "fromClusterName", [scope, id, cluster_name]))
|
|
15689
|
+
|
|
15625
15690
|
@jsii.member(jsii_name="inspect")
|
|
15626
15691
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
15627
15692
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -17630,6 +17695,27 @@ class CfnFargateProfile(
|
|
|
17630
17695
|
|
|
17631
17696
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
17632
17697
|
|
|
17698
|
+
@jsii.member(jsii_name="fromFargateProfileArn")
|
|
17699
|
+
@builtins.classmethod
|
|
17700
|
+
def from_fargate_profile_arn(
|
|
17701
|
+
cls,
|
|
17702
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
17703
|
+
id: builtins.str,
|
|
17704
|
+
arn: builtins.str,
|
|
17705
|
+
) -> IFargateProfileRef:
|
|
17706
|
+
'''Creates a new IFargateProfileRef from an ARN.
|
|
17707
|
+
|
|
17708
|
+
:param scope: -
|
|
17709
|
+
:param id: -
|
|
17710
|
+
:param arn: -
|
|
17711
|
+
'''
|
|
17712
|
+
if __debug__:
|
|
17713
|
+
type_hints = typing.get_type_hints(_typecheckingstub__68f38ef5ce6ebc1ca5dcde1b9e529ea13f0b01c2ccaa9863ca69bece85d4f6e6)
|
|
17714
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
17715
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
17716
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
17717
|
+
return typing.cast(IFargateProfileRef, jsii.sinvoke(cls, "fromFargateProfileArn", [scope, id, arn]))
|
|
17718
|
+
|
|
17633
17719
|
@jsii.member(jsii_name="inspect")
|
|
17634
17720
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
17635
17721
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -24091,6 +24177,14 @@ def _typecheckingstub__45ff0728c7d6fc5f47c97aa791c327f70a32e19bdf463d94d9351053f
|
|
|
24091
24177
|
"""Type checking stubs"""
|
|
24092
24178
|
pass
|
|
24093
24179
|
|
|
24180
|
+
def _typecheckingstub__e553dfaf756fa282c5fbeb4ef4b974cf0a47d23084cd717224b1311e0a30eb24(
|
|
24181
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
24182
|
+
id: builtins.str,
|
|
24183
|
+
arn: builtins.str,
|
|
24184
|
+
) -> None:
|
|
24185
|
+
"""Type checking stubs"""
|
|
24186
|
+
pass
|
|
24187
|
+
|
|
24094
24188
|
def _typecheckingstub__fb634c71637a3029d784eb1cc23e12801a6d069d381448751935635b986d50bc(
|
|
24095
24189
|
inspector: _TreeInspector_488e0dd5,
|
|
24096
24190
|
) -> None:
|
|
@@ -24204,6 +24298,22 @@ def _typecheckingstub__d3e62a858014f3867f3039d1328d57223fb0d16e3fb6d1e2d79279938
|
|
|
24204
24298
|
"""Type checking stubs"""
|
|
24205
24299
|
pass
|
|
24206
24300
|
|
|
24301
|
+
def _typecheckingstub__b7520097767a23a7f7b750879adb8df71436766d2ad7c356ce08243330524e31(
|
|
24302
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
24303
|
+
id: builtins.str,
|
|
24304
|
+
arn: builtins.str,
|
|
24305
|
+
) -> None:
|
|
24306
|
+
"""Type checking stubs"""
|
|
24307
|
+
pass
|
|
24308
|
+
|
|
24309
|
+
def _typecheckingstub__06b7df746bf67240facb00749c1c399634c9167d5acb1747f034220efaf30f49(
|
|
24310
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
24311
|
+
id: builtins.str,
|
|
24312
|
+
cluster_name: builtins.str,
|
|
24313
|
+
) -> None:
|
|
24314
|
+
"""Type checking stubs"""
|
|
24315
|
+
pass
|
|
24316
|
+
|
|
24207
24317
|
def _typecheckingstub__4ce8181eaff5e47deffee284e9005fc3985d7f0cc2ae10f69530ae44c00c9022(
|
|
24208
24318
|
inspector: _TreeInspector_488e0dd5,
|
|
24209
24319
|
) -> None:
|
|
@@ -24485,6 +24595,14 @@ def _typecheckingstub__d74e3378581d3898ad60f22c46414b34a44ce82bd54d09c56466afda9
|
|
|
24485
24595
|
"""Type checking stubs"""
|
|
24486
24596
|
pass
|
|
24487
24597
|
|
|
24598
|
+
def _typecheckingstub__68f38ef5ce6ebc1ca5dcde1b9e529ea13f0b01c2ccaa9863ca69bece85d4f6e6(
|
|
24599
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
24600
|
+
id: builtins.str,
|
|
24601
|
+
arn: builtins.str,
|
|
24602
|
+
) -> None:
|
|
24603
|
+
"""Type checking stubs"""
|
|
24604
|
+
pass
|
|
24605
|
+
|
|
24488
24606
|
def _typecheckingstub__43ebc50d6c5b13856e87922886b34c19885bddbafafc65bf42a5e790bc129b85(
|
|
24489
24607
|
inspector: _TreeInspector_488e0dd5,
|
|
24490
24608
|
) -> None:
|