aws-cdk-lib 2.217.0__py3-none-any.whl → 2.219.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 +19 -19
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.217.0.jsii.tgz → aws-cdk-lib@2.219.0.jsii.tgz} +0 -0
- aws_cdk/aws_amazonmq/__init__.py +185 -87
- aws_cdk/aws_apigateway/__init__.py +242 -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_bcmdataexports/__init__.py +9 -0
- aws_cdk/aws_bedrock/__init__.py +501 -1
- aws_cdk/aws_bedrockagentcore/__init__.py +297 -157
- 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 +454 -74
- 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_connect/__init__.py +9 -9
- aws_cdk/aws_cur/__init__.py +34 -3
- aws_cdk/aws_customerprofiles/__init__.py +58 -0
- aws_cdk/aws_datapipeline/__init__.py +29 -0
- aws_cdk/aws_datasync/__init__.py +44 -22
- aws_cdk/aws_datazone/__init__.py +93 -33
- aws_cdk/aws_dms/__init__.py +61 -5
- 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 +4598 -22
- aws_cdk/aws_ecr/__init__.py +116 -0
- aws_cdk/aws_ecs/__init__.py +2768 -79
- 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 +163 -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_greengrassv2/__init__.py +29 -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_msk/__init__.py +4 -2
- aws_cdk/aws_mwaa/__init__.py +58 -0
- aws_cdk/aws_networkfirewall/__init__.py +6 -2
- 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_opensearchservice/__init__.py +58 -0
- aws_cdk/aws_opsworks/__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_quicksight/__init__.py +38 -0
- aws_cdk/aws_rds/__init__.py +97 -14
- 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_route53/__init__.py +8 -2
- 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 +107 -86
- 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 +319 -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.219.0.dist-info}/METADATA +2 -2
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/RECORD +140 -140
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/top_level.txt +0 -0
|
@@ -10456,6 +10456,27 @@ class CfnApplication(
|
|
|
10456
10456
|
|
|
10457
10457
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
10458
10458
|
|
|
10459
|
+
@jsii.member(jsii_name="fromApplicationId")
|
|
10460
|
+
@builtins.classmethod
|
|
10461
|
+
def from_application_id(
|
|
10462
|
+
cls,
|
|
10463
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
10464
|
+
id: builtins.str,
|
|
10465
|
+
application_id: builtins.str,
|
|
10466
|
+
) -> IApplicationRef:
|
|
10467
|
+
'''Creates a new IApplicationRef from a applicationId.
|
|
10468
|
+
|
|
10469
|
+
:param scope: -
|
|
10470
|
+
:param id: -
|
|
10471
|
+
:param application_id: -
|
|
10472
|
+
'''
|
|
10473
|
+
if __debug__:
|
|
10474
|
+
type_hints = typing.get_type_hints(_typecheckingstub__afd571466571231348a78cb931c25e5d1b3c70347a376b9d64e551c1d6126654)
|
|
10475
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
10476
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
10477
|
+
check_type(argname="argument application_id", value=application_id, expected_type=type_hints["application_id"])
|
|
10478
|
+
return typing.cast(IApplicationRef, jsii.sinvoke(cls, "fromApplicationId", [scope, id, application_id]))
|
|
10479
|
+
|
|
10459
10480
|
@jsii.member(jsii_name="inspect")
|
|
10460
10481
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
10461
10482
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -11402,6 +11423,27 @@ class CfnDeploymentStrategy(
|
|
|
11402
11423
|
|
|
11403
11424
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
11404
11425
|
|
|
11426
|
+
@jsii.member(jsii_name="fromDeploymentStrategyId")
|
|
11427
|
+
@builtins.classmethod
|
|
11428
|
+
def from_deployment_strategy_id(
|
|
11429
|
+
cls,
|
|
11430
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
11431
|
+
id: builtins.str,
|
|
11432
|
+
deployment_strategy_id: builtins.str,
|
|
11433
|
+
) -> IDeploymentStrategyRef:
|
|
11434
|
+
'''Creates a new IDeploymentStrategyRef from a deploymentStrategyId.
|
|
11435
|
+
|
|
11436
|
+
:param scope: -
|
|
11437
|
+
:param id: -
|
|
11438
|
+
:param deployment_strategy_id: -
|
|
11439
|
+
'''
|
|
11440
|
+
if __debug__:
|
|
11441
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a211633629f45a21de52e2d3b8c73b520eee7fc38d9ec5fafe4d90b277a310a5)
|
|
11442
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
11443
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
11444
|
+
check_type(argname="argument deployment_strategy_id", value=deployment_strategy_id, expected_type=type_hints["deployment_strategy_id"])
|
|
11445
|
+
return typing.cast(IDeploymentStrategyRef, jsii.sinvoke(cls, "fromDeploymentStrategyId", [scope, id, deployment_strategy_id]))
|
|
11446
|
+
|
|
11405
11447
|
@jsii.member(jsii_name="inspect")
|
|
11406
11448
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
11407
11449
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -12021,6 +12063,27 @@ class CfnExtension(
|
|
|
12021
12063
|
|
|
12022
12064
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
12023
12065
|
|
|
12066
|
+
@jsii.member(jsii_name="fromExtensionArn")
|
|
12067
|
+
@builtins.classmethod
|
|
12068
|
+
def from_extension_arn(
|
|
12069
|
+
cls,
|
|
12070
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
12071
|
+
id: builtins.str,
|
|
12072
|
+
arn: builtins.str,
|
|
12073
|
+
) -> IExtensionRef:
|
|
12074
|
+
'''Creates a new IExtensionRef from an ARN.
|
|
12075
|
+
|
|
12076
|
+
:param scope: -
|
|
12077
|
+
:param id: -
|
|
12078
|
+
:param arn: -
|
|
12079
|
+
'''
|
|
12080
|
+
if __debug__:
|
|
12081
|
+
type_hints = typing.get_type_hints(_typecheckingstub__9c35cd1fb68aecb43f622de5da4fdd2dd5dec2b995275f05e4df9412a0f5bf43)
|
|
12082
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
12083
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
12084
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
12085
|
+
return typing.cast(IExtensionRef, jsii.sinvoke(cls, "fromExtensionArn", [scope, id, arn]))
|
|
12086
|
+
|
|
12024
12087
|
@jsii.member(jsii_name="inspect")
|
|
12025
12088
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
12026
12089
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -12455,6 +12518,48 @@ class CfnExtensionAssociation(
|
|
|
12455
12518
|
|
|
12456
12519
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
12457
12520
|
|
|
12521
|
+
@jsii.member(jsii_name="fromExtensionAssociationArn")
|
|
12522
|
+
@builtins.classmethod
|
|
12523
|
+
def from_extension_association_arn(
|
|
12524
|
+
cls,
|
|
12525
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
12526
|
+
id: builtins.str,
|
|
12527
|
+
arn: builtins.str,
|
|
12528
|
+
) -> IExtensionAssociationRef:
|
|
12529
|
+
'''Creates a new IExtensionAssociationRef from an ARN.
|
|
12530
|
+
|
|
12531
|
+
:param scope: -
|
|
12532
|
+
:param id: -
|
|
12533
|
+
:param arn: -
|
|
12534
|
+
'''
|
|
12535
|
+
if __debug__:
|
|
12536
|
+
type_hints = typing.get_type_hints(_typecheckingstub__0f2ddb8bad12cb1e96088c9c43262a44a268a1f9f59e087e06c9e1981203af04)
|
|
12537
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
12538
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
12539
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
12540
|
+
return typing.cast(IExtensionAssociationRef, jsii.sinvoke(cls, "fromExtensionAssociationArn", [scope, id, arn]))
|
|
12541
|
+
|
|
12542
|
+
@jsii.member(jsii_name="fromExtensionAssociationId")
|
|
12543
|
+
@builtins.classmethod
|
|
12544
|
+
def from_extension_association_id(
|
|
12545
|
+
cls,
|
|
12546
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
12547
|
+
id: builtins.str,
|
|
12548
|
+
extension_association_id: builtins.str,
|
|
12549
|
+
) -> IExtensionAssociationRef:
|
|
12550
|
+
'''Creates a new IExtensionAssociationRef from a extensionAssociationId.
|
|
12551
|
+
|
|
12552
|
+
:param scope: -
|
|
12553
|
+
:param id: -
|
|
12554
|
+
:param extension_association_id: -
|
|
12555
|
+
'''
|
|
12556
|
+
if __debug__:
|
|
12557
|
+
type_hints = typing.get_type_hints(_typecheckingstub__40444fb29d9428650401cd4b9cf7689bd4735cae65b5137a1802e1a8a7fd4825)
|
|
12558
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
12559
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
12560
|
+
check_type(argname="argument extension_association_id", value=extension_association_id, expected_type=type_hints["extension_association_id"])
|
|
12561
|
+
return typing.cast(IExtensionAssociationRef, jsii.sinvoke(cls, "fromExtensionAssociationId", [scope, id, extension_association_id]))
|
|
12562
|
+
|
|
12458
12563
|
@jsii.member(jsii_name="inspect")
|
|
12459
12564
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
12460
12565
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -15944,6 +16049,14 @@ def _typecheckingstub__c5cb8c402a0d1a836162f596142de6ed2a1f2a0635a355ae334b92eb1
|
|
|
15944
16049
|
"""Type checking stubs"""
|
|
15945
16050
|
pass
|
|
15946
16051
|
|
|
16052
|
+
def _typecheckingstub__afd571466571231348a78cb931c25e5d1b3c70347a376b9d64e551c1d6126654(
|
|
16053
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
16054
|
+
id: builtins.str,
|
|
16055
|
+
application_id: builtins.str,
|
|
16056
|
+
) -> None:
|
|
16057
|
+
"""Type checking stubs"""
|
|
16058
|
+
pass
|
|
16059
|
+
|
|
15947
16060
|
def _typecheckingstub__0ea7b1a84049868bc175511a7cff8896cbe830377b519f6e81ca6912165c12a6(
|
|
15948
16061
|
inspector: _TreeInspector_488e0dd5,
|
|
15949
16062
|
) -> None:
|
|
@@ -16180,6 +16293,14 @@ def _typecheckingstub__bb88c221f102c1b57ba4f19db7656eb36ff011a70e3643e39d048c313
|
|
|
16180
16293
|
"""Type checking stubs"""
|
|
16181
16294
|
pass
|
|
16182
16295
|
|
|
16296
|
+
def _typecheckingstub__a211633629f45a21de52e2d3b8c73b520eee7fc38d9ec5fafe4d90b277a310a5(
|
|
16297
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
16298
|
+
id: builtins.str,
|
|
16299
|
+
deployment_strategy_id: builtins.str,
|
|
16300
|
+
) -> None:
|
|
16301
|
+
"""Type checking stubs"""
|
|
16302
|
+
pass
|
|
16303
|
+
|
|
16183
16304
|
def _typecheckingstub__6c07282bd387e2aab09e9241f96ded37ff336d3f231f996e048ef207d3a38bc3(
|
|
16184
16305
|
inspector: _TreeInspector_488e0dd5,
|
|
16185
16306
|
) -> None:
|
|
@@ -16332,6 +16453,14 @@ def _typecheckingstub__d3442a7f4d7a9c3256544c6b0526d285ef0cf3970ec1f140b344aed1a
|
|
|
16332
16453
|
"""Type checking stubs"""
|
|
16333
16454
|
pass
|
|
16334
16455
|
|
|
16456
|
+
def _typecheckingstub__9c35cd1fb68aecb43f622de5da4fdd2dd5dec2b995275f05e4df9412a0f5bf43(
|
|
16457
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
16458
|
+
id: builtins.str,
|
|
16459
|
+
arn: builtins.str,
|
|
16460
|
+
) -> None:
|
|
16461
|
+
"""Type checking stubs"""
|
|
16462
|
+
pass
|
|
16463
|
+
|
|
16335
16464
|
def _typecheckingstub__a6930a24c04bd5aebe54f7a225f7ec08743e520b61a781973e88a4b6678524a5(
|
|
16336
16465
|
inspector: _TreeInspector_488e0dd5,
|
|
16337
16466
|
) -> None:
|
|
@@ -16412,6 +16541,22 @@ def _typecheckingstub__b2e5a069dff64a93330fdfc39cee819956ed46cafa89dc1aee558b0c2
|
|
|
16412
16541
|
"""Type checking stubs"""
|
|
16413
16542
|
pass
|
|
16414
16543
|
|
|
16544
|
+
def _typecheckingstub__0f2ddb8bad12cb1e96088c9c43262a44a268a1f9f59e087e06c9e1981203af04(
|
|
16545
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
16546
|
+
id: builtins.str,
|
|
16547
|
+
arn: builtins.str,
|
|
16548
|
+
) -> None:
|
|
16549
|
+
"""Type checking stubs"""
|
|
16550
|
+
pass
|
|
16551
|
+
|
|
16552
|
+
def _typecheckingstub__40444fb29d9428650401cd4b9cf7689bd4735cae65b5137a1802e1a8a7fd4825(
|
|
16553
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
16554
|
+
id: builtins.str,
|
|
16555
|
+
extension_association_id: builtins.str,
|
|
16556
|
+
) -> None:
|
|
16557
|
+
"""Type checking stubs"""
|
|
16558
|
+
pass
|
|
16559
|
+
|
|
16415
16560
|
def _typecheckingstub__209622600665bfa16663cc19d0b91c8caf5c5d29f4cc7cb09fd6fba67bcb1739(
|
|
16416
16561
|
inspector: _TreeInspector_488e0dd5,
|
|
16417
16562
|
) -> None:
|
aws_cdk/aws_appflow/__init__.py
CHANGED
|
@@ -1492,6 +1492,48 @@ class CfnConnector(
|
|
|
1492
1492
|
|
|
1493
1493
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1494
1494
|
|
|
1495
|
+
@jsii.member(jsii_name="fromConnectorArn")
|
|
1496
|
+
@builtins.classmethod
|
|
1497
|
+
def from_connector_arn(
|
|
1498
|
+
cls,
|
|
1499
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1500
|
+
id: builtins.str,
|
|
1501
|
+
arn: builtins.str,
|
|
1502
|
+
) -> IConnectorRef:
|
|
1503
|
+
'''Creates a new IConnectorRef from an ARN.
|
|
1504
|
+
|
|
1505
|
+
:param scope: -
|
|
1506
|
+
:param id: -
|
|
1507
|
+
:param arn: -
|
|
1508
|
+
'''
|
|
1509
|
+
if __debug__:
|
|
1510
|
+
type_hints = typing.get_type_hints(_typecheckingstub__89d2d884f75c85f141464085778c5d7675802d8f402fc248b958fe15971d0a0d)
|
|
1511
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1512
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1513
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
1514
|
+
return typing.cast(IConnectorRef, jsii.sinvoke(cls, "fromConnectorArn", [scope, id, arn]))
|
|
1515
|
+
|
|
1516
|
+
@jsii.member(jsii_name="fromConnectorLabel")
|
|
1517
|
+
@builtins.classmethod
|
|
1518
|
+
def from_connector_label(
|
|
1519
|
+
cls,
|
|
1520
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1521
|
+
id: builtins.str,
|
|
1522
|
+
connector_label: builtins.str,
|
|
1523
|
+
) -> IConnectorRef:
|
|
1524
|
+
'''Creates a new IConnectorRef from a connectorLabel.
|
|
1525
|
+
|
|
1526
|
+
:param scope: -
|
|
1527
|
+
:param id: -
|
|
1528
|
+
:param connector_label: -
|
|
1529
|
+
'''
|
|
1530
|
+
if __debug__:
|
|
1531
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b2a0d82bf3f1dccb0b1a3a3a16950daab039427f765764531ebb3fe99604fd95)
|
|
1532
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1533
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1534
|
+
check_type(argname="argument connector_label", value=connector_label, expected_type=type_hints["connector_label"])
|
|
1535
|
+
return typing.cast(IConnectorRef, jsii.sinvoke(cls, "fromConnectorLabel", [scope, id, connector_label]))
|
|
1536
|
+
|
|
1495
1537
|
@jsii.member(jsii_name="inspect")
|
|
1496
1538
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1497
1539
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -7414,6 +7456,48 @@ class CfnFlow(
|
|
|
7414
7456
|
|
|
7415
7457
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
7416
7458
|
|
|
7459
|
+
@jsii.member(jsii_name="fromFlowArn")
|
|
7460
|
+
@builtins.classmethod
|
|
7461
|
+
def from_flow_arn(
|
|
7462
|
+
cls,
|
|
7463
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
7464
|
+
id: builtins.str,
|
|
7465
|
+
arn: builtins.str,
|
|
7466
|
+
) -> IFlowRef:
|
|
7467
|
+
'''Creates a new IFlowRef from an ARN.
|
|
7468
|
+
|
|
7469
|
+
:param scope: -
|
|
7470
|
+
:param id: -
|
|
7471
|
+
:param arn: -
|
|
7472
|
+
'''
|
|
7473
|
+
if __debug__:
|
|
7474
|
+
type_hints = typing.get_type_hints(_typecheckingstub__dbc554537555efcc678f2a70e9afe37fed91d91849925c3480995b2bed939803)
|
|
7475
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
7476
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
7477
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
7478
|
+
return typing.cast(IFlowRef, jsii.sinvoke(cls, "fromFlowArn", [scope, id, arn]))
|
|
7479
|
+
|
|
7480
|
+
@jsii.member(jsii_name="fromFlowName")
|
|
7481
|
+
@builtins.classmethod
|
|
7482
|
+
def from_flow_name(
|
|
7483
|
+
cls,
|
|
7484
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
7485
|
+
id: builtins.str,
|
|
7486
|
+
flow_name: builtins.str,
|
|
7487
|
+
) -> IFlowRef:
|
|
7488
|
+
'''Creates a new IFlowRef from a flowName.
|
|
7489
|
+
|
|
7490
|
+
:param scope: -
|
|
7491
|
+
:param id: -
|
|
7492
|
+
:param flow_name: -
|
|
7493
|
+
'''
|
|
7494
|
+
if __debug__:
|
|
7495
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f5e2bf12ef3609a7ef4697ae93b4f27c7df57cdf570994824b72e445f513ba2f)
|
|
7496
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
7497
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
7498
|
+
check_type(argname="argument flow_name", value=flow_name, expected_type=type_hints["flow_name"])
|
|
7499
|
+
return typing.cast(IFlowRef, jsii.sinvoke(cls, "fromFlowName", [scope, id, flow_name]))
|
|
7500
|
+
|
|
7417
7501
|
@jsii.member(jsii_name="inspect")
|
|
7418
7502
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
7419
7503
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -13171,6 +13255,22 @@ def _typecheckingstub__6bcd4af5099c6e263b309786f40e217a7b9534ca68e65e020a22b5811
|
|
|
13171
13255
|
"""Type checking stubs"""
|
|
13172
13256
|
pass
|
|
13173
13257
|
|
|
13258
|
+
def _typecheckingstub__89d2d884f75c85f141464085778c5d7675802d8f402fc248b958fe15971d0a0d(
|
|
13259
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13260
|
+
id: builtins.str,
|
|
13261
|
+
arn: builtins.str,
|
|
13262
|
+
) -> None:
|
|
13263
|
+
"""Type checking stubs"""
|
|
13264
|
+
pass
|
|
13265
|
+
|
|
13266
|
+
def _typecheckingstub__b2a0d82bf3f1dccb0b1a3a3a16950daab039427f765764531ebb3fe99604fd95(
|
|
13267
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13268
|
+
id: builtins.str,
|
|
13269
|
+
connector_label: builtins.str,
|
|
13270
|
+
) -> None:
|
|
13271
|
+
"""Type checking stubs"""
|
|
13272
|
+
pass
|
|
13273
|
+
|
|
13174
13274
|
def _typecheckingstub__02fe175937a3851291cfe730cc744110fbd6b06062b2f72be6c64c38cb811cc2(
|
|
13175
13275
|
inspector: _TreeInspector_488e0dd5,
|
|
13176
13276
|
) -> None:
|
|
@@ -13711,6 +13811,22 @@ def _typecheckingstub__76b6ef95e5f4f4d7b82746abb1435c9e6f43a91ed656c1dd9c1a02064
|
|
|
13711
13811
|
"""Type checking stubs"""
|
|
13712
13812
|
pass
|
|
13713
13813
|
|
|
13814
|
+
def _typecheckingstub__dbc554537555efcc678f2a70e9afe37fed91d91849925c3480995b2bed939803(
|
|
13815
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13816
|
+
id: builtins.str,
|
|
13817
|
+
arn: builtins.str,
|
|
13818
|
+
) -> None:
|
|
13819
|
+
"""Type checking stubs"""
|
|
13820
|
+
pass
|
|
13821
|
+
|
|
13822
|
+
def _typecheckingstub__f5e2bf12ef3609a7ef4697ae93b4f27c7df57cdf570994824b72e445f513ba2f(
|
|
13823
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13824
|
+
id: builtins.str,
|
|
13825
|
+
flow_name: builtins.str,
|
|
13826
|
+
) -> None:
|
|
13827
|
+
"""Type checking stubs"""
|
|
13828
|
+
pass
|
|
13829
|
+
|
|
13714
13830
|
def _typecheckingstub__3a0903a5b0777541e9478e23854a85d5a2c4808c0983bf165d70ab1b5449fca1(
|
|
13715
13831
|
inspector: _TreeInspector_488e0dd5,
|
|
13716
13832
|
) -> None:
|
|
@@ -1658,6 +1658,48 @@ class CfnDataIntegration(
|
|
|
1658
1658
|
|
|
1659
1659
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1660
1660
|
|
|
1661
|
+
@jsii.member(jsii_name="fromDataIntegrationArn")
|
|
1662
|
+
@builtins.classmethod
|
|
1663
|
+
def from_data_integration_arn(
|
|
1664
|
+
cls,
|
|
1665
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1666
|
+
id: builtins.str,
|
|
1667
|
+
arn: builtins.str,
|
|
1668
|
+
) -> IDataIntegrationRef:
|
|
1669
|
+
'''Creates a new IDataIntegrationRef from an ARN.
|
|
1670
|
+
|
|
1671
|
+
:param scope: -
|
|
1672
|
+
:param id: -
|
|
1673
|
+
:param arn: -
|
|
1674
|
+
'''
|
|
1675
|
+
if __debug__:
|
|
1676
|
+
type_hints = typing.get_type_hints(_typecheckingstub__70d05e99699021c14d7f2458d9284b6643ee07c8bf98a6d7251ec619c575c220)
|
|
1677
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1678
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1679
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
1680
|
+
return typing.cast(IDataIntegrationRef, jsii.sinvoke(cls, "fromDataIntegrationArn", [scope, id, arn]))
|
|
1681
|
+
|
|
1682
|
+
@jsii.member(jsii_name="fromDataIntegrationId")
|
|
1683
|
+
@builtins.classmethod
|
|
1684
|
+
def from_data_integration_id(
|
|
1685
|
+
cls,
|
|
1686
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1687
|
+
id: builtins.str,
|
|
1688
|
+
data_integration_id: builtins.str,
|
|
1689
|
+
) -> IDataIntegrationRef:
|
|
1690
|
+
'''Creates a new IDataIntegrationRef from a dataIntegrationId.
|
|
1691
|
+
|
|
1692
|
+
:param scope: -
|
|
1693
|
+
:param id: -
|
|
1694
|
+
:param data_integration_id: -
|
|
1695
|
+
'''
|
|
1696
|
+
if __debug__:
|
|
1697
|
+
type_hints = typing.get_type_hints(_typecheckingstub__20305a315b3389b912aa7c2944c682e8c102efa0a52d1ebccfdcf5ad58d22c5b)
|
|
1698
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1699
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1700
|
+
check_type(argname="argument data_integration_id", value=data_integration_id, expected_type=type_hints["data_integration_id"])
|
|
1701
|
+
return typing.cast(IDataIntegrationRef, jsii.sinvoke(cls, "fromDataIntegrationId", [scope, id, data_integration_id]))
|
|
1702
|
+
|
|
1661
1703
|
@jsii.member(jsii_name="inspect")
|
|
1662
1704
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1663
1705
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -2075,6 +2117,48 @@ class CfnEventIntegration(
|
|
|
2075
2117
|
|
|
2076
2118
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
2077
2119
|
|
|
2120
|
+
@jsii.member(jsii_name="fromEventIntegrationArn")
|
|
2121
|
+
@builtins.classmethod
|
|
2122
|
+
def from_event_integration_arn(
|
|
2123
|
+
cls,
|
|
2124
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2125
|
+
id: builtins.str,
|
|
2126
|
+
arn: builtins.str,
|
|
2127
|
+
) -> IEventIntegrationRef:
|
|
2128
|
+
'''Creates a new IEventIntegrationRef from an ARN.
|
|
2129
|
+
|
|
2130
|
+
:param scope: -
|
|
2131
|
+
:param id: -
|
|
2132
|
+
:param arn: -
|
|
2133
|
+
'''
|
|
2134
|
+
if __debug__:
|
|
2135
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d4585a8d0fffc3e813b27fd6176836fb851e8dc99a7f5986e1ac81b808e31071)
|
|
2136
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2137
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2138
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
2139
|
+
return typing.cast(IEventIntegrationRef, jsii.sinvoke(cls, "fromEventIntegrationArn", [scope, id, arn]))
|
|
2140
|
+
|
|
2141
|
+
@jsii.member(jsii_name="fromEventIntegrationName")
|
|
2142
|
+
@builtins.classmethod
|
|
2143
|
+
def from_event_integration_name(
|
|
2144
|
+
cls,
|
|
2145
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2146
|
+
id: builtins.str,
|
|
2147
|
+
event_integration_name: builtins.str,
|
|
2148
|
+
) -> IEventIntegrationRef:
|
|
2149
|
+
'''Creates a new IEventIntegrationRef from a eventIntegrationName.
|
|
2150
|
+
|
|
2151
|
+
:param scope: -
|
|
2152
|
+
:param id: -
|
|
2153
|
+
:param event_integration_name: -
|
|
2154
|
+
'''
|
|
2155
|
+
if __debug__:
|
|
2156
|
+
type_hints = typing.get_type_hints(_typecheckingstub__0fc7a2e0941d7492b5dc210f140a9f33a60d60a6ccc985e636799c9a535d22b8)
|
|
2157
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2158
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2159
|
+
check_type(argname="argument event_integration_name", value=event_integration_name, expected_type=type_hints["event_integration_name"])
|
|
2160
|
+
return typing.cast(IEventIntegrationRef, jsii.sinvoke(cls, "fromEventIntegrationName", [scope, id, event_integration_name]))
|
|
2161
|
+
|
|
2078
2162
|
@jsii.member(jsii_name="inspect")
|
|
2079
2163
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
2080
2164
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -2478,6 +2562,22 @@ def _typecheckingstub__07830c24dc09b0662b03583ee4edbdbaeb4fabf95d85c4f4ed965ea9d
|
|
|
2478
2562
|
"""Type checking stubs"""
|
|
2479
2563
|
pass
|
|
2480
2564
|
|
|
2565
|
+
def _typecheckingstub__70d05e99699021c14d7f2458d9284b6643ee07c8bf98a6d7251ec619c575c220(
|
|
2566
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2567
|
+
id: builtins.str,
|
|
2568
|
+
arn: builtins.str,
|
|
2569
|
+
) -> None:
|
|
2570
|
+
"""Type checking stubs"""
|
|
2571
|
+
pass
|
|
2572
|
+
|
|
2573
|
+
def _typecheckingstub__20305a315b3389b912aa7c2944c682e8c102efa0a52d1ebccfdcf5ad58d22c5b(
|
|
2574
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2575
|
+
id: builtins.str,
|
|
2576
|
+
data_integration_id: builtins.str,
|
|
2577
|
+
) -> None:
|
|
2578
|
+
"""Type checking stubs"""
|
|
2579
|
+
pass
|
|
2580
|
+
|
|
2481
2581
|
def _typecheckingstub__1b6af7441719b460ee4641270770c612fb58e431a8fbcc3d0f99ddae2d585fb7(
|
|
2482
2582
|
inspector: _TreeInspector_488e0dd5,
|
|
2483
2583
|
) -> None:
|
|
@@ -2568,6 +2668,22 @@ def _typecheckingstub__7f4a16fc332806342706d2878c9a173a25d599659c9ec58d0c31e1ae7
|
|
|
2568
2668
|
"""Type checking stubs"""
|
|
2569
2669
|
pass
|
|
2570
2670
|
|
|
2671
|
+
def _typecheckingstub__d4585a8d0fffc3e813b27fd6176836fb851e8dc99a7f5986e1ac81b808e31071(
|
|
2672
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2673
|
+
id: builtins.str,
|
|
2674
|
+
arn: builtins.str,
|
|
2675
|
+
) -> None:
|
|
2676
|
+
"""Type checking stubs"""
|
|
2677
|
+
pass
|
|
2678
|
+
|
|
2679
|
+
def _typecheckingstub__0fc7a2e0941d7492b5dc210f140a9f33a60d60a6ccc985e636799c9a535d22b8(
|
|
2680
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2681
|
+
id: builtins.str,
|
|
2682
|
+
event_integration_name: builtins.str,
|
|
2683
|
+
) -> None:
|
|
2684
|
+
"""Type checking stubs"""
|
|
2685
|
+
pass
|
|
2686
|
+
|
|
2571
2687
|
def _typecheckingstub__73b155f65b8c626e094fd78079276b84b0fcfa577110b2ffa5fd975593086533(
|
|
2572
2688
|
inspector: _TreeInspector_488e0dd5,
|
|
2573
2689
|
) -> None:
|
|
@@ -4493,6 +4493,48 @@ class CfnAppBlockBuilder(
|
|
|
4493
4493
|
|
|
4494
4494
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
4495
4495
|
|
|
4496
|
+
@jsii.member(jsii_name="fromAppBlockBuilderArn")
|
|
4497
|
+
@builtins.classmethod
|
|
4498
|
+
def from_app_block_builder_arn(
|
|
4499
|
+
cls,
|
|
4500
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4501
|
+
id: builtins.str,
|
|
4502
|
+
arn: builtins.str,
|
|
4503
|
+
) -> IAppBlockBuilderRef:
|
|
4504
|
+
'''Creates a new IAppBlockBuilderRef from an ARN.
|
|
4505
|
+
|
|
4506
|
+
:param scope: -
|
|
4507
|
+
:param id: -
|
|
4508
|
+
:param arn: -
|
|
4509
|
+
'''
|
|
4510
|
+
if __debug__:
|
|
4511
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ca5515f8f8fac8a38a30eba99d4e972ef68627c6c23c2c67500523a86f302b1e)
|
|
4512
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4513
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4514
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
4515
|
+
return typing.cast(IAppBlockBuilderRef, jsii.sinvoke(cls, "fromAppBlockBuilderArn", [scope, id, arn]))
|
|
4516
|
+
|
|
4517
|
+
@jsii.member(jsii_name="fromAppBlockBuilderName")
|
|
4518
|
+
@builtins.classmethod
|
|
4519
|
+
def from_app_block_builder_name(
|
|
4520
|
+
cls,
|
|
4521
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4522
|
+
id: builtins.str,
|
|
4523
|
+
app_block_builder_name: builtins.str,
|
|
4524
|
+
) -> IAppBlockBuilderRef:
|
|
4525
|
+
'''Creates a new IAppBlockBuilderRef from a appBlockBuilderName.
|
|
4526
|
+
|
|
4527
|
+
:param scope: -
|
|
4528
|
+
:param id: -
|
|
4529
|
+
:param app_block_builder_name: -
|
|
4530
|
+
'''
|
|
4531
|
+
if __debug__:
|
|
4532
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6a9f18ac6c35e2ca99250cd6430503031deeb8ca02f9722e26f4755394f3595c)
|
|
4533
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4534
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4535
|
+
check_type(argname="argument app_block_builder_name", value=app_block_builder_name, expected_type=type_hints["app_block_builder_name"])
|
|
4536
|
+
return typing.cast(IAppBlockBuilderRef, jsii.sinvoke(cls, "fromAppBlockBuilderName", [scope, id, app_block_builder_name]))
|
|
4537
|
+
|
|
4496
4538
|
@jsii.member(jsii_name="inspect")
|
|
4497
4539
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
4498
4540
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -7004,6 +7046,27 @@ class CfnImageBuilder(
|
|
|
7004
7046
|
|
|
7005
7047
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
7006
7048
|
|
|
7049
|
+
@jsii.member(jsii_name="fromImageBuilderName")
|
|
7050
|
+
@builtins.classmethod
|
|
7051
|
+
def from_image_builder_name(
|
|
7052
|
+
cls,
|
|
7053
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
7054
|
+
id: builtins.str,
|
|
7055
|
+
image_builder_name: builtins.str,
|
|
7056
|
+
) -> IImageBuilderRef:
|
|
7057
|
+
'''Creates a new IImageBuilderRef from a imageBuilderName.
|
|
7058
|
+
|
|
7059
|
+
:param scope: -
|
|
7060
|
+
:param id: -
|
|
7061
|
+
:param image_builder_name: -
|
|
7062
|
+
'''
|
|
7063
|
+
if __debug__:
|
|
7064
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4520f8cce80ece1ce2b95953e6e5a9c2280c7161f0bd40ebd19cf52cb565939a)
|
|
7065
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
7066
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
7067
|
+
check_type(argname="argument image_builder_name", value=image_builder_name, expected_type=type_hints["image_builder_name"])
|
|
7068
|
+
return typing.cast(IImageBuilderRef, jsii.sinvoke(cls, "fromImageBuilderName", [scope, id, image_builder_name]))
|
|
7069
|
+
|
|
7007
7070
|
@jsii.member(jsii_name="inspect")
|
|
7008
7071
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
7009
7072
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -9180,6 +9243,22 @@ def _typecheckingstub__f2dbe872e5cba24425b73eff2bd90d7b1c6af7a2b3b47d455ff4683fb
|
|
|
9180
9243
|
"""Type checking stubs"""
|
|
9181
9244
|
pass
|
|
9182
9245
|
|
|
9246
|
+
def _typecheckingstub__ca5515f8f8fac8a38a30eba99d4e972ef68627c6c23c2c67500523a86f302b1e(
|
|
9247
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9248
|
+
id: builtins.str,
|
|
9249
|
+
arn: builtins.str,
|
|
9250
|
+
) -> None:
|
|
9251
|
+
"""Type checking stubs"""
|
|
9252
|
+
pass
|
|
9253
|
+
|
|
9254
|
+
def _typecheckingstub__6a9f18ac6c35e2ca99250cd6430503031deeb8ca02f9722e26f4755394f3595c(
|
|
9255
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9256
|
+
id: builtins.str,
|
|
9257
|
+
app_block_builder_name: builtins.str,
|
|
9258
|
+
) -> None:
|
|
9259
|
+
"""Type checking stubs"""
|
|
9260
|
+
pass
|
|
9261
|
+
|
|
9183
9262
|
def _typecheckingstub__560ef45e47870972c6b9d1538088c62bf2a04bfeb5ca9a51c7fe0b65e8ec8511(
|
|
9184
9263
|
inspector: _TreeInspector_488e0dd5,
|
|
9185
9264
|
) -> None:
|
|
@@ -9815,6 +9894,14 @@ def _typecheckingstub__25dccb4354e677f39c5c97fd983d6a76f7631b1133ab64219d2975708
|
|
|
9815
9894
|
"""Type checking stubs"""
|
|
9816
9895
|
pass
|
|
9817
9896
|
|
|
9897
|
+
def _typecheckingstub__4520f8cce80ece1ce2b95953e6e5a9c2280c7161f0bd40ebd19cf52cb565939a(
|
|
9898
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9899
|
+
id: builtins.str,
|
|
9900
|
+
image_builder_name: builtins.str,
|
|
9901
|
+
) -> None:
|
|
9902
|
+
"""Type checking stubs"""
|
|
9903
|
+
pass
|
|
9904
|
+
|
|
9818
9905
|
def _typecheckingstub__2ec74adc688e0bdb7f0a14897529e4e6caef09d76aeb15844a23cc95502d7639(
|
|
9819
9906
|
inspector: _TreeInspector_488e0dd5,
|
|
9820
9907
|
) -> None:
|
aws_cdk/aws_appsync/__init__.py
CHANGED
|
@@ -20719,6 +20719,48 @@ class CfnDomainName(
|
|
|
20719
20719
|
|
|
20720
20720
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
20721
20721
|
|
|
20722
|
+
@jsii.member(jsii_name="fromDomainName")
|
|
20723
|
+
@builtins.classmethod
|
|
20724
|
+
def from_domain_name(
|
|
20725
|
+
cls,
|
|
20726
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
20727
|
+
id: builtins.str,
|
|
20728
|
+
domain_name: builtins.str,
|
|
20729
|
+
) -> IDomainNameRef:
|
|
20730
|
+
'''Creates a new IDomainNameRef from a domainName.
|
|
20731
|
+
|
|
20732
|
+
:param scope: -
|
|
20733
|
+
:param id: -
|
|
20734
|
+
:param domain_name: -
|
|
20735
|
+
'''
|
|
20736
|
+
if __debug__:
|
|
20737
|
+
type_hints = typing.get_type_hints(_typecheckingstub__08c6def9587107d2278647a6d441c9caf964fa2d78a1d3deaea83b39bee09293)
|
|
20738
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
20739
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
20740
|
+
check_type(argname="argument domain_name", value=domain_name, expected_type=type_hints["domain_name"])
|
|
20741
|
+
return typing.cast(IDomainNameRef, jsii.sinvoke(cls, "fromDomainName", [scope, id, domain_name]))
|
|
20742
|
+
|
|
20743
|
+
@jsii.member(jsii_name="fromDomainNameArn")
|
|
20744
|
+
@builtins.classmethod
|
|
20745
|
+
def from_domain_name_arn(
|
|
20746
|
+
cls,
|
|
20747
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
20748
|
+
id: builtins.str,
|
|
20749
|
+
arn: builtins.str,
|
|
20750
|
+
) -> IDomainNameRef:
|
|
20751
|
+
'''Creates a new IDomainNameRef from an ARN.
|
|
20752
|
+
|
|
20753
|
+
:param scope: -
|
|
20754
|
+
:param id: -
|
|
20755
|
+
:param arn: -
|
|
20756
|
+
'''
|
|
20757
|
+
if __debug__:
|
|
20758
|
+
type_hints = typing.get_type_hints(_typecheckingstub__749c3931247d77e821eae72c97fb9d854d79132a8471c8a0dbc46bb29336cbda)
|
|
20759
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
20760
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
20761
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
20762
|
+
return typing.cast(IDomainNameRef, jsii.sinvoke(cls, "fromDomainNameArn", [scope, id, arn]))
|
|
20763
|
+
|
|
20722
20764
|
@jsii.member(jsii_name="inspect")
|
|
20723
20765
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
20724
20766
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -29883,6 +29925,22 @@ def _typecheckingstub__678693553586e835af6ffdc6ac5860f81ffd96791de73368d44d41d3a
|
|
|
29883
29925
|
"""Type checking stubs"""
|
|
29884
29926
|
pass
|
|
29885
29927
|
|
|
29928
|
+
def _typecheckingstub__08c6def9587107d2278647a6d441c9caf964fa2d78a1d3deaea83b39bee09293(
|
|
29929
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
29930
|
+
id: builtins.str,
|
|
29931
|
+
domain_name: builtins.str,
|
|
29932
|
+
) -> None:
|
|
29933
|
+
"""Type checking stubs"""
|
|
29934
|
+
pass
|
|
29935
|
+
|
|
29936
|
+
def _typecheckingstub__749c3931247d77e821eae72c97fb9d854d79132a8471c8a0dbc46bb29336cbda(
|
|
29937
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
29938
|
+
id: builtins.str,
|
|
29939
|
+
arn: builtins.str,
|
|
29940
|
+
) -> None:
|
|
29941
|
+
"""Type checking stubs"""
|
|
29942
|
+
pass
|
|
29943
|
+
|
|
29886
29944
|
def _typecheckingstub__a1bb36f58b6037c649f6de5b27bf9555b52f554bb5fe4108f80d1e6143cb6f24(
|
|
29887
29945
|
inspector: _TreeInspector_488e0dd5,
|
|
29888
29946
|
) -> None:
|