aws-cdk-lib 2.216.0__py3-none-any.whl → 2.218.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +60 -28
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.216.0.jsii.tgz → aws-cdk-lib@2.218.0.jsii.tgz} +0 -0
- aws_cdk/aws_acmpca/__init__.py +1 -1
- aws_cdk/aws_amazonmq/__init__.py +87 -0
- aws_cdk/aws_amplify/__init__.py +8 -8
- aws_cdk/aws_apigateway/__init__.py +229 -6
- aws_cdk/aws_apigatewayv2/__init__.py +60 -2
- aws_cdk/aws_appconfig/__init__.py +145 -0
- aws_cdk/aws_appflow/__init__.py +116 -0
- aws_cdk/aws_appintegrations/__init__.py +116 -0
- aws_cdk/aws_appmesh/__init__.py +12 -12
- aws_cdk/aws_appstream/__init__.py +101 -4
- aws_cdk/aws_appsync/__init__.py +61 -3
- aws_cdk/aws_apptest/__init__.py +58 -0
- aws_cdk/aws_aps/__init__.py +459 -0
- aws_cdk/aws_athena/__init__.py +58 -0
- aws_cdk/aws_auditmanager/__init__.py +58 -0
- aws_cdk/aws_backup/__init__.py +145 -0
- aws_cdk/aws_batch/__init__.py +64 -2
- aws_cdk/aws_bedrock/__init__.py +277 -0
- aws_cdk/aws_bedrockagentcore/__init__.py +3178 -0
- aws_cdk/aws_cassandra/__init__.py +29 -0
- aws_cdk/aws_certificatemanager/__init__.py +38 -10
- aws_cdk/aws_cleanrooms/__init__.py +163 -0
- aws_cdk/aws_cloudformation/__init__.py +14 -14
- aws_cdk/aws_cloudfront/__init__.py +69 -8
- aws_cdk/aws_cloudfront_origins/__init__.py +87 -7
- aws_cdk/aws_cloudtrail/__init__.py +58 -0
- aws_cdk/aws_cloudwatch/__init__.py +145 -0
- aws_cdk/aws_codebuild/__init__.py +115 -12
- aws_cdk/aws_codedeploy/__init__.py +29 -0
- aws_cdk/aws_codeguruprofiler/__init__.py +58 -0
- aws_cdk/aws_codepipeline/__init__.py +29 -0
- aws_cdk/aws_cognito/__init__.py +89 -2
- aws_cdk/aws_config/__init__.py +58 -0
- aws_cdk/aws_connect/__init__.py +138 -10
- aws_cdk/aws_cur/__init__.py +86 -3
- aws_cdk/aws_customerprofiles/__init__.py +58 -0
- aws_cdk/aws_datapipeline/__init__.py +29 -0
- aws_cdk/aws_datasync/__init__.py +351 -0
- aws_cdk/aws_datazone/__init__.py +733 -2
- aws_cdk/aws_directoryservice/__init__.py +29 -0
- aws_cdk/aws_dms/__init__.py +58 -0
- aws_cdk/aws_docdb/__init__.py +153 -25
- aws_cdk/aws_dsql/__init__.py +29 -0
- aws_cdk/aws_dynamodb/__init__.py +181 -0
- aws_cdk/aws_ec2/__init__.py +2031 -10
- aws_cdk/aws_ecr/__init__.py +116 -0
- aws_cdk/aws_ecs/__init__.py +142 -12
- aws_cdk/aws_efs/__init__.py +116 -0
- aws_cdk/aws_eks/__init__.py +118 -0
- aws_cdk/aws_elasticache/__init__.py +261 -0
- aws_cdk/aws_elasticbeanstalk/__init__.py +29 -0
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +48 -0
- aws_cdk/aws_elasticsearch/__init__.py +2 -2
- aws_cdk/aws_emr/__init__.py +87 -0
- aws_cdk/aws_emrcontainers/__init__.py +58 -0
- aws_cdk/aws_emrserverless/__init__.py +58 -0
- aws_cdk/aws_entityresolution/__init__.py +145 -0
- aws_cdk/aws_events/__init__.py +290 -0
- aws_cdk/aws_evs/__init__.py +58 -4
- aws_cdk/aws_finspace/__init__.py +58 -0
- aws_cdk/aws_gamelift/__init__.py +507 -56
- aws_cdk/aws_glue/__init__.py +145 -0
- aws_cdk/aws_greengrass/__init__.py +464 -0
- aws_cdk/aws_groundstation/__init__.py +87 -0
- aws_cdk/aws_guardduty/__init__.py +87 -0
- aws_cdk/aws_healthimaging/__init__.py +58 -0
- aws_cdk/aws_healthlake/__init__.py +29 -0
- aws_cdk/aws_iam/__init__.py +1 -1
- aws_cdk/aws_internetmonitor/__init__.py +58 -0
- aws_cdk/aws_iot/__init__.py +957 -0
- aws_cdk/aws_iotanalytics/__init__.py +116 -0
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +93 -38
- aws_cdk/aws_iotevents/__init__.py +87 -0
- aws_cdk/aws_iotfleethub/__init__.py +58 -0
- aws_cdk/aws_iotfleetwise/__init__.py +116 -0
- aws_cdk/aws_iotsitewise/__init__.py +568 -111
- aws_cdk/aws_iottwinmaker/__init__.py +145 -0
- aws_cdk/aws_iotwireless/__init__.py +464 -0
- aws_cdk/aws_kendra/__init__.py +116 -0
- aws_cdk/aws_kinesis/__init__.py +58 -0
- aws_cdk/aws_kinesisanalytics/__init__.py +31 -0
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +29 -0
- aws_cdk/aws_kinesisfirehose/__init__.py +58 -0
- aws_cdk/aws_kinesisvideo/__init__.py +29 -0
- aws_cdk/aws_kms/__init__.py +68 -2
- aws_cdk/aws_lambda/__init__.py +104 -0
- aws_cdk/aws_lex/__init__.py +29 -0
- aws_cdk/aws_location/__init__.py +348 -0
- aws_cdk/aws_logs/__init__.py +232 -0
- aws_cdk/aws_lookoutequipment/__init__.py +29 -0
- aws_cdk/aws_lookoutvision/__init__.py +58 -0
- aws_cdk/aws_managedblockchain/__init__.py +145 -0
- aws_cdk/aws_medialive/__init__.py +562 -0
- aws_cdk/aws_mediapackage/__init__.py +2 -2
- aws_cdk/aws_mediatailor/__init__.py +174 -0
- aws_cdk/aws_memorydb/__init__.py +203 -0
- aws_cdk/aws_mwaa/__init__.py +58 -0
- aws_cdk/aws_networkfirewall/__init__.py +10 -10
- aws_cdk/aws_networkmanager/__init__.py +92 -0
- aws_cdk/aws_nimblestudio/__init__.py +29 -0
- aws_cdk/aws_odb/__init__.py +2082 -195
- aws_cdk/aws_omics/__init__.py +1520 -103
- aws_cdk/aws_opensearchserverless/__init__.py +222 -21
- aws_cdk/aws_opensearchservice/__init__.py +5 -4
- aws_cdk/aws_opsworks/__init__.py +29 -0
- aws_cdk/aws_opsworkscm/__init__.py +29 -0
- aws_cdk/aws_organizations/__init__.py +116 -0
- aws_cdk/aws_panorama/__init__.py +116 -0
- aws_cdk/aws_pcs/__init__.py +9 -9
- aws_cdk/aws_pinpoint/__init__.py +116 -0
- aws_cdk/aws_qbusiness/__init__.py +232 -0
- aws_cdk/aws_qldb/__init__.py +29 -0
- aws_cdk/aws_quicksight/__init__.py +295 -3
- aws_cdk/aws_rds/__init__.py +402 -58
- aws_cdk/aws_redshift/__init__.py +29 -0
- aws_cdk/aws_rekognition/__init__.py +87 -0
- aws_cdk/aws_resourcegroups/__init__.py +58 -0
- aws_cdk/aws_rolesanywhere/__init__.py +145 -0
- aws_cdk/aws_route53recoveryreadiness/__init__.py +58 -0
- aws_cdk/aws_route53resolver/__init__.py +29 -0
- aws_cdk/aws_s3/__init__.py +116 -0
- aws_cdk/aws_s3express/__init__.py +116 -0
- aws_cdk/aws_sagemaker/__init__.py +715 -1
- aws_cdk/aws_scheduler/__init__.py +29 -0
- aws_cdk/aws_secretsmanager/__init__.py +29 -0
- aws_cdk/aws_servicecatalog/__init__.py +191 -154
- aws_cdk/aws_servicecatalogappregistry/__init__.py +116 -0
- aws_cdk/aws_servicediscovery/__init__.py +58 -0
- aws_cdk/aws_ses/__init__.py +261 -0
- aws_cdk/aws_simspaceweaver/__init__.py +29 -0
- aws_cdk/aws_smsvoice/__init__.py +5218 -0
- aws_cdk/aws_ssm/__init__.py +87 -0
- aws_cdk/aws_synthetics/__init__.py +29 -0
- aws_cdk/aws_timestream/__init__.py +87 -0
- aws_cdk/aws_transfer/__init__.py +274 -12
- aws_cdk/aws_verifiedpermissions/__init__.py +59 -1
- aws_cdk/aws_voiceid/__init__.py +29 -0
- aws_cdk/aws_wisdom/__init__.py +232 -0
- aws_cdk/aws_workspaces/__init__.py +58 -0
- aws_cdk/aws_workspacesinstances/__init__.py +670 -2
- aws_cdk/aws_workspacesthinclient/__init__.py +58 -0
- aws_cdk/pipelines/__init__.py +5 -1
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/RECORD +151 -149
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/top_level.txt +0 -0
|
@@ -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:
|
|
@@ -2576,6 +2576,48 @@ class CfnDataflowEndpointGroup(
|
|
|
2576
2576
|
|
|
2577
2577
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
2578
2578
|
|
|
2579
|
+
@jsii.member(jsii_name="fromDataflowEndpointGroupArn")
|
|
2580
|
+
@builtins.classmethod
|
|
2581
|
+
def from_dataflow_endpoint_group_arn(
|
|
2582
|
+
cls,
|
|
2583
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2584
|
+
id: builtins.str,
|
|
2585
|
+
arn: builtins.str,
|
|
2586
|
+
) -> IDataflowEndpointGroupRef:
|
|
2587
|
+
'''Creates a new IDataflowEndpointGroupRef from an ARN.
|
|
2588
|
+
|
|
2589
|
+
:param scope: -
|
|
2590
|
+
:param id: -
|
|
2591
|
+
:param arn: -
|
|
2592
|
+
'''
|
|
2593
|
+
if __debug__:
|
|
2594
|
+
type_hints = typing.get_type_hints(_typecheckingstub__60c28e2791fd9c2db24e1b61c6453ed2a0648b906a01e1eac7a613e12ab7f864)
|
|
2595
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2596
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2597
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
2598
|
+
return typing.cast(IDataflowEndpointGroupRef, jsii.sinvoke(cls, "fromDataflowEndpointGroupArn", [scope, id, arn]))
|
|
2599
|
+
|
|
2600
|
+
@jsii.member(jsii_name="fromDataflowEndpointGroupId")
|
|
2601
|
+
@builtins.classmethod
|
|
2602
|
+
def from_dataflow_endpoint_group_id(
|
|
2603
|
+
cls,
|
|
2604
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2605
|
+
id: builtins.str,
|
|
2606
|
+
dataflow_endpoint_group_id: builtins.str,
|
|
2607
|
+
) -> IDataflowEndpointGroupRef:
|
|
2608
|
+
'''Creates a new IDataflowEndpointGroupRef from a dataflowEndpointGroupId.
|
|
2609
|
+
|
|
2610
|
+
:param scope: -
|
|
2611
|
+
:param id: -
|
|
2612
|
+
:param dataflow_endpoint_group_id: -
|
|
2613
|
+
'''
|
|
2614
|
+
if __debug__:
|
|
2615
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3c98edf5d82cbea0854e26b5ae36e1b3e6768410524dabb6e5699b1ba44e1740)
|
|
2616
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2617
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2618
|
+
check_type(argname="argument dataflow_endpoint_group_id", value=dataflow_endpoint_group_id, expected_type=type_hints["dataflow_endpoint_group_id"])
|
|
2619
|
+
return typing.cast(IDataflowEndpointGroupRef, jsii.sinvoke(cls, "fromDataflowEndpointGroupId", [scope, id, dataflow_endpoint_group_id]))
|
|
2620
|
+
|
|
2579
2621
|
@jsii.member(jsii_name="inspect")
|
|
2580
2622
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
2581
2623
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -3616,6 +3658,27 @@ class CfnMissionProfile(
|
|
|
3616
3658
|
|
|
3617
3659
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
3618
3660
|
|
|
3661
|
+
@jsii.member(jsii_name="fromMissionProfileId")
|
|
3662
|
+
@builtins.classmethod
|
|
3663
|
+
def from_mission_profile_id(
|
|
3664
|
+
cls,
|
|
3665
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3666
|
+
id: builtins.str,
|
|
3667
|
+
mission_profile_id: builtins.str,
|
|
3668
|
+
) -> IMissionProfileRef:
|
|
3669
|
+
'''Creates a new IMissionProfileRef from a missionProfileId.
|
|
3670
|
+
|
|
3671
|
+
:param scope: -
|
|
3672
|
+
:param id: -
|
|
3673
|
+
:param mission_profile_id: -
|
|
3674
|
+
'''
|
|
3675
|
+
if __debug__:
|
|
3676
|
+
type_hints = typing.get_type_hints(_typecheckingstub__bc69a93651f32216a7a090cca1a8e639a92bfb9f3ce9d190d8a13956e2f881cf)
|
|
3677
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3678
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3679
|
+
check_type(argname="argument mission_profile_id", value=mission_profile_id, expected_type=type_hints["mission_profile_id"])
|
|
3680
|
+
return typing.cast(IMissionProfileRef, jsii.sinvoke(cls, "fromMissionProfileId", [scope, id, mission_profile_id]))
|
|
3681
|
+
|
|
3619
3682
|
@jsii.member(jsii_name="inspect")
|
|
3620
3683
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
3621
3684
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -4239,6 +4302,22 @@ def _typecheckingstub__669b82a6c91e9541f061b9397341fc4b6628a648faf22449b040ab31e
|
|
|
4239
4302
|
"""Type checking stubs"""
|
|
4240
4303
|
pass
|
|
4241
4304
|
|
|
4305
|
+
def _typecheckingstub__60c28e2791fd9c2db24e1b61c6453ed2a0648b906a01e1eac7a613e12ab7f864(
|
|
4306
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4307
|
+
id: builtins.str,
|
|
4308
|
+
arn: builtins.str,
|
|
4309
|
+
) -> None:
|
|
4310
|
+
"""Type checking stubs"""
|
|
4311
|
+
pass
|
|
4312
|
+
|
|
4313
|
+
def _typecheckingstub__3c98edf5d82cbea0854e26b5ae36e1b3e6768410524dabb6e5699b1ba44e1740(
|
|
4314
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4315
|
+
id: builtins.str,
|
|
4316
|
+
dataflow_endpoint_group_id: builtins.str,
|
|
4317
|
+
) -> None:
|
|
4318
|
+
"""Type checking stubs"""
|
|
4319
|
+
pass
|
|
4320
|
+
|
|
4242
4321
|
def _typecheckingstub__17d9bea099cdcd1099da7284180003b79769ad1588e3964f28fb913d498709f5(
|
|
4243
4322
|
inspector: _TreeInspector_488e0dd5,
|
|
4244
4323
|
) -> None:
|
|
@@ -4370,6 +4449,14 @@ def _typecheckingstub__a8c20b1debe7b2cad3b5475e1d2b3d48fdf917b223b50d168e430ffa9
|
|
|
4370
4449
|
"""Type checking stubs"""
|
|
4371
4450
|
pass
|
|
4372
4451
|
|
|
4452
|
+
def _typecheckingstub__bc69a93651f32216a7a090cca1a8e639a92bfb9f3ce9d190d8a13956e2f881cf(
|
|
4453
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4454
|
+
id: builtins.str,
|
|
4455
|
+
mission_profile_id: builtins.str,
|
|
4456
|
+
) -> None:
|
|
4457
|
+
"""Type checking stubs"""
|
|
4458
|
+
pass
|
|
4459
|
+
|
|
4373
4460
|
def _typecheckingstub__ef8971e1911aa9fe50dbe99fdbc8302ee8d00a40604a425305b2a2a8e4d8aa41(
|
|
4374
4461
|
inspector: _TreeInspector_488e0dd5,
|
|
4375
4462
|
) -> None:
|