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
|
@@ -1621,6 +1621,27 @@ class CfnIdMappingWorkflow(
|
|
|
1621
1621
|
|
|
1622
1622
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1623
1623
|
|
|
1624
|
+
@jsii.member(jsii_name="fromWorkflowName")
|
|
1625
|
+
@builtins.classmethod
|
|
1626
|
+
def from_workflow_name(
|
|
1627
|
+
cls,
|
|
1628
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1629
|
+
id: builtins.str,
|
|
1630
|
+
workflow_name: builtins.str,
|
|
1631
|
+
) -> IIdMappingWorkflowRef:
|
|
1632
|
+
'''Creates a new IIdMappingWorkflowRef from a workflowName.
|
|
1633
|
+
|
|
1634
|
+
:param scope: -
|
|
1635
|
+
:param id: -
|
|
1636
|
+
:param workflow_name: -
|
|
1637
|
+
'''
|
|
1638
|
+
if __debug__:
|
|
1639
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c71e3475fcf92412e60d6b5cded8ce1be5e96efeb895e07d62610a74d2c5d706)
|
|
1640
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1641
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1642
|
+
check_type(argname="argument workflow_name", value=workflow_name, expected_type=type_hints["workflow_name"])
|
|
1643
|
+
return typing.cast(IIdMappingWorkflowRef, jsii.sinvoke(cls, "fromWorkflowName", [scope, id, workflow_name]))
|
|
1644
|
+
|
|
1624
1645
|
@jsii.member(jsii_name="inspect")
|
|
1625
1646
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1626
1647
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -2609,6 +2630,48 @@ class CfnIdNamespace(
|
|
|
2609
2630
|
|
|
2610
2631
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
2611
2632
|
|
|
2633
|
+
@jsii.member(jsii_name="fromIdNamespaceArn")
|
|
2634
|
+
@builtins.classmethod
|
|
2635
|
+
def from_id_namespace_arn(
|
|
2636
|
+
cls,
|
|
2637
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2638
|
+
id: builtins.str,
|
|
2639
|
+
arn: builtins.str,
|
|
2640
|
+
) -> IIdNamespaceRef:
|
|
2641
|
+
'''Creates a new IIdNamespaceRef from an ARN.
|
|
2642
|
+
|
|
2643
|
+
:param scope: -
|
|
2644
|
+
:param id: -
|
|
2645
|
+
:param arn: -
|
|
2646
|
+
'''
|
|
2647
|
+
if __debug__:
|
|
2648
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a37393a68cafd76cc27f2d6601ae82638be7969941bff433eb43c0d7ff73e003)
|
|
2649
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2650
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2651
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
2652
|
+
return typing.cast(IIdNamespaceRef, jsii.sinvoke(cls, "fromIdNamespaceArn", [scope, id, arn]))
|
|
2653
|
+
|
|
2654
|
+
@jsii.member(jsii_name="fromIdNamespaceName")
|
|
2655
|
+
@builtins.classmethod
|
|
2656
|
+
def from_id_namespace_name(
|
|
2657
|
+
cls,
|
|
2658
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2659
|
+
id: builtins.str,
|
|
2660
|
+
id_namespace_name: builtins.str,
|
|
2661
|
+
) -> IIdNamespaceRef:
|
|
2662
|
+
'''Creates a new IIdNamespaceRef from a idNamespaceName.
|
|
2663
|
+
|
|
2664
|
+
:param scope: -
|
|
2665
|
+
:param id: -
|
|
2666
|
+
:param id_namespace_name: -
|
|
2667
|
+
'''
|
|
2668
|
+
if __debug__:
|
|
2669
|
+
type_hints = typing.get_type_hints(_typecheckingstub__07807daadfdacde57ae7950ec0b76d29c32466721c6de08f5dc2ea57c64564b1)
|
|
2670
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2671
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2672
|
+
check_type(argname="argument id_namespace_name", value=id_namespace_name, expected_type=type_hints["id_namespace_name"])
|
|
2673
|
+
return typing.cast(IIdNamespaceRef, jsii.sinvoke(cls, "fromIdNamespaceName", [scope, id, id_namespace_name]))
|
|
2674
|
+
|
|
2612
2675
|
@jsii.member(jsii_name="inspect")
|
|
2613
2676
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
2614
2677
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -3382,6 +3445,27 @@ class CfnMatchingWorkflow(
|
|
|
3382
3445
|
|
|
3383
3446
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
3384
3447
|
|
|
3448
|
+
@jsii.member(jsii_name="fromWorkflowName")
|
|
3449
|
+
@builtins.classmethod
|
|
3450
|
+
def from_workflow_name(
|
|
3451
|
+
cls,
|
|
3452
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3453
|
+
id: builtins.str,
|
|
3454
|
+
workflow_name: builtins.str,
|
|
3455
|
+
) -> IMatchingWorkflowRef:
|
|
3456
|
+
'''Creates a new IMatchingWorkflowRef from a workflowName.
|
|
3457
|
+
|
|
3458
|
+
:param scope: -
|
|
3459
|
+
:param id: -
|
|
3460
|
+
:param workflow_name: -
|
|
3461
|
+
'''
|
|
3462
|
+
if __debug__:
|
|
3463
|
+
type_hints = typing.get_type_hints(_typecheckingstub__0297ecf2a3d621f0a163726b6bf516267f2bcd4d3bc199bc19736d31d80c70d0)
|
|
3464
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3465
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3466
|
+
check_type(argname="argument workflow_name", value=workflow_name, expected_type=type_hints["workflow_name"])
|
|
3467
|
+
return typing.cast(IMatchingWorkflowRef, jsii.sinvoke(cls, "fromWorkflowName", [scope, id, workflow_name]))
|
|
3468
|
+
|
|
3385
3469
|
@jsii.member(jsii_name="inspect")
|
|
3386
3470
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
3387
3471
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -4820,6 +4904,27 @@ class CfnSchemaMapping(
|
|
|
4820
4904
|
|
|
4821
4905
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
4822
4906
|
|
|
4907
|
+
@jsii.member(jsii_name="fromSchemaName")
|
|
4908
|
+
@builtins.classmethod
|
|
4909
|
+
def from_schema_name(
|
|
4910
|
+
cls,
|
|
4911
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4912
|
+
id: builtins.str,
|
|
4913
|
+
schema_name: builtins.str,
|
|
4914
|
+
) -> ISchemaMappingRef:
|
|
4915
|
+
'''Creates a new ISchemaMappingRef from a schemaName.
|
|
4916
|
+
|
|
4917
|
+
:param scope: -
|
|
4918
|
+
:param id: -
|
|
4919
|
+
:param schema_name: -
|
|
4920
|
+
'''
|
|
4921
|
+
if __debug__:
|
|
4922
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a4e67d191ac2d56f2d5b950bb060013ba8cf469fdc4b50abec8add67f9b2192b)
|
|
4923
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4924
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4925
|
+
check_type(argname="argument schema_name", value=schema_name, expected_type=type_hints["schema_name"])
|
|
4926
|
+
return typing.cast(ISchemaMappingRef, jsii.sinvoke(cls, "fromSchemaName", [scope, id, schema_name]))
|
|
4927
|
+
|
|
4823
4928
|
@jsii.member(jsii_name="inspect")
|
|
4824
4929
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
4825
4930
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -5271,6 +5376,14 @@ def _typecheckingstub__498454075de816db2ba240e783f9530effd93522c63f637ee5bff5bbf
|
|
|
5271
5376
|
"""Type checking stubs"""
|
|
5272
5377
|
pass
|
|
5273
5378
|
|
|
5379
|
+
def _typecheckingstub__c71e3475fcf92412e60d6b5cded8ce1be5e96efeb895e07d62610a74d2c5d706(
|
|
5380
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5381
|
+
id: builtins.str,
|
|
5382
|
+
workflow_name: builtins.str,
|
|
5383
|
+
) -> None:
|
|
5384
|
+
"""Type checking stubs"""
|
|
5385
|
+
pass
|
|
5386
|
+
|
|
5274
5387
|
def _typecheckingstub__0c638b8f7fe17b0bc0b2a90601d8ca32908c566908652ddf66cd02843ab5b9f3(
|
|
5275
5388
|
inspector: _TreeInspector_488e0dd5,
|
|
5276
5389
|
) -> None:
|
|
@@ -5413,6 +5526,22 @@ def _typecheckingstub__725fcecd44cb8acaba43bacc813f1feb11b78b50f21d8344c7e80f5e9
|
|
|
5413
5526
|
"""Type checking stubs"""
|
|
5414
5527
|
pass
|
|
5415
5528
|
|
|
5529
|
+
def _typecheckingstub__a37393a68cafd76cc27f2d6601ae82638be7969941bff433eb43c0d7ff73e003(
|
|
5530
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5531
|
+
id: builtins.str,
|
|
5532
|
+
arn: builtins.str,
|
|
5533
|
+
) -> None:
|
|
5534
|
+
"""Type checking stubs"""
|
|
5535
|
+
pass
|
|
5536
|
+
|
|
5537
|
+
def _typecheckingstub__07807daadfdacde57ae7950ec0b76d29c32466721c6de08f5dc2ea57c64564b1(
|
|
5538
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5539
|
+
id: builtins.str,
|
|
5540
|
+
id_namespace_name: builtins.str,
|
|
5541
|
+
) -> None:
|
|
5542
|
+
"""Type checking stubs"""
|
|
5543
|
+
pass
|
|
5544
|
+
|
|
5416
5545
|
def _typecheckingstub__acf8c5714be6a867ffa9fef5d36a2331d2ce5ef82287380b1e043fd28e6f21f2(
|
|
5417
5546
|
inspector: _TreeInspector_488e0dd5,
|
|
5418
5547
|
) -> None:
|
|
@@ -5526,6 +5655,14 @@ def _typecheckingstub__8c9e9b620b89ac2aae774eb42384e0472b5a13eeb28983708b164b240
|
|
|
5526
5655
|
"""Type checking stubs"""
|
|
5527
5656
|
pass
|
|
5528
5657
|
|
|
5658
|
+
def _typecheckingstub__0297ecf2a3d621f0a163726b6bf516267f2bcd4d3bc199bc19736d31d80c70d0(
|
|
5659
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5660
|
+
id: builtins.str,
|
|
5661
|
+
workflow_name: builtins.str,
|
|
5662
|
+
) -> None:
|
|
5663
|
+
"""Type checking stubs"""
|
|
5664
|
+
pass
|
|
5665
|
+
|
|
5529
5666
|
def _typecheckingstub__8a2bf1cfd69ad77cafcf7b6d5e0508159e0ece5385e2b3a0808436e336abbfcc(
|
|
5530
5667
|
inspector: _TreeInspector_488e0dd5,
|
|
5531
5668
|
) -> None:
|
|
@@ -5752,6 +5889,14 @@ def _typecheckingstub__d4b85e0c42d14b4681c4f948114178ba1c1a3d4eee3aed6f96a55a116
|
|
|
5752
5889
|
"""Type checking stubs"""
|
|
5753
5890
|
pass
|
|
5754
5891
|
|
|
5892
|
+
def _typecheckingstub__a4e67d191ac2d56f2d5b950bb060013ba8cf469fdc4b50abec8add67f9b2192b(
|
|
5893
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5894
|
+
id: builtins.str,
|
|
5895
|
+
schema_name: builtins.str,
|
|
5896
|
+
) -> None:
|
|
5897
|
+
"""Type checking stubs"""
|
|
5898
|
+
pass
|
|
5899
|
+
|
|
5755
5900
|
def _typecheckingstub__32b9491a9fbe1bcc73169aa2c5f87a0aa33490b2a27265d62378a0b8d687f933(
|
|
5756
5901
|
inspector: _TreeInspector_488e0dd5,
|
|
5757
5902
|
) -> None:
|
aws_cdk/aws_events/__init__.py
CHANGED
|
@@ -7267,6 +7267,48 @@ class CfnApiDestination(
|
|
|
7267
7267
|
|
|
7268
7268
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
7269
7269
|
|
|
7270
|
+
@jsii.member(jsii_name="fromApiDestinationArn")
|
|
7271
|
+
@builtins.classmethod
|
|
7272
|
+
def from_api_destination_arn(
|
|
7273
|
+
cls,
|
|
7274
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
7275
|
+
id: builtins.str,
|
|
7276
|
+
arn: builtins.str,
|
|
7277
|
+
) -> IApiDestinationRef:
|
|
7278
|
+
'''Creates a new IApiDestinationRef from an ARN.
|
|
7279
|
+
|
|
7280
|
+
:param scope: -
|
|
7281
|
+
:param id: -
|
|
7282
|
+
:param arn: -
|
|
7283
|
+
'''
|
|
7284
|
+
if __debug__:
|
|
7285
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e4d067d14eb4986a791825f5574a2a1b7996e52c30d1c10ce8e7b59e60ddb769)
|
|
7286
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
7287
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
7288
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
7289
|
+
return typing.cast(IApiDestinationRef, jsii.sinvoke(cls, "fromApiDestinationArn", [scope, id, arn]))
|
|
7290
|
+
|
|
7291
|
+
@jsii.member(jsii_name="fromApiDestinationName")
|
|
7292
|
+
@builtins.classmethod
|
|
7293
|
+
def from_api_destination_name(
|
|
7294
|
+
cls,
|
|
7295
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
7296
|
+
id: builtins.str,
|
|
7297
|
+
api_destination_name: builtins.str,
|
|
7298
|
+
) -> IApiDestinationRef:
|
|
7299
|
+
'''Creates a new IApiDestinationRef from a apiDestinationName.
|
|
7300
|
+
|
|
7301
|
+
:param scope: -
|
|
7302
|
+
:param id: -
|
|
7303
|
+
:param api_destination_name: -
|
|
7304
|
+
'''
|
|
7305
|
+
if __debug__:
|
|
7306
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2f7e79e48e08b958f9ad095544607e87dd2f1aa8eef727bec93c1ee0def4c583)
|
|
7307
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
7308
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
7309
|
+
check_type(argname="argument api_destination_name", value=api_destination_name, expected_type=type_hints["api_destination_name"])
|
|
7310
|
+
return typing.cast(IApiDestinationRef, jsii.sinvoke(cls, "fromApiDestinationName", [scope, id, api_destination_name]))
|
|
7311
|
+
|
|
7270
7312
|
@jsii.member(jsii_name="inspect")
|
|
7271
7313
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
7272
7314
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -7490,6 +7532,48 @@ class CfnArchive(
|
|
|
7490
7532
|
|
|
7491
7533
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
7492
7534
|
|
|
7535
|
+
@jsii.member(jsii_name="fromArchiveArn")
|
|
7536
|
+
@builtins.classmethod
|
|
7537
|
+
def from_archive_arn(
|
|
7538
|
+
cls,
|
|
7539
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
7540
|
+
id: builtins.str,
|
|
7541
|
+
arn: builtins.str,
|
|
7542
|
+
) -> IArchiveRef:
|
|
7543
|
+
'''Creates a new IArchiveRef from an ARN.
|
|
7544
|
+
|
|
7545
|
+
:param scope: -
|
|
7546
|
+
:param id: -
|
|
7547
|
+
:param arn: -
|
|
7548
|
+
'''
|
|
7549
|
+
if __debug__:
|
|
7550
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8e8ead948e3f54f53c0d21e22906517bc78f6bc7b15975a7503199c89c0cc2d8)
|
|
7551
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
7552
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
7553
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
7554
|
+
return typing.cast(IArchiveRef, jsii.sinvoke(cls, "fromArchiveArn", [scope, id, arn]))
|
|
7555
|
+
|
|
7556
|
+
@jsii.member(jsii_name="fromArchiveName")
|
|
7557
|
+
@builtins.classmethod
|
|
7558
|
+
def from_archive_name(
|
|
7559
|
+
cls,
|
|
7560
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
7561
|
+
id: builtins.str,
|
|
7562
|
+
archive_name: builtins.str,
|
|
7563
|
+
) -> IArchiveRef:
|
|
7564
|
+
'''Creates a new IArchiveRef from a archiveName.
|
|
7565
|
+
|
|
7566
|
+
:param scope: -
|
|
7567
|
+
:param id: -
|
|
7568
|
+
:param archive_name: -
|
|
7569
|
+
'''
|
|
7570
|
+
if __debug__:
|
|
7571
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f94b64dd5cb2b916b6680e63c92384270a55a857a32d8c25ec445a22c5a86f62)
|
|
7572
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
7573
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
7574
|
+
check_type(argname="argument archive_name", value=archive_name, expected_type=type_hints["archive_name"])
|
|
7575
|
+
return typing.cast(IArchiveRef, jsii.sinvoke(cls, "fromArchiveName", [scope, id, archive_name]))
|
|
7576
|
+
|
|
7493
7577
|
@jsii.member(jsii_name="inspect")
|
|
7494
7578
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
7495
7579
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -7768,6 +7852,48 @@ class CfnConnection(
|
|
|
7768
7852
|
|
|
7769
7853
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
7770
7854
|
|
|
7855
|
+
@jsii.member(jsii_name="fromConnectionArn")
|
|
7856
|
+
@builtins.classmethod
|
|
7857
|
+
def from_connection_arn(
|
|
7858
|
+
cls,
|
|
7859
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
7860
|
+
id: builtins.str,
|
|
7861
|
+
arn: builtins.str,
|
|
7862
|
+
) -> IConnectionRef:
|
|
7863
|
+
'''Creates a new IConnectionRef from an ARN.
|
|
7864
|
+
|
|
7865
|
+
:param scope: -
|
|
7866
|
+
:param id: -
|
|
7867
|
+
:param arn: -
|
|
7868
|
+
'''
|
|
7869
|
+
if __debug__:
|
|
7870
|
+
type_hints = typing.get_type_hints(_typecheckingstub__630a9669f06abf4f4e8bad75138d45b4182263c18c97fb22a426fbc0a2bbcdc2)
|
|
7871
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
7872
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
7873
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
7874
|
+
return typing.cast(IConnectionRef, jsii.sinvoke(cls, "fromConnectionArn", [scope, id, arn]))
|
|
7875
|
+
|
|
7876
|
+
@jsii.member(jsii_name="fromConnectionName")
|
|
7877
|
+
@builtins.classmethod
|
|
7878
|
+
def from_connection_name(
|
|
7879
|
+
cls,
|
|
7880
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
7881
|
+
id: builtins.str,
|
|
7882
|
+
connection_name: builtins.str,
|
|
7883
|
+
) -> IConnectionRef:
|
|
7884
|
+
'''Creates a new IConnectionRef from a connectionName.
|
|
7885
|
+
|
|
7886
|
+
:param scope: -
|
|
7887
|
+
:param id: -
|
|
7888
|
+
:param connection_name: -
|
|
7889
|
+
'''
|
|
7890
|
+
if __debug__:
|
|
7891
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d14cab009a8170454a66a3e141b7bf3bd9913cd1520a24a6bd2047517dc43bca)
|
|
7892
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
7893
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
7894
|
+
check_type(argname="argument connection_name", value=connection_name, expected_type=type_hints["connection_name"])
|
|
7895
|
+
return typing.cast(IConnectionRef, jsii.sinvoke(cls, "fromConnectionName", [scope, id, connection_name]))
|
|
7896
|
+
|
|
7771
7897
|
@jsii.member(jsii_name="inspect")
|
|
7772
7898
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
7773
7899
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -9009,6 +9135,48 @@ class CfnEndpoint(
|
|
|
9009
9135
|
|
|
9010
9136
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
9011
9137
|
|
|
9138
|
+
@jsii.member(jsii_name="fromEndpointArn")
|
|
9139
|
+
@builtins.classmethod
|
|
9140
|
+
def from_endpoint_arn(
|
|
9141
|
+
cls,
|
|
9142
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9143
|
+
id: builtins.str,
|
|
9144
|
+
arn: builtins.str,
|
|
9145
|
+
) -> IEndpointRef:
|
|
9146
|
+
'''Creates a new IEndpointRef from an ARN.
|
|
9147
|
+
|
|
9148
|
+
:param scope: -
|
|
9149
|
+
:param id: -
|
|
9150
|
+
:param arn: -
|
|
9151
|
+
'''
|
|
9152
|
+
if __debug__:
|
|
9153
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b8df0737b10ec98bf62c1be2c67715f159dc221d2935abd8e8ae6669ca458d7f)
|
|
9154
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
9155
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
9156
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
9157
|
+
return typing.cast(IEndpointRef, jsii.sinvoke(cls, "fromEndpointArn", [scope, id, arn]))
|
|
9158
|
+
|
|
9159
|
+
@jsii.member(jsii_name="fromEndpointName")
|
|
9160
|
+
@builtins.classmethod
|
|
9161
|
+
def from_endpoint_name(
|
|
9162
|
+
cls,
|
|
9163
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9164
|
+
id: builtins.str,
|
|
9165
|
+
endpoint_name: builtins.str,
|
|
9166
|
+
) -> IEndpointRef:
|
|
9167
|
+
'''Creates a new IEndpointRef from a endpointName.
|
|
9168
|
+
|
|
9169
|
+
:param scope: -
|
|
9170
|
+
:param id: -
|
|
9171
|
+
:param endpoint_name: -
|
|
9172
|
+
'''
|
|
9173
|
+
if __debug__:
|
|
9174
|
+
type_hints = typing.get_type_hints(_typecheckingstub__777109eec20698d982fd6e8cd9ad182871f5e151603cba27527f7f96a6fb3f5e)
|
|
9175
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
9176
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
9177
|
+
check_type(argname="argument endpoint_name", value=endpoint_name, expected_type=type_hints["endpoint_name"])
|
|
9178
|
+
return typing.cast(IEndpointRef, jsii.sinvoke(cls, "fromEndpointName", [scope, id, endpoint_name]))
|
|
9179
|
+
|
|
9012
9180
|
@jsii.member(jsii_name="inspect")
|
|
9013
9181
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
9014
9182
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -9635,6 +9803,48 @@ class CfnEventBus(
|
|
|
9635
9803
|
|
|
9636
9804
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
9637
9805
|
|
|
9806
|
+
@jsii.member(jsii_name="fromEventBusArn")
|
|
9807
|
+
@builtins.classmethod
|
|
9808
|
+
def from_event_bus_arn(
|
|
9809
|
+
cls,
|
|
9810
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9811
|
+
id: builtins.str,
|
|
9812
|
+
arn: builtins.str,
|
|
9813
|
+
) -> IEventBusRef:
|
|
9814
|
+
'''Creates a new IEventBusRef from an ARN.
|
|
9815
|
+
|
|
9816
|
+
:param scope: -
|
|
9817
|
+
:param id: -
|
|
9818
|
+
:param arn: -
|
|
9819
|
+
'''
|
|
9820
|
+
if __debug__:
|
|
9821
|
+
type_hints = typing.get_type_hints(_typecheckingstub__52da9c5fdac4b9a20af016bb86d96bb717169d7d2f8789450b948f3ae2849d73)
|
|
9822
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
9823
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
9824
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
9825
|
+
return typing.cast(IEventBusRef, jsii.sinvoke(cls, "fromEventBusArn", [scope, id, arn]))
|
|
9826
|
+
|
|
9827
|
+
@jsii.member(jsii_name="fromEventBusName")
|
|
9828
|
+
@builtins.classmethod
|
|
9829
|
+
def from_event_bus_name(
|
|
9830
|
+
cls,
|
|
9831
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9832
|
+
id: builtins.str,
|
|
9833
|
+
event_bus_name: builtins.str,
|
|
9834
|
+
) -> IEventBusRef:
|
|
9835
|
+
'''Creates a new IEventBusRef from a eventBusName.
|
|
9836
|
+
|
|
9837
|
+
:param scope: -
|
|
9838
|
+
:param id: -
|
|
9839
|
+
:param event_bus_name: -
|
|
9840
|
+
'''
|
|
9841
|
+
if __debug__:
|
|
9842
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c06912850ab4232d75f46bf4e7fc5fb53350cab9f80c585bec5b376767c64960)
|
|
9843
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
9844
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
9845
|
+
check_type(argname="argument event_bus_name", value=event_bus_name, expected_type=type_hints["event_bus_name"])
|
|
9846
|
+
return typing.cast(IEventBusRef, jsii.sinvoke(cls, "fromEventBusName", [scope, id, event_bus_name]))
|
|
9847
|
+
|
|
9638
9848
|
@jsii.member(jsii_name="inspect")
|
|
9639
9849
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
9640
9850
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -14301,6 +14511,22 @@ def _typecheckingstub__0c7f09c3557e2395656d23b74c8de1fbe1e4a3b537284c9d270edc631
|
|
|
14301
14511
|
"""Type checking stubs"""
|
|
14302
14512
|
pass
|
|
14303
14513
|
|
|
14514
|
+
def _typecheckingstub__e4d067d14eb4986a791825f5574a2a1b7996e52c30d1c10ce8e7b59e60ddb769(
|
|
14515
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
14516
|
+
id: builtins.str,
|
|
14517
|
+
arn: builtins.str,
|
|
14518
|
+
) -> None:
|
|
14519
|
+
"""Type checking stubs"""
|
|
14520
|
+
pass
|
|
14521
|
+
|
|
14522
|
+
def _typecheckingstub__2f7e79e48e08b958f9ad095544607e87dd2f1aa8eef727bec93c1ee0def4c583(
|
|
14523
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
14524
|
+
id: builtins.str,
|
|
14525
|
+
api_destination_name: builtins.str,
|
|
14526
|
+
) -> None:
|
|
14527
|
+
"""Type checking stubs"""
|
|
14528
|
+
pass
|
|
14529
|
+
|
|
14304
14530
|
def _typecheckingstub__158c0bb8fa8e9ef1c2e58e89a44ebad609986b410e381f81aedd0308a9e35b28(
|
|
14305
14531
|
inspector: _TreeInspector_488e0dd5,
|
|
14306
14532
|
) -> None:
|
|
@@ -14363,6 +14589,22 @@ def _typecheckingstub__a963410c1802040879d7bcae9506f4438510f71eb6934c222d9c998db
|
|
|
14363
14589
|
"""Type checking stubs"""
|
|
14364
14590
|
pass
|
|
14365
14591
|
|
|
14592
|
+
def _typecheckingstub__8e8ead948e3f54f53c0d21e22906517bc78f6bc7b15975a7503199c89c0cc2d8(
|
|
14593
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
14594
|
+
id: builtins.str,
|
|
14595
|
+
arn: builtins.str,
|
|
14596
|
+
) -> None:
|
|
14597
|
+
"""Type checking stubs"""
|
|
14598
|
+
pass
|
|
14599
|
+
|
|
14600
|
+
def _typecheckingstub__f94b64dd5cb2b916b6680e63c92384270a55a857a32d8c25ec445a22c5a86f62(
|
|
14601
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
14602
|
+
id: builtins.str,
|
|
14603
|
+
archive_name: builtins.str,
|
|
14604
|
+
) -> None:
|
|
14605
|
+
"""Type checking stubs"""
|
|
14606
|
+
pass
|
|
14607
|
+
|
|
14366
14608
|
def _typecheckingstub__c7da996869ac9a69e8a63a58883200e217a1913f5d321926f7ab5c4ebb3e56a6(
|
|
14367
14609
|
inspector: _TreeInspector_488e0dd5,
|
|
14368
14610
|
) -> None:
|
|
@@ -14425,6 +14667,22 @@ def _typecheckingstub__65bde9b35de094b905dd335652d04503af85c50ac027a006a1d7ec926
|
|
|
14425
14667
|
"""Type checking stubs"""
|
|
14426
14668
|
pass
|
|
14427
14669
|
|
|
14670
|
+
def _typecheckingstub__630a9669f06abf4f4e8bad75138d45b4182263c18c97fb22a426fbc0a2bbcdc2(
|
|
14671
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
14672
|
+
id: builtins.str,
|
|
14673
|
+
arn: builtins.str,
|
|
14674
|
+
) -> None:
|
|
14675
|
+
"""Type checking stubs"""
|
|
14676
|
+
pass
|
|
14677
|
+
|
|
14678
|
+
def _typecheckingstub__d14cab009a8170454a66a3e141b7bf3bd9913cd1520a24a6bd2047517dc43bca(
|
|
14679
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
14680
|
+
id: builtins.str,
|
|
14681
|
+
connection_name: builtins.str,
|
|
14682
|
+
) -> None:
|
|
14683
|
+
"""Type checking stubs"""
|
|
14684
|
+
pass
|
|
14685
|
+
|
|
14428
14686
|
def _typecheckingstub__192a6c229918a43504bd57de4e35ae7938880d0c805afe4cc4c5905924754719(
|
|
14429
14687
|
inspector: _TreeInspector_488e0dd5,
|
|
14430
14688
|
) -> None:
|
|
@@ -14572,6 +14830,22 @@ def _typecheckingstub__66aefb2196270463c6a9f2eea0dcb5bb280d90c63f36870b21785e675
|
|
|
14572
14830
|
"""Type checking stubs"""
|
|
14573
14831
|
pass
|
|
14574
14832
|
|
|
14833
|
+
def _typecheckingstub__b8df0737b10ec98bf62c1be2c67715f159dc221d2935abd8e8ae6669ca458d7f(
|
|
14834
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
14835
|
+
id: builtins.str,
|
|
14836
|
+
arn: builtins.str,
|
|
14837
|
+
) -> None:
|
|
14838
|
+
"""Type checking stubs"""
|
|
14839
|
+
pass
|
|
14840
|
+
|
|
14841
|
+
def _typecheckingstub__777109eec20698d982fd6e8cd9ad182871f5e151603cba27527f7f96a6fb3f5e(
|
|
14842
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
14843
|
+
id: builtins.str,
|
|
14844
|
+
endpoint_name: builtins.str,
|
|
14845
|
+
) -> None:
|
|
14846
|
+
"""Type checking stubs"""
|
|
14847
|
+
pass
|
|
14848
|
+
|
|
14575
14849
|
def _typecheckingstub__575b3a669c9a519cfd6641ef37eb4e16de10be20251ac40d8d954a8cac93bb17(
|
|
14576
14850
|
inspector: _TreeInspector_488e0dd5,
|
|
14577
14851
|
) -> None:
|
|
@@ -14679,6 +14953,22 @@ def _typecheckingstub__5766595a149723459145d9f55c6afa7ed3017d49f4af7cec85e0fffe2
|
|
|
14679
14953
|
"""Type checking stubs"""
|
|
14680
14954
|
pass
|
|
14681
14955
|
|
|
14956
|
+
def _typecheckingstub__52da9c5fdac4b9a20af016bb86d96bb717169d7d2f8789450b948f3ae2849d73(
|
|
14957
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
14958
|
+
id: builtins.str,
|
|
14959
|
+
arn: builtins.str,
|
|
14960
|
+
) -> None:
|
|
14961
|
+
"""Type checking stubs"""
|
|
14962
|
+
pass
|
|
14963
|
+
|
|
14964
|
+
def _typecheckingstub__c06912850ab4232d75f46bf4e7fc5fb53350cab9f80c585bec5b376767c64960(
|
|
14965
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
14966
|
+
id: builtins.str,
|
|
14967
|
+
event_bus_name: builtins.str,
|
|
14968
|
+
) -> None:
|
|
14969
|
+
"""Type checking stubs"""
|
|
14970
|
+
pass
|
|
14971
|
+
|
|
14682
14972
|
def _typecheckingstub__505cff6efff7c5a6d5cba375be4fe0f0f9042abf1bfc4636e8e005ac832fdd64(
|
|
14683
14973
|
inspector: _TreeInspector_488e0dd5,
|
|
14684
14974
|
) -> None:
|
aws_cdk/aws_finspace/__init__.py
CHANGED
|
@@ -466,6 +466,48 @@ class CfnEnvironment(
|
|
|
466
466
|
|
|
467
467
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
468
468
|
|
|
469
|
+
@jsii.member(jsii_name="fromEnvironmentArn")
|
|
470
|
+
@builtins.classmethod
|
|
471
|
+
def from_environment_arn(
|
|
472
|
+
cls,
|
|
473
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
474
|
+
id: builtins.str,
|
|
475
|
+
arn: builtins.str,
|
|
476
|
+
) -> IEnvironmentRef:
|
|
477
|
+
'''Creates a new IEnvironmentRef from an ARN.
|
|
478
|
+
|
|
479
|
+
:param scope: -
|
|
480
|
+
:param id: -
|
|
481
|
+
:param arn: -
|
|
482
|
+
'''
|
|
483
|
+
if __debug__:
|
|
484
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b92cbfe9da7a90cc72011038cb4559944d65e4b786f79dce53c9a3883abb1461)
|
|
485
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
486
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
487
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
488
|
+
return typing.cast(IEnvironmentRef, jsii.sinvoke(cls, "fromEnvironmentArn", [scope, id, arn]))
|
|
489
|
+
|
|
490
|
+
@jsii.member(jsii_name="fromEnvironmentId")
|
|
491
|
+
@builtins.classmethod
|
|
492
|
+
def from_environment_id(
|
|
493
|
+
cls,
|
|
494
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
495
|
+
id: builtins.str,
|
|
496
|
+
environment_id: builtins.str,
|
|
497
|
+
) -> IEnvironmentRef:
|
|
498
|
+
'''Creates a new IEnvironmentRef from a environmentId.
|
|
499
|
+
|
|
500
|
+
:param scope: -
|
|
501
|
+
:param id: -
|
|
502
|
+
:param environment_id: -
|
|
503
|
+
'''
|
|
504
|
+
if __debug__:
|
|
505
|
+
type_hints = typing.get_type_hints(_typecheckingstub__39e2e2873628b8cd5af14e45814a46693e8e9fdce268762ba663b61f576effd2)
|
|
506
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
507
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
508
|
+
check_type(argname="argument environment_id", value=environment_id, expected_type=type_hints["environment_id"])
|
|
509
|
+
return typing.cast(IEnvironmentRef, jsii.sinvoke(cls, "fromEnvironmentId", [scope, id, environment_id]))
|
|
510
|
+
|
|
469
511
|
@jsii.member(jsii_name="inspect")
|
|
470
512
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
471
513
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1051,6 +1093,22 @@ def _typecheckingstub__9f57ac69116cda232b57cc77dd248367e34b3decfb4cc4cd606394bbf
|
|
|
1051
1093
|
"""Type checking stubs"""
|
|
1052
1094
|
pass
|
|
1053
1095
|
|
|
1096
|
+
def _typecheckingstub__b92cbfe9da7a90cc72011038cb4559944d65e4b786f79dce53c9a3883abb1461(
|
|
1097
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1098
|
+
id: builtins.str,
|
|
1099
|
+
arn: builtins.str,
|
|
1100
|
+
) -> None:
|
|
1101
|
+
"""Type checking stubs"""
|
|
1102
|
+
pass
|
|
1103
|
+
|
|
1104
|
+
def _typecheckingstub__39e2e2873628b8cd5af14e45814a46693e8e9fdce268762ba663b61f576effd2(
|
|
1105
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1106
|
+
id: builtins.str,
|
|
1107
|
+
environment_id: builtins.str,
|
|
1108
|
+
) -> None:
|
|
1109
|
+
"""Type checking stubs"""
|
|
1110
|
+
pass
|
|
1111
|
+
|
|
1054
1112
|
def _typecheckingstub__f5d0b1b73afeaee7185b654d27df42d0dbc9a9ffc19dfc7b89de95cb1b73263f(
|
|
1055
1113
|
inspector: _TreeInspector_488e0dd5,
|
|
1056
1114
|
) -> None:
|