aws-cdk-lib 2.216.0__py3-none-any.whl → 2.218.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +60 -28
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.216.0.jsii.tgz → aws-cdk-lib@2.218.0.jsii.tgz} +0 -0
- aws_cdk/aws_acmpca/__init__.py +1 -1
- aws_cdk/aws_amazonmq/__init__.py +87 -0
- aws_cdk/aws_amplify/__init__.py +8 -8
- aws_cdk/aws_apigateway/__init__.py +229 -6
- aws_cdk/aws_apigatewayv2/__init__.py +60 -2
- 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_appmesh/__init__.py +12 -12
- aws_cdk/aws_appstream/__init__.py +101 -4
- aws_cdk/aws_appsync/__init__.py +61 -3
- aws_cdk/aws_apptest/__init__.py +58 -0
- aws_cdk/aws_aps/__init__.py +459 -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 +64 -2
- aws_cdk/aws_bedrock/__init__.py +277 -0
- aws_cdk/aws_bedrockagentcore/__init__.py +3178 -0
- aws_cdk/aws_cassandra/__init__.py +29 -0
- aws_cdk/aws_certificatemanager/__init__.py +38 -10
- aws_cdk/aws_cleanrooms/__init__.py +163 -0
- aws_cdk/aws_cloudformation/__init__.py +14 -14
- aws_cdk/aws_cloudfront/__init__.py +69 -8
- 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 +89 -2
- aws_cdk/aws_config/__init__.py +58 -0
- aws_cdk/aws_connect/__init__.py +138 -10
- aws_cdk/aws_cur/__init__.py +86 -3
- aws_cdk/aws_customerprofiles/__init__.py +58 -0
- aws_cdk/aws_datapipeline/__init__.py +29 -0
- aws_cdk/aws_datasync/__init__.py +351 -0
- aws_cdk/aws_datazone/__init__.py +733 -2
- 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 +181 -0
- aws_cdk/aws_ec2/__init__.py +2031 -10
- aws_cdk/aws_ecr/__init__.py +116 -0
- aws_cdk/aws_ecs/__init__.py +142 -12
- 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_elasticloadbalancingv2/__init__.py +48 -0
- aws_cdk/aws_elasticsearch/__init__.py +2 -2
- 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_evs/__init__.py +58 -4
- aws_cdk/aws_finspace/__init__.py +58 -0
- aws_cdk/aws_gamelift/__init__.py +507 -56
- 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_iam/__init__.py +1 -1
- 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 +93 -38
- 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 +568 -111
- 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 +68 -2
- aws_cdk/aws_lambda/__init__.py +104 -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 +562 -0
- aws_cdk/aws_mediapackage/__init__.py +2 -2
- 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_networkfirewall/__init__.py +10 -10
- aws_cdk/aws_networkmanager/__init__.py +92 -0
- aws_cdk/aws_nimblestudio/__init__.py +29 -0
- aws_cdk/aws_odb/__init__.py +2082 -195
- aws_cdk/aws_omics/__init__.py +1520 -103
- aws_cdk/aws_opensearchserverless/__init__.py +222 -21
- aws_cdk/aws_opensearchservice/__init__.py +5 -4
- 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_pcs/__init__.py +9 -9
- 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_quicksight/__init__.py +295 -3
- aws_cdk/aws_rds/__init__.py +402 -58
- 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 +715 -1
- aws_cdk/aws_scheduler/__init__.py +29 -0
- aws_cdk/aws_secretsmanager/__init__.py +29 -0
- aws_cdk/aws_servicecatalog/__init__.py +191 -154
- 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_smsvoice/__init__.py +5218 -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 +274 -12
- aws_cdk/aws_verifiedpermissions/__init__.py +59 -1
- 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 +670 -2
- aws_cdk/aws_workspacesthinclient/__init__.py +58 -0
- aws_cdk/pipelines/__init__.py +5 -1
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/RECORD +151 -149
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/top_level.txt +0 -0
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:
|
|
@@ -4830,6 +4830,27 @@ class CfnGlobalReplicationGroup(
|
|
|
4830
4830
|
|
|
4831
4831
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
4832
4832
|
|
|
4833
|
+
@jsii.member(jsii_name="fromGlobalReplicationGroupId")
|
|
4834
|
+
@builtins.classmethod
|
|
4835
|
+
def from_global_replication_group_id(
|
|
4836
|
+
cls,
|
|
4837
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4838
|
+
id: builtins.str,
|
|
4839
|
+
global_replication_group_id: builtins.str,
|
|
4840
|
+
) -> IGlobalReplicationGroupRef:
|
|
4841
|
+
'''Creates a new IGlobalReplicationGroupRef from a globalReplicationGroupId.
|
|
4842
|
+
|
|
4843
|
+
:param scope: -
|
|
4844
|
+
:param id: -
|
|
4845
|
+
:param global_replication_group_id: -
|
|
4846
|
+
'''
|
|
4847
|
+
if __debug__:
|
|
4848
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ff89494f4cbd1e19d9e3985a30ea573557681f435cc9ec3daa095b003c844fd1)
|
|
4849
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4850
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4851
|
+
check_type(argname="argument global_replication_group_id", value=global_replication_group_id, expected_type=type_hints["global_replication_group_id"])
|
|
4852
|
+
return typing.cast(IGlobalReplicationGroupRef, jsii.sinvoke(cls, "fromGlobalReplicationGroupId", [scope, id, global_replication_group_id]))
|
|
4853
|
+
|
|
4833
4854
|
@jsii.member(jsii_name="inspect")
|
|
4834
4855
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
4835
4856
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -5369,6 +5390,27 @@ class CfnParameterGroup(
|
|
|
5369
5390
|
|
|
5370
5391
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
5371
5392
|
|
|
5393
|
+
@jsii.member(jsii_name="fromCacheParameterGroupName")
|
|
5394
|
+
@builtins.classmethod
|
|
5395
|
+
def from_cache_parameter_group_name(
|
|
5396
|
+
cls,
|
|
5397
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5398
|
+
id: builtins.str,
|
|
5399
|
+
cache_parameter_group_name: builtins.str,
|
|
5400
|
+
) -> IParameterGroupRef:
|
|
5401
|
+
'''Creates a new IParameterGroupRef from a cacheParameterGroupName.
|
|
5402
|
+
|
|
5403
|
+
:param scope: -
|
|
5404
|
+
:param id: -
|
|
5405
|
+
:param cache_parameter_group_name: -
|
|
5406
|
+
'''
|
|
5407
|
+
if __debug__:
|
|
5408
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8698073c2c79628abaa44336eab31fa950987b13f7afd1265b2c7155cb2684c9)
|
|
5409
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
5410
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
5411
|
+
check_type(argname="argument cache_parameter_group_name", value=cache_parameter_group_name, expected_type=type_hints["cache_parameter_group_name"])
|
|
5412
|
+
return typing.cast(IParameterGroupRef, jsii.sinvoke(cls, "fromCacheParameterGroupName", [scope, id, cache_parameter_group_name]))
|
|
5413
|
+
|
|
5372
5414
|
@jsii.member(jsii_name="inspect")
|
|
5373
5415
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
5374
5416
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -5711,6 +5753,27 @@ class CfnReplicationGroup(
|
|
|
5711
5753
|
|
|
5712
5754
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
5713
5755
|
|
|
5756
|
+
@jsii.member(jsii_name="fromReplicationGroupId")
|
|
5757
|
+
@builtins.classmethod
|
|
5758
|
+
def from_replication_group_id(
|
|
5759
|
+
cls,
|
|
5760
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5761
|
+
id: builtins.str,
|
|
5762
|
+
replication_group_id: builtins.str,
|
|
5763
|
+
) -> IReplicationGroupRef:
|
|
5764
|
+
'''Creates a new IReplicationGroupRef from a replicationGroupId.
|
|
5765
|
+
|
|
5766
|
+
:param scope: -
|
|
5767
|
+
:param id: -
|
|
5768
|
+
:param replication_group_id: -
|
|
5769
|
+
'''
|
|
5770
|
+
if __debug__:
|
|
5771
|
+
type_hints = typing.get_type_hints(_typecheckingstub__75981c8cb310d85006f717e67834c418d105da6482bb738e7bc9a716d7ec90f7)
|
|
5772
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
5773
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
5774
|
+
check_type(argname="argument replication_group_id", value=replication_group_id, expected_type=type_hints["replication_group_id"])
|
|
5775
|
+
return typing.cast(IReplicationGroupRef, jsii.sinvoke(cls, "fromReplicationGroupId", [scope, id, replication_group_id]))
|
|
5776
|
+
|
|
5714
5777
|
@jsii.member(jsii_name="inspect")
|
|
5715
5778
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
5716
5779
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -7280,6 +7343,27 @@ class CfnServerlessCache(
|
|
|
7280
7343
|
|
|
7281
7344
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
7282
7345
|
|
|
7346
|
+
@jsii.member(jsii_name="fromServerlessCacheName")
|
|
7347
|
+
@builtins.classmethod
|
|
7348
|
+
def from_serverless_cache_name(
|
|
7349
|
+
cls,
|
|
7350
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
7351
|
+
id: builtins.str,
|
|
7352
|
+
serverless_cache_name: builtins.str,
|
|
7353
|
+
) -> IServerlessCacheRef:
|
|
7354
|
+
'''Creates a new IServerlessCacheRef from a serverlessCacheName.
|
|
7355
|
+
|
|
7356
|
+
:param scope: -
|
|
7357
|
+
:param id: -
|
|
7358
|
+
:param serverless_cache_name: -
|
|
7359
|
+
'''
|
|
7360
|
+
if __debug__:
|
|
7361
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5f1a4fca0c9153db4261889c4ac2f57c86638b9df9a309b28a9abc65ee4dba12)
|
|
7362
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
7363
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
7364
|
+
check_type(argname="argument serverless_cache_name", value=serverless_cache_name, expected_type=type_hints["serverless_cache_name"])
|
|
7365
|
+
return typing.cast(IServerlessCacheRef, jsii.sinvoke(cls, "fromServerlessCacheName", [scope, id, serverless_cache_name]))
|
|
7366
|
+
|
|
7283
7367
|
@jsii.member(jsii_name="inspect")
|
|
7284
7368
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
7285
7369
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -8011,6 +8095,27 @@ class CfnSubnetGroup(
|
|
|
8011
8095
|
|
|
8012
8096
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
8013
8097
|
|
|
8098
|
+
@jsii.member(jsii_name="fromCacheSubnetGroupName")
|
|
8099
|
+
@builtins.classmethod
|
|
8100
|
+
def from_cache_subnet_group_name(
|
|
8101
|
+
cls,
|
|
8102
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8103
|
+
id: builtins.str,
|
|
8104
|
+
cache_subnet_group_name: builtins.str,
|
|
8105
|
+
) -> ISubnetGroupRef:
|
|
8106
|
+
'''Creates a new ISubnetGroupRef from a cacheSubnetGroupName.
|
|
8107
|
+
|
|
8108
|
+
:param scope: -
|
|
8109
|
+
:param id: -
|
|
8110
|
+
:param cache_subnet_group_name: -
|
|
8111
|
+
'''
|
|
8112
|
+
if __debug__:
|
|
8113
|
+
type_hints = typing.get_type_hints(_typecheckingstub__304329a736f16ad53a5d51fb81b5e2a5479aa5c80328667e02fc5e9f06cacc15)
|
|
8114
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
8115
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
8116
|
+
check_type(argname="argument cache_subnet_group_name", value=cache_subnet_group_name, expected_type=type_hints["cache_subnet_group_name"])
|
|
8117
|
+
return typing.cast(ISubnetGroupRef, jsii.sinvoke(cls, "fromCacheSubnetGroupName", [scope, id, cache_subnet_group_name]))
|
|
8118
|
+
|
|
8014
8119
|
@jsii.member(jsii_name="inspect")
|
|
8015
8120
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
8016
8121
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -8194,6 +8299,48 @@ class CfnUser(
|
|
|
8194
8299
|
|
|
8195
8300
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
8196
8301
|
|
|
8302
|
+
@jsii.member(jsii_name="fromUserArn")
|
|
8303
|
+
@builtins.classmethod
|
|
8304
|
+
def from_user_arn(
|
|
8305
|
+
cls,
|
|
8306
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8307
|
+
id: builtins.str,
|
|
8308
|
+
arn: builtins.str,
|
|
8309
|
+
) -> IUserRef:
|
|
8310
|
+
'''Creates a new IUserRef from an ARN.
|
|
8311
|
+
|
|
8312
|
+
:param scope: -
|
|
8313
|
+
:param id: -
|
|
8314
|
+
:param arn: -
|
|
8315
|
+
'''
|
|
8316
|
+
if __debug__:
|
|
8317
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7380f0a732f1ed5820b59afac42a4b8b7ba51bbed223bc85e99965ac402d95f3)
|
|
8318
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
8319
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
8320
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
8321
|
+
return typing.cast(IUserRef, jsii.sinvoke(cls, "fromUserArn", [scope, id, arn]))
|
|
8322
|
+
|
|
8323
|
+
@jsii.member(jsii_name="fromUserId")
|
|
8324
|
+
@builtins.classmethod
|
|
8325
|
+
def from_user_id(
|
|
8326
|
+
cls,
|
|
8327
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8328
|
+
id: builtins.str,
|
|
8329
|
+
user_id: builtins.str,
|
|
8330
|
+
) -> IUserRef:
|
|
8331
|
+
'''Creates a new IUserRef from a userId.
|
|
8332
|
+
|
|
8333
|
+
:param scope: -
|
|
8334
|
+
:param id: -
|
|
8335
|
+
:param user_id: -
|
|
8336
|
+
'''
|
|
8337
|
+
if __debug__:
|
|
8338
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1af34fe47637757c8d79c35d47d94455d8eabc7251790880e5e36d964a71c44c)
|
|
8339
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
8340
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
8341
|
+
check_type(argname="argument user_id", value=user_id, expected_type=type_hints["user_id"])
|
|
8342
|
+
return typing.cast(IUserRef, jsii.sinvoke(cls, "fromUserId", [scope, id, user_id]))
|
|
8343
|
+
|
|
8197
8344
|
@jsii.member(jsii_name="inspect")
|
|
8198
8345
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
8199
8346
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -8508,6 +8655,48 @@ class CfnUserGroup(
|
|
|
8508
8655
|
|
|
8509
8656
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
8510
8657
|
|
|
8658
|
+
@jsii.member(jsii_name="fromUserGroupArn")
|
|
8659
|
+
@builtins.classmethod
|
|
8660
|
+
def from_user_group_arn(
|
|
8661
|
+
cls,
|
|
8662
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8663
|
+
id: builtins.str,
|
|
8664
|
+
arn: builtins.str,
|
|
8665
|
+
) -> IUserGroupRef:
|
|
8666
|
+
'''Creates a new IUserGroupRef from an ARN.
|
|
8667
|
+
|
|
8668
|
+
:param scope: -
|
|
8669
|
+
:param id: -
|
|
8670
|
+
:param arn: -
|
|
8671
|
+
'''
|
|
8672
|
+
if __debug__:
|
|
8673
|
+
type_hints = typing.get_type_hints(_typecheckingstub__071f8f2a53921a660313da6b0f19e710249765b730ea6a1912ec3f134bb9ec39)
|
|
8674
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
8675
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
8676
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
8677
|
+
return typing.cast(IUserGroupRef, jsii.sinvoke(cls, "fromUserGroupArn", [scope, id, arn]))
|
|
8678
|
+
|
|
8679
|
+
@jsii.member(jsii_name="fromUserGroupId")
|
|
8680
|
+
@builtins.classmethod
|
|
8681
|
+
def from_user_group_id(
|
|
8682
|
+
cls,
|
|
8683
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8684
|
+
id: builtins.str,
|
|
8685
|
+
user_group_id: builtins.str,
|
|
8686
|
+
) -> IUserGroupRef:
|
|
8687
|
+
'''Creates a new IUserGroupRef from a userGroupId.
|
|
8688
|
+
|
|
8689
|
+
:param scope: -
|
|
8690
|
+
:param id: -
|
|
8691
|
+
:param user_group_id: -
|
|
8692
|
+
'''
|
|
8693
|
+
if __debug__:
|
|
8694
|
+
type_hints = typing.get_type_hints(_typecheckingstub__62870b7cae1aae9a748108436bc35968fb2710fa07aee55166cf231352583450)
|
|
8695
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
8696
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
8697
|
+
check_type(argname="argument user_group_id", value=user_group_id, expected_type=type_hints["user_group_id"])
|
|
8698
|
+
return typing.cast(IUserGroupRef, jsii.sinvoke(cls, "fromUserGroupId", [scope, id, user_group_id]))
|
|
8699
|
+
|
|
8511
8700
|
@jsii.member(jsii_name="inspect")
|
|
8512
8701
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
8513
8702
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -9165,6 +9354,14 @@ def _typecheckingstub__7b347e00f869706c90d3dc918dc3fb240c81a3a2e15ca55cb3a114e77
|
|
|
9165
9354
|
"""Type checking stubs"""
|
|
9166
9355
|
pass
|
|
9167
9356
|
|
|
9357
|
+
def _typecheckingstub__ff89494f4cbd1e19d9e3985a30ea573557681f435cc9ec3daa095b003c844fd1(
|
|
9358
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9359
|
+
id: builtins.str,
|
|
9360
|
+
global_replication_group_id: builtins.str,
|
|
9361
|
+
) -> None:
|
|
9362
|
+
"""Type checking stubs"""
|
|
9363
|
+
pass
|
|
9364
|
+
|
|
9168
9365
|
def _typecheckingstub__884a154d8b8e4d93c61fe6b39de707bf773a6d1033e974181f93658b1039c0c4(
|
|
9169
9366
|
inspector: _TreeInspector_488e0dd5,
|
|
9170
9367
|
) -> None:
|
|
@@ -9275,6 +9472,14 @@ def _typecheckingstub__86f3b322f4ea3d0cc63e18e1b285cc656e6d789289e29668aa7acce95
|
|
|
9275
9472
|
"""Type checking stubs"""
|
|
9276
9473
|
pass
|
|
9277
9474
|
|
|
9475
|
+
def _typecheckingstub__8698073c2c79628abaa44336eab31fa950987b13f7afd1265b2c7155cb2684c9(
|
|
9476
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9477
|
+
id: builtins.str,
|
|
9478
|
+
cache_parameter_group_name: builtins.str,
|
|
9479
|
+
) -> None:
|
|
9480
|
+
"""Type checking stubs"""
|
|
9481
|
+
pass
|
|
9482
|
+
|
|
9278
9483
|
def _typecheckingstub__4df9ac5cd73e00bfbbdce4db59984040d76705d9fed6f259b98c08569946c00b(
|
|
9279
9484
|
inspector: _TreeInspector_488e0dd5,
|
|
9280
9485
|
) -> None:
|
|
@@ -9358,6 +9563,14 @@ def _typecheckingstub__be27fffa79ab6bf194b2d0d4de1313299c709e45a12e57a99e85fb26c
|
|
|
9358
9563
|
"""Type checking stubs"""
|
|
9359
9564
|
pass
|
|
9360
9565
|
|
|
9566
|
+
def _typecheckingstub__75981c8cb310d85006f717e67834c418d105da6482bb738e7bc9a716d7ec90f7(
|
|
9567
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9568
|
+
id: builtins.str,
|
|
9569
|
+
replication_group_id: builtins.str,
|
|
9570
|
+
) -> None:
|
|
9571
|
+
"""Type checking stubs"""
|
|
9572
|
+
pass
|
|
9573
|
+
|
|
9361
9574
|
def _typecheckingstub__93d988a8a188908fd1e785a707cc68edf28a1ba53bd404b971490bcb7100e29a(
|
|
9362
9575
|
inspector: _TreeInspector_488e0dd5,
|
|
9363
9576
|
) -> None:
|
|
@@ -9746,6 +9959,14 @@ def _typecheckingstub__f204522453489e8198605933b3b942062e9c202c1099285663a7d772a
|
|
|
9746
9959
|
"""Type checking stubs"""
|
|
9747
9960
|
pass
|
|
9748
9961
|
|
|
9962
|
+
def _typecheckingstub__5f1a4fca0c9153db4261889c4ac2f57c86638b9df9a309b28a9abc65ee4dba12(
|
|
9963
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9964
|
+
id: builtins.str,
|
|
9965
|
+
serverless_cache_name: builtins.str,
|
|
9966
|
+
) -> None:
|
|
9967
|
+
"""Type checking stubs"""
|
|
9968
|
+
pass
|
|
9969
|
+
|
|
9749
9970
|
def _typecheckingstub__f7012476fc1dcf708502c3a40812f4ced90af74571a021bfa5091171717291b4(
|
|
9750
9971
|
inspector: _TreeInspector_488e0dd5,
|
|
9751
9972
|
) -> None:
|
|
@@ -9899,6 +10120,14 @@ def _typecheckingstub__1d31f960507f2c9e3587baf93d99fa25f2747d0865408ff081e5c5230
|
|
|
9899
10120
|
"""Type checking stubs"""
|
|
9900
10121
|
pass
|
|
9901
10122
|
|
|
10123
|
+
def _typecheckingstub__304329a736f16ad53a5d51fb81b5e2a5479aa5c80328667e02fc5e9f06cacc15(
|
|
10124
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
10125
|
+
id: builtins.str,
|
|
10126
|
+
cache_subnet_group_name: builtins.str,
|
|
10127
|
+
) -> None:
|
|
10128
|
+
"""Type checking stubs"""
|
|
10129
|
+
pass
|
|
10130
|
+
|
|
9902
10131
|
def _typecheckingstub__8e74c02a4794273fd857125de793130ad00a35e7107b9a052fd9729c834e8c03(
|
|
9903
10132
|
inspector: _TreeInspector_488e0dd5,
|
|
9904
10133
|
) -> None:
|
|
@@ -9951,6 +10180,22 @@ def _typecheckingstub__3690e849b3e5bf7f482e77652d683906b1133738dbc72aea39d018672
|
|
|
9951
10180
|
"""Type checking stubs"""
|
|
9952
10181
|
pass
|
|
9953
10182
|
|
|
10183
|
+
def _typecheckingstub__7380f0a732f1ed5820b59afac42a4b8b7ba51bbed223bc85e99965ac402d95f3(
|
|
10184
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
10185
|
+
id: builtins.str,
|
|
10186
|
+
arn: builtins.str,
|
|
10187
|
+
) -> None:
|
|
10188
|
+
"""Type checking stubs"""
|
|
10189
|
+
pass
|
|
10190
|
+
|
|
10191
|
+
def _typecheckingstub__1af34fe47637757c8d79c35d47d94455d8eabc7251790880e5e36d964a71c44c(
|
|
10192
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
10193
|
+
id: builtins.str,
|
|
10194
|
+
user_id: builtins.str,
|
|
10195
|
+
) -> None:
|
|
10196
|
+
"""Type checking stubs"""
|
|
10197
|
+
pass
|
|
10198
|
+
|
|
9954
10199
|
def _typecheckingstub__a8027fd2dc9d1d9c383f787790509ce0a31493b0c5928b63706caf8cd2096acf(
|
|
9955
10200
|
inspector: _TreeInspector_488e0dd5,
|
|
9956
10201
|
) -> None:
|
|
@@ -10031,6 +10276,22 @@ def _typecheckingstub__ecc142924e04b2348d54a42d3f1272d7a6d9f1886d6e9133f1a0ed55a
|
|
|
10031
10276
|
"""Type checking stubs"""
|
|
10032
10277
|
pass
|
|
10033
10278
|
|
|
10279
|
+
def _typecheckingstub__071f8f2a53921a660313da6b0f19e710249765b730ea6a1912ec3f134bb9ec39(
|
|
10280
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
10281
|
+
id: builtins.str,
|
|
10282
|
+
arn: builtins.str,
|
|
10283
|
+
) -> None:
|
|
10284
|
+
"""Type checking stubs"""
|
|
10285
|
+
pass
|
|
10286
|
+
|
|
10287
|
+
def _typecheckingstub__62870b7cae1aae9a748108436bc35968fb2710fa07aee55166cf231352583450(
|
|
10288
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
10289
|
+
id: builtins.str,
|
|
10290
|
+
user_group_id: builtins.str,
|
|
10291
|
+
) -> None:
|
|
10292
|
+
"""Type checking stubs"""
|
|
10293
|
+
pass
|
|
10294
|
+
|
|
10034
10295
|
def _typecheckingstub__6a5d03fb1ca11359d2e12cf9829f5c78e442be6d3175a5f56c52bd5c800742a5(
|
|
10035
10296
|
inspector: _TreeInspector_488e0dd5,
|
|
10036
10297
|
) -> None:
|
|
@@ -1235,6 +1235,27 @@ class CfnApplication(
|
|
|
1235
1235
|
|
|
1236
1236
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1237
1237
|
|
|
1238
|
+
@jsii.member(jsii_name="fromApplicationName")
|
|
1239
|
+
@builtins.classmethod
|
|
1240
|
+
def from_application_name(
|
|
1241
|
+
cls,
|
|
1242
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1243
|
+
id: builtins.str,
|
|
1244
|
+
application_name: builtins.str,
|
|
1245
|
+
) -> IApplicationRef:
|
|
1246
|
+
'''Creates a new IApplicationRef from a applicationName.
|
|
1247
|
+
|
|
1248
|
+
:param scope: -
|
|
1249
|
+
:param id: -
|
|
1250
|
+
:param application_name: -
|
|
1251
|
+
'''
|
|
1252
|
+
if __debug__:
|
|
1253
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f64e0e228a9756a4fe5df231bf425c7ec6801763aba68b5b5c88a2c7a3e01d60)
|
|
1254
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1255
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1256
|
+
check_type(argname="argument application_name", value=application_name, expected_type=type_hints["application_name"])
|
|
1257
|
+
return typing.cast(IApplicationRef, jsii.sinvoke(cls, "fromApplicationName", [scope, id, application_name]))
|
|
1258
|
+
|
|
1238
1259
|
@jsii.member(jsii_name="inspect")
|
|
1239
1260
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1240
1261
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -3019,6 +3040,14 @@ def _typecheckingstub__2037a8b39c672f9e224a0d55f87a787c8f06cc34801647c616c1d3544
|
|
|
3019
3040
|
"""Type checking stubs"""
|
|
3020
3041
|
pass
|
|
3021
3042
|
|
|
3043
|
+
def _typecheckingstub__f64e0e228a9756a4fe5df231bf425c7ec6801763aba68b5b5c88a2c7a3e01d60(
|
|
3044
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3045
|
+
id: builtins.str,
|
|
3046
|
+
application_name: builtins.str,
|
|
3047
|
+
) -> None:
|
|
3048
|
+
"""Type checking stubs"""
|
|
3049
|
+
pass
|
|
3050
|
+
|
|
3022
3051
|
def _typecheckingstub__67008ad4d98231202ed96bd8356ff5d52d6ab2ac0b949ec39dee9c2e5b28516c(
|
|
3023
3052
|
inspector: _TreeInspector_488e0dd5,
|
|
3024
3053
|
) -> None:
|