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/_jsii/__init__.py
CHANGED
|
@@ -34,7 +34,7 @@ import aws_cdk.cloud_assembly_schema._jsii
|
|
|
34
34
|
import constructs._jsii
|
|
35
35
|
|
|
36
36
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
37
|
-
"aws-cdk-lib", "2.
|
|
37
|
+
"aws-cdk-lib", "2.218.0", __name__[0:-6], "aws-cdk-lib@2.218.0.jsii.tgz"
|
|
38
38
|
)
|
|
39
39
|
|
|
40
40
|
__all__ = [
|
|
Binary file
|
aws_cdk/aws_amazonmq/__init__.py
CHANGED
|
@@ -1254,6 +1254,27 @@ class CfnBroker(
|
|
|
1254
1254
|
|
|
1255
1255
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1256
1256
|
|
|
1257
|
+
@jsii.member(jsii_name="fromBrokerArn")
|
|
1258
|
+
@builtins.classmethod
|
|
1259
|
+
def from_broker_arn(
|
|
1260
|
+
cls,
|
|
1261
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1262
|
+
id: builtins.str,
|
|
1263
|
+
arn: builtins.str,
|
|
1264
|
+
) -> IBrokerRef:
|
|
1265
|
+
'''Creates a new IBrokerRef from an ARN.
|
|
1266
|
+
|
|
1267
|
+
:param scope: -
|
|
1268
|
+
:param id: -
|
|
1269
|
+
:param arn: -
|
|
1270
|
+
'''
|
|
1271
|
+
if __debug__:
|
|
1272
|
+
type_hints = typing.get_type_hints(_typecheckingstub__9c3ff9950394e78f42c5c2ee5ee24c371811514bc113748eae9a0642eff2005a)
|
|
1273
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1274
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1275
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
1276
|
+
return typing.cast(IBrokerRef, jsii.sinvoke(cls, "fromBrokerArn", [scope, id, arn]))
|
|
1277
|
+
|
|
1257
1278
|
@jsii.member(jsii_name="inspect")
|
|
1258
1279
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1259
1280
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -2585,6 +2606,48 @@ class CfnConfiguration(
|
|
|
2585
2606
|
|
|
2586
2607
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
2587
2608
|
|
|
2609
|
+
@jsii.member(jsii_name="fromConfigurationArn")
|
|
2610
|
+
@builtins.classmethod
|
|
2611
|
+
def from_configuration_arn(
|
|
2612
|
+
cls,
|
|
2613
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2614
|
+
id: builtins.str,
|
|
2615
|
+
arn: builtins.str,
|
|
2616
|
+
) -> IConfigurationRef:
|
|
2617
|
+
'''Creates a new IConfigurationRef from an ARN.
|
|
2618
|
+
|
|
2619
|
+
:param scope: -
|
|
2620
|
+
:param id: -
|
|
2621
|
+
:param arn: -
|
|
2622
|
+
'''
|
|
2623
|
+
if __debug__:
|
|
2624
|
+
type_hints = typing.get_type_hints(_typecheckingstub__952d6fa5f0120d9649475d290d7db9a47e3510ed333c700851b2aaa6a8ceeea1)
|
|
2625
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2626
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2627
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
2628
|
+
return typing.cast(IConfigurationRef, jsii.sinvoke(cls, "fromConfigurationArn", [scope, id, arn]))
|
|
2629
|
+
|
|
2630
|
+
@jsii.member(jsii_name="fromConfigurationId")
|
|
2631
|
+
@builtins.classmethod
|
|
2632
|
+
def from_configuration_id(
|
|
2633
|
+
cls,
|
|
2634
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2635
|
+
id: builtins.str,
|
|
2636
|
+
configuration_id: builtins.str,
|
|
2637
|
+
) -> IConfigurationRef:
|
|
2638
|
+
'''Creates a new IConfigurationRef from a configurationId.
|
|
2639
|
+
|
|
2640
|
+
:param scope: -
|
|
2641
|
+
:param id: -
|
|
2642
|
+
:param configuration_id: -
|
|
2643
|
+
'''
|
|
2644
|
+
if __debug__:
|
|
2645
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3a206d532f247ca241ebd211136e297c9461a4b800008d2c7db68e5a8ba25948)
|
|
2646
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2647
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2648
|
+
check_type(argname="argument configuration_id", value=configuration_id, expected_type=type_hints["configuration_id"])
|
|
2649
|
+
return typing.cast(IConfigurationRef, jsii.sinvoke(cls, "fromConfigurationId", [scope, id, configuration_id]))
|
|
2650
|
+
|
|
2588
2651
|
@jsii.member(jsii_name="inspect")
|
|
2589
2652
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
2590
2653
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -3147,6 +3210,14 @@ def _typecheckingstub__d16f84aeefdd69c636acf0c8b4d958b93ded39c1da5d5eecb39ce8753
|
|
|
3147
3210
|
"""Type checking stubs"""
|
|
3148
3211
|
pass
|
|
3149
3212
|
|
|
3213
|
+
def _typecheckingstub__9c3ff9950394e78f42c5c2ee5ee24c371811514bc113748eae9a0642eff2005a(
|
|
3214
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3215
|
+
id: builtins.str,
|
|
3216
|
+
arn: builtins.str,
|
|
3217
|
+
) -> None:
|
|
3218
|
+
"""Type checking stubs"""
|
|
3219
|
+
pass
|
|
3220
|
+
|
|
3150
3221
|
def _typecheckingstub__2d7a61b5b47c0d5f9d4072378260a383a676994ae22eab1593156375aeda79a7(
|
|
3151
3222
|
inspector: _TreeInspector_488e0dd5,
|
|
3152
3223
|
) -> None:
|
|
@@ -3363,6 +3434,22 @@ def _typecheckingstub__e5d8c71c30a8f2bd8b3e455320ae87cc2204a9546d3ee226605a95753
|
|
|
3363
3434
|
"""Type checking stubs"""
|
|
3364
3435
|
pass
|
|
3365
3436
|
|
|
3437
|
+
def _typecheckingstub__952d6fa5f0120d9649475d290d7db9a47e3510ed333c700851b2aaa6a8ceeea1(
|
|
3438
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3439
|
+
id: builtins.str,
|
|
3440
|
+
arn: builtins.str,
|
|
3441
|
+
) -> None:
|
|
3442
|
+
"""Type checking stubs"""
|
|
3443
|
+
pass
|
|
3444
|
+
|
|
3445
|
+
def _typecheckingstub__3a206d532f247ca241ebd211136e297c9461a4b800008d2c7db68e5a8ba25948(
|
|
3446
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3447
|
+
id: builtins.str,
|
|
3448
|
+
configuration_id: builtins.str,
|
|
3449
|
+
) -> None:
|
|
3450
|
+
"""Type checking stubs"""
|
|
3451
|
+
pass
|
|
3452
|
+
|
|
3366
3453
|
def _typecheckingstub__df4e9311d1aa33bca48575d715d3a7e801184dc0b0d7ccbd91d39c5dd0ca05ce(
|
|
3367
3454
|
inspector: _TreeInspector_488e0dd5,
|
|
3368
3455
|
) -> None:
|
|
@@ -22139,6 +22139,27 @@ class CfnApiKey(
|
|
|
22139
22139
|
|
|
22140
22140
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
22141
22141
|
|
|
22142
|
+
@jsii.member(jsii_name="fromApiKeyId")
|
|
22143
|
+
@builtins.classmethod
|
|
22144
|
+
def from_api_key_id(
|
|
22145
|
+
cls,
|
|
22146
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
22147
|
+
id: builtins.str,
|
|
22148
|
+
api_key_id: builtins.str,
|
|
22149
|
+
) -> IApiKeyRef:
|
|
22150
|
+
'''Creates a new IApiKeyRef from a apiKeyId.
|
|
22151
|
+
|
|
22152
|
+
:param scope: -
|
|
22153
|
+
:param id: -
|
|
22154
|
+
:param api_key_id: -
|
|
22155
|
+
'''
|
|
22156
|
+
if __debug__:
|
|
22157
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d28618723a7da86eac262dd6fcbd57647bc2aa89de83959534c6b5288f040fef)
|
|
22158
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
22159
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
22160
|
+
check_type(argname="argument api_key_id", value=api_key_id, expected_type=type_hints["api_key_id"])
|
|
22161
|
+
return typing.cast(IApiKeyRef, jsii.sinvoke(cls, "fromApiKeyId", [scope, id, api_key_id]))
|
|
22162
|
+
|
|
22142
22163
|
@jsii.member(jsii_name="inspect")
|
|
22143
22164
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
22144
22165
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -23045,6 +23066,27 @@ class CfnClientCertificate(
|
|
|
23045
23066
|
|
|
23046
23067
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
23047
23068
|
|
|
23069
|
+
@jsii.member(jsii_name="fromClientCertificateId")
|
|
23070
|
+
@builtins.classmethod
|
|
23071
|
+
def from_client_certificate_id(
|
|
23072
|
+
cls,
|
|
23073
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
23074
|
+
id: builtins.str,
|
|
23075
|
+
client_certificate_id: builtins.str,
|
|
23076
|
+
) -> IClientCertificateRef:
|
|
23077
|
+
'''Creates a new IClientCertificateRef from a clientCertificateId.
|
|
23078
|
+
|
|
23079
|
+
:param scope: -
|
|
23080
|
+
:param id: -
|
|
23081
|
+
:param client_certificate_id: -
|
|
23082
|
+
'''
|
|
23083
|
+
if __debug__:
|
|
23084
|
+
type_hints = typing.get_type_hints(_typecheckingstub__0a5e31aa2352a567ea0a97f6b3c305db593bab1d23ed323eab3a574cdbc20b53)
|
|
23085
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
23086
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
23087
|
+
check_type(argname="argument client_certificate_id", value=client_certificate_id, expected_type=type_hints["client_certificate_id"])
|
|
23088
|
+
return typing.cast(IClientCertificateRef, jsii.sinvoke(cls, "fromClientCertificateId", [scope, id, client_certificate_id]))
|
|
23089
|
+
|
|
23048
23090
|
@jsii.member(jsii_name="inspect")
|
|
23049
23091
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
23050
23092
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -24795,6 +24837,48 @@ class CfnDomainName(
|
|
|
24795
24837
|
|
|
24796
24838
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
24797
24839
|
|
|
24840
|
+
@jsii.member(jsii_name="fromDomainName")
|
|
24841
|
+
@builtins.classmethod
|
|
24842
|
+
def from_domain_name(
|
|
24843
|
+
cls,
|
|
24844
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
24845
|
+
id: builtins.str,
|
|
24846
|
+
domain_name: builtins.str,
|
|
24847
|
+
) -> IDomainNameRef:
|
|
24848
|
+
'''Creates a new IDomainNameRef from a domainName.
|
|
24849
|
+
|
|
24850
|
+
:param scope: -
|
|
24851
|
+
:param id: -
|
|
24852
|
+
:param domain_name: -
|
|
24853
|
+
'''
|
|
24854
|
+
if __debug__:
|
|
24855
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7573cabb5591aeca76fca113dbdb083344840ea756b892b5b440934d48a9afb3)
|
|
24856
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
24857
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
24858
|
+
check_type(argname="argument domain_name", value=domain_name, expected_type=type_hints["domain_name"])
|
|
24859
|
+
return typing.cast(IDomainNameRef, jsii.sinvoke(cls, "fromDomainName", [scope, id, domain_name]))
|
|
24860
|
+
|
|
24861
|
+
@jsii.member(jsii_name="fromDomainNameArn")
|
|
24862
|
+
@builtins.classmethod
|
|
24863
|
+
def from_domain_name_arn(
|
|
24864
|
+
cls,
|
|
24865
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
24866
|
+
id: builtins.str,
|
|
24867
|
+
arn: builtins.str,
|
|
24868
|
+
) -> IDomainNameRef:
|
|
24869
|
+
'''Creates a new IDomainNameRef from an ARN.
|
|
24870
|
+
|
|
24871
|
+
:param scope: -
|
|
24872
|
+
:param id: -
|
|
24873
|
+
:param arn: -
|
|
24874
|
+
'''
|
|
24875
|
+
if __debug__:
|
|
24876
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7594371e62564d813ae77a2f2b52731cbf46dfc26d0b9ee7957708a268f7536f)
|
|
24877
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
24878
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
24879
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
24880
|
+
return typing.cast(IDomainNameRef, jsii.sinvoke(cls, "fromDomainNameArn", [scope, id, arn]))
|
|
24881
|
+
|
|
24798
24882
|
@jsii.member(jsii_name="inspect")
|
|
24799
24883
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
24800
24884
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -27449,6 +27533,27 @@ class CfnRestApi(
|
|
|
27449
27533
|
|
|
27450
27534
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
27451
27535
|
|
|
27536
|
+
@jsii.member(jsii_name="fromRestApiId")
|
|
27537
|
+
@builtins.classmethod
|
|
27538
|
+
def from_rest_api_id(
|
|
27539
|
+
cls,
|
|
27540
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
27541
|
+
id: builtins.str,
|
|
27542
|
+
rest_api_id: builtins.str,
|
|
27543
|
+
) -> IRestApiRef:
|
|
27544
|
+
'''Creates a new IRestApiRef from a restApiId.
|
|
27545
|
+
|
|
27546
|
+
:param scope: -
|
|
27547
|
+
:param id: -
|
|
27548
|
+
:param rest_api_id: -
|
|
27549
|
+
'''
|
|
27550
|
+
if __debug__:
|
|
27551
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f098f990bc47fb67b4869dd0692c7805f635c5b6966164b81e7977eedb0e23a7)
|
|
27552
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
27553
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
27554
|
+
check_type(argname="argument rest_api_id", value=rest_api_id, expected_type=type_hints["rest_api_id"])
|
|
27555
|
+
return typing.cast(IRestApiRef, jsii.sinvoke(cls, "fromRestApiId", [scope, id, rest_api_id]))
|
|
27556
|
+
|
|
27452
27557
|
@jsii.member(jsii_name="inspect")
|
|
27453
27558
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
27454
27559
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -28829,6 +28934,27 @@ class CfnUsagePlan(
|
|
|
28829
28934
|
|
|
28830
28935
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
28831
28936
|
|
|
28937
|
+
@jsii.member(jsii_name="fromUsagePlanId")
|
|
28938
|
+
@builtins.classmethod
|
|
28939
|
+
def from_usage_plan_id(
|
|
28940
|
+
cls,
|
|
28941
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
28942
|
+
id: builtins.str,
|
|
28943
|
+
usage_plan_id: builtins.str,
|
|
28944
|
+
) -> IUsagePlanRef:
|
|
28945
|
+
'''Creates a new IUsagePlanRef from a usagePlanId.
|
|
28946
|
+
|
|
28947
|
+
:param scope: -
|
|
28948
|
+
:param id: -
|
|
28949
|
+
:param usage_plan_id: -
|
|
28950
|
+
'''
|
|
28951
|
+
if __debug__:
|
|
28952
|
+
type_hints = typing.get_type_hints(_typecheckingstub__44855889c228ef5d7500d8d4056967324b295b7a5290ae6aa891ab901acb2c2e)
|
|
28953
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
28954
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
28955
|
+
check_type(argname="argument usage_plan_id", value=usage_plan_id, expected_type=type_hints["usage_plan_id"])
|
|
28956
|
+
return typing.cast(IUsagePlanRef, jsii.sinvoke(cls, "fromUsagePlanId", [scope, id, usage_plan_id]))
|
|
28957
|
+
|
|
28832
28958
|
@jsii.member(jsii_name="inspect")
|
|
28833
28959
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
28834
28960
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -29440,6 +29566,27 @@ class CfnVpcLink(
|
|
|
29440
29566
|
|
|
29441
29567
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
29442
29568
|
|
|
29569
|
+
@jsii.member(jsii_name="fromVpcLinkId")
|
|
29570
|
+
@builtins.classmethod
|
|
29571
|
+
def from_vpc_link_id(
|
|
29572
|
+
cls,
|
|
29573
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
29574
|
+
id: builtins.str,
|
|
29575
|
+
vpc_link_id: builtins.str,
|
|
29576
|
+
) -> IVpcLinkRef:
|
|
29577
|
+
'''Creates a new IVpcLinkRef from a vpcLinkId.
|
|
29578
|
+
|
|
29579
|
+
:param scope: -
|
|
29580
|
+
:param id: -
|
|
29581
|
+
:param vpc_link_id: -
|
|
29582
|
+
'''
|
|
29583
|
+
if __debug__:
|
|
29584
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c1a057c69ce236d79b8b6fb912b05b1084e8253b79689c49d313f733ba403dfd)
|
|
29585
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
29586
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
29587
|
+
check_type(argname="argument vpc_link_id", value=vpc_link_id, expected_type=type_hints["vpc_link_id"])
|
|
29588
|
+
return typing.cast(IVpcLinkRef, jsii.sinvoke(cls, "fromVpcLinkId", [scope, id, vpc_link_id]))
|
|
29589
|
+
|
|
29443
29590
|
@jsii.member(jsii_name="inspect")
|
|
29444
29591
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
29445
29592
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -37885,6 +38032,14 @@ def _typecheckingstub__7b22ef3a96b2535227fcee63bac2bd1636a3ecaf8ae447d48e70ec926
|
|
|
37885
38032
|
"""Type checking stubs"""
|
|
37886
38033
|
pass
|
|
37887
38034
|
|
|
38035
|
+
def _typecheckingstub__d28618723a7da86eac262dd6fcbd57647bc2aa89de83959534c6b5288f040fef(
|
|
38036
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
38037
|
+
id: builtins.str,
|
|
38038
|
+
api_key_id: builtins.str,
|
|
38039
|
+
) -> None:
|
|
38040
|
+
"""Type checking stubs"""
|
|
38041
|
+
pass
|
|
38042
|
+
|
|
37888
38043
|
def _typecheckingstub__3d6e2d573fd59cd7bda27f8af3a06d556bf1f848f8a8571e3bb89f6ae03687b8(
|
|
37889
38044
|
inspector: _TreeInspector_488e0dd5,
|
|
37890
38045
|
) -> None:
|
|
@@ -38156,6 +38311,14 @@ def _typecheckingstub__b04e1c6e6561781583a05d34684fa7f16c7a0f9593b5bdadf17a39aa7
|
|
|
38156
38311
|
"""Type checking stubs"""
|
|
38157
38312
|
pass
|
|
38158
38313
|
|
|
38314
|
+
def _typecheckingstub__0a5e31aa2352a567ea0a97f6b3c305db593bab1d23ed323eab3a574cdbc20b53(
|
|
38315
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
38316
|
+
id: builtins.str,
|
|
38317
|
+
client_certificate_id: builtins.str,
|
|
38318
|
+
) -> None:
|
|
38319
|
+
"""Type checking stubs"""
|
|
38320
|
+
pass
|
|
38321
|
+
|
|
38159
38322
|
def _typecheckingstub__c56b005c9ce07b196b1f4cb1c80e16999eacd5dbdfac93d2f4f64138b0808a7e(
|
|
38160
38323
|
inspector: _TreeInspector_488e0dd5,
|
|
38161
38324
|
) -> None:
|
|
@@ -38412,6 +38575,22 @@ def _typecheckingstub__133ab79e698bd61c150ef7c699a84e864403caafbb03bd0bc5874cee6
|
|
|
38412
38575
|
"""Type checking stubs"""
|
|
38413
38576
|
pass
|
|
38414
38577
|
|
|
38578
|
+
def _typecheckingstub__7573cabb5591aeca76fca113dbdb083344840ea756b892b5b440934d48a9afb3(
|
|
38579
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
38580
|
+
id: builtins.str,
|
|
38581
|
+
domain_name: builtins.str,
|
|
38582
|
+
) -> None:
|
|
38583
|
+
"""Type checking stubs"""
|
|
38584
|
+
pass
|
|
38585
|
+
|
|
38586
|
+
def _typecheckingstub__7594371e62564d813ae77a2f2b52731cbf46dfc26d0b9ee7957708a268f7536f(
|
|
38587
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
38588
|
+
id: builtins.str,
|
|
38589
|
+
arn: builtins.str,
|
|
38590
|
+
) -> None:
|
|
38591
|
+
"""Type checking stubs"""
|
|
38592
|
+
pass
|
|
38593
|
+
|
|
38415
38594
|
def _typecheckingstub__37a1235a5256f1b7d85e64cb2b5f3e81e3b6388eed32f66d2b4549fc757b871a(
|
|
38416
38595
|
inspector: _TreeInspector_488e0dd5,
|
|
38417
38596
|
) -> None:
|
|
@@ -38993,6 +39172,14 @@ def _typecheckingstub__781aae0a2f2512495cbd89d2be23edec0478e71fd6a59c0527cabb245
|
|
|
38993
39172
|
"""Type checking stubs"""
|
|
38994
39173
|
pass
|
|
38995
39174
|
|
|
39175
|
+
def _typecheckingstub__f098f990bc47fb67b4869dd0692c7805f635c5b6966164b81e7977eedb0e23a7(
|
|
39176
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
39177
|
+
id: builtins.str,
|
|
39178
|
+
rest_api_id: builtins.str,
|
|
39179
|
+
) -> None:
|
|
39180
|
+
"""Type checking stubs"""
|
|
39181
|
+
pass
|
|
39182
|
+
|
|
38996
39183
|
def _typecheckingstub__0d311995dffe9db41f0b189d5aaebea2138fbb7863d3fb06df01c202917e8b13(
|
|
38997
39184
|
inspector: _TreeInspector_488e0dd5,
|
|
38998
39185
|
) -> None:
|
|
@@ -39280,6 +39467,14 @@ def _typecheckingstub__8a8c11347e47e0f4cc9518ba40e4026dd908f54137f8dd41f789c4c65
|
|
|
39280
39467
|
"""Type checking stubs"""
|
|
39281
39468
|
pass
|
|
39282
39469
|
|
|
39470
|
+
def _typecheckingstub__44855889c228ef5d7500d8d4056967324b295b7a5290ae6aa891ab901acb2c2e(
|
|
39471
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
39472
|
+
id: builtins.str,
|
|
39473
|
+
usage_plan_id: builtins.str,
|
|
39474
|
+
) -> None:
|
|
39475
|
+
"""Type checking stubs"""
|
|
39476
|
+
pass
|
|
39477
|
+
|
|
39283
39478
|
def _typecheckingstub__305ebc0d1bd2c496b732d04490b6e35befd6f95c0273c4a987a6d5335feaa2f4(
|
|
39284
39479
|
inspector: _TreeInspector_488e0dd5,
|
|
39285
39480
|
) -> None:
|
|
@@ -39407,6 +39602,14 @@ def _typecheckingstub__4a1f69db69c9ab3edee19de9b16585e4355791d79ee3b330d18242cc4
|
|
|
39407
39602
|
"""Type checking stubs"""
|
|
39408
39603
|
pass
|
|
39409
39604
|
|
|
39605
|
+
def _typecheckingstub__c1a057c69ce236d79b8b6fb912b05b1084e8253b79689c49d313f733ba403dfd(
|
|
39606
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
39607
|
+
id: builtins.str,
|
|
39608
|
+
vpc_link_id: builtins.str,
|
|
39609
|
+
) -> None:
|
|
39610
|
+
"""Type checking stubs"""
|
|
39611
|
+
pass
|
|
39612
|
+
|
|
39410
39613
|
def _typecheckingstub__ab88de0a7914cd8aabbb92e0ebc49325c3e07a7d032f4f5d29eb7cba850c71b6(
|
|
39411
39614
|
inspector: _TreeInspector_488e0dd5,
|
|
39412
39615
|
) -> None:
|
|
@@ -14797,6 +14797,27 @@ class CfnApi(
|
|
|
14797
14797
|
|
|
14798
14798
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
14799
14799
|
|
|
14800
|
+
@jsii.member(jsii_name="fromApiId")
|
|
14801
|
+
@builtins.classmethod
|
|
14802
|
+
def from_api_id(
|
|
14803
|
+
cls,
|
|
14804
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
14805
|
+
id: builtins.str,
|
|
14806
|
+
api_id: builtins.str,
|
|
14807
|
+
) -> IApiRef:
|
|
14808
|
+
'''Creates a new IApiRef from a apiId.
|
|
14809
|
+
|
|
14810
|
+
:param scope: -
|
|
14811
|
+
:param id: -
|
|
14812
|
+
:param api_id: -
|
|
14813
|
+
'''
|
|
14814
|
+
if __debug__:
|
|
14815
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e72694b8b6455e40db5d00a9e28ee2f1c2525f0a06d5518f81443afbd4b3ba6b)
|
|
14816
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
14817
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
14818
|
+
check_type(argname="argument api_id", value=api_id, expected_type=type_hints["api_id"])
|
|
14819
|
+
return typing.cast(IApiRef, jsii.sinvoke(cls, "fromApiId", [scope, id, api_id]))
|
|
14820
|
+
|
|
14800
14821
|
@jsii.member(jsii_name="inspect")
|
|
14801
14822
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
14802
14823
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -20292,6 +20313,27 @@ class CfnVpcLink(
|
|
|
20292
20313
|
|
|
20293
20314
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
20294
20315
|
|
|
20316
|
+
@jsii.member(jsii_name="fromVpcLinkId")
|
|
20317
|
+
@builtins.classmethod
|
|
20318
|
+
def from_vpc_link_id(
|
|
20319
|
+
cls,
|
|
20320
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
20321
|
+
id: builtins.str,
|
|
20322
|
+
vpc_link_id: builtins.str,
|
|
20323
|
+
) -> IVpcLinkRef:
|
|
20324
|
+
'''Creates a new IVpcLinkRef from a vpcLinkId.
|
|
20325
|
+
|
|
20326
|
+
:param scope: -
|
|
20327
|
+
:param id: -
|
|
20328
|
+
:param vpc_link_id: -
|
|
20329
|
+
'''
|
|
20330
|
+
if __debug__:
|
|
20331
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b9997270542b25cedc29d27a7022768673c0aada9df5c4d00bfe1c5924b068d8)
|
|
20332
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
20333
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
20334
|
+
check_type(argname="argument vpc_link_id", value=vpc_link_id, expected_type=type_hints["vpc_link_id"])
|
|
20335
|
+
return typing.cast(IVpcLinkRef, jsii.sinvoke(cls, "fromVpcLinkId", [scope, id, vpc_link_id]))
|
|
20336
|
+
|
|
20295
20337
|
@jsii.member(jsii_name="inspect")
|
|
20296
20338
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
20297
20339
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -25018,6 +25060,14 @@ def _typecheckingstub__1db7633eb849c7234f54cf8f50ef6e4c6273ca1ab60db537f47e511e2
|
|
|
25018
25060
|
"""Type checking stubs"""
|
|
25019
25061
|
pass
|
|
25020
25062
|
|
|
25063
|
+
def _typecheckingstub__e72694b8b6455e40db5d00a9e28ee2f1c2525f0a06d5518f81443afbd4b3ba6b(
|
|
25064
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
25065
|
+
id: builtins.str,
|
|
25066
|
+
api_id: builtins.str,
|
|
25067
|
+
) -> None:
|
|
25068
|
+
"""Type checking stubs"""
|
|
25069
|
+
pass
|
|
25070
|
+
|
|
25021
25071
|
def _typecheckingstub__ea567b8b40be10165a36dab66b11588d141fcb6bb04249eea1d0752e699710d4(
|
|
25022
25072
|
inspector: _TreeInspector_488e0dd5,
|
|
25023
25073
|
) -> None:
|
|
@@ -26237,6 +26287,14 @@ def _typecheckingstub__5c311f0c712d17a23f40a3997d551ec4685650a39ccca44f14c887295
|
|
|
26237
26287
|
"""Type checking stubs"""
|
|
26238
26288
|
pass
|
|
26239
26289
|
|
|
26290
|
+
def _typecheckingstub__b9997270542b25cedc29d27a7022768673c0aada9df5c4d00bfe1c5924b068d8(
|
|
26291
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
26292
|
+
id: builtins.str,
|
|
26293
|
+
vpc_link_id: builtins.str,
|
|
26294
|
+
) -> None:
|
|
26295
|
+
"""Type checking stubs"""
|
|
26296
|
+
pass
|
|
26297
|
+
|
|
26240
26298
|
def _typecheckingstub__31e7d691834230970f8fa995f5cb9af99751ab5011d6ef4c4f4a656dc8e4f035(
|
|
26241
26299
|
inspector: _TreeInspector_488e0dd5,
|
|
26242
26300
|
) -> None:
|