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
|
@@ -3636,6 +3636,48 @@ class CfnConnectorDefinition(
|
|
|
3636
3636
|
|
|
3637
3637
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
3638
3638
|
|
|
3639
|
+
@jsii.member(jsii_name="fromConnectorDefinitionArn")
|
|
3640
|
+
@builtins.classmethod
|
|
3641
|
+
def from_connector_definition_arn(
|
|
3642
|
+
cls,
|
|
3643
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3644
|
+
id: builtins.str,
|
|
3645
|
+
arn: builtins.str,
|
|
3646
|
+
) -> IConnectorDefinitionRef:
|
|
3647
|
+
'''Creates a new IConnectorDefinitionRef from an ARN.
|
|
3648
|
+
|
|
3649
|
+
:param scope: -
|
|
3650
|
+
:param id: -
|
|
3651
|
+
:param arn: -
|
|
3652
|
+
'''
|
|
3653
|
+
if __debug__:
|
|
3654
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5144a9ccbd1b06b980de83b1308fd52256fecb77c19a555a2d9a9ffc1935f0dd)
|
|
3655
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3656
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3657
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
3658
|
+
return typing.cast(IConnectorDefinitionRef, jsii.sinvoke(cls, "fromConnectorDefinitionArn", [scope, id, arn]))
|
|
3659
|
+
|
|
3660
|
+
@jsii.member(jsii_name="fromConnectorDefinitionId")
|
|
3661
|
+
@builtins.classmethod
|
|
3662
|
+
def from_connector_definition_id(
|
|
3663
|
+
cls,
|
|
3664
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3665
|
+
id: builtins.str,
|
|
3666
|
+
connector_definition_id: builtins.str,
|
|
3667
|
+
) -> IConnectorDefinitionRef:
|
|
3668
|
+
'''Creates a new IConnectorDefinitionRef from a connectorDefinitionId.
|
|
3669
|
+
|
|
3670
|
+
:param scope: -
|
|
3671
|
+
:param id: -
|
|
3672
|
+
:param connector_definition_id: -
|
|
3673
|
+
'''
|
|
3674
|
+
if __debug__:
|
|
3675
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c4ddf88206a65b85900faf3e2133de65c3161cb123b63f77ef1da1dfb654433b)
|
|
3676
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3677
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3678
|
+
check_type(argname="argument connector_definition_id", value=connector_definition_id, expected_type=type_hints["connector_definition_id"])
|
|
3679
|
+
return typing.cast(IConnectorDefinitionRef, jsii.sinvoke(cls, "fromConnectorDefinitionId", [scope, id, connector_definition_id]))
|
|
3680
|
+
|
|
3639
3681
|
@jsii.member(jsii_name="inspect")
|
|
3640
3682
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
3641
3683
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -4263,6 +4305,48 @@ class CfnCoreDefinition(
|
|
|
4263
4305
|
|
|
4264
4306
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
4265
4307
|
|
|
4308
|
+
@jsii.member(jsii_name="fromCoreDefinitionArn")
|
|
4309
|
+
@builtins.classmethod
|
|
4310
|
+
def from_core_definition_arn(
|
|
4311
|
+
cls,
|
|
4312
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4313
|
+
id: builtins.str,
|
|
4314
|
+
arn: builtins.str,
|
|
4315
|
+
) -> ICoreDefinitionRef:
|
|
4316
|
+
'''Creates a new ICoreDefinitionRef from an ARN.
|
|
4317
|
+
|
|
4318
|
+
:param scope: -
|
|
4319
|
+
:param id: -
|
|
4320
|
+
:param arn: -
|
|
4321
|
+
'''
|
|
4322
|
+
if __debug__:
|
|
4323
|
+
type_hints = typing.get_type_hints(_typecheckingstub__0154aea1945c31b886d35e67cd87aaa236db1b728a1b43bcedfedd88afa17a3a)
|
|
4324
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4325
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4326
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
4327
|
+
return typing.cast(ICoreDefinitionRef, jsii.sinvoke(cls, "fromCoreDefinitionArn", [scope, id, arn]))
|
|
4328
|
+
|
|
4329
|
+
@jsii.member(jsii_name="fromCoreDefinitionId")
|
|
4330
|
+
@builtins.classmethod
|
|
4331
|
+
def from_core_definition_id(
|
|
4332
|
+
cls,
|
|
4333
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4334
|
+
id: builtins.str,
|
|
4335
|
+
core_definition_id: builtins.str,
|
|
4336
|
+
) -> ICoreDefinitionRef:
|
|
4337
|
+
'''Creates a new ICoreDefinitionRef from a coreDefinitionId.
|
|
4338
|
+
|
|
4339
|
+
:param scope: -
|
|
4340
|
+
:param id: -
|
|
4341
|
+
:param core_definition_id: -
|
|
4342
|
+
'''
|
|
4343
|
+
if __debug__:
|
|
4344
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a17d37d54ccf73f4f70e35da510c6d6a4c3a27611c34136ea3950f852c16a952)
|
|
4345
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4346
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4347
|
+
check_type(argname="argument core_definition_id", value=core_definition_id, expected_type=type_hints["core_definition_id"])
|
|
4348
|
+
return typing.cast(ICoreDefinitionRef, jsii.sinvoke(cls, "fromCoreDefinitionId", [scope, id, core_definition_id]))
|
|
4349
|
+
|
|
4266
4350
|
@jsii.member(jsii_name="inspect")
|
|
4267
4351
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
4268
4352
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -4920,6 +5004,48 @@ class CfnDeviceDefinition(
|
|
|
4920
5004
|
|
|
4921
5005
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
4922
5006
|
|
|
5007
|
+
@jsii.member(jsii_name="fromDeviceDefinitionArn")
|
|
5008
|
+
@builtins.classmethod
|
|
5009
|
+
def from_device_definition_arn(
|
|
5010
|
+
cls,
|
|
5011
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5012
|
+
id: builtins.str,
|
|
5013
|
+
arn: builtins.str,
|
|
5014
|
+
) -> IDeviceDefinitionRef:
|
|
5015
|
+
'''Creates a new IDeviceDefinitionRef from an ARN.
|
|
5016
|
+
|
|
5017
|
+
:param scope: -
|
|
5018
|
+
:param id: -
|
|
5019
|
+
:param arn: -
|
|
5020
|
+
'''
|
|
5021
|
+
if __debug__:
|
|
5022
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f87adeee868abf8b13b85edfe973d5813ee46a9ba62767a5e6f399650ecf480a)
|
|
5023
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
5024
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
5025
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
5026
|
+
return typing.cast(IDeviceDefinitionRef, jsii.sinvoke(cls, "fromDeviceDefinitionArn", [scope, id, arn]))
|
|
5027
|
+
|
|
5028
|
+
@jsii.member(jsii_name="fromDeviceDefinitionId")
|
|
5029
|
+
@builtins.classmethod
|
|
5030
|
+
def from_device_definition_id(
|
|
5031
|
+
cls,
|
|
5032
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5033
|
+
id: builtins.str,
|
|
5034
|
+
device_definition_id: builtins.str,
|
|
5035
|
+
) -> IDeviceDefinitionRef:
|
|
5036
|
+
'''Creates a new IDeviceDefinitionRef from a deviceDefinitionId.
|
|
5037
|
+
|
|
5038
|
+
:param scope: -
|
|
5039
|
+
:param id: -
|
|
5040
|
+
:param device_definition_id: -
|
|
5041
|
+
'''
|
|
5042
|
+
if __debug__:
|
|
5043
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ab3eb03f44363b8f713f72fa7b5a36f0d1ff332e1348d031336f4233cc569183)
|
|
5044
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
5045
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
5046
|
+
check_type(argname="argument device_definition_id", value=device_definition_id, expected_type=type_hints["device_definition_id"])
|
|
5047
|
+
return typing.cast(IDeviceDefinitionRef, jsii.sinvoke(cls, "fromDeviceDefinitionId", [scope, id, device_definition_id]))
|
|
5048
|
+
|
|
4923
5049
|
@jsii.member(jsii_name="inspect")
|
|
4924
5050
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
4925
5051
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -5604,6 +5730,48 @@ class CfnFunctionDefinition(
|
|
|
5604
5730
|
|
|
5605
5731
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
5606
5732
|
|
|
5733
|
+
@jsii.member(jsii_name="fromFunctionDefinitionArn")
|
|
5734
|
+
@builtins.classmethod
|
|
5735
|
+
def from_function_definition_arn(
|
|
5736
|
+
cls,
|
|
5737
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5738
|
+
id: builtins.str,
|
|
5739
|
+
arn: builtins.str,
|
|
5740
|
+
) -> IFunctionDefinitionRef:
|
|
5741
|
+
'''Creates a new IFunctionDefinitionRef from an ARN.
|
|
5742
|
+
|
|
5743
|
+
:param scope: -
|
|
5744
|
+
:param id: -
|
|
5745
|
+
:param arn: -
|
|
5746
|
+
'''
|
|
5747
|
+
if __debug__:
|
|
5748
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c223e72e5affc82dfb7081f5bcd5aab5f3932a5a254be93e5191eb3a1314f5bf)
|
|
5749
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
5750
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
5751
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
5752
|
+
return typing.cast(IFunctionDefinitionRef, jsii.sinvoke(cls, "fromFunctionDefinitionArn", [scope, id, arn]))
|
|
5753
|
+
|
|
5754
|
+
@jsii.member(jsii_name="fromFunctionDefinitionId")
|
|
5755
|
+
@builtins.classmethod
|
|
5756
|
+
def from_function_definition_id(
|
|
5757
|
+
cls,
|
|
5758
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5759
|
+
id: builtins.str,
|
|
5760
|
+
function_definition_id: builtins.str,
|
|
5761
|
+
) -> IFunctionDefinitionRef:
|
|
5762
|
+
'''Creates a new IFunctionDefinitionRef from a functionDefinitionId.
|
|
5763
|
+
|
|
5764
|
+
:param scope: -
|
|
5765
|
+
:param id: -
|
|
5766
|
+
:param function_definition_id: -
|
|
5767
|
+
'''
|
|
5768
|
+
if __debug__:
|
|
5769
|
+
type_hints = typing.get_type_hints(_typecheckingstub__867fa67e8674b05b42bb9214a1b69aaaf8b87cd392fb2be4f9d0418f4cf64691)
|
|
5770
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
5771
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
5772
|
+
check_type(argname="argument function_definition_id", value=function_definition_id, expected_type=type_hints["function_definition_id"])
|
|
5773
|
+
return typing.cast(IFunctionDefinitionRef, jsii.sinvoke(cls, "fromFunctionDefinitionId", [scope, id, function_definition_id]))
|
|
5774
|
+
|
|
5607
5775
|
@jsii.member(jsii_name="inspect")
|
|
5608
5776
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
5609
5777
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -7692,6 +7860,48 @@ class CfnGroup(
|
|
|
7692
7860
|
|
|
7693
7861
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
7694
7862
|
|
|
7863
|
+
@jsii.member(jsii_name="fromGroupArn")
|
|
7864
|
+
@builtins.classmethod
|
|
7865
|
+
def from_group_arn(
|
|
7866
|
+
cls,
|
|
7867
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
7868
|
+
id: builtins.str,
|
|
7869
|
+
arn: builtins.str,
|
|
7870
|
+
) -> IGroupRef:
|
|
7871
|
+
'''Creates a new IGroupRef from an ARN.
|
|
7872
|
+
|
|
7873
|
+
:param scope: -
|
|
7874
|
+
:param id: -
|
|
7875
|
+
:param arn: -
|
|
7876
|
+
'''
|
|
7877
|
+
if __debug__:
|
|
7878
|
+
type_hints = typing.get_type_hints(_typecheckingstub__eeeef20ab58d4f35b813ba9d3b0842e1b68bcb2d24dc95b38fc59d1aaa8195fb)
|
|
7879
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
7880
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
7881
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
7882
|
+
return typing.cast(IGroupRef, jsii.sinvoke(cls, "fromGroupArn", [scope, id, arn]))
|
|
7883
|
+
|
|
7884
|
+
@jsii.member(jsii_name="fromGroupId")
|
|
7885
|
+
@builtins.classmethod
|
|
7886
|
+
def from_group_id(
|
|
7887
|
+
cls,
|
|
7888
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
7889
|
+
id: builtins.str,
|
|
7890
|
+
group_id: builtins.str,
|
|
7891
|
+
) -> IGroupRef:
|
|
7892
|
+
'''Creates a new IGroupRef from a groupId.
|
|
7893
|
+
|
|
7894
|
+
:param scope: -
|
|
7895
|
+
:param id: -
|
|
7896
|
+
:param group_id: -
|
|
7897
|
+
'''
|
|
7898
|
+
if __debug__:
|
|
7899
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e93bbb9df2e97474b5aba8bb98f1f39c2ef7b28fa4eb41b2a49c7f7913e28ebc)
|
|
7900
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
7901
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
7902
|
+
check_type(argname="argument group_id", value=group_id, expected_type=type_hints["group_id"])
|
|
7903
|
+
return typing.cast(IGroupRef, jsii.sinvoke(cls, "fromGroupId", [scope, id, group_id]))
|
|
7904
|
+
|
|
7695
7905
|
@jsii.member(jsii_name="inspect")
|
|
7696
7906
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
7697
7907
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -8336,6 +8546,48 @@ class CfnLoggerDefinition(
|
|
|
8336
8546
|
|
|
8337
8547
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
8338
8548
|
|
|
8549
|
+
@jsii.member(jsii_name="fromLoggerDefinitionArn")
|
|
8550
|
+
@builtins.classmethod
|
|
8551
|
+
def from_logger_definition_arn(
|
|
8552
|
+
cls,
|
|
8553
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8554
|
+
id: builtins.str,
|
|
8555
|
+
arn: builtins.str,
|
|
8556
|
+
) -> ILoggerDefinitionRef:
|
|
8557
|
+
'''Creates a new ILoggerDefinitionRef from an ARN.
|
|
8558
|
+
|
|
8559
|
+
:param scope: -
|
|
8560
|
+
:param id: -
|
|
8561
|
+
:param arn: -
|
|
8562
|
+
'''
|
|
8563
|
+
if __debug__:
|
|
8564
|
+
type_hints = typing.get_type_hints(_typecheckingstub__9ac40f7547b7db47cd628856b27098b17b798c2311a93f2b1ad780ea733e27d8)
|
|
8565
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
8566
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
8567
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
8568
|
+
return typing.cast(ILoggerDefinitionRef, jsii.sinvoke(cls, "fromLoggerDefinitionArn", [scope, id, arn]))
|
|
8569
|
+
|
|
8570
|
+
@jsii.member(jsii_name="fromLoggerDefinitionId")
|
|
8571
|
+
@builtins.classmethod
|
|
8572
|
+
def from_logger_definition_id(
|
|
8573
|
+
cls,
|
|
8574
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8575
|
+
id: builtins.str,
|
|
8576
|
+
logger_definition_id: builtins.str,
|
|
8577
|
+
) -> ILoggerDefinitionRef:
|
|
8578
|
+
'''Creates a new ILoggerDefinitionRef from a loggerDefinitionId.
|
|
8579
|
+
|
|
8580
|
+
:param scope: -
|
|
8581
|
+
:param id: -
|
|
8582
|
+
:param logger_definition_id: -
|
|
8583
|
+
'''
|
|
8584
|
+
if __debug__:
|
|
8585
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6bad4c3c4c5f93da2573886e39f1cc81073e00375138c2a30ca484b80bd0bf39)
|
|
8586
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
8587
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
8588
|
+
check_type(argname="argument logger_definition_id", value=logger_definition_id, expected_type=type_hints["logger_definition_id"])
|
|
8589
|
+
return typing.cast(ILoggerDefinitionRef, jsii.sinvoke(cls, "fromLoggerDefinitionId", [scope, id, logger_definition_id]))
|
|
8590
|
+
|
|
8339
8591
|
@jsii.member(jsii_name="inspect")
|
|
8340
8592
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
8341
8593
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -9076,6 +9328,48 @@ class CfnResourceDefinition(
|
|
|
9076
9328
|
|
|
9077
9329
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
9078
9330
|
|
|
9331
|
+
@jsii.member(jsii_name="fromResourceDefinitionArn")
|
|
9332
|
+
@builtins.classmethod
|
|
9333
|
+
def from_resource_definition_arn(
|
|
9334
|
+
cls,
|
|
9335
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9336
|
+
id: builtins.str,
|
|
9337
|
+
arn: builtins.str,
|
|
9338
|
+
) -> IResourceDefinitionRef:
|
|
9339
|
+
'''Creates a new IResourceDefinitionRef from an ARN.
|
|
9340
|
+
|
|
9341
|
+
:param scope: -
|
|
9342
|
+
:param id: -
|
|
9343
|
+
:param arn: -
|
|
9344
|
+
'''
|
|
9345
|
+
if __debug__:
|
|
9346
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2d72045c7e44a08294fb0ce6dfbd70a93c16f8f48ee2f36a14bf35d261cf678b)
|
|
9347
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
9348
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
9349
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
9350
|
+
return typing.cast(IResourceDefinitionRef, jsii.sinvoke(cls, "fromResourceDefinitionArn", [scope, id, arn]))
|
|
9351
|
+
|
|
9352
|
+
@jsii.member(jsii_name="fromResourceDefinitionId")
|
|
9353
|
+
@builtins.classmethod
|
|
9354
|
+
def from_resource_definition_id(
|
|
9355
|
+
cls,
|
|
9356
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9357
|
+
id: builtins.str,
|
|
9358
|
+
resource_definition_id: builtins.str,
|
|
9359
|
+
) -> IResourceDefinitionRef:
|
|
9360
|
+
'''Creates a new IResourceDefinitionRef from a resourceDefinitionId.
|
|
9361
|
+
|
|
9362
|
+
:param scope: -
|
|
9363
|
+
:param id: -
|
|
9364
|
+
:param resource_definition_id: -
|
|
9365
|
+
'''
|
|
9366
|
+
if __debug__:
|
|
9367
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7f5a25cf668ead9ce72121914b03179df794f1f2034aa4fec1655a9e6419f94d)
|
|
9368
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
9369
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
9370
|
+
check_type(argname="argument resource_definition_id", value=resource_definition_id, expected_type=type_hints["resource_definition_id"])
|
|
9371
|
+
return typing.cast(IResourceDefinitionRef, jsii.sinvoke(cls, "fromResourceDefinitionId", [scope, id, resource_definition_id]))
|
|
9372
|
+
|
|
9079
9373
|
@jsii.member(jsii_name="inspect")
|
|
9080
9374
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
9081
9375
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -11565,6 +11859,48 @@ class CfnSubscriptionDefinition(
|
|
|
11565
11859
|
|
|
11566
11860
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
11567
11861
|
|
|
11862
|
+
@jsii.member(jsii_name="fromSubscriptionDefinitionArn")
|
|
11863
|
+
@builtins.classmethod
|
|
11864
|
+
def from_subscription_definition_arn(
|
|
11865
|
+
cls,
|
|
11866
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
11867
|
+
id: builtins.str,
|
|
11868
|
+
arn: builtins.str,
|
|
11869
|
+
) -> ISubscriptionDefinitionRef:
|
|
11870
|
+
'''Creates a new ISubscriptionDefinitionRef from an ARN.
|
|
11871
|
+
|
|
11872
|
+
:param scope: -
|
|
11873
|
+
:param id: -
|
|
11874
|
+
:param arn: -
|
|
11875
|
+
'''
|
|
11876
|
+
if __debug__:
|
|
11877
|
+
type_hints = typing.get_type_hints(_typecheckingstub__58ca8c961830bdbe7992eda4c37a79036b4e5db7abfd2eab2a87f8d4f6cc59aa)
|
|
11878
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
11879
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
11880
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
11881
|
+
return typing.cast(ISubscriptionDefinitionRef, jsii.sinvoke(cls, "fromSubscriptionDefinitionArn", [scope, id, arn]))
|
|
11882
|
+
|
|
11883
|
+
@jsii.member(jsii_name="fromSubscriptionDefinitionId")
|
|
11884
|
+
@builtins.classmethod
|
|
11885
|
+
def from_subscription_definition_id(
|
|
11886
|
+
cls,
|
|
11887
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
11888
|
+
id: builtins.str,
|
|
11889
|
+
subscription_definition_id: builtins.str,
|
|
11890
|
+
) -> ISubscriptionDefinitionRef:
|
|
11891
|
+
'''Creates a new ISubscriptionDefinitionRef from a subscriptionDefinitionId.
|
|
11892
|
+
|
|
11893
|
+
:param scope: -
|
|
11894
|
+
:param id: -
|
|
11895
|
+
:param subscription_definition_id: -
|
|
11896
|
+
'''
|
|
11897
|
+
if __debug__:
|
|
11898
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c799fc1e69f34091edf7792e64c48811b283f98b7e01afb6604ee2e39c2b6e2e)
|
|
11899
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
11900
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
11901
|
+
check_type(argname="argument subscription_definition_id", value=subscription_definition_id, expected_type=type_hints["subscription_definition_id"])
|
|
11902
|
+
return typing.cast(ISubscriptionDefinitionRef, jsii.sinvoke(cls, "fromSubscriptionDefinitionId", [scope, id, subscription_definition_id]))
|
|
11903
|
+
|
|
11568
11904
|
@jsii.member(jsii_name="inspect")
|
|
11569
11905
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
11570
11906
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -12482,6 +12818,22 @@ def _typecheckingstub__481b9a854466614791f45d6769989966b8f812de4d4fa3e31d53b297f
|
|
|
12482
12818
|
"""Type checking stubs"""
|
|
12483
12819
|
pass
|
|
12484
12820
|
|
|
12821
|
+
def _typecheckingstub__5144a9ccbd1b06b980de83b1308fd52256fecb77c19a555a2d9a9ffc1935f0dd(
|
|
12822
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
12823
|
+
id: builtins.str,
|
|
12824
|
+
arn: builtins.str,
|
|
12825
|
+
) -> None:
|
|
12826
|
+
"""Type checking stubs"""
|
|
12827
|
+
pass
|
|
12828
|
+
|
|
12829
|
+
def _typecheckingstub__c4ddf88206a65b85900faf3e2133de65c3161cb123b63f77ef1da1dfb654433b(
|
|
12830
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
12831
|
+
id: builtins.str,
|
|
12832
|
+
connector_definition_id: builtins.str,
|
|
12833
|
+
) -> None:
|
|
12834
|
+
"""Type checking stubs"""
|
|
12835
|
+
pass
|
|
12836
|
+
|
|
12485
12837
|
def _typecheckingstub__24c07fb6ad50afe14bef1d7010d53ca0ed36ba7ee67a12442f8fefe27c993eb3(
|
|
12486
12838
|
inspector: _TreeInspector_488e0dd5,
|
|
12487
12839
|
) -> None:
|
|
@@ -12582,6 +12934,22 @@ def _typecheckingstub__b7fe5635b210e6632e07b82d21d8907b6d36d805b6d4fb2198f043341
|
|
|
12582
12934
|
"""Type checking stubs"""
|
|
12583
12935
|
pass
|
|
12584
12936
|
|
|
12937
|
+
def _typecheckingstub__0154aea1945c31b886d35e67cd87aaa236db1b728a1b43bcedfedd88afa17a3a(
|
|
12938
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
12939
|
+
id: builtins.str,
|
|
12940
|
+
arn: builtins.str,
|
|
12941
|
+
) -> None:
|
|
12942
|
+
"""Type checking stubs"""
|
|
12943
|
+
pass
|
|
12944
|
+
|
|
12945
|
+
def _typecheckingstub__a17d37d54ccf73f4f70e35da510c6d6a4c3a27611c34136ea3950f852c16a952(
|
|
12946
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
12947
|
+
id: builtins.str,
|
|
12948
|
+
core_definition_id: builtins.str,
|
|
12949
|
+
) -> None:
|
|
12950
|
+
"""Type checking stubs"""
|
|
12951
|
+
pass
|
|
12952
|
+
|
|
12585
12953
|
def _typecheckingstub__64368dbb58b3df35d74d10a3113a88fb2dc06fc0237665e15968f378a8fbbd09(
|
|
12586
12954
|
inspector: _TreeInspector_488e0dd5,
|
|
12587
12955
|
) -> None:
|
|
@@ -12684,6 +13052,22 @@ def _typecheckingstub__6388724d13149e0aad9e17e0abeb2962bcb4c5f435c6c0744dc491437
|
|
|
12684
13052
|
"""Type checking stubs"""
|
|
12685
13053
|
pass
|
|
12686
13054
|
|
|
13055
|
+
def _typecheckingstub__f87adeee868abf8b13b85edfe973d5813ee46a9ba62767a5e6f399650ecf480a(
|
|
13056
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13057
|
+
id: builtins.str,
|
|
13058
|
+
arn: builtins.str,
|
|
13059
|
+
) -> None:
|
|
13060
|
+
"""Type checking stubs"""
|
|
13061
|
+
pass
|
|
13062
|
+
|
|
13063
|
+
def _typecheckingstub__ab3eb03f44363b8f713f72fa7b5a36f0d1ff332e1348d031336f4233cc569183(
|
|
13064
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13065
|
+
id: builtins.str,
|
|
13066
|
+
device_definition_id: builtins.str,
|
|
13067
|
+
) -> None:
|
|
13068
|
+
"""Type checking stubs"""
|
|
13069
|
+
pass
|
|
13070
|
+
|
|
12687
13071
|
def _typecheckingstub__42b7b2748a017da66012466c961f889765dd501d6bce1063c38a88cf58c3f181(
|
|
12688
13072
|
inspector: _TreeInspector_488e0dd5,
|
|
12689
13073
|
) -> None:
|
|
@@ -12786,6 +13170,22 @@ def _typecheckingstub__dc054a16da2a52b953d26f46ac8928cd46a0d3b00ea138b637dba8712
|
|
|
12786
13170
|
"""Type checking stubs"""
|
|
12787
13171
|
pass
|
|
12788
13172
|
|
|
13173
|
+
def _typecheckingstub__c223e72e5affc82dfb7081f5bcd5aab5f3932a5a254be93e5191eb3a1314f5bf(
|
|
13174
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13175
|
+
id: builtins.str,
|
|
13176
|
+
arn: builtins.str,
|
|
13177
|
+
) -> None:
|
|
13178
|
+
"""Type checking stubs"""
|
|
13179
|
+
pass
|
|
13180
|
+
|
|
13181
|
+
def _typecheckingstub__867fa67e8674b05b42bb9214a1b69aaaf8b87cd392fb2be4f9d0418f4cf64691(
|
|
13182
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13183
|
+
id: builtins.str,
|
|
13184
|
+
function_definition_id: builtins.str,
|
|
13185
|
+
) -> None:
|
|
13186
|
+
"""Type checking stubs"""
|
|
13187
|
+
pass
|
|
13188
|
+
|
|
12789
13189
|
def _typecheckingstub__883759389b9b6062c199dfa06474e6b6eae814f3d29cb567a6c1accc041ac340(
|
|
12790
13190
|
inspector: _TreeInspector_488e0dd5,
|
|
12791
13191
|
) -> None:
|
|
@@ -13003,6 +13403,22 @@ def _typecheckingstub__726a7d2c4960c5df3ad6e991be61efa251e71f218d0d72f1df21a3c59
|
|
|
13003
13403
|
"""Type checking stubs"""
|
|
13004
13404
|
pass
|
|
13005
13405
|
|
|
13406
|
+
def _typecheckingstub__eeeef20ab58d4f35b813ba9d3b0842e1b68bcb2d24dc95b38fc59d1aaa8195fb(
|
|
13407
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13408
|
+
id: builtins.str,
|
|
13409
|
+
arn: builtins.str,
|
|
13410
|
+
) -> None:
|
|
13411
|
+
"""Type checking stubs"""
|
|
13412
|
+
pass
|
|
13413
|
+
|
|
13414
|
+
def _typecheckingstub__e93bbb9df2e97474b5aba8bb98f1f39c2ef7b28fa4eb41b2a49c7f7913e28ebc(
|
|
13415
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13416
|
+
id: builtins.str,
|
|
13417
|
+
group_id: builtins.str,
|
|
13418
|
+
) -> None:
|
|
13419
|
+
"""Type checking stubs"""
|
|
13420
|
+
pass
|
|
13421
|
+
|
|
13006
13422
|
def _typecheckingstub__c1154c99a9c32510d4c5f12de88ee6aa74b4b71171411ee6688346f3c78d26e8(
|
|
13007
13423
|
inspector: _TreeInspector_488e0dd5,
|
|
13008
13424
|
) -> None:
|
|
@@ -13139,6 +13555,22 @@ def _typecheckingstub__d3141ac6c65d7407c94dc3062e91bf204de61524d95c83b87b6aab3da
|
|
|
13139
13555
|
"""Type checking stubs"""
|
|
13140
13556
|
pass
|
|
13141
13557
|
|
|
13558
|
+
def _typecheckingstub__9ac40f7547b7db47cd628856b27098b17b798c2311a93f2b1ad780ea733e27d8(
|
|
13559
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13560
|
+
id: builtins.str,
|
|
13561
|
+
arn: builtins.str,
|
|
13562
|
+
) -> None:
|
|
13563
|
+
"""Type checking stubs"""
|
|
13564
|
+
pass
|
|
13565
|
+
|
|
13566
|
+
def _typecheckingstub__6bad4c3c4c5f93da2573886e39f1cc81073e00375138c2a30ca484b80bd0bf39(
|
|
13567
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13568
|
+
id: builtins.str,
|
|
13569
|
+
logger_definition_id: builtins.str,
|
|
13570
|
+
) -> None:
|
|
13571
|
+
"""Type checking stubs"""
|
|
13572
|
+
pass
|
|
13573
|
+
|
|
13142
13574
|
def _typecheckingstub__8ca6d7f3da4fbad4f376abd5d28521fed1cf98cbc7b1bdecf6ba568a679007af(
|
|
13143
13575
|
inspector: _TreeInspector_488e0dd5,
|
|
13144
13576
|
) -> None:
|
|
@@ -13243,6 +13675,22 @@ def _typecheckingstub__047c0e38fb370750fe5db940a38d857f066bb4490f8e079801f4c24d2
|
|
|
13243
13675
|
"""Type checking stubs"""
|
|
13244
13676
|
pass
|
|
13245
13677
|
|
|
13678
|
+
def _typecheckingstub__2d72045c7e44a08294fb0ce6dfbd70a93c16f8f48ee2f36a14bf35d261cf678b(
|
|
13679
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13680
|
+
id: builtins.str,
|
|
13681
|
+
arn: builtins.str,
|
|
13682
|
+
) -> None:
|
|
13683
|
+
"""Type checking stubs"""
|
|
13684
|
+
pass
|
|
13685
|
+
|
|
13686
|
+
def _typecheckingstub__7f5a25cf668ead9ce72121914b03179df794f1f2034aa4fec1655a9e6419f94d(
|
|
13687
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13688
|
+
id: builtins.str,
|
|
13689
|
+
resource_definition_id: builtins.str,
|
|
13690
|
+
) -> None:
|
|
13691
|
+
"""Type checking stubs"""
|
|
13692
|
+
pass
|
|
13693
|
+
|
|
13246
13694
|
def _typecheckingstub__42977d53c22197ecb3e5aa75d8273dbffa91f7bab1c2d271a874285225a099b8(
|
|
13247
13695
|
inspector: _TreeInspector_488e0dd5,
|
|
13248
13696
|
) -> None:
|
|
@@ -13483,6 +13931,22 @@ def _typecheckingstub__b231a8b03315437dd52b155f4e7c1d32a92f2a3b0e6f37ae1bfae2e72
|
|
|
13483
13931
|
"""Type checking stubs"""
|
|
13484
13932
|
pass
|
|
13485
13933
|
|
|
13934
|
+
def _typecheckingstub__58ca8c961830bdbe7992eda4c37a79036b4e5db7abfd2eab2a87f8d4f6cc59aa(
|
|
13935
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13936
|
+
id: builtins.str,
|
|
13937
|
+
arn: builtins.str,
|
|
13938
|
+
) -> None:
|
|
13939
|
+
"""Type checking stubs"""
|
|
13940
|
+
pass
|
|
13941
|
+
|
|
13942
|
+
def _typecheckingstub__c799fc1e69f34091edf7792e64c48811b283f98b7e01afb6604ee2e39c2b6e2e(
|
|
13943
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13944
|
+
id: builtins.str,
|
|
13945
|
+
subscription_definition_id: builtins.str,
|
|
13946
|
+
) -> None:
|
|
13947
|
+
"""Type checking stubs"""
|
|
13948
|
+
pass
|
|
13949
|
+
|
|
13486
13950
|
def _typecheckingstub__a3b55b221d1074330e22fd2822066e10cb57a859717ce6d479ff80b008c96af7(
|
|
13487
13951
|
inspector: _TreeInspector_488e0dd5,
|
|
13488
13952
|
) -> None:
|
|
@@ -2117,6 +2117,27 @@ class CfnDeployment(
|
|
|
2117
2117
|
|
|
2118
2118
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
2119
2119
|
|
|
2120
|
+
@jsii.member(jsii_name="fromDeploymentId")
|
|
2121
|
+
@builtins.classmethod
|
|
2122
|
+
def from_deployment_id(
|
|
2123
|
+
cls,
|
|
2124
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2125
|
+
id: builtins.str,
|
|
2126
|
+
deployment_id: builtins.str,
|
|
2127
|
+
) -> IDeploymentRef:
|
|
2128
|
+
'''Creates a new IDeploymentRef from a deploymentId.
|
|
2129
|
+
|
|
2130
|
+
:param scope: -
|
|
2131
|
+
:param id: -
|
|
2132
|
+
:param deployment_id: -
|
|
2133
|
+
'''
|
|
2134
|
+
if __debug__:
|
|
2135
|
+
type_hints = typing.get_type_hints(_typecheckingstub__246faf33f5221b348f2a0ea67e53581cd4ccc87b4011ca763f4a218cbfd4d249)
|
|
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 deployment_id", value=deployment_id, expected_type=type_hints["deployment_id"])
|
|
2139
|
+
return typing.cast(IDeploymentRef, jsii.sinvoke(cls, "fromDeploymentId", [scope, id, deployment_id]))
|
|
2140
|
+
|
|
2120
2141
|
@jsii.member(jsii_name="inspect")
|
|
2121
2142
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
2122
2143
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -3622,6 +3643,14 @@ def _typecheckingstub__e0099ed4b9647f1e31fee9e80f3453ed07e5b916846f269d15cb7aa59
|
|
|
3622
3643
|
"""Type checking stubs"""
|
|
3623
3644
|
pass
|
|
3624
3645
|
|
|
3646
|
+
def _typecheckingstub__246faf33f5221b348f2a0ea67e53581cd4ccc87b4011ca763f4a218cbfd4d249(
|
|
3647
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3648
|
+
id: builtins.str,
|
|
3649
|
+
deployment_id: builtins.str,
|
|
3650
|
+
) -> None:
|
|
3651
|
+
"""Type checking stubs"""
|
|
3652
|
+
pass
|
|
3653
|
+
|
|
3625
3654
|
def _typecheckingstub__524ad5f78c9f968fbfe224a67e6b8648f6b2153ad09d18d40f9d97b0df1c6779(
|
|
3626
3655
|
inspector: _TreeInspector_488e0dd5,
|
|
3627
3656
|
) -> None:
|