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
|
@@ -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:
|
|
@@ -2761,6 +2761,27 @@ class CfnDetector(
|
|
|
2761
2761
|
|
|
2762
2762
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
2763
2763
|
|
|
2764
|
+
@jsii.member(jsii_name="fromDetectorId")
|
|
2765
|
+
@builtins.classmethod
|
|
2766
|
+
def from_detector_id(
|
|
2767
|
+
cls,
|
|
2768
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2769
|
+
id: builtins.str,
|
|
2770
|
+
detector_id: builtins.str,
|
|
2771
|
+
) -> IDetectorRef:
|
|
2772
|
+
'''Creates a new IDetectorRef from a detectorId.
|
|
2773
|
+
|
|
2774
|
+
:param scope: -
|
|
2775
|
+
:param id: -
|
|
2776
|
+
:param detector_id: -
|
|
2777
|
+
'''
|
|
2778
|
+
if __debug__:
|
|
2779
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3c713ff5c3d63d8b0298c515dac65b7f9b853cb55d0ab5db4ed3060bd60413f3)
|
|
2780
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2781
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2782
|
+
check_type(argname="argument detector_id", value=detector_id, expected_type=type_hints["detector_id"])
|
|
2783
|
+
return typing.cast(IDetectorRef, jsii.sinvoke(cls, "fromDetectorId", [scope, id, detector_id]))
|
|
2784
|
+
|
|
2764
2785
|
@jsii.member(jsii_name="inspect")
|
|
2765
2786
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
2766
2787
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -4498,6 +4519,48 @@ class CfnMalwareProtectionPlan(
|
|
|
4498
4519
|
|
|
4499
4520
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
4500
4521
|
|
|
4522
|
+
@jsii.member(jsii_name="fromMalwareProtectionPlanArn")
|
|
4523
|
+
@builtins.classmethod
|
|
4524
|
+
def from_malware_protection_plan_arn(
|
|
4525
|
+
cls,
|
|
4526
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4527
|
+
id: builtins.str,
|
|
4528
|
+
arn: builtins.str,
|
|
4529
|
+
) -> IMalwareProtectionPlanRef:
|
|
4530
|
+
'''Creates a new IMalwareProtectionPlanRef from an ARN.
|
|
4531
|
+
|
|
4532
|
+
:param scope: -
|
|
4533
|
+
:param id: -
|
|
4534
|
+
:param arn: -
|
|
4535
|
+
'''
|
|
4536
|
+
if __debug__:
|
|
4537
|
+
type_hints = typing.get_type_hints(_typecheckingstub__9beb0e4b705cb1315021d1597ad3a8ef8f98d51f345baa42f6587d45977f630f)
|
|
4538
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4539
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4540
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
4541
|
+
return typing.cast(IMalwareProtectionPlanRef, jsii.sinvoke(cls, "fromMalwareProtectionPlanArn", [scope, id, arn]))
|
|
4542
|
+
|
|
4543
|
+
@jsii.member(jsii_name="fromMalwareProtectionPlanId")
|
|
4544
|
+
@builtins.classmethod
|
|
4545
|
+
def from_malware_protection_plan_id(
|
|
4546
|
+
cls,
|
|
4547
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4548
|
+
id: builtins.str,
|
|
4549
|
+
malware_protection_plan_id: builtins.str,
|
|
4550
|
+
) -> IMalwareProtectionPlanRef:
|
|
4551
|
+
'''Creates a new IMalwareProtectionPlanRef from a malwareProtectionPlanId.
|
|
4552
|
+
|
|
4553
|
+
:param scope: -
|
|
4554
|
+
:param id: -
|
|
4555
|
+
:param malware_protection_plan_id: -
|
|
4556
|
+
'''
|
|
4557
|
+
if __debug__:
|
|
4558
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2dc9250482abe101d6509cf926e75331c1ab605e103c4610913931bfc0ff5343)
|
|
4559
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4560
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4561
|
+
check_type(argname="argument malware_protection_plan_id", value=malware_protection_plan_id, expected_type=type_hints["malware_protection_plan_id"])
|
|
4562
|
+
return typing.cast(IMalwareProtectionPlanRef, jsii.sinvoke(cls, "fromMalwareProtectionPlanId", [scope, id, malware_protection_plan_id]))
|
|
4563
|
+
|
|
4501
4564
|
@jsii.member(jsii_name="inspect")
|
|
4502
4565
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
4503
4566
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -6892,6 +6955,14 @@ def _typecheckingstub__d4374e73b5cd2e2814bd72eb21f29547df6146e023d23ee6d5c8c8cdb
|
|
|
6892
6955
|
"""Type checking stubs"""
|
|
6893
6956
|
pass
|
|
6894
6957
|
|
|
6958
|
+
def _typecheckingstub__3c713ff5c3d63d8b0298c515dac65b7f9b853cb55d0ab5db4ed3060bd60413f3(
|
|
6959
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6960
|
+
id: builtins.str,
|
|
6961
|
+
detector_id: builtins.str,
|
|
6962
|
+
) -> None:
|
|
6963
|
+
"""Type checking stubs"""
|
|
6964
|
+
pass
|
|
6965
|
+
|
|
6895
6966
|
def _typecheckingstub__4cd13133d47f23bb91dcc2e425b360777bcd306422761af023eb8654fdc89892(
|
|
6896
6967
|
inspector: _TreeInspector_488e0dd5,
|
|
6897
6968
|
) -> None:
|
|
@@ -7179,6 +7250,22 @@ def _typecheckingstub__00ef930fce1d868abb00d70b721805e86a6ec1fb82c9df9f9974877a5
|
|
|
7179
7250
|
"""Type checking stubs"""
|
|
7180
7251
|
pass
|
|
7181
7252
|
|
|
7253
|
+
def _typecheckingstub__9beb0e4b705cb1315021d1597ad3a8ef8f98d51f345baa42f6587d45977f630f(
|
|
7254
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
7255
|
+
id: builtins.str,
|
|
7256
|
+
arn: builtins.str,
|
|
7257
|
+
) -> None:
|
|
7258
|
+
"""Type checking stubs"""
|
|
7259
|
+
pass
|
|
7260
|
+
|
|
7261
|
+
def _typecheckingstub__2dc9250482abe101d6509cf926e75331c1ab605e103c4610913931bfc0ff5343(
|
|
7262
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
7263
|
+
id: builtins.str,
|
|
7264
|
+
malware_protection_plan_id: builtins.str,
|
|
7265
|
+
) -> None:
|
|
7266
|
+
"""Type checking stubs"""
|
|
7267
|
+
pass
|
|
7268
|
+
|
|
7182
7269
|
def _typecheckingstub__f305bc4bdb4472c75f91bda6264efa88f5fca08c3003eadba070f5026ad64459(
|
|
7183
7270
|
inspector: _TreeInspector_488e0dd5,
|
|
7184
7271
|
) -> None:
|
|
@@ -327,6 +327,48 @@ class CfnDatastore(
|
|
|
327
327
|
|
|
328
328
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
329
329
|
|
|
330
|
+
@jsii.member(jsii_name="fromDatastoreArn")
|
|
331
|
+
@builtins.classmethod
|
|
332
|
+
def from_datastore_arn(
|
|
333
|
+
cls,
|
|
334
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
335
|
+
id: builtins.str,
|
|
336
|
+
arn: builtins.str,
|
|
337
|
+
) -> IDatastoreRef:
|
|
338
|
+
'''Creates a new IDatastoreRef from an ARN.
|
|
339
|
+
|
|
340
|
+
:param scope: -
|
|
341
|
+
:param id: -
|
|
342
|
+
:param arn: -
|
|
343
|
+
'''
|
|
344
|
+
if __debug__:
|
|
345
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5fb5ec4da2c6f352015085ae71237ce8e44cf2dd09fc81359c68bb5cb84b5cf9)
|
|
346
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
347
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
348
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
349
|
+
return typing.cast(IDatastoreRef, jsii.sinvoke(cls, "fromDatastoreArn", [scope, id, arn]))
|
|
350
|
+
|
|
351
|
+
@jsii.member(jsii_name="fromDatastoreId")
|
|
352
|
+
@builtins.classmethod
|
|
353
|
+
def from_datastore_id(
|
|
354
|
+
cls,
|
|
355
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
356
|
+
id: builtins.str,
|
|
357
|
+
datastore_id: builtins.str,
|
|
358
|
+
) -> IDatastoreRef:
|
|
359
|
+
'''Creates a new IDatastoreRef from a datastoreId.
|
|
360
|
+
|
|
361
|
+
:param scope: -
|
|
362
|
+
:param id: -
|
|
363
|
+
:param datastore_id: -
|
|
364
|
+
'''
|
|
365
|
+
if __debug__:
|
|
366
|
+
type_hints = typing.get_type_hints(_typecheckingstub__314be040c8eb5e03acac65995440ca8ecf395de82c807acd51190e6e674c6dac)
|
|
367
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
368
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
369
|
+
check_type(argname="argument datastore_id", value=datastore_id, expected_type=type_hints["datastore_id"])
|
|
370
|
+
return typing.cast(IDatastoreRef, jsii.sinvoke(cls, "fromDatastoreId", [scope, id, datastore_id]))
|
|
371
|
+
|
|
330
372
|
@jsii.member(jsii_name="inspect")
|
|
331
373
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
332
374
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -499,6 +541,22 @@ def _typecheckingstub__79b4005abdc2acc4fbde1f52def5483b4f3842866d771c24e762a57e0
|
|
|
499
541
|
"""Type checking stubs"""
|
|
500
542
|
pass
|
|
501
543
|
|
|
544
|
+
def _typecheckingstub__5fb5ec4da2c6f352015085ae71237ce8e44cf2dd09fc81359c68bb5cb84b5cf9(
|
|
545
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
546
|
+
id: builtins.str,
|
|
547
|
+
arn: builtins.str,
|
|
548
|
+
) -> None:
|
|
549
|
+
"""Type checking stubs"""
|
|
550
|
+
pass
|
|
551
|
+
|
|
552
|
+
def _typecheckingstub__314be040c8eb5e03acac65995440ca8ecf395de82c807acd51190e6e674c6dac(
|
|
553
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
554
|
+
id: builtins.str,
|
|
555
|
+
datastore_id: builtins.str,
|
|
556
|
+
) -> None:
|
|
557
|
+
"""Type checking stubs"""
|
|
558
|
+
pass
|
|
559
|
+
|
|
502
560
|
def _typecheckingstub__8bdc268a97ae36ff0ae5df6942796be9ba1153a94280260ebf5d7fd20625462e(
|
|
503
561
|
inspector: _TreeInspector_488e0dd5,
|
|
504
562
|
) -> None:
|
|
@@ -418,6 +418,27 @@ class CfnFHIRDatastore(
|
|
|
418
418
|
|
|
419
419
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
420
420
|
|
|
421
|
+
@jsii.member(jsii_name="fromDatastoreId")
|
|
422
|
+
@builtins.classmethod
|
|
423
|
+
def from_datastore_id(
|
|
424
|
+
cls,
|
|
425
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
426
|
+
id: builtins.str,
|
|
427
|
+
datastore_id: builtins.str,
|
|
428
|
+
) -> IFHIRDatastoreRef:
|
|
429
|
+
'''Creates a new IFHIRDatastoreRef from a datastoreId.
|
|
430
|
+
|
|
431
|
+
:param scope: -
|
|
432
|
+
:param id: -
|
|
433
|
+
:param datastore_id: -
|
|
434
|
+
'''
|
|
435
|
+
if __debug__:
|
|
436
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1aca17223f33eab4c3c32fe59502f6e15af4d519ea58e4d602d2408ce0b1dfa4)
|
|
437
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
438
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
439
|
+
check_type(argname="argument datastore_id", value=datastore_id, expected_type=type_hints["datastore_id"])
|
|
440
|
+
return typing.cast(IFHIRDatastoreRef, jsii.sinvoke(cls, "fromDatastoreId", [scope, id, datastore_id]))
|
|
441
|
+
|
|
421
442
|
@jsii.member(jsii_name="inspect")
|
|
422
443
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
423
444
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1056,6 +1077,14 @@ def _typecheckingstub__5a84066c5df4c48a34d687987d48edfe8b65e8bda26e4da5f30db9c93
|
|
|
1056
1077
|
"""Type checking stubs"""
|
|
1057
1078
|
pass
|
|
1058
1079
|
|
|
1080
|
+
def _typecheckingstub__1aca17223f33eab4c3c32fe59502f6e15af4d519ea58e4d602d2408ce0b1dfa4(
|
|
1081
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1082
|
+
id: builtins.str,
|
|
1083
|
+
datastore_id: builtins.str,
|
|
1084
|
+
) -> None:
|
|
1085
|
+
"""Type checking stubs"""
|
|
1086
|
+
pass
|
|
1087
|
+
|
|
1059
1088
|
def _typecheckingstub__f9041dc50c8109815f2c8dd04e804c6471002a65ab5f8f21a4695f6a237e3703(
|
|
1060
1089
|
inspector: _TreeInspector_488e0dd5,
|
|
1061
1090
|
) -> None:
|
|
@@ -602,6 +602,48 @@ class CfnMonitor(
|
|
|
602
602
|
|
|
603
603
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
604
604
|
|
|
605
|
+
@jsii.member(jsii_name="fromMonitorArn")
|
|
606
|
+
@builtins.classmethod
|
|
607
|
+
def from_monitor_arn(
|
|
608
|
+
cls,
|
|
609
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
610
|
+
id: builtins.str,
|
|
611
|
+
arn: builtins.str,
|
|
612
|
+
) -> IMonitorRef:
|
|
613
|
+
'''Creates a new IMonitorRef from an ARN.
|
|
614
|
+
|
|
615
|
+
:param scope: -
|
|
616
|
+
:param id: -
|
|
617
|
+
:param arn: -
|
|
618
|
+
'''
|
|
619
|
+
if __debug__:
|
|
620
|
+
type_hints = typing.get_type_hints(_typecheckingstub__66126f687a34f65103f3987135d59be59beea7b854967ebe7869e56b557196e6)
|
|
621
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
622
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
623
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
624
|
+
return typing.cast(IMonitorRef, jsii.sinvoke(cls, "fromMonitorArn", [scope, id, arn]))
|
|
625
|
+
|
|
626
|
+
@jsii.member(jsii_name="fromMonitorName")
|
|
627
|
+
@builtins.classmethod
|
|
628
|
+
def from_monitor_name(
|
|
629
|
+
cls,
|
|
630
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
631
|
+
id: builtins.str,
|
|
632
|
+
monitor_name: builtins.str,
|
|
633
|
+
) -> IMonitorRef:
|
|
634
|
+
'''Creates a new IMonitorRef from a monitorName.
|
|
635
|
+
|
|
636
|
+
:param scope: -
|
|
637
|
+
:param id: -
|
|
638
|
+
:param monitor_name: -
|
|
639
|
+
'''
|
|
640
|
+
if __debug__:
|
|
641
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b08db58b07bcc2642602e00bb759e374c262439bdb8f7478e94d862c65b05ce2)
|
|
642
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
643
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
644
|
+
check_type(argname="argument monitor_name", value=monitor_name, expected_type=type_hints["monitor_name"])
|
|
645
|
+
return typing.cast(IMonitorRef, jsii.sinvoke(cls, "fromMonitorName", [scope, id, monitor_name]))
|
|
646
|
+
|
|
605
647
|
@jsii.member(jsii_name="inspect")
|
|
606
648
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
607
649
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1312,6 +1354,22 @@ def _typecheckingstub__b49625d902a7236b204a8a96b68b35647ded5da14fa0241503fe8aed7
|
|
|
1312
1354
|
"""Type checking stubs"""
|
|
1313
1355
|
pass
|
|
1314
1356
|
|
|
1357
|
+
def _typecheckingstub__66126f687a34f65103f3987135d59be59beea7b854967ebe7869e56b557196e6(
|
|
1358
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1359
|
+
id: builtins.str,
|
|
1360
|
+
arn: builtins.str,
|
|
1361
|
+
) -> None:
|
|
1362
|
+
"""Type checking stubs"""
|
|
1363
|
+
pass
|
|
1364
|
+
|
|
1365
|
+
def _typecheckingstub__b08db58b07bcc2642602e00bb759e374c262439bdb8f7478e94d862c65b05ce2(
|
|
1366
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1367
|
+
id: builtins.str,
|
|
1368
|
+
monitor_name: builtins.str,
|
|
1369
|
+
) -> None:
|
|
1370
|
+
"""Type checking stubs"""
|
|
1371
|
+
pass
|
|
1372
|
+
|
|
1315
1373
|
def _typecheckingstub__b9b595277fbc445515d03337a4dad34db4660278ac9bbe6f5c8b9c7ed6952d46(
|
|
1316
1374
|
inspector: _TreeInspector_488e0dd5,
|
|
1317
1375
|
) -> None:
|