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
aws_cdk/aws_smsvoice/__init__.py
CHANGED
|
@@ -1936,6 +1936,48 @@ class CfnConfigurationSet(
|
|
|
1936
1936
|
|
|
1937
1937
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1938
1938
|
|
|
1939
|
+
@jsii.member(jsii_name="fromConfigurationSetArn")
|
|
1940
|
+
@builtins.classmethod
|
|
1941
|
+
def from_configuration_set_arn(
|
|
1942
|
+
cls,
|
|
1943
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1944
|
+
id: builtins.str,
|
|
1945
|
+
arn: builtins.str,
|
|
1946
|
+
) -> IConfigurationSetRef:
|
|
1947
|
+
'''Creates a new IConfigurationSetRef from an ARN.
|
|
1948
|
+
|
|
1949
|
+
:param scope: -
|
|
1950
|
+
:param id: -
|
|
1951
|
+
:param arn: -
|
|
1952
|
+
'''
|
|
1953
|
+
if __debug__:
|
|
1954
|
+
type_hints = typing.get_type_hints(_typecheckingstub__bd09a8e0a95f96b6bf6ade58869d230ef8c16df306e2dba74636ef174182860e)
|
|
1955
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1956
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1957
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
1958
|
+
return typing.cast(IConfigurationSetRef, jsii.sinvoke(cls, "fromConfigurationSetArn", [scope, id, arn]))
|
|
1959
|
+
|
|
1960
|
+
@jsii.member(jsii_name="fromConfigurationSetName")
|
|
1961
|
+
@builtins.classmethod
|
|
1962
|
+
def from_configuration_set_name(
|
|
1963
|
+
cls,
|
|
1964
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1965
|
+
id: builtins.str,
|
|
1966
|
+
configuration_set_name: builtins.str,
|
|
1967
|
+
) -> IConfigurationSetRef:
|
|
1968
|
+
'''Creates a new IConfigurationSetRef from a configurationSetName.
|
|
1969
|
+
|
|
1970
|
+
:param scope: -
|
|
1971
|
+
:param id: -
|
|
1972
|
+
:param configuration_set_name: -
|
|
1973
|
+
'''
|
|
1974
|
+
if __debug__:
|
|
1975
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b2808c7d63f3da460cc51d6d5193de4fa41ad6dd91676f0cdf055c67e7f58e61)
|
|
1976
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1977
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1978
|
+
check_type(argname="argument configuration_set_name", value=configuration_set_name, expected_type=type_hints["configuration_set_name"])
|
|
1979
|
+
return typing.cast(IConfigurationSetRef, jsii.sinvoke(cls, "fromConfigurationSetName", [scope, id, configuration_set_name]))
|
|
1980
|
+
|
|
1939
1981
|
@jsii.member(jsii_name="inspect")
|
|
1940
1982
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1941
1983
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -2495,6 +2537,48 @@ class CfnOptOutList(
|
|
|
2495
2537
|
|
|
2496
2538
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
2497
2539
|
|
|
2540
|
+
@jsii.member(jsii_name="fromOptOutListArn")
|
|
2541
|
+
@builtins.classmethod
|
|
2542
|
+
def from_opt_out_list_arn(
|
|
2543
|
+
cls,
|
|
2544
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2545
|
+
id: builtins.str,
|
|
2546
|
+
arn: builtins.str,
|
|
2547
|
+
) -> IOptOutListRef:
|
|
2548
|
+
'''Creates a new IOptOutListRef from an ARN.
|
|
2549
|
+
|
|
2550
|
+
:param scope: -
|
|
2551
|
+
:param id: -
|
|
2552
|
+
:param arn: -
|
|
2553
|
+
'''
|
|
2554
|
+
if __debug__:
|
|
2555
|
+
type_hints = typing.get_type_hints(_typecheckingstub__124a7f8a72ebe536ef9b7171326a8506b93040fca900f1f72574cfb0fcf6615a)
|
|
2556
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2557
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2558
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
2559
|
+
return typing.cast(IOptOutListRef, jsii.sinvoke(cls, "fromOptOutListArn", [scope, id, arn]))
|
|
2560
|
+
|
|
2561
|
+
@jsii.member(jsii_name="fromOptOutListName")
|
|
2562
|
+
@builtins.classmethod
|
|
2563
|
+
def from_opt_out_list_name(
|
|
2564
|
+
cls,
|
|
2565
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2566
|
+
id: builtins.str,
|
|
2567
|
+
opt_out_list_name: builtins.str,
|
|
2568
|
+
) -> IOptOutListRef:
|
|
2569
|
+
'''Creates a new IOptOutListRef from a optOutListName.
|
|
2570
|
+
|
|
2571
|
+
:param scope: -
|
|
2572
|
+
:param id: -
|
|
2573
|
+
:param opt_out_list_name: -
|
|
2574
|
+
'''
|
|
2575
|
+
if __debug__:
|
|
2576
|
+
type_hints = typing.get_type_hints(_typecheckingstub__622c503ac8ae593c9642ed89cd09ede46c174901d31e6df008c2338639830854)
|
|
2577
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2578
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2579
|
+
check_type(argname="argument opt_out_list_name", value=opt_out_list_name, expected_type=type_hints["opt_out_list_name"])
|
|
2580
|
+
return typing.cast(IOptOutListRef, jsii.sinvoke(cls, "fromOptOutListName", [scope, id, opt_out_list_name]))
|
|
2581
|
+
|
|
2498
2582
|
@jsii.member(jsii_name="inspect")
|
|
2499
2583
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
2500
2584
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -2686,6 +2770,48 @@ class CfnPhoneNumber(
|
|
|
2686
2770
|
|
|
2687
2771
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
2688
2772
|
|
|
2773
|
+
@jsii.member(jsii_name="fromPhoneNumberArn")
|
|
2774
|
+
@builtins.classmethod
|
|
2775
|
+
def from_phone_number_arn(
|
|
2776
|
+
cls,
|
|
2777
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2778
|
+
id: builtins.str,
|
|
2779
|
+
arn: builtins.str,
|
|
2780
|
+
) -> IPhoneNumberRef:
|
|
2781
|
+
'''Creates a new IPhoneNumberRef from an ARN.
|
|
2782
|
+
|
|
2783
|
+
:param scope: -
|
|
2784
|
+
:param id: -
|
|
2785
|
+
:param arn: -
|
|
2786
|
+
'''
|
|
2787
|
+
if __debug__:
|
|
2788
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5dfc18d9f79d711e366b295b9bc0e833aa10566992f8cba470cdf07bb5e180e7)
|
|
2789
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2790
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2791
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
2792
|
+
return typing.cast(IPhoneNumberRef, jsii.sinvoke(cls, "fromPhoneNumberArn", [scope, id, arn]))
|
|
2793
|
+
|
|
2794
|
+
@jsii.member(jsii_name="fromPhoneNumberId")
|
|
2795
|
+
@builtins.classmethod
|
|
2796
|
+
def from_phone_number_id(
|
|
2797
|
+
cls,
|
|
2798
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2799
|
+
id: builtins.str,
|
|
2800
|
+
phone_number_id: builtins.str,
|
|
2801
|
+
) -> IPhoneNumberRef:
|
|
2802
|
+
'''Creates a new IPhoneNumberRef from a phoneNumberId.
|
|
2803
|
+
|
|
2804
|
+
:param scope: -
|
|
2805
|
+
:param id: -
|
|
2806
|
+
:param phone_number_id: -
|
|
2807
|
+
'''
|
|
2808
|
+
if __debug__:
|
|
2809
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1f23d5045dfaa44877e6d3c4cb6efd3e609dbb687fa2b056b6a62d4ef75a4f62)
|
|
2810
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2811
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2812
|
+
check_type(argname="argument phone_number_id", value=phone_number_id, expected_type=type_hints["phone_number_id"])
|
|
2813
|
+
return typing.cast(IPhoneNumberRef, jsii.sinvoke(cls, "fromPhoneNumberId", [scope, id, phone_number_id]))
|
|
2814
|
+
|
|
2689
2815
|
@jsii.member(jsii_name="inspect")
|
|
2690
2816
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
2691
2817
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -3342,6 +3468,48 @@ class CfnPool(
|
|
|
3342
3468
|
|
|
3343
3469
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
3344
3470
|
|
|
3471
|
+
@jsii.member(jsii_name="fromPoolArn")
|
|
3472
|
+
@builtins.classmethod
|
|
3473
|
+
def from_pool_arn(
|
|
3474
|
+
cls,
|
|
3475
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3476
|
+
id: builtins.str,
|
|
3477
|
+
arn: builtins.str,
|
|
3478
|
+
) -> IPoolRef:
|
|
3479
|
+
'''Creates a new IPoolRef from an ARN.
|
|
3480
|
+
|
|
3481
|
+
:param scope: -
|
|
3482
|
+
:param id: -
|
|
3483
|
+
:param arn: -
|
|
3484
|
+
'''
|
|
3485
|
+
if __debug__:
|
|
3486
|
+
type_hints = typing.get_type_hints(_typecheckingstub__44b74b415a2e8fb8ef92df3df07db6ad2cc85726f2444e9b9d644550e1c607ba)
|
|
3487
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3488
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3489
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
3490
|
+
return typing.cast(IPoolRef, jsii.sinvoke(cls, "fromPoolArn", [scope, id, arn]))
|
|
3491
|
+
|
|
3492
|
+
@jsii.member(jsii_name="fromPoolId")
|
|
3493
|
+
@builtins.classmethod
|
|
3494
|
+
def from_pool_id(
|
|
3495
|
+
cls,
|
|
3496
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3497
|
+
id: builtins.str,
|
|
3498
|
+
pool_id: builtins.str,
|
|
3499
|
+
) -> IPoolRef:
|
|
3500
|
+
'''Creates a new IPoolRef from a poolId.
|
|
3501
|
+
|
|
3502
|
+
:param scope: -
|
|
3503
|
+
:param id: -
|
|
3504
|
+
:param pool_id: -
|
|
3505
|
+
'''
|
|
3506
|
+
if __debug__:
|
|
3507
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5ce42e7a80b4b0868c7483a5f4ddc88ae813c01332c1d0dba0f0e1977d2a9e8f)
|
|
3508
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3509
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3510
|
+
check_type(argname="argument pool_id", value=pool_id, expected_type=type_hints["pool_id"])
|
|
3511
|
+
return typing.cast(IPoolRef, jsii.sinvoke(cls, "fromPoolId", [scope, id, pool_id]))
|
|
3512
|
+
|
|
3345
3513
|
@jsii.member(jsii_name="inspect")
|
|
3346
3514
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
3347
3515
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -3947,6 +4115,48 @@ class CfnProtectConfiguration(
|
|
|
3947
4115
|
|
|
3948
4116
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
3949
4117
|
|
|
4118
|
+
@jsii.member(jsii_name="fromProtectConfigurationArn")
|
|
4119
|
+
@builtins.classmethod
|
|
4120
|
+
def from_protect_configuration_arn(
|
|
4121
|
+
cls,
|
|
4122
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4123
|
+
id: builtins.str,
|
|
4124
|
+
arn: builtins.str,
|
|
4125
|
+
) -> IProtectConfigurationRef:
|
|
4126
|
+
'''Creates a new IProtectConfigurationRef from an ARN.
|
|
4127
|
+
|
|
4128
|
+
:param scope: -
|
|
4129
|
+
:param id: -
|
|
4130
|
+
:param arn: -
|
|
4131
|
+
'''
|
|
4132
|
+
if __debug__:
|
|
4133
|
+
type_hints = typing.get_type_hints(_typecheckingstub__30a9d4af727d92ea133d23d5c13cb27130f80d90393dc02c481aa8e3278db26b)
|
|
4134
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4135
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4136
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
4137
|
+
return typing.cast(IProtectConfigurationRef, jsii.sinvoke(cls, "fromProtectConfigurationArn", [scope, id, arn]))
|
|
4138
|
+
|
|
4139
|
+
@jsii.member(jsii_name="fromProtectConfigurationId")
|
|
4140
|
+
@builtins.classmethod
|
|
4141
|
+
def from_protect_configuration_id(
|
|
4142
|
+
cls,
|
|
4143
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4144
|
+
id: builtins.str,
|
|
4145
|
+
protect_configuration_id: builtins.str,
|
|
4146
|
+
) -> IProtectConfigurationRef:
|
|
4147
|
+
'''Creates a new IProtectConfigurationRef from a protectConfigurationId.
|
|
4148
|
+
|
|
4149
|
+
:param scope: -
|
|
4150
|
+
:param id: -
|
|
4151
|
+
:param protect_configuration_id: -
|
|
4152
|
+
'''
|
|
4153
|
+
if __debug__:
|
|
4154
|
+
type_hints = typing.get_type_hints(_typecheckingstub__fa99a78e7c983e2ce15b9de8f681c35d2e97ff106cdb14797363208ff8fa2678)
|
|
4155
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4156
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4157
|
+
check_type(argname="argument protect_configuration_id", value=protect_configuration_id, expected_type=type_hints["protect_configuration_id"])
|
|
4158
|
+
return typing.cast(IProtectConfigurationRef, jsii.sinvoke(cls, "fromProtectConfigurationId", [scope, id, protect_configuration_id]))
|
|
4159
|
+
|
|
3950
4160
|
@jsii.member(jsii_name="inspect")
|
|
3951
4161
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
3952
4162
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -4426,6 +4636,27 @@ class CfnSenderId(
|
|
|
4426
4636
|
|
|
4427
4637
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
4428
4638
|
|
|
4639
|
+
@jsii.member(jsii_name="fromSenderIdArn")
|
|
4640
|
+
@builtins.classmethod
|
|
4641
|
+
def from_sender_id_arn(
|
|
4642
|
+
cls,
|
|
4643
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4644
|
+
id: builtins.str,
|
|
4645
|
+
arn: builtins.str,
|
|
4646
|
+
) -> ISenderIdRef:
|
|
4647
|
+
'''Creates a new ISenderIdRef from an ARN.
|
|
4648
|
+
|
|
4649
|
+
:param scope: -
|
|
4650
|
+
:param id: -
|
|
4651
|
+
:param arn: -
|
|
4652
|
+
'''
|
|
4653
|
+
if __debug__:
|
|
4654
|
+
type_hints = typing.get_type_hints(_typecheckingstub__0ed9f9558b69ae7c6d0f56f6f39794502d3498877fe17676f324c53d33940707)
|
|
4655
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4656
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4657
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
4658
|
+
return typing.cast(ISenderIdRef, jsii.sinvoke(cls, "fromSenderIdArn", [scope, id, arn]))
|
|
4659
|
+
|
|
4429
4660
|
@jsii.member(jsii_name="inspect")
|
|
4430
4661
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
4431
4662
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -4721,6 +4952,22 @@ def _typecheckingstub__40dfc64df6dc2c0a72f2a15a90352d0f45df52177e2673d853e93c45f
|
|
|
4721
4952
|
"""Type checking stubs"""
|
|
4722
4953
|
pass
|
|
4723
4954
|
|
|
4955
|
+
def _typecheckingstub__bd09a8e0a95f96b6bf6ade58869d230ef8c16df306e2dba74636ef174182860e(
|
|
4956
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4957
|
+
id: builtins.str,
|
|
4958
|
+
arn: builtins.str,
|
|
4959
|
+
) -> None:
|
|
4960
|
+
"""Type checking stubs"""
|
|
4961
|
+
pass
|
|
4962
|
+
|
|
4963
|
+
def _typecheckingstub__b2808c7d63f3da460cc51d6d5193de4fa41ad6dd91676f0cdf055c67e7f58e61(
|
|
4964
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4965
|
+
id: builtins.str,
|
|
4966
|
+
configuration_set_name: builtins.str,
|
|
4967
|
+
) -> None:
|
|
4968
|
+
"""Type checking stubs"""
|
|
4969
|
+
pass
|
|
4970
|
+
|
|
4724
4971
|
def _typecheckingstub__0b8914b55c8c9175cb9d85ebbc19bd9b2ce8ee1fa9391da5cfe4b1d45d0285f4(
|
|
4725
4972
|
inspector: _TreeInspector_488e0dd5,
|
|
4726
4973
|
) -> None:
|
|
@@ -4814,6 +5061,22 @@ def _typecheckingstub__ea38a41fadafddeabec02441f39c67873aa2e47aa1a61c10bd3923050
|
|
|
4814
5061
|
"""Type checking stubs"""
|
|
4815
5062
|
pass
|
|
4816
5063
|
|
|
5064
|
+
def _typecheckingstub__124a7f8a72ebe536ef9b7171326a8506b93040fca900f1f72574cfb0fcf6615a(
|
|
5065
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5066
|
+
id: builtins.str,
|
|
5067
|
+
arn: builtins.str,
|
|
5068
|
+
) -> None:
|
|
5069
|
+
"""Type checking stubs"""
|
|
5070
|
+
pass
|
|
5071
|
+
|
|
5072
|
+
def _typecheckingstub__622c503ac8ae593c9642ed89cd09ede46c174901d31e6df008c2338639830854(
|
|
5073
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5074
|
+
id: builtins.str,
|
|
5075
|
+
opt_out_list_name: builtins.str,
|
|
5076
|
+
) -> None:
|
|
5077
|
+
"""Type checking stubs"""
|
|
5078
|
+
pass
|
|
5079
|
+
|
|
4817
5080
|
def _typecheckingstub__5630a2d0159373226ec89552708a8f793a351be99f553dcc655511073c80a14d(
|
|
4818
5081
|
inspector: _TreeInspector_488e0dd5,
|
|
4819
5082
|
) -> None:
|
|
@@ -4856,6 +5119,22 @@ def _typecheckingstub__32252c96682ee51fe1d1c58cae6b6350f48d46d59b1d32994ea664019
|
|
|
4856
5119
|
"""Type checking stubs"""
|
|
4857
5120
|
pass
|
|
4858
5121
|
|
|
5122
|
+
def _typecheckingstub__5dfc18d9f79d711e366b295b9bc0e833aa10566992f8cba470cdf07bb5e180e7(
|
|
5123
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5124
|
+
id: builtins.str,
|
|
5125
|
+
arn: builtins.str,
|
|
5126
|
+
) -> None:
|
|
5127
|
+
"""Type checking stubs"""
|
|
5128
|
+
pass
|
|
5129
|
+
|
|
5130
|
+
def _typecheckingstub__1f23d5045dfaa44877e6d3c4cb6efd3e609dbb687fa2b056b6a62d4ef75a4f62(
|
|
5131
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5132
|
+
id: builtins.str,
|
|
5133
|
+
phone_number_id: builtins.str,
|
|
5134
|
+
) -> None:
|
|
5135
|
+
"""Type checking stubs"""
|
|
5136
|
+
pass
|
|
5137
|
+
|
|
4859
5138
|
def _typecheckingstub__3790bd7e3f6d7b04591d9b408e55b3ef461fabc7e864e5952080929d0ba44a15(
|
|
4860
5139
|
inspector: _TreeInspector_488e0dd5,
|
|
4861
5140
|
) -> None:
|
|
@@ -4978,6 +5257,22 @@ def _typecheckingstub__59ec152307c1b9f9d8e2674741d58c16f421e0af6e557203e2d5863f8
|
|
|
4978
5257
|
"""Type checking stubs"""
|
|
4979
5258
|
pass
|
|
4980
5259
|
|
|
5260
|
+
def _typecheckingstub__44b74b415a2e8fb8ef92df3df07db6ad2cc85726f2444e9b9d644550e1c607ba(
|
|
5261
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5262
|
+
id: builtins.str,
|
|
5263
|
+
arn: builtins.str,
|
|
5264
|
+
) -> None:
|
|
5265
|
+
"""Type checking stubs"""
|
|
5266
|
+
pass
|
|
5267
|
+
|
|
5268
|
+
def _typecheckingstub__5ce42e7a80b4b0868c7483a5f4ddc88ae813c01332c1d0dba0f0e1977d2a9e8f(
|
|
5269
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5270
|
+
id: builtins.str,
|
|
5271
|
+
pool_id: builtins.str,
|
|
5272
|
+
) -> None:
|
|
5273
|
+
"""Type checking stubs"""
|
|
5274
|
+
pass
|
|
5275
|
+
|
|
4981
5276
|
def _typecheckingstub__646191d64123d913d9874d1256f9666fa44f2c2849e5f6977d435e871d608fea(
|
|
4982
5277
|
inspector: _TreeInspector_488e0dd5,
|
|
4983
5278
|
) -> None:
|
|
@@ -5088,6 +5383,22 @@ def _typecheckingstub__3395de3209762a050f467d1fe0a98e4e81c55a9fa41d448e97b764225
|
|
|
5088
5383
|
"""Type checking stubs"""
|
|
5089
5384
|
pass
|
|
5090
5385
|
|
|
5386
|
+
def _typecheckingstub__30a9d4af727d92ea133d23d5c13cb27130f80d90393dc02c481aa8e3278db26b(
|
|
5387
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5388
|
+
id: builtins.str,
|
|
5389
|
+
arn: builtins.str,
|
|
5390
|
+
) -> None:
|
|
5391
|
+
"""Type checking stubs"""
|
|
5392
|
+
pass
|
|
5393
|
+
|
|
5394
|
+
def _typecheckingstub__fa99a78e7c983e2ce15b9de8f681c35d2e97ff106cdb14797363208ff8fa2678(
|
|
5395
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5396
|
+
id: builtins.str,
|
|
5397
|
+
protect_configuration_id: builtins.str,
|
|
5398
|
+
) -> None:
|
|
5399
|
+
"""Type checking stubs"""
|
|
5400
|
+
pass
|
|
5401
|
+
|
|
5091
5402
|
def _typecheckingstub__f6093fb47c5b0a611eabf40e86a7bee9346024756d80420e8a57fe0de5453a18(
|
|
5092
5403
|
inspector: _TreeInspector_488e0dd5,
|
|
5093
5404
|
) -> None:
|
|
@@ -5181,6 +5492,14 @@ def _typecheckingstub__579e8861eeec43305720b40c1d4cd3b273ca5261f965f0fa1cc4ee0e0
|
|
|
5181
5492
|
"""Type checking stubs"""
|
|
5182
5493
|
pass
|
|
5183
5494
|
|
|
5495
|
+
def _typecheckingstub__0ed9f9558b69ae7c6d0f56f6f39794502d3498877fe17676f324c53d33940707(
|
|
5496
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5497
|
+
id: builtins.str,
|
|
5498
|
+
arn: builtins.str,
|
|
5499
|
+
) -> None:
|
|
5500
|
+
"""Type checking stubs"""
|
|
5501
|
+
pass
|
|
5502
|
+
|
|
5184
5503
|
def _typecheckingstub__824bd75372c0cb805352438204088f4be0bdaf1e2b369e61edb178255f394f92(
|
|
5185
5504
|
inspector: _TreeInspector_488e0dd5,
|
|
5186
5505
|
) -> None:
|
aws_cdk/aws_ssm/__init__.py
CHANGED
|
@@ -5416,6 +5416,27 @@ class CfnAssociation(
|
|
|
5416
5416
|
|
|
5417
5417
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
5418
5418
|
|
|
5419
|
+
@jsii.member(jsii_name="fromAssociationId")
|
|
5420
|
+
@builtins.classmethod
|
|
5421
|
+
def from_association_id(
|
|
5422
|
+
cls,
|
|
5423
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5424
|
+
id: builtins.str,
|
|
5425
|
+
association_id: builtins.str,
|
|
5426
|
+
) -> IAssociationRef:
|
|
5427
|
+
'''Creates a new IAssociationRef from a associationId.
|
|
5428
|
+
|
|
5429
|
+
:param scope: -
|
|
5430
|
+
:param id: -
|
|
5431
|
+
:param association_id: -
|
|
5432
|
+
'''
|
|
5433
|
+
if __debug__:
|
|
5434
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b2a4e2f6f1ad5f1b777c7a5fcb533625aa60df723d920b56a3738329f8b631cb)
|
|
5435
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
5436
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
5437
|
+
check_type(argname="argument association_id", value=association_id, expected_type=type_hints["association_id"])
|
|
5438
|
+
return typing.cast(IAssociationRef, jsii.sinvoke(cls, "fromAssociationId", [scope, id, association_id]))
|
|
5439
|
+
|
|
5419
5440
|
@jsii.member(jsii_name="inspect")
|
|
5420
5441
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
5421
5442
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -6016,6 +6037,27 @@ class CfnDocument(
|
|
|
6016
6037
|
|
|
6017
6038
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
6018
6039
|
|
|
6040
|
+
@jsii.member(jsii_name="fromDocumentName")
|
|
6041
|
+
@builtins.classmethod
|
|
6042
|
+
def from_document_name(
|
|
6043
|
+
cls,
|
|
6044
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6045
|
+
id: builtins.str,
|
|
6046
|
+
document_name: builtins.str,
|
|
6047
|
+
) -> IDocumentRef:
|
|
6048
|
+
'''Creates a new IDocumentRef from a documentName.
|
|
6049
|
+
|
|
6050
|
+
:param scope: -
|
|
6051
|
+
:param id: -
|
|
6052
|
+
:param document_name: -
|
|
6053
|
+
'''
|
|
6054
|
+
if __debug__:
|
|
6055
|
+
type_hints = typing.get_type_hints(_typecheckingstub__0c67b192e3e153596beb12dc7520f7cbf677768f2e862aa4d968b306611aea53)
|
|
6056
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
6057
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
6058
|
+
check_type(argname="argument document_name", value=document_name, expected_type=type_hints["document_name"])
|
|
6059
|
+
return typing.cast(IDocumentRef, jsii.sinvoke(cls, "fromDocumentName", [scope, id, document_name]))
|
|
6060
|
+
|
|
6019
6061
|
@jsii.member(jsii_name="inspect")
|
|
6020
6062
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
6021
6063
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -9670,6 +9712,27 @@ class CfnResourceDataSync(
|
|
|
9670
9712
|
|
|
9671
9713
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
9672
9714
|
|
|
9715
|
+
@jsii.member(jsii_name="fromSyncName")
|
|
9716
|
+
@builtins.classmethod
|
|
9717
|
+
def from_sync_name(
|
|
9718
|
+
cls,
|
|
9719
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9720
|
+
id: builtins.str,
|
|
9721
|
+
sync_name: builtins.str,
|
|
9722
|
+
) -> IResourceDataSyncRef:
|
|
9723
|
+
'''Creates a new IResourceDataSyncRef from a syncName.
|
|
9724
|
+
|
|
9725
|
+
:param scope: -
|
|
9726
|
+
:param id: -
|
|
9727
|
+
:param sync_name: -
|
|
9728
|
+
'''
|
|
9729
|
+
if __debug__:
|
|
9730
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8cedf0c69b18eabda62c763c9450657c3f2ff5e3fd11df7e4494672287104d75)
|
|
9731
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
9732
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
9733
|
+
check_type(argname="argument sync_name", value=sync_name, expected_type=type_hints["sync_name"])
|
|
9734
|
+
return typing.cast(IResourceDataSyncRef, jsii.sinvoke(cls, "fromSyncName", [scope, id, sync_name]))
|
|
9735
|
+
|
|
9673
9736
|
@jsii.member(jsii_name="inspect")
|
|
9674
9737
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
9675
9738
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -10873,6 +10936,14 @@ def _typecheckingstub__92579425f735301e17a993e7df464a283a7d42ba685c2d4205cf945db
|
|
|
10873
10936
|
"""Type checking stubs"""
|
|
10874
10937
|
pass
|
|
10875
10938
|
|
|
10939
|
+
def _typecheckingstub__b2a4e2f6f1ad5f1b777c7a5fcb533625aa60df723d920b56a3738329f8b631cb(
|
|
10940
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
10941
|
+
id: builtins.str,
|
|
10942
|
+
association_id: builtins.str,
|
|
10943
|
+
) -> None:
|
|
10944
|
+
"""Type checking stubs"""
|
|
10945
|
+
pass
|
|
10946
|
+
|
|
10876
10947
|
def _typecheckingstub__04dced959ace7c06e46713696a2e0111696820a92076dddbfb0d4e73ef74ff78(
|
|
10877
10948
|
inspector: _TreeInspector_488e0dd5,
|
|
10878
10949
|
) -> None:
|
|
@@ -11029,6 +11100,14 @@ def _typecheckingstub__4d0587e99b7ec516726ff27f1c34b1714d8645ad06944d59be27a6125
|
|
|
11029
11100
|
"""Type checking stubs"""
|
|
11030
11101
|
pass
|
|
11031
11102
|
|
|
11103
|
+
def _typecheckingstub__0c67b192e3e153596beb12dc7520f7cbf677768f2e862aa4d968b306611aea53(
|
|
11104
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
11105
|
+
id: builtins.str,
|
|
11106
|
+
document_name: builtins.str,
|
|
11107
|
+
) -> None:
|
|
11108
|
+
"""Type checking stubs"""
|
|
11109
|
+
pass
|
|
11110
|
+
|
|
11032
11111
|
def _typecheckingstub__e943c2273ff892e2fdd4d583a1890854bb12dbd590854b62347e2fa9562d5a14(
|
|
11033
11112
|
inspector: _TreeInspector_488e0dd5,
|
|
11034
11113
|
) -> None:
|
|
@@ -11756,6 +11835,14 @@ def _typecheckingstub__c8a24f4d86cad49691c9635278face17e76a24ad5a69daef9687e1e2d
|
|
|
11756
11835
|
"""Type checking stubs"""
|
|
11757
11836
|
pass
|
|
11758
11837
|
|
|
11838
|
+
def _typecheckingstub__8cedf0c69b18eabda62c763c9450657c3f2ff5e3fd11df7e4494672287104d75(
|
|
11839
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
11840
|
+
id: builtins.str,
|
|
11841
|
+
sync_name: builtins.str,
|
|
11842
|
+
) -> None:
|
|
11843
|
+
"""Type checking stubs"""
|
|
11844
|
+
pass
|
|
11845
|
+
|
|
11759
11846
|
def _typecheckingstub__23f6022ac7efc29929aa079bf79384c8ac5f0ba1718316a5dd4e06c591b9203d(
|
|
11760
11847
|
inspector: _TreeInspector_488e0dd5,
|
|
11761
11848
|
) -> None:
|
|
@@ -3925,6 +3925,27 @@ class CfnCanary(
|
|
|
3925
3925
|
|
|
3926
3926
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
3927
3927
|
|
|
3928
|
+
@jsii.member(jsii_name="fromCanaryName")
|
|
3929
|
+
@builtins.classmethod
|
|
3930
|
+
def from_canary_name(
|
|
3931
|
+
cls,
|
|
3932
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3933
|
+
id: builtins.str,
|
|
3934
|
+
canary_name: builtins.str,
|
|
3935
|
+
) -> ICanaryRef:
|
|
3936
|
+
'''Creates a new ICanaryRef from a canaryName.
|
|
3937
|
+
|
|
3938
|
+
:param scope: -
|
|
3939
|
+
:param id: -
|
|
3940
|
+
:param canary_name: -
|
|
3941
|
+
'''
|
|
3942
|
+
if __debug__:
|
|
3943
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a9ea9a4c62ed507734c1656b5b5b9ece24a5a15e32aa598350d8dcba80710c99)
|
|
3944
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3945
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3946
|
+
check_type(argname="argument canary_name", value=canary_name, expected_type=type_hints["canary_name"])
|
|
3947
|
+
return typing.cast(ICanaryRef, jsii.sinvoke(cls, "fromCanaryName", [scope, id, canary_name]))
|
|
3948
|
+
|
|
3928
3949
|
@jsii.member(jsii_name="inspect")
|
|
3929
3950
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
3930
3951
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -5860,6 +5881,14 @@ def _typecheckingstub__b8fcb3f48eca9399b4d1d31a5ef709e22f9fa52ad1e174b75d8313ef2
|
|
|
5860
5881
|
"""Type checking stubs"""
|
|
5861
5882
|
pass
|
|
5862
5883
|
|
|
5884
|
+
def _typecheckingstub__a9ea9a4c62ed507734c1656b5b5b9ece24a5a15e32aa598350d8dcba80710c99(
|
|
5885
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5886
|
+
id: builtins.str,
|
|
5887
|
+
canary_name: builtins.str,
|
|
5888
|
+
) -> None:
|
|
5889
|
+
"""Type checking stubs"""
|
|
5890
|
+
pass
|
|
5891
|
+
|
|
5863
5892
|
def _typecheckingstub__bc166bab0fcf177897c1dbb233203e39458428064bc6ff7215b01b2b3ec6f3a2(
|
|
5864
5893
|
inspector: _TreeInspector_488e0dd5,
|
|
5865
5894
|
) -> None:
|
|
@@ -1485,6 +1485,48 @@ class CfnDatabase(
|
|
|
1485
1485
|
|
|
1486
1486
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1487
1487
|
|
|
1488
|
+
@jsii.member(jsii_name="fromDatabaseArn")
|
|
1489
|
+
@builtins.classmethod
|
|
1490
|
+
def from_database_arn(
|
|
1491
|
+
cls,
|
|
1492
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1493
|
+
id: builtins.str,
|
|
1494
|
+
arn: builtins.str,
|
|
1495
|
+
) -> IDatabaseRef:
|
|
1496
|
+
'''Creates a new IDatabaseRef from an ARN.
|
|
1497
|
+
|
|
1498
|
+
:param scope: -
|
|
1499
|
+
:param id: -
|
|
1500
|
+
:param arn: -
|
|
1501
|
+
'''
|
|
1502
|
+
if __debug__:
|
|
1503
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ef9fb31e4811ec8f8d4eb09bcb361570b30be71e51de16f1d8bb7d350c98dad3)
|
|
1504
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1505
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1506
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
1507
|
+
return typing.cast(IDatabaseRef, jsii.sinvoke(cls, "fromDatabaseArn", [scope, id, arn]))
|
|
1508
|
+
|
|
1509
|
+
@jsii.member(jsii_name="fromDatabaseName")
|
|
1510
|
+
@builtins.classmethod
|
|
1511
|
+
def from_database_name(
|
|
1512
|
+
cls,
|
|
1513
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1514
|
+
id: builtins.str,
|
|
1515
|
+
database_name: builtins.str,
|
|
1516
|
+
) -> IDatabaseRef:
|
|
1517
|
+
'''Creates a new IDatabaseRef from a databaseName.
|
|
1518
|
+
|
|
1519
|
+
:param scope: -
|
|
1520
|
+
:param id: -
|
|
1521
|
+
:param database_name: -
|
|
1522
|
+
'''
|
|
1523
|
+
if __debug__:
|
|
1524
|
+
type_hints = typing.get_type_hints(_typecheckingstub__443c70e66537de2c34b05ebf9916d47389606d6215ab7cf58e76d81ecc568467)
|
|
1525
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1526
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1527
|
+
check_type(argname="argument database_name", value=database_name, expected_type=type_hints["database_name"])
|
|
1528
|
+
return typing.cast(IDatabaseRef, jsii.sinvoke(cls, "fromDatabaseName", [scope, id, database_name]))
|
|
1529
|
+
|
|
1488
1530
|
@jsii.member(jsii_name="inspect")
|
|
1489
1531
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1490
1532
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -3707,6 +3749,27 @@ class CfnTable(
|
|
|
3707
3749
|
|
|
3708
3750
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
3709
3751
|
|
|
3752
|
+
@jsii.member(jsii_name="fromTableArn")
|
|
3753
|
+
@builtins.classmethod
|
|
3754
|
+
def from_table_arn(
|
|
3755
|
+
cls,
|
|
3756
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3757
|
+
id: builtins.str,
|
|
3758
|
+
arn: builtins.str,
|
|
3759
|
+
) -> ITableRef:
|
|
3760
|
+
'''Creates a new ITableRef from an ARN.
|
|
3761
|
+
|
|
3762
|
+
:param scope: -
|
|
3763
|
+
:param id: -
|
|
3764
|
+
:param arn: -
|
|
3765
|
+
'''
|
|
3766
|
+
if __debug__:
|
|
3767
|
+
type_hints = typing.get_type_hints(_typecheckingstub__fa753463a41b4c926c9b5b8d188dff52c3157fe2316e6dfb94568d8660260ca2)
|
|
3768
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3769
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3770
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
3771
|
+
return typing.cast(ITableRef, jsii.sinvoke(cls, "fromTableArn", [scope, id, arn]))
|
|
3772
|
+
|
|
3710
3773
|
@jsii.member(jsii_name="inspect")
|
|
3711
3774
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
3712
3775
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -4486,6 +4549,22 @@ def _typecheckingstub__df267d6c98734bb503e076f315371b3537a6654cdfd5246386d41db61
|
|
|
4486
4549
|
"""Type checking stubs"""
|
|
4487
4550
|
pass
|
|
4488
4551
|
|
|
4552
|
+
def _typecheckingstub__ef9fb31e4811ec8f8d4eb09bcb361570b30be71e51de16f1d8bb7d350c98dad3(
|
|
4553
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4554
|
+
id: builtins.str,
|
|
4555
|
+
arn: builtins.str,
|
|
4556
|
+
) -> None:
|
|
4557
|
+
"""Type checking stubs"""
|
|
4558
|
+
pass
|
|
4559
|
+
|
|
4560
|
+
def _typecheckingstub__443c70e66537de2c34b05ebf9916d47389606d6215ab7cf58e76d81ecc568467(
|
|
4561
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4562
|
+
id: builtins.str,
|
|
4563
|
+
database_name: builtins.str,
|
|
4564
|
+
) -> None:
|
|
4565
|
+
"""Type checking stubs"""
|
|
4566
|
+
pass
|
|
4567
|
+
|
|
4489
4568
|
def _typecheckingstub__9baaa3cf10dd12d7584c82547f4f62f6168d3a70bb84280e11437c6f39e056e8(
|
|
4490
4569
|
inspector: _TreeInspector_488e0dd5,
|
|
4491
4570
|
) -> None:
|
|
@@ -4867,6 +4946,14 @@ def _typecheckingstub__aad96eaee00841ee49968da22b6ed13b3777f265d71c1981b2f1b217c
|
|
|
4867
4946
|
"""Type checking stubs"""
|
|
4868
4947
|
pass
|
|
4869
4948
|
|
|
4949
|
+
def _typecheckingstub__fa753463a41b4c926c9b5b8d188dff52c3157fe2316e6dfb94568d8660260ca2(
|
|
4950
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4951
|
+
id: builtins.str,
|
|
4952
|
+
arn: builtins.str,
|
|
4953
|
+
) -> None:
|
|
4954
|
+
"""Type checking stubs"""
|
|
4955
|
+
pass
|
|
4956
|
+
|
|
4870
4957
|
def _typecheckingstub__5e1f672b6c3046841d69f96c6b256cf927db52e0b4f4cd165e7022a893b539b1(
|
|
4871
4958
|
inspector: _TreeInspector_488e0dd5,
|
|
4872
4959
|
) -> None:
|