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_rds/__init__.py
CHANGED
|
@@ -27659,6 +27659,12 @@ class MysqlEngineVersion(
|
|
|
27659
27659
|
'''Version "5.7.44-rds.20250508".'''
|
|
27660
27660
|
return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_5_7_44_RDS_20250508"))
|
|
27661
27661
|
|
|
27662
|
+
@jsii.python.classproperty
|
|
27663
|
+
@jsii.member(jsii_name="VER_5_7_44_RDS_20250818")
|
|
27664
|
+
def VER_5_7_44_RDS_20250818(cls) -> "MysqlEngineVersion":
|
|
27665
|
+
'''Version "5.7.44-RDS.20250818".'''
|
|
27666
|
+
return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_5_7_44_RDS_20250818"))
|
|
27667
|
+
|
|
27662
27668
|
@jsii.python.classproperty
|
|
27663
27669
|
@jsii.member(jsii_name="VER_8_0")
|
|
27664
27670
|
def VER_8_0(cls) -> "MysqlEngineVersion":
|
|
@@ -43743,6 +43749,27 @@ class CfnEventSubscription(
|
|
|
43743
43749
|
|
|
43744
43750
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
43745
43751
|
|
|
43752
|
+
@jsii.member(jsii_name="fromSubscriptionName")
|
|
43753
|
+
@builtins.classmethod
|
|
43754
|
+
def from_subscription_name(
|
|
43755
|
+
cls,
|
|
43756
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
43757
|
+
id: builtins.str,
|
|
43758
|
+
subscription_name: builtins.str,
|
|
43759
|
+
) -> IEventSubscriptionRef:
|
|
43760
|
+
'''Creates a new IEventSubscriptionRef from a subscriptionName.
|
|
43761
|
+
|
|
43762
|
+
:param scope: -
|
|
43763
|
+
:param id: -
|
|
43764
|
+
:param subscription_name: -
|
|
43765
|
+
'''
|
|
43766
|
+
if __debug__:
|
|
43767
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7bdfa9104a39f2dfe7d880f6e5eebfe1ae057b0ab24bc4fcb634ae8c611941a9)
|
|
43768
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
43769
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
43770
|
+
check_type(argname="argument subscription_name", value=subscription_name, expected_type=type_hints["subscription_name"])
|
|
43771
|
+
return typing.cast(IEventSubscriptionRef, jsii.sinvoke(cls, "fromSubscriptionName", [scope, id, subscription_name]))
|
|
43772
|
+
|
|
43746
43773
|
@jsii.member(jsii_name="inspect")
|
|
43747
43774
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
43748
43775
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -44537,6 +44564,27 @@ class CfnOptionGroup(
|
|
|
44537
44564
|
|
|
44538
44565
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
44539
44566
|
|
|
44567
|
+
@jsii.member(jsii_name="fromOptionGroupName")
|
|
44568
|
+
@builtins.classmethod
|
|
44569
|
+
def from_option_group_name(
|
|
44570
|
+
cls,
|
|
44571
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
44572
|
+
id: builtins.str,
|
|
44573
|
+
option_group_name: builtins.str,
|
|
44574
|
+
) -> IOptionGroupRef:
|
|
44575
|
+
'''Creates a new IOptionGroupRef from a optionGroupName.
|
|
44576
|
+
|
|
44577
|
+
:param scope: -
|
|
44578
|
+
:param id: -
|
|
44579
|
+
:param option_group_name: -
|
|
44580
|
+
'''
|
|
44581
|
+
if __debug__:
|
|
44582
|
+
type_hints = typing.get_type_hints(_typecheckingstub__09473afac0fca649ab82afad01fdeee2e7355a6469089e5d88ea99ee003a79de)
|
|
44583
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
44584
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
44585
|
+
check_type(argname="argument option_group_name", value=option_group_name, expected_type=type_hints["option_group_name"])
|
|
44586
|
+
return typing.cast(IOptionGroupRef, jsii.sinvoke(cls, "fromOptionGroupName", [scope, id, option_group_name]))
|
|
44587
|
+
|
|
44540
44588
|
@jsii.member(jsii_name="inspect")
|
|
44541
44589
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
44542
44590
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -55803,6 +55851,14 @@ def _typecheckingstub__0c5db068cdeb685ae34885c6eea1acaa01b83ca0af2c63429f3a30e0a
|
|
|
55803
55851
|
"""Type checking stubs"""
|
|
55804
55852
|
pass
|
|
55805
55853
|
|
|
55854
|
+
def _typecheckingstub__7bdfa9104a39f2dfe7d880f6e5eebfe1ae057b0ab24bc4fcb634ae8c611941a9(
|
|
55855
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
55856
|
+
id: builtins.str,
|
|
55857
|
+
subscription_name: builtins.str,
|
|
55858
|
+
) -> None:
|
|
55859
|
+
"""Type checking stubs"""
|
|
55860
|
+
pass
|
|
55861
|
+
|
|
55806
55862
|
def _typecheckingstub__31f076db464d46bf940b81eae58c6d887f3b50913e8d41f1e9eaf45eecb21f4a(
|
|
55807
55863
|
inspector: _TreeInspector_488e0dd5,
|
|
55808
55864
|
) -> None:
|
|
@@ -56030,6 +56086,14 @@ def _typecheckingstub__160a45fe55c01086901039aa8bde8bd5ace11ff967acd2154abcc9137
|
|
|
56030
56086
|
"""Type checking stubs"""
|
|
56031
56087
|
pass
|
|
56032
56088
|
|
|
56089
|
+
def _typecheckingstub__09473afac0fca649ab82afad01fdeee2e7355a6469089e5d88ea99ee003a79de(
|
|
56090
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
56091
|
+
id: builtins.str,
|
|
56092
|
+
option_group_name: builtins.str,
|
|
56093
|
+
) -> None:
|
|
56094
|
+
"""Type checking stubs"""
|
|
56095
|
+
pass
|
|
56096
|
+
|
|
56033
56097
|
def _typecheckingstub__695e11a3e4e7e1f79549d5c0920ec62fd0456898c348576c7f6eab74e91d5cd8(
|
|
56034
56098
|
inspector: _TreeInspector_488e0dd5,
|
|
56035
56099
|
) -> None:
|
aws_cdk/aws_redshift/__init__.py
CHANGED
|
@@ -4740,6 +4740,27 @@ class CfnClusterParameterGroup(
|
|
|
4740
4740
|
|
|
4741
4741
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
4742
4742
|
|
|
4743
|
+
@jsii.member(jsii_name="fromParameterGroupName")
|
|
4744
|
+
@builtins.classmethod
|
|
4745
|
+
def from_parameter_group_name(
|
|
4746
|
+
cls,
|
|
4747
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4748
|
+
id: builtins.str,
|
|
4749
|
+
parameter_group_name: builtins.str,
|
|
4750
|
+
) -> IClusterParameterGroupRef:
|
|
4751
|
+
'''Creates a new IClusterParameterGroupRef from a parameterGroupName.
|
|
4752
|
+
|
|
4753
|
+
:param scope: -
|
|
4754
|
+
:param id: -
|
|
4755
|
+
:param parameter_group_name: -
|
|
4756
|
+
'''
|
|
4757
|
+
if __debug__:
|
|
4758
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a4fcc0dd642456f37020bcfe38fd9cfd482cbd79750adda84ea8706f1e6df408)
|
|
4759
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4760
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4761
|
+
check_type(argname="argument parameter_group_name", value=parameter_group_name, expected_type=type_hints["parameter_group_name"])
|
|
4762
|
+
return typing.cast(IClusterParameterGroupRef, jsii.sinvoke(cls, "fromParameterGroupName", [scope, id, parameter_group_name]))
|
|
4763
|
+
|
|
4743
4764
|
@jsii.member(jsii_name="inspect")
|
|
4744
4765
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
4745
4766
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -7985,6 +8006,14 @@ def _typecheckingstub__a4414ca463de61620f73bf7c02eb829639136d7dcc505964ba4d9e961
|
|
|
7985
8006
|
"""Type checking stubs"""
|
|
7986
8007
|
pass
|
|
7987
8008
|
|
|
8009
|
+
def _typecheckingstub__a4fcc0dd642456f37020bcfe38fd9cfd482cbd79750adda84ea8706f1e6df408(
|
|
8010
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8011
|
+
id: builtins.str,
|
|
8012
|
+
parameter_group_name: builtins.str,
|
|
8013
|
+
) -> None:
|
|
8014
|
+
"""Type checking stubs"""
|
|
8015
|
+
pass
|
|
8016
|
+
|
|
7988
8017
|
def _typecheckingstub__33c3f5debe7a54728cc11b0bbd4cd3ef9a8b793416272ffb149cec7294e16c50(
|
|
7989
8018
|
inspector: _TreeInspector_488e0dd5,
|
|
7990
8019
|
) -> None:
|
|
@@ -894,6 +894,48 @@ class CfnCollection(
|
|
|
894
894
|
|
|
895
895
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
896
896
|
|
|
897
|
+
@jsii.member(jsii_name="fromCollectionArn")
|
|
898
|
+
@builtins.classmethod
|
|
899
|
+
def from_collection_arn(
|
|
900
|
+
cls,
|
|
901
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
902
|
+
id: builtins.str,
|
|
903
|
+
arn: builtins.str,
|
|
904
|
+
) -> ICollectionRef:
|
|
905
|
+
'''Creates a new ICollectionRef from an ARN.
|
|
906
|
+
|
|
907
|
+
:param scope: -
|
|
908
|
+
:param id: -
|
|
909
|
+
:param arn: -
|
|
910
|
+
'''
|
|
911
|
+
if __debug__:
|
|
912
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7d3242f1abddcc1ee90dcbc46a3d9b120bee7e515a9b64e3c5e40a76de6243d8)
|
|
913
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
914
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
915
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
916
|
+
return typing.cast(ICollectionRef, jsii.sinvoke(cls, "fromCollectionArn", [scope, id, arn]))
|
|
917
|
+
|
|
918
|
+
@jsii.member(jsii_name="fromCollectionId")
|
|
919
|
+
@builtins.classmethod
|
|
920
|
+
def from_collection_id(
|
|
921
|
+
cls,
|
|
922
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
923
|
+
id: builtins.str,
|
|
924
|
+
collection_id: builtins.str,
|
|
925
|
+
) -> ICollectionRef:
|
|
926
|
+
'''Creates a new ICollectionRef from a collectionId.
|
|
927
|
+
|
|
928
|
+
:param scope: -
|
|
929
|
+
:param id: -
|
|
930
|
+
:param collection_id: -
|
|
931
|
+
'''
|
|
932
|
+
if __debug__:
|
|
933
|
+
type_hints = typing.get_type_hints(_typecheckingstub__89f83cbadab9414e3b2967333d4e4e07e55a46297b44ac738dc482fd7c58c1e2)
|
|
934
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
935
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
936
|
+
check_type(argname="argument collection_id", value=collection_id, expected_type=type_hints["collection_id"])
|
|
937
|
+
return typing.cast(ICollectionRef, jsii.sinvoke(cls, "fromCollectionId", [scope, id, collection_id]))
|
|
938
|
+
|
|
897
939
|
@jsii.member(jsii_name="inspect")
|
|
898
940
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
899
941
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1022,6 +1064,27 @@ class CfnProject(
|
|
|
1022
1064
|
|
|
1023
1065
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1024
1066
|
|
|
1067
|
+
@jsii.member(jsii_name="fromProjectArn")
|
|
1068
|
+
@builtins.classmethod
|
|
1069
|
+
def from_project_arn(
|
|
1070
|
+
cls,
|
|
1071
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1072
|
+
id: builtins.str,
|
|
1073
|
+
arn: builtins.str,
|
|
1074
|
+
) -> IProjectRef:
|
|
1075
|
+
'''Creates a new IProjectRef from an ARN.
|
|
1076
|
+
|
|
1077
|
+
:param scope: -
|
|
1078
|
+
:param id: -
|
|
1079
|
+
:param arn: -
|
|
1080
|
+
'''
|
|
1081
|
+
if __debug__:
|
|
1082
|
+
type_hints = typing.get_type_hints(_typecheckingstub__47ff058de186dbda01a49e6a1edc4d38fbfae207c99297e978eec7bfb197497d)
|
|
1083
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1084
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1085
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
1086
|
+
return typing.cast(IProjectRef, jsii.sinvoke(cls, "fromProjectArn", [scope, id, arn]))
|
|
1087
|
+
|
|
1025
1088
|
@jsii.member(jsii_name="inspect")
|
|
1026
1089
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1027
1090
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -2235,6 +2298,22 @@ def _typecheckingstub__001405b167561982ca01f91c85c5f23fd1bfd335896f67495614aef9f
|
|
|
2235
2298
|
"""Type checking stubs"""
|
|
2236
2299
|
pass
|
|
2237
2300
|
|
|
2301
|
+
def _typecheckingstub__7d3242f1abddcc1ee90dcbc46a3d9b120bee7e515a9b64e3c5e40a76de6243d8(
|
|
2302
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2303
|
+
id: builtins.str,
|
|
2304
|
+
arn: builtins.str,
|
|
2305
|
+
) -> None:
|
|
2306
|
+
"""Type checking stubs"""
|
|
2307
|
+
pass
|
|
2308
|
+
|
|
2309
|
+
def _typecheckingstub__89f83cbadab9414e3b2967333d4e4e07e55a46297b44ac738dc482fd7c58c1e2(
|
|
2310
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2311
|
+
id: builtins.str,
|
|
2312
|
+
collection_id: builtins.str,
|
|
2313
|
+
) -> None:
|
|
2314
|
+
"""Type checking stubs"""
|
|
2315
|
+
pass
|
|
2316
|
+
|
|
2238
2317
|
def _typecheckingstub__6b782257f4d64c4abcb4d4415ba27cde118213945920a4b2608a0dc326e124dc(
|
|
2239
2318
|
inspector: _TreeInspector_488e0dd5,
|
|
2240
2319
|
) -> None:
|
|
@@ -2268,6 +2347,14 @@ def _typecheckingstub__14434bd621070d38889fc701fc289b3379981bee9c73fd7502773f1ee
|
|
|
2268
2347
|
"""Type checking stubs"""
|
|
2269
2348
|
pass
|
|
2270
2349
|
|
|
2350
|
+
def _typecheckingstub__47ff058de186dbda01a49e6a1edc4d38fbfae207c99297e978eec7bfb197497d(
|
|
2351
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2352
|
+
id: builtins.str,
|
|
2353
|
+
arn: builtins.str,
|
|
2354
|
+
) -> None:
|
|
2355
|
+
"""Type checking stubs"""
|
|
2356
|
+
pass
|
|
2357
|
+
|
|
2271
2358
|
def _typecheckingstub__0172e641847a31da5e6877581313d2ece51b9650bcb74b1b80ba13e563323cc0(
|
|
2272
2359
|
inspector: _TreeInspector_488e0dd5,
|
|
2273
2360
|
) -> None:
|
|
@@ -641,6 +641,48 @@ class CfnGroup(
|
|
|
641
641
|
|
|
642
642
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
643
643
|
|
|
644
|
+
@jsii.member(jsii_name="fromGroupArn")
|
|
645
|
+
@builtins.classmethod
|
|
646
|
+
def from_group_arn(
|
|
647
|
+
cls,
|
|
648
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
649
|
+
id: builtins.str,
|
|
650
|
+
arn: builtins.str,
|
|
651
|
+
) -> IGroupRef:
|
|
652
|
+
'''Creates a new IGroupRef from an ARN.
|
|
653
|
+
|
|
654
|
+
:param scope: -
|
|
655
|
+
:param id: -
|
|
656
|
+
:param arn: -
|
|
657
|
+
'''
|
|
658
|
+
if __debug__:
|
|
659
|
+
type_hints = typing.get_type_hints(_typecheckingstub__adf19b20317ea5b1aed5dec2e389f960280f3252e29ef20fd762d0120802a953)
|
|
660
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
661
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
662
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
663
|
+
return typing.cast(IGroupRef, jsii.sinvoke(cls, "fromGroupArn", [scope, id, arn]))
|
|
664
|
+
|
|
665
|
+
@jsii.member(jsii_name="fromGroupName")
|
|
666
|
+
@builtins.classmethod
|
|
667
|
+
def from_group_name(
|
|
668
|
+
cls,
|
|
669
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
670
|
+
id: builtins.str,
|
|
671
|
+
group_name: builtins.str,
|
|
672
|
+
) -> IGroupRef:
|
|
673
|
+
'''Creates a new IGroupRef from a groupName.
|
|
674
|
+
|
|
675
|
+
:param scope: -
|
|
676
|
+
:param id: -
|
|
677
|
+
:param group_name: -
|
|
678
|
+
'''
|
|
679
|
+
if __debug__:
|
|
680
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e31bae7be8ddcdc275d883cce7776babcc40916d4526c6139f289f7109c034a5)
|
|
681
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
682
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
683
|
+
check_type(argname="argument group_name", value=group_name, expected_type=type_hints["group_name"])
|
|
684
|
+
return typing.cast(IGroupRef, jsii.sinvoke(cls, "fromGroupName", [scope, id, group_name]))
|
|
685
|
+
|
|
644
686
|
@jsii.member(jsii_name="inspect")
|
|
645
687
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
646
688
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1486,6 +1528,22 @@ def _typecheckingstub__b5a62cc8e7383e674185642c2fff396c4c4bfc5896a81d18b8b2d31ba
|
|
|
1486
1528
|
"""Type checking stubs"""
|
|
1487
1529
|
pass
|
|
1488
1530
|
|
|
1531
|
+
def _typecheckingstub__adf19b20317ea5b1aed5dec2e389f960280f3252e29ef20fd762d0120802a953(
|
|
1532
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1533
|
+
id: builtins.str,
|
|
1534
|
+
arn: builtins.str,
|
|
1535
|
+
) -> None:
|
|
1536
|
+
"""Type checking stubs"""
|
|
1537
|
+
pass
|
|
1538
|
+
|
|
1539
|
+
def _typecheckingstub__e31bae7be8ddcdc275d883cce7776babcc40916d4526c6139f289f7109c034a5(
|
|
1540
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1541
|
+
id: builtins.str,
|
|
1542
|
+
group_name: builtins.str,
|
|
1543
|
+
) -> None:
|
|
1544
|
+
"""Type checking stubs"""
|
|
1545
|
+
pass
|
|
1546
|
+
|
|
1489
1547
|
def _typecheckingstub__b11658f9899003b5e16f6a06df53d35f15ebaecd961ee7465f012660a6bba090(
|
|
1490
1548
|
inspector: _TreeInspector_488e0dd5,
|
|
1491
1549
|
) -> None:
|
|
@@ -932,6 +932,27 @@ class CfnCRL(
|
|
|
932
932
|
|
|
933
933
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
934
934
|
|
|
935
|
+
@jsii.member(jsii_name="fromCrlId")
|
|
936
|
+
@builtins.classmethod
|
|
937
|
+
def from_crl_id(
|
|
938
|
+
cls,
|
|
939
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
940
|
+
id: builtins.str,
|
|
941
|
+
crl_id: builtins.str,
|
|
942
|
+
) -> ICRLRef:
|
|
943
|
+
'''Creates a new ICRLRef from a crlId.
|
|
944
|
+
|
|
945
|
+
:param scope: -
|
|
946
|
+
:param id: -
|
|
947
|
+
:param crl_id: -
|
|
948
|
+
'''
|
|
949
|
+
if __debug__:
|
|
950
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8204e9b235056c4607bf2a8db01ddb35e4b3074bbf873b9d68e9be5ab350a5d1)
|
|
951
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
952
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
953
|
+
check_type(argname="argument crl_id", value=crl_id, expected_type=type_hints["crl_id"])
|
|
954
|
+
return typing.cast(ICRLRef, jsii.sinvoke(cls, "fromCrlId", [scope, id, crl_id]))
|
|
955
|
+
|
|
935
956
|
@jsii.member(jsii_name="inspect")
|
|
936
957
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
937
958
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1150,6 +1171,48 @@ class CfnProfile(
|
|
|
1150
1171
|
|
|
1151
1172
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1152
1173
|
|
|
1174
|
+
@jsii.member(jsii_name="fromProfileArn")
|
|
1175
|
+
@builtins.classmethod
|
|
1176
|
+
def from_profile_arn(
|
|
1177
|
+
cls,
|
|
1178
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1179
|
+
id: builtins.str,
|
|
1180
|
+
arn: builtins.str,
|
|
1181
|
+
) -> IProfileRef:
|
|
1182
|
+
'''Creates a new IProfileRef from an ARN.
|
|
1183
|
+
|
|
1184
|
+
:param scope: -
|
|
1185
|
+
:param id: -
|
|
1186
|
+
:param arn: -
|
|
1187
|
+
'''
|
|
1188
|
+
if __debug__:
|
|
1189
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5a599a06fb2ee0316d660e3bf0eb0dc7243ad46e36c87de099cb066eec61d1c3)
|
|
1190
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1191
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1192
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
1193
|
+
return typing.cast(IProfileRef, jsii.sinvoke(cls, "fromProfileArn", [scope, id, arn]))
|
|
1194
|
+
|
|
1195
|
+
@jsii.member(jsii_name="fromProfileId")
|
|
1196
|
+
@builtins.classmethod
|
|
1197
|
+
def from_profile_id(
|
|
1198
|
+
cls,
|
|
1199
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1200
|
+
id: builtins.str,
|
|
1201
|
+
profile_id: builtins.str,
|
|
1202
|
+
) -> IProfileRef:
|
|
1203
|
+
'''Creates a new IProfileRef from a profileId.
|
|
1204
|
+
|
|
1205
|
+
:param scope: -
|
|
1206
|
+
:param id: -
|
|
1207
|
+
:param profile_id: -
|
|
1208
|
+
'''
|
|
1209
|
+
if __debug__:
|
|
1210
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1f9aa44b88d6ed3fd5d41a336777d0efa3496e91f55dcf344b750b37d91434a7)
|
|
1211
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1212
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1213
|
+
check_type(argname="argument profile_id", value=profile_id, expected_type=type_hints["profile_id"])
|
|
1214
|
+
return typing.cast(IProfileRef, jsii.sinvoke(cls, "fromProfileId", [scope, id, profile_id]))
|
|
1215
|
+
|
|
1153
1216
|
@jsii.member(jsii_name="inspect")
|
|
1154
1217
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1155
1218
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1578,6 +1641,48 @@ class CfnTrustAnchor(
|
|
|
1578
1641
|
|
|
1579
1642
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1580
1643
|
|
|
1644
|
+
@jsii.member(jsii_name="fromTrustAnchorArn")
|
|
1645
|
+
@builtins.classmethod
|
|
1646
|
+
def from_trust_anchor_arn(
|
|
1647
|
+
cls,
|
|
1648
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1649
|
+
id: builtins.str,
|
|
1650
|
+
arn: builtins.str,
|
|
1651
|
+
) -> ITrustAnchorRef:
|
|
1652
|
+
'''Creates a new ITrustAnchorRef from an ARN.
|
|
1653
|
+
|
|
1654
|
+
:param scope: -
|
|
1655
|
+
:param id: -
|
|
1656
|
+
:param arn: -
|
|
1657
|
+
'''
|
|
1658
|
+
if __debug__:
|
|
1659
|
+
type_hints = typing.get_type_hints(_typecheckingstub__386bedec1c6a93456b654676162c67a7c29651ce39736fdc5c6263cfe6bbad95)
|
|
1660
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1661
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1662
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
1663
|
+
return typing.cast(ITrustAnchorRef, jsii.sinvoke(cls, "fromTrustAnchorArn", [scope, id, arn]))
|
|
1664
|
+
|
|
1665
|
+
@jsii.member(jsii_name="fromTrustAnchorId")
|
|
1666
|
+
@builtins.classmethod
|
|
1667
|
+
def from_trust_anchor_id(
|
|
1668
|
+
cls,
|
|
1669
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1670
|
+
id: builtins.str,
|
|
1671
|
+
trust_anchor_id: builtins.str,
|
|
1672
|
+
) -> ITrustAnchorRef:
|
|
1673
|
+
'''Creates a new ITrustAnchorRef from a trustAnchorId.
|
|
1674
|
+
|
|
1675
|
+
:param scope: -
|
|
1676
|
+
:param id: -
|
|
1677
|
+
:param trust_anchor_id: -
|
|
1678
|
+
'''
|
|
1679
|
+
if __debug__:
|
|
1680
|
+
type_hints = typing.get_type_hints(_typecheckingstub__9c74d8e90ef0bef49a45147e252ba08bc97f3f0738fa055f1700d853fcdf88d5)
|
|
1681
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1682
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1683
|
+
check_type(argname="argument trust_anchor_id", value=trust_anchor_id, expected_type=type_hints["trust_anchor_id"])
|
|
1684
|
+
return typing.cast(ITrustAnchorRef, jsii.sinvoke(cls, "fromTrustAnchorId", [scope, id, trust_anchor_id]))
|
|
1685
|
+
|
|
1581
1686
|
@jsii.member(jsii_name="inspect")
|
|
1582
1687
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1583
1688
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -2088,6 +2193,14 @@ def _typecheckingstub__f35b45debe8136e3de3e7d231f09e2d880d31e3c89eb1adb6a8c5613d
|
|
|
2088
2193
|
"""Type checking stubs"""
|
|
2089
2194
|
pass
|
|
2090
2195
|
|
|
2196
|
+
def _typecheckingstub__8204e9b235056c4607bf2a8db01ddb35e4b3074bbf873b9d68e9be5ab350a5d1(
|
|
2197
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2198
|
+
id: builtins.str,
|
|
2199
|
+
crl_id: builtins.str,
|
|
2200
|
+
) -> None:
|
|
2201
|
+
"""Type checking stubs"""
|
|
2202
|
+
pass
|
|
2203
|
+
|
|
2091
2204
|
def _typecheckingstub__8dd9193cb33ddf82dba5396e1ae096cc9b451b4296ca2900997bdae6a30a6f44(
|
|
2092
2205
|
inspector: _TreeInspector_488e0dd5,
|
|
2093
2206
|
) -> None:
|
|
@@ -2148,6 +2261,22 @@ def _typecheckingstub__15739ec913066dea67815f6297a7c4e3ed351b4df22323a7b46fa138a
|
|
|
2148
2261
|
"""Type checking stubs"""
|
|
2149
2262
|
pass
|
|
2150
2263
|
|
|
2264
|
+
def _typecheckingstub__5a599a06fb2ee0316d660e3bf0eb0dc7243ad46e36c87de099cb066eec61d1c3(
|
|
2265
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2266
|
+
id: builtins.str,
|
|
2267
|
+
arn: builtins.str,
|
|
2268
|
+
) -> None:
|
|
2269
|
+
"""Type checking stubs"""
|
|
2270
|
+
pass
|
|
2271
|
+
|
|
2272
|
+
def _typecheckingstub__1f9aa44b88d6ed3fd5d41a336777d0efa3496e91f55dcf344b750b37d91434a7(
|
|
2273
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2274
|
+
id: builtins.str,
|
|
2275
|
+
profile_id: builtins.str,
|
|
2276
|
+
) -> None:
|
|
2277
|
+
"""Type checking stubs"""
|
|
2278
|
+
pass
|
|
2279
|
+
|
|
2151
2280
|
def _typecheckingstub__108c1e464f03498a2ed8b024d67deacffc0a29dab3268a255ff590ab8cbd851c(
|
|
2152
2281
|
inspector: _TreeInspector_488e0dd5,
|
|
2153
2282
|
) -> None:
|
|
@@ -2248,6 +2377,22 @@ def _typecheckingstub__0fba7372f75a907053dd110f3529fe09fcae6182a22a6de9556840fb3
|
|
|
2248
2377
|
"""Type checking stubs"""
|
|
2249
2378
|
pass
|
|
2250
2379
|
|
|
2380
|
+
def _typecheckingstub__386bedec1c6a93456b654676162c67a7c29651ce39736fdc5c6263cfe6bbad95(
|
|
2381
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2382
|
+
id: builtins.str,
|
|
2383
|
+
arn: builtins.str,
|
|
2384
|
+
) -> None:
|
|
2385
|
+
"""Type checking stubs"""
|
|
2386
|
+
pass
|
|
2387
|
+
|
|
2388
|
+
def _typecheckingstub__9c74d8e90ef0bef49a45147e252ba08bc97f3f0738fa055f1700d853fcdf88d5(
|
|
2389
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2390
|
+
id: builtins.str,
|
|
2391
|
+
trust_anchor_id: builtins.str,
|
|
2392
|
+
) -> None:
|
|
2393
|
+
"""Type checking stubs"""
|
|
2394
|
+
pass
|
|
2395
|
+
|
|
2251
2396
|
def _typecheckingstub__6b9cfbe10bfdb6cef935d4ff153ccc2bfa14f7d75a5fc9e9b33a6065c5f889fb(
|
|
2252
2397
|
inspector: _TreeInspector_488e0dd5,
|
|
2253
2398
|
) -> None:
|
|
@@ -969,6 +969,48 @@ class CfnCell(
|
|
|
969
969
|
|
|
970
970
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
971
971
|
|
|
972
|
+
@jsii.member(jsii_name="fromCellArn")
|
|
973
|
+
@builtins.classmethod
|
|
974
|
+
def from_cell_arn(
|
|
975
|
+
cls,
|
|
976
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
977
|
+
id: builtins.str,
|
|
978
|
+
arn: builtins.str,
|
|
979
|
+
) -> ICellRef:
|
|
980
|
+
'''Creates a new ICellRef from an ARN.
|
|
981
|
+
|
|
982
|
+
:param scope: -
|
|
983
|
+
:param id: -
|
|
984
|
+
:param arn: -
|
|
985
|
+
'''
|
|
986
|
+
if __debug__:
|
|
987
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6384526a3a16df29e41d1e0c5d9c81ec2669c9b7911801fdf4022e3a8b4f4956)
|
|
988
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
989
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
990
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
991
|
+
return typing.cast(ICellRef, jsii.sinvoke(cls, "fromCellArn", [scope, id, arn]))
|
|
992
|
+
|
|
993
|
+
@jsii.member(jsii_name="fromCellName")
|
|
994
|
+
@builtins.classmethod
|
|
995
|
+
def from_cell_name(
|
|
996
|
+
cls,
|
|
997
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
998
|
+
id: builtins.str,
|
|
999
|
+
cell_name: builtins.str,
|
|
1000
|
+
) -> ICellRef:
|
|
1001
|
+
'''Creates a new ICellRef from a cellName.
|
|
1002
|
+
|
|
1003
|
+
:param scope: -
|
|
1004
|
+
:param id: -
|
|
1005
|
+
:param cell_name: -
|
|
1006
|
+
'''
|
|
1007
|
+
if __debug__:
|
|
1008
|
+
type_hints = typing.get_type_hints(_typecheckingstub__490cd1ec8bad2bbf8558d3345ceae28cce102a92e3ba7672076e995e2785050e)
|
|
1009
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1010
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1011
|
+
check_type(argname="argument cell_name", value=cell_name, expected_type=type_hints["cell_name"])
|
|
1012
|
+
return typing.cast(ICellRef, jsii.sinvoke(cls, "fromCellName", [scope, id, cell_name]))
|
|
1013
|
+
|
|
972
1014
|
@jsii.member(jsii_name="inspect")
|
|
973
1015
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
974
1016
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -2153,6 +2195,22 @@ def _typecheckingstub__13c868895ca08bff854c8fe7678338e1867e993f867d49908046cd6a1
|
|
|
2153
2195
|
"""Type checking stubs"""
|
|
2154
2196
|
pass
|
|
2155
2197
|
|
|
2198
|
+
def _typecheckingstub__6384526a3a16df29e41d1e0c5d9c81ec2669c9b7911801fdf4022e3a8b4f4956(
|
|
2199
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2200
|
+
id: builtins.str,
|
|
2201
|
+
arn: builtins.str,
|
|
2202
|
+
) -> None:
|
|
2203
|
+
"""Type checking stubs"""
|
|
2204
|
+
pass
|
|
2205
|
+
|
|
2206
|
+
def _typecheckingstub__490cd1ec8bad2bbf8558d3345ceae28cce102a92e3ba7672076e995e2785050e(
|
|
2207
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2208
|
+
id: builtins.str,
|
|
2209
|
+
cell_name: builtins.str,
|
|
2210
|
+
) -> None:
|
|
2211
|
+
"""Type checking stubs"""
|
|
2212
|
+
pass
|
|
2213
|
+
|
|
2156
2214
|
def _typecheckingstub__26df4eeedb5a0c616a1f3dad8c75f078f50e698da7a0e84e3a5d5735d6c00031(
|
|
2157
2215
|
inspector: _TreeInspector_488e0dd5,
|
|
2158
2216
|
) -> None:
|
|
@@ -3885,6 +3885,27 @@ class CfnResolverConfig(
|
|
|
3885
3885
|
|
|
3886
3886
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
3887
3887
|
|
|
3888
|
+
@jsii.member(jsii_name="fromResourceId")
|
|
3889
|
+
@builtins.classmethod
|
|
3890
|
+
def from_resource_id(
|
|
3891
|
+
cls,
|
|
3892
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3893
|
+
id: builtins.str,
|
|
3894
|
+
resource_id: builtins.str,
|
|
3895
|
+
) -> IResolverConfigRef:
|
|
3896
|
+
'''Creates a new IResolverConfigRef from a resourceId.
|
|
3897
|
+
|
|
3898
|
+
:param scope: -
|
|
3899
|
+
:param id: -
|
|
3900
|
+
:param resource_id: -
|
|
3901
|
+
'''
|
|
3902
|
+
if __debug__:
|
|
3903
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f8f6b0479da60df4a0222dc8fed87ef1041d1b88f7275f1bdc7b538b75cb68aa)
|
|
3904
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3905
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3906
|
+
check_type(argname="argument resource_id", value=resource_id, expected_type=type_hints["resource_id"])
|
|
3907
|
+
return typing.cast(IResolverConfigRef, jsii.sinvoke(cls, "fromResourceId", [scope, id, resource_id]))
|
|
3908
|
+
|
|
3888
3909
|
@jsii.member(jsii_name="inspect")
|
|
3889
3910
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
3890
3911
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -6012,6 +6033,14 @@ def _typecheckingstub__35122d782a5f80846e3948e7eb0337b124eee2f562394f9f0ac3811b7
|
|
|
6012
6033
|
"""Type checking stubs"""
|
|
6013
6034
|
pass
|
|
6014
6035
|
|
|
6036
|
+
def _typecheckingstub__f8f6b0479da60df4a0222dc8fed87ef1041d1b88f7275f1bdc7b538b75cb68aa(
|
|
6037
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6038
|
+
id: builtins.str,
|
|
6039
|
+
resource_id: builtins.str,
|
|
6040
|
+
) -> None:
|
|
6041
|
+
"""Type checking stubs"""
|
|
6042
|
+
pass
|
|
6043
|
+
|
|
6015
6044
|
def _typecheckingstub__b9b80f7dd8c3634834446059b6a5647da70f751aee16fc635988309e2b114da8(
|
|
6016
6045
|
inspector: _TreeInspector_488e0dd5,
|
|
6017
6046
|
) -> None:
|