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
|
@@ -1961,6 +1961,48 @@ class CfnChannel(
|
|
|
1961
1961
|
|
|
1962
1962
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1963
1963
|
|
|
1964
|
+
@jsii.member(jsii_name="fromChannelArn")
|
|
1965
|
+
@builtins.classmethod
|
|
1966
|
+
def from_channel_arn(
|
|
1967
|
+
cls,
|
|
1968
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1969
|
+
id: builtins.str,
|
|
1970
|
+
arn: builtins.str,
|
|
1971
|
+
) -> IChannelRef:
|
|
1972
|
+
'''Creates a new IChannelRef from an ARN.
|
|
1973
|
+
|
|
1974
|
+
:param scope: -
|
|
1975
|
+
:param id: -
|
|
1976
|
+
:param arn: -
|
|
1977
|
+
'''
|
|
1978
|
+
if __debug__:
|
|
1979
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4d19144d331ba31edd24b53fe62ecd68291785594e4276f682970808562a8790)
|
|
1980
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1981
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1982
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
1983
|
+
return typing.cast(IChannelRef, jsii.sinvoke(cls, "fromChannelArn", [scope, id, arn]))
|
|
1984
|
+
|
|
1985
|
+
@jsii.member(jsii_name="fromChannelName")
|
|
1986
|
+
@builtins.classmethod
|
|
1987
|
+
def from_channel_name(
|
|
1988
|
+
cls,
|
|
1989
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1990
|
+
id: builtins.str,
|
|
1991
|
+
channel_name: builtins.str,
|
|
1992
|
+
) -> IChannelRef:
|
|
1993
|
+
'''Creates a new IChannelRef from a channelName.
|
|
1994
|
+
|
|
1995
|
+
:param scope: -
|
|
1996
|
+
:param id: -
|
|
1997
|
+
:param channel_name: -
|
|
1998
|
+
'''
|
|
1999
|
+
if __debug__:
|
|
2000
|
+
type_hints = typing.get_type_hints(_typecheckingstub__08ab9dccb4a244c93c8642dce766e1e9ee544479257409b787228df15d5435d7)
|
|
2001
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2002
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2003
|
+
check_type(argname="argument channel_name", value=channel_name, expected_type=type_hints["channel_name"])
|
|
2004
|
+
return typing.cast(IChannelRef, jsii.sinvoke(cls, "fromChannelName", [scope, id, channel_name]))
|
|
2005
|
+
|
|
1964
2006
|
@jsii.member(jsii_name="inspect")
|
|
1965
2007
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1966
2008
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -2834,6 +2876,27 @@ class CfnLiveSource(
|
|
|
2834
2876
|
|
|
2835
2877
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
2836
2878
|
|
|
2879
|
+
@jsii.member(jsii_name="fromLiveSourceArn")
|
|
2880
|
+
@builtins.classmethod
|
|
2881
|
+
def from_live_source_arn(
|
|
2882
|
+
cls,
|
|
2883
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2884
|
+
id: builtins.str,
|
|
2885
|
+
arn: builtins.str,
|
|
2886
|
+
) -> ILiveSourceRef:
|
|
2887
|
+
'''Creates a new ILiveSourceRef from an ARN.
|
|
2888
|
+
|
|
2889
|
+
:param scope: -
|
|
2890
|
+
:param id: -
|
|
2891
|
+
:param arn: -
|
|
2892
|
+
'''
|
|
2893
|
+
if __debug__:
|
|
2894
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ce2a67ecd4c245755079e42b97b7e2aa073536881db7521a5e4b7de0ffb37207)
|
|
2895
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2896
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2897
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
2898
|
+
return typing.cast(ILiveSourceRef, jsii.sinvoke(cls, "fromLiveSourceArn", [scope, id, arn]))
|
|
2899
|
+
|
|
2837
2900
|
@jsii.member(jsii_name="inspect")
|
|
2838
2901
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
2839
2902
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -4578,6 +4641,48 @@ class CfnSourceLocation(
|
|
|
4578
4641
|
|
|
4579
4642
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
4580
4643
|
|
|
4644
|
+
@jsii.member(jsii_name="fromSourceLocationArn")
|
|
4645
|
+
@builtins.classmethod
|
|
4646
|
+
def from_source_location_arn(
|
|
4647
|
+
cls,
|
|
4648
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4649
|
+
id: builtins.str,
|
|
4650
|
+
arn: builtins.str,
|
|
4651
|
+
) -> ISourceLocationRef:
|
|
4652
|
+
'''Creates a new ISourceLocationRef from an ARN.
|
|
4653
|
+
|
|
4654
|
+
:param scope: -
|
|
4655
|
+
:param id: -
|
|
4656
|
+
:param arn: -
|
|
4657
|
+
'''
|
|
4658
|
+
if __debug__:
|
|
4659
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7e847088619cd1680f1c77248b1fed78fe233ca2f074624e89178586546d9d84)
|
|
4660
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4661
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4662
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
4663
|
+
return typing.cast(ISourceLocationRef, jsii.sinvoke(cls, "fromSourceLocationArn", [scope, id, arn]))
|
|
4664
|
+
|
|
4665
|
+
@jsii.member(jsii_name="fromSourceLocationName")
|
|
4666
|
+
@builtins.classmethod
|
|
4667
|
+
def from_source_location_name(
|
|
4668
|
+
cls,
|
|
4669
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4670
|
+
id: builtins.str,
|
|
4671
|
+
source_location_name: builtins.str,
|
|
4672
|
+
) -> ISourceLocationRef:
|
|
4673
|
+
'''Creates a new ISourceLocationRef from a sourceLocationName.
|
|
4674
|
+
|
|
4675
|
+
:param scope: -
|
|
4676
|
+
:param id: -
|
|
4677
|
+
:param source_location_name: -
|
|
4678
|
+
'''
|
|
4679
|
+
if __debug__:
|
|
4680
|
+
type_hints = typing.get_type_hints(_typecheckingstub__cd94b00014bdca4702dc78995645d4b320302bddf764516a46f2651c266da0e3)
|
|
4681
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4682
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4683
|
+
check_type(argname="argument source_location_name", value=source_location_name, expected_type=type_hints["source_location_name"])
|
|
4684
|
+
return typing.cast(ISourceLocationRef, jsii.sinvoke(cls, "fromSourceLocationName", [scope, id, source_location_name]))
|
|
4685
|
+
|
|
4581
4686
|
@jsii.member(jsii_name="inspect")
|
|
4582
4687
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
4583
4688
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -5159,6 +5264,27 @@ class CfnVodSource(
|
|
|
5159
5264
|
|
|
5160
5265
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
5161
5266
|
|
|
5267
|
+
@jsii.member(jsii_name="fromVodSourceArn")
|
|
5268
|
+
@builtins.classmethod
|
|
5269
|
+
def from_vod_source_arn(
|
|
5270
|
+
cls,
|
|
5271
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5272
|
+
id: builtins.str,
|
|
5273
|
+
arn: builtins.str,
|
|
5274
|
+
) -> IVodSourceRef:
|
|
5275
|
+
'''Creates a new IVodSourceRef from an ARN.
|
|
5276
|
+
|
|
5277
|
+
:param scope: -
|
|
5278
|
+
:param id: -
|
|
5279
|
+
:param arn: -
|
|
5280
|
+
'''
|
|
5281
|
+
if __debug__:
|
|
5282
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1a17313f366fcbedb212dc92da65e6f4b4b11de884adbf251ff66d76e815968e)
|
|
5283
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
5284
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
5285
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
5286
|
+
return typing.cast(IVodSourceRef, jsii.sinvoke(cls, "fromVodSourceArn", [scope, id, arn]))
|
|
5287
|
+
|
|
5162
5288
|
@jsii.member(jsii_name="inspect")
|
|
5163
5289
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
5164
5290
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -5538,6 +5664,22 @@ def _typecheckingstub__95afc802641850838d7d754c58072c279165a93bff5fc055789c1090a
|
|
|
5538
5664
|
"""Type checking stubs"""
|
|
5539
5665
|
pass
|
|
5540
5666
|
|
|
5667
|
+
def _typecheckingstub__4d19144d331ba31edd24b53fe62ecd68291785594e4276f682970808562a8790(
|
|
5668
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5669
|
+
id: builtins.str,
|
|
5670
|
+
arn: builtins.str,
|
|
5671
|
+
) -> None:
|
|
5672
|
+
"""Type checking stubs"""
|
|
5673
|
+
pass
|
|
5674
|
+
|
|
5675
|
+
def _typecheckingstub__08ab9dccb4a244c93c8642dce766e1e9ee544479257409b787228df15d5435d7(
|
|
5676
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5677
|
+
id: builtins.str,
|
|
5678
|
+
channel_name: builtins.str,
|
|
5679
|
+
) -> None:
|
|
5680
|
+
"""Type checking stubs"""
|
|
5681
|
+
pass
|
|
5682
|
+
|
|
5541
5683
|
def _typecheckingstub__d632b023994803b26caa2590748766e0dabab5ba299874fe587fa9f37c926bda(
|
|
5542
5684
|
inspector: _TreeInspector_488e0dd5,
|
|
5543
5685
|
) -> None:
|
|
@@ -5700,6 +5842,14 @@ def _typecheckingstub__caad9e925cf2074f54088c0241999fdbc5c194736555867b7765527f3
|
|
|
5700
5842
|
"""Type checking stubs"""
|
|
5701
5843
|
pass
|
|
5702
5844
|
|
|
5845
|
+
def _typecheckingstub__ce2a67ecd4c245755079e42b97b7e2aa073536881db7521a5e4b7de0ffb37207(
|
|
5846
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5847
|
+
id: builtins.str,
|
|
5848
|
+
arn: builtins.str,
|
|
5849
|
+
) -> None:
|
|
5850
|
+
"""Type checking stubs"""
|
|
5851
|
+
pass
|
|
5852
|
+
|
|
5703
5853
|
def _typecheckingstub__ed469803ff91fff7fc3040fc3d0bb3fa9a21fd4b59da12961328098a4c73f954(
|
|
5704
5854
|
inspector: _TreeInspector_488e0dd5,
|
|
5705
5855
|
) -> None:
|
|
@@ -6000,6 +6150,22 @@ def _typecheckingstub__dd693d384196965a6e6e42aa969746fa450f3a5099e7be68c145dcc9f
|
|
|
6000
6150
|
"""Type checking stubs"""
|
|
6001
6151
|
pass
|
|
6002
6152
|
|
|
6153
|
+
def _typecheckingstub__7e847088619cd1680f1c77248b1fed78fe233ca2f074624e89178586546d9d84(
|
|
6154
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6155
|
+
id: builtins.str,
|
|
6156
|
+
arn: builtins.str,
|
|
6157
|
+
) -> None:
|
|
6158
|
+
"""Type checking stubs"""
|
|
6159
|
+
pass
|
|
6160
|
+
|
|
6161
|
+
def _typecheckingstub__cd94b00014bdca4702dc78995645d4b320302bddf764516a46f2651c266da0e3(
|
|
6162
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6163
|
+
id: builtins.str,
|
|
6164
|
+
source_location_name: builtins.str,
|
|
6165
|
+
) -> None:
|
|
6166
|
+
"""Type checking stubs"""
|
|
6167
|
+
pass
|
|
6168
|
+
|
|
6003
6169
|
def _typecheckingstub__a8a67b4bd9eabe7dff32771e3855c5f4b09c52cc321708cd63f64f1f290488c1(
|
|
6004
6170
|
inspector: _TreeInspector_488e0dd5,
|
|
6005
6171
|
) -> None:
|
|
@@ -6099,6 +6265,14 @@ def _typecheckingstub__456acf01c6ad372c9c8ba7c229fe88f13ceaab57f8599ae26cb522443
|
|
|
6099
6265
|
"""Type checking stubs"""
|
|
6100
6266
|
pass
|
|
6101
6267
|
|
|
6268
|
+
def _typecheckingstub__1a17313f366fcbedb212dc92da65e6f4b4b11de884adbf251ff66d76e815968e(
|
|
6269
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6270
|
+
id: builtins.str,
|
|
6271
|
+
arn: builtins.str,
|
|
6272
|
+
) -> None:
|
|
6273
|
+
"""Type checking stubs"""
|
|
6274
|
+
pass
|
|
6275
|
+
|
|
6102
6276
|
def _typecheckingstub__09f36c1aa9a889afe2053c87ff538aaf36dd3ae8b29c1a426f2f27df0c755587(
|
|
6103
6277
|
inspector: _TreeInspector_488e0dd5,
|
|
6104
6278
|
) -> None:
|
aws_cdk/aws_memorydb/__init__.py
CHANGED
|
@@ -1906,6 +1906,48 @@ class CfnACL(
|
|
|
1906
1906
|
|
|
1907
1907
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1908
1908
|
|
|
1909
|
+
@jsii.member(jsii_name="fromACLArn")
|
|
1910
|
+
@builtins.classmethod
|
|
1911
|
+
def from_acl_arn(
|
|
1912
|
+
cls,
|
|
1913
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1914
|
+
id: builtins.str,
|
|
1915
|
+
arn: builtins.str,
|
|
1916
|
+
) -> IACLRef:
|
|
1917
|
+
'''Creates a new IACLRef from an ARN.
|
|
1918
|
+
|
|
1919
|
+
:param scope: -
|
|
1920
|
+
:param id: -
|
|
1921
|
+
:param arn: -
|
|
1922
|
+
'''
|
|
1923
|
+
if __debug__:
|
|
1924
|
+
type_hints = typing.get_type_hints(_typecheckingstub__01e08140f4608bc1201cfa00751f482f04b61a9cbccdbd85b8a30ecdb464d6f6)
|
|
1925
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1926
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1927
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
1928
|
+
return typing.cast(IACLRef, jsii.sinvoke(cls, "fromACLArn", [scope, id, arn]))
|
|
1929
|
+
|
|
1930
|
+
@jsii.member(jsii_name="fromAclName")
|
|
1931
|
+
@builtins.classmethod
|
|
1932
|
+
def from_acl_name(
|
|
1933
|
+
cls,
|
|
1934
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1935
|
+
id: builtins.str,
|
|
1936
|
+
acl_name: builtins.str,
|
|
1937
|
+
) -> IACLRef:
|
|
1938
|
+
'''Creates a new IACLRef from a aclName.
|
|
1939
|
+
|
|
1940
|
+
:param scope: -
|
|
1941
|
+
:param id: -
|
|
1942
|
+
:param acl_name: -
|
|
1943
|
+
'''
|
|
1944
|
+
if __debug__:
|
|
1945
|
+
type_hints = typing.get_type_hints(_typecheckingstub__02073185f42e3aab0bcd382a58d62c282bc7a5841909e235bb26999421f72701)
|
|
1946
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1947
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1948
|
+
check_type(argname="argument acl_name", value=acl_name, expected_type=type_hints["acl_name"])
|
|
1949
|
+
return typing.cast(IACLRef, jsii.sinvoke(cls, "fromAclName", [scope, id, acl_name]))
|
|
1950
|
+
|
|
1909
1951
|
@jsii.member(jsii_name="inspect")
|
|
1910
1952
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1911
1953
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -2180,6 +2222,27 @@ class CfnCluster(
|
|
|
2180
2222
|
|
|
2181
2223
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
2182
2224
|
|
|
2225
|
+
@jsii.member(jsii_name="fromClusterName")
|
|
2226
|
+
@builtins.classmethod
|
|
2227
|
+
def from_cluster_name(
|
|
2228
|
+
cls,
|
|
2229
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2230
|
+
id: builtins.str,
|
|
2231
|
+
cluster_name: builtins.str,
|
|
2232
|
+
) -> IClusterRef:
|
|
2233
|
+
'''Creates a new IClusterRef from a clusterName.
|
|
2234
|
+
|
|
2235
|
+
:param scope: -
|
|
2236
|
+
:param id: -
|
|
2237
|
+
:param cluster_name: -
|
|
2238
|
+
'''
|
|
2239
|
+
if __debug__:
|
|
2240
|
+
type_hints = typing.get_type_hints(_typecheckingstub__052150f6187192008b1d92fe063af7be600bf783ef6fa136fb0ccd2320686ffe)
|
|
2241
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2242
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2243
|
+
check_type(argname="argument cluster_name", value=cluster_name, expected_type=type_hints["cluster_name"])
|
|
2244
|
+
return typing.cast(IClusterRef, jsii.sinvoke(cls, "fromClusterName", [scope, id, cluster_name]))
|
|
2245
|
+
|
|
2183
2246
|
@jsii.member(jsii_name="inspect")
|
|
2184
2247
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
2185
2248
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -3112,6 +3175,27 @@ class CfnParameterGroup(
|
|
|
3112
3175
|
|
|
3113
3176
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
3114
3177
|
|
|
3178
|
+
@jsii.member(jsii_name="fromParameterGroupName")
|
|
3179
|
+
@builtins.classmethod
|
|
3180
|
+
def from_parameter_group_name(
|
|
3181
|
+
cls,
|
|
3182
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3183
|
+
id: builtins.str,
|
|
3184
|
+
parameter_group_name: builtins.str,
|
|
3185
|
+
) -> IParameterGroupRef:
|
|
3186
|
+
'''Creates a new IParameterGroupRef from a parameterGroupName.
|
|
3187
|
+
|
|
3188
|
+
:param scope: -
|
|
3189
|
+
:param id: -
|
|
3190
|
+
:param parameter_group_name: -
|
|
3191
|
+
'''
|
|
3192
|
+
if __debug__:
|
|
3193
|
+
type_hints = typing.get_type_hints(_typecheckingstub__bbb188e3de6146df92382196ac7bd7953b94ecb705452402a7e34a6f13a90048)
|
|
3194
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3195
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3196
|
+
check_type(argname="argument parameter_group_name", value=parameter_group_name, expected_type=type_hints["parameter_group_name"])
|
|
3197
|
+
return typing.cast(IParameterGroupRef, jsii.sinvoke(cls, "fromParameterGroupName", [scope, id, parameter_group_name]))
|
|
3198
|
+
|
|
3115
3199
|
@jsii.member(jsii_name="inspect")
|
|
3116
3200
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
3117
3201
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -3298,6 +3382,27 @@ class CfnSubnetGroup(
|
|
|
3298
3382
|
|
|
3299
3383
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
3300
3384
|
|
|
3385
|
+
@jsii.member(jsii_name="fromSubnetGroupName")
|
|
3386
|
+
@builtins.classmethod
|
|
3387
|
+
def from_subnet_group_name(
|
|
3388
|
+
cls,
|
|
3389
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3390
|
+
id: builtins.str,
|
|
3391
|
+
subnet_group_name: builtins.str,
|
|
3392
|
+
) -> ISubnetGroupRef:
|
|
3393
|
+
'''Creates a new ISubnetGroupRef from a subnetGroupName.
|
|
3394
|
+
|
|
3395
|
+
:param scope: -
|
|
3396
|
+
:param id: -
|
|
3397
|
+
:param subnet_group_name: -
|
|
3398
|
+
'''
|
|
3399
|
+
if __debug__:
|
|
3400
|
+
type_hints = typing.get_type_hints(_typecheckingstub__63193b3e87b7ebddc67ea584a7da2aef68db8126ef8d627b1156bf5191d8be9d)
|
|
3401
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3402
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3403
|
+
check_type(argname="argument subnet_group_name", value=subnet_group_name, expected_type=type_hints["subnet_group_name"])
|
|
3404
|
+
return typing.cast(ISubnetGroupRef, jsii.sinvoke(cls, "fromSubnetGroupName", [scope, id, subnet_group_name]))
|
|
3405
|
+
|
|
3301
3406
|
@jsii.member(jsii_name="inspect")
|
|
3302
3407
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
3303
3408
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -3484,6 +3589,48 @@ class CfnUser(
|
|
|
3484
3589
|
|
|
3485
3590
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
3486
3591
|
|
|
3592
|
+
@jsii.member(jsii_name="fromUserArn")
|
|
3593
|
+
@builtins.classmethod
|
|
3594
|
+
def from_user_arn(
|
|
3595
|
+
cls,
|
|
3596
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3597
|
+
id: builtins.str,
|
|
3598
|
+
arn: builtins.str,
|
|
3599
|
+
) -> IUserRef:
|
|
3600
|
+
'''Creates a new IUserRef from an ARN.
|
|
3601
|
+
|
|
3602
|
+
:param scope: -
|
|
3603
|
+
:param id: -
|
|
3604
|
+
:param arn: -
|
|
3605
|
+
'''
|
|
3606
|
+
if __debug__:
|
|
3607
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d410bf65fcb25fb402e9a258fc6a3fa84cea308a89b5336e8593869b0918481b)
|
|
3608
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3609
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3610
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
3611
|
+
return typing.cast(IUserRef, jsii.sinvoke(cls, "fromUserArn", [scope, id, arn]))
|
|
3612
|
+
|
|
3613
|
+
@jsii.member(jsii_name="fromUserName")
|
|
3614
|
+
@builtins.classmethod
|
|
3615
|
+
def from_user_name(
|
|
3616
|
+
cls,
|
|
3617
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3618
|
+
id: builtins.str,
|
|
3619
|
+
user_name: builtins.str,
|
|
3620
|
+
) -> IUserRef:
|
|
3621
|
+
'''Creates a new IUserRef from a userName.
|
|
3622
|
+
|
|
3623
|
+
:param scope: -
|
|
3624
|
+
:param id: -
|
|
3625
|
+
:param user_name: -
|
|
3626
|
+
'''
|
|
3627
|
+
if __debug__:
|
|
3628
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8586f51fa3b1208ca7029fcd11cf2933a1bec57f526b68903d04bd230ea7090b)
|
|
3629
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3630
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3631
|
+
check_type(argname="argument user_name", value=user_name, expected_type=type_hints["user_name"])
|
|
3632
|
+
return typing.cast(IUserRef, jsii.sinvoke(cls, "fromUserName", [scope, id, user_name]))
|
|
3633
|
+
|
|
3487
3634
|
@jsii.member(jsii_name="inspect")
|
|
3488
3635
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
3489
3636
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -3853,6 +4000,22 @@ def _typecheckingstub__9484fd1d572431ae11bb12955c007dddcddc12b2666a5855747b0a1ac
|
|
|
3853
4000
|
"""Type checking stubs"""
|
|
3854
4001
|
pass
|
|
3855
4002
|
|
|
4003
|
+
def _typecheckingstub__01e08140f4608bc1201cfa00751f482f04b61a9cbccdbd85b8a30ecdb464d6f6(
|
|
4004
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4005
|
+
id: builtins.str,
|
|
4006
|
+
arn: builtins.str,
|
|
4007
|
+
) -> None:
|
|
4008
|
+
"""Type checking stubs"""
|
|
4009
|
+
pass
|
|
4010
|
+
|
|
4011
|
+
def _typecheckingstub__02073185f42e3aab0bcd382a58d62c282bc7a5841909e235bb26999421f72701(
|
|
4012
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4013
|
+
id: builtins.str,
|
|
4014
|
+
acl_name: builtins.str,
|
|
4015
|
+
) -> None:
|
|
4016
|
+
"""Type checking stubs"""
|
|
4017
|
+
pass
|
|
4018
|
+
|
|
3856
4019
|
def _typecheckingstub__ccc6a711d3d8a9748de4a3ff47996a84e749aad94d25a5dda512b2da78cc1038(
|
|
3857
4020
|
inspector: _TreeInspector_488e0dd5,
|
|
3858
4021
|
) -> None:
|
|
@@ -3920,6 +4083,14 @@ def _typecheckingstub__2be3fd9830386937ed856721b0282cb7c4bcfb48ca212a069ae310ef4
|
|
|
3920
4083
|
"""Type checking stubs"""
|
|
3921
4084
|
pass
|
|
3922
4085
|
|
|
4086
|
+
def _typecheckingstub__052150f6187192008b1d92fe063af7be600bf783ef6fa136fb0ccd2320686ffe(
|
|
4087
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4088
|
+
id: builtins.str,
|
|
4089
|
+
cluster_name: builtins.str,
|
|
4090
|
+
) -> None:
|
|
4091
|
+
"""Type checking stubs"""
|
|
4092
|
+
pass
|
|
4093
|
+
|
|
3923
4094
|
def _typecheckingstub__76cb969e4927216a06a434c27c39efb5cdd385529b9ea5e0319d2951238e010e(
|
|
3924
4095
|
inspector: _TreeInspector_488e0dd5,
|
|
3925
4096
|
) -> None:
|
|
@@ -4217,6 +4388,14 @@ def _typecheckingstub__61162072dcce7ce6eaedeac288d04351f356c4501c7c00303d65b4be5
|
|
|
4217
4388
|
"""Type checking stubs"""
|
|
4218
4389
|
pass
|
|
4219
4390
|
|
|
4391
|
+
def _typecheckingstub__bbb188e3de6146df92382196ac7bd7953b94ecb705452402a7e34a6f13a90048(
|
|
4392
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4393
|
+
id: builtins.str,
|
|
4394
|
+
parameter_group_name: builtins.str,
|
|
4395
|
+
) -> None:
|
|
4396
|
+
"""Type checking stubs"""
|
|
4397
|
+
pass
|
|
4398
|
+
|
|
4220
4399
|
def _typecheckingstub__d7debe0fab7bb59dfcf15f4175e0f474c741a7964960dcbe155b0c5efbd1e09f(
|
|
4221
4400
|
inspector: _TreeInspector_488e0dd5,
|
|
4222
4401
|
) -> None:
|
|
@@ -4271,6 +4450,14 @@ def _typecheckingstub__9b3dd027b7c51d2057be81ff17bfef3dbfbd3522767ca600f468a0d67
|
|
|
4271
4450
|
"""Type checking stubs"""
|
|
4272
4451
|
pass
|
|
4273
4452
|
|
|
4453
|
+
def _typecheckingstub__63193b3e87b7ebddc67ea584a7da2aef68db8126ef8d627b1156bf5191d8be9d(
|
|
4454
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4455
|
+
id: builtins.str,
|
|
4456
|
+
subnet_group_name: builtins.str,
|
|
4457
|
+
) -> None:
|
|
4458
|
+
"""Type checking stubs"""
|
|
4459
|
+
pass
|
|
4460
|
+
|
|
4274
4461
|
def _typecheckingstub__3145bbd399c6ddffdc2666544781343f26eb710bec8432513151b15f3216473b(
|
|
4275
4462
|
inspector: _TreeInspector_488e0dd5,
|
|
4276
4463
|
) -> None:
|
|
@@ -4319,6 +4506,22 @@ def _typecheckingstub__52b4cd545a9f18f09898b753580c602cd4bd6e39c07e6a1f9e34f4fb9
|
|
|
4319
4506
|
"""Type checking stubs"""
|
|
4320
4507
|
pass
|
|
4321
4508
|
|
|
4509
|
+
def _typecheckingstub__d410bf65fcb25fb402e9a258fc6a3fa84cea308a89b5336e8593869b0918481b(
|
|
4510
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4511
|
+
id: builtins.str,
|
|
4512
|
+
arn: builtins.str,
|
|
4513
|
+
) -> None:
|
|
4514
|
+
"""Type checking stubs"""
|
|
4515
|
+
pass
|
|
4516
|
+
|
|
4517
|
+
def _typecheckingstub__8586f51fa3b1208ca7029fcd11cf2933a1bec57f526b68903d04bd230ea7090b(
|
|
4518
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4519
|
+
id: builtins.str,
|
|
4520
|
+
user_name: builtins.str,
|
|
4521
|
+
) -> None:
|
|
4522
|
+
"""Type checking stubs"""
|
|
4523
|
+
pass
|
|
4524
|
+
|
|
4322
4525
|
def _typecheckingstub__8c3bb35282143a9481bb5124eb626806569dc76eef119d8888c4373701fb4dd9(
|
|
4323
4526
|
inspector: _TreeInspector_488e0dd5,
|
|
4324
4527
|
) -> None:
|
aws_cdk/aws_mwaa/__init__.py
CHANGED
|
@@ -909,6 +909,48 @@ class CfnEnvironment(
|
|
|
909
909
|
|
|
910
910
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
911
911
|
|
|
912
|
+
@jsii.member(jsii_name="fromEnvironmentArn")
|
|
913
|
+
@builtins.classmethod
|
|
914
|
+
def from_environment_arn(
|
|
915
|
+
cls,
|
|
916
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
917
|
+
id: builtins.str,
|
|
918
|
+
arn: builtins.str,
|
|
919
|
+
) -> IEnvironmentRef:
|
|
920
|
+
'''Creates a new IEnvironmentRef from an ARN.
|
|
921
|
+
|
|
922
|
+
:param scope: -
|
|
923
|
+
:param id: -
|
|
924
|
+
:param arn: -
|
|
925
|
+
'''
|
|
926
|
+
if __debug__:
|
|
927
|
+
type_hints = typing.get_type_hints(_typecheckingstub__eeab8395584e59cc2c2e2e79af17a538406c85ef97d8a9a2859b93823146cf1b)
|
|
928
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
929
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
930
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
931
|
+
return typing.cast(IEnvironmentRef, jsii.sinvoke(cls, "fromEnvironmentArn", [scope, id, arn]))
|
|
932
|
+
|
|
933
|
+
@jsii.member(jsii_name="fromEnvironmentName")
|
|
934
|
+
@builtins.classmethod
|
|
935
|
+
def from_environment_name(
|
|
936
|
+
cls,
|
|
937
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
938
|
+
id: builtins.str,
|
|
939
|
+
environment_name: builtins.str,
|
|
940
|
+
) -> IEnvironmentRef:
|
|
941
|
+
'''Creates a new IEnvironmentRef from a environmentName.
|
|
942
|
+
|
|
943
|
+
:param scope: -
|
|
944
|
+
:param id: -
|
|
945
|
+
:param environment_name: -
|
|
946
|
+
'''
|
|
947
|
+
if __debug__:
|
|
948
|
+
type_hints = typing.get_type_hints(_typecheckingstub__00555161bf97ecf8a9091b34e1df9c2c441f970660c275c1bdb7afa29596b2cf)
|
|
949
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
950
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
951
|
+
check_type(argname="argument environment_name", value=environment_name, expected_type=type_hints["environment_name"])
|
|
952
|
+
return typing.cast(IEnvironmentRef, jsii.sinvoke(cls, "fromEnvironmentName", [scope, id, environment_name]))
|
|
953
|
+
|
|
912
954
|
@jsii.member(jsii_name="inspect")
|
|
913
955
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
914
956
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1831,6 +1873,22 @@ def _typecheckingstub__558d6a60af086ab1a40ad8057fcb128456129bbbd328752ab90d8a6d5
|
|
|
1831
1873
|
"""Type checking stubs"""
|
|
1832
1874
|
pass
|
|
1833
1875
|
|
|
1876
|
+
def _typecheckingstub__eeab8395584e59cc2c2e2e79af17a538406c85ef97d8a9a2859b93823146cf1b(
|
|
1877
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1878
|
+
id: builtins.str,
|
|
1879
|
+
arn: builtins.str,
|
|
1880
|
+
) -> None:
|
|
1881
|
+
"""Type checking stubs"""
|
|
1882
|
+
pass
|
|
1883
|
+
|
|
1884
|
+
def _typecheckingstub__00555161bf97ecf8a9091b34e1df9c2c441f970660c275c1bdb7afa29596b2cf(
|
|
1885
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1886
|
+
id: builtins.str,
|
|
1887
|
+
environment_name: builtins.str,
|
|
1888
|
+
) -> None:
|
|
1889
|
+
"""Type checking stubs"""
|
|
1890
|
+
pass
|
|
1891
|
+
|
|
1834
1892
|
def _typecheckingstub__99fe3af42168ce58625550be04e1ab2f3619e791f954ebcc45ea31fac6418d74(
|
|
1835
1893
|
inspector: _TreeInspector_488e0dd5,
|
|
1836
1894
|
) -> None:
|
|
@@ -9209,6 +9209,27 @@ class CfnVpcAttachment(
|
|
|
9209
9209
|
|
|
9210
9210
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
9211
9211
|
|
|
9212
|
+
@jsii.member(jsii_name="fromAttachmentId")
|
|
9213
|
+
@builtins.classmethod
|
|
9214
|
+
def from_attachment_id(
|
|
9215
|
+
cls,
|
|
9216
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9217
|
+
id: builtins.str,
|
|
9218
|
+
attachment_id: builtins.str,
|
|
9219
|
+
) -> IVpcAttachmentRef:
|
|
9220
|
+
'''Creates a new IVpcAttachmentRef from a attachmentId.
|
|
9221
|
+
|
|
9222
|
+
:param scope: -
|
|
9223
|
+
:param id: -
|
|
9224
|
+
:param attachment_id: -
|
|
9225
|
+
'''
|
|
9226
|
+
if __debug__:
|
|
9227
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5a9cbfd55c4f0f5e8645015279c1b35386da05b3099b1496eadec4750792fd9d)
|
|
9228
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
9229
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
9230
|
+
check_type(argname="argument attachment_id", value=attachment_id, expected_type=type_hints["attachment_id"])
|
|
9231
|
+
return typing.cast(IVpcAttachmentRef, jsii.sinvoke(cls, "fromAttachmentId", [scope, id, attachment_id]))
|
|
9232
|
+
|
|
9212
9233
|
@jsii.member(jsii_name="inspect")
|
|
9213
9234
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
9214
9235
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -11137,6 +11158,14 @@ def _typecheckingstub__962ef8273d6d2d97a33b00603b7bf87793fdecfaae4031352d9cbc1bc
|
|
|
11137
11158
|
"""Type checking stubs"""
|
|
11138
11159
|
pass
|
|
11139
11160
|
|
|
11161
|
+
def _typecheckingstub__5a9cbfd55c4f0f5e8645015279c1b35386da05b3099b1496eadec4750792fd9d(
|
|
11162
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
11163
|
+
id: builtins.str,
|
|
11164
|
+
attachment_id: builtins.str,
|
|
11165
|
+
) -> None:
|
|
11166
|
+
"""Type checking stubs"""
|
|
11167
|
+
pass
|
|
11168
|
+
|
|
11140
11169
|
def _typecheckingstub__066721874248356323b7edc6b2c638d14ec9d95fc08966f64139e05c40164db7(
|
|
11141
11170
|
inspector: _TreeInspector_488e0dd5,
|
|
11142
11171
|
) -> None:
|
|
@@ -2221,6 +2221,27 @@ class CfnStudio(
|
|
|
2221
2221
|
|
|
2222
2222
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
2223
2223
|
|
|
2224
|
+
@jsii.member(jsii_name="fromStudioId")
|
|
2225
|
+
@builtins.classmethod
|
|
2226
|
+
def from_studio_id(
|
|
2227
|
+
cls,
|
|
2228
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2229
|
+
id: builtins.str,
|
|
2230
|
+
studio_id: builtins.str,
|
|
2231
|
+
) -> IStudioRef:
|
|
2232
|
+
'''Creates a new IStudioRef from a studioId.
|
|
2233
|
+
|
|
2234
|
+
:param scope: -
|
|
2235
|
+
:param id: -
|
|
2236
|
+
:param studio_id: -
|
|
2237
|
+
'''
|
|
2238
|
+
if __debug__:
|
|
2239
|
+
type_hints = typing.get_type_hints(_typecheckingstub__bd2bf748ce8156650a8f97cdc57655ec8a309bab4bf87feae2916f958649aee9)
|
|
2240
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2241
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2242
|
+
check_type(argname="argument studio_id", value=studio_id, expected_type=type_hints["studio_id"])
|
|
2243
|
+
return typing.cast(IStudioRef, jsii.sinvoke(cls, "fromStudioId", [scope, id, studio_id]))
|
|
2244
|
+
|
|
2224
2245
|
@jsii.member(jsii_name="inspect")
|
|
2225
2246
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
2226
2247
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -3733,6 +3754,14 @@ def _typecheckingstub__45420baa577c3a8eb786b8d20404bcbc5573494502885eb1f55a89702
|
|
|
3733
3754
|
"""Type checking stubs"""
|
|
3734
3755
|
pass
|
|
3735
3756
|
|
|
3757
|
+
def _typecheckingstub__bd2bf748ce8156650a8f97cdc57655ec8a309bab4bf87feae2916f958649aee9(
|
|
3758
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3759
|
+
id: builtins.str,
|
|
3760
|
+
studio_id: builtins.str,
|
|
3761
|
+
) -> None:
|
|
3762
|
+
"""Type checking stubs"""
|
|
3763
|
+
pass
|
|
3764
|
+
|
|
3736
3765
|
def _typecheckingstub__a95feb38c2ffd266287aa8d0e3539b938c3d8fffe708542e910fcb088e43f36e(
|
|
3737
3766
|
inspector: _TreeInspector_488e0dd5,
|
|
3738
3767
|
) -> None:
|