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
|
@@ -2221,6 +2221,27 @@ class CfnStudio(
|
|
|
2221
2221
|
|
|
2222
2222
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
2223
2223
|
|
|
2224
|
+
@jsii.member(jsii_name="fromStudioId")
|
|
2225
|
+
@builtins.classmethod
|
|
2226
|
+
def from_studio_id(
|
|
2227
|
+
cls,
|
|
2228
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2229
|
+
id: builtins.str,
|
|
2230
|
+
studio_id: builtins.str,
|
|
2231
|
+
) -> IStudioRef:
|
|
2232
|
+
'''Creates a new IStudioRef from a studioId.
|
|
2233
|
+
|
|
2234
|
+
:param scope: -
|
|
2235
|
+
:param id: -
|
|
2236
|
+
:param studio_id: -
|
|
2237
|
+
'''
|
|
2238
|
+
if __debug__:
|
|
2239
|
+
type_hints = typing.get_type_hints(_typecheckingstub__bd2bf748ce8156650a8f97cdc57655ec8a309bab4bf87feae2916f958649aee9)
|
|
2240
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2241
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2242
|
+
check_type(argname="argument studio_id", value=studio_id, expected_type=type_hints["studio_id"])
|
|
2243
|
+
return typing.cast(IStudioRef, jsii.sinvoke(cls, "fromStudioId", [scope, id, studio_id]))
|
|
2244
|
+
|
|
2224
2245
|
@jsii.member(jsii_name="inspect")
|
|
2225
2246
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
2226
2247
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -3733,6 +3754,14 @@ def _typecheckingstub__45420baa577c3a8eb786b8d20404bcbc5573494502885eb1f55a89702
|
|
|
3733
3754
|
"""Type checking stubs"""
|
|
3734
3755
|
pass
|
|
3735
3756
|
|
|
3757
|
+
def _typecheckingstub__bd2bf748ce8156650a8f97cdc57655ec8a309bab4bf87feae2916f958649aee9(
|
|
3758
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3759
|
+
id: builtins.str,
|
|
3760
|
+
studio_id: builtins.str,
|
|
3761
|
+
) -> None:
|
|
3762
|
+
"""Type checking stubs"""
|
|
3763
|
+
pass
|
|
3764
|
+
|
|
3736
3765
|
def _typecheckingstub__a95feb38c2ffd266287aa8d0e3539b938c3d8fffe708542e910fcb088e43f36e(
|
|
3737
3766
|
inspector: _TreeInspector_488e0dd5,
|
|
3738
3767
|
) -> None:
|
aws_cdk/aws_omics/__init__.py
CHANGED
|
@@ -2379,6 +2379,27 @@ class CfnAnnotationStore(
|
|
|
2379
2379
|
|
|
2380
2380
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
2381
2381
|
|
|
2382
|
+
@jsii.member(jsii_name="fromAnnotationStoreName")
|
|
2383
|
+
@builtins.classmethod
|
|
2384
|
+
def from_annotation_store_name(
|
|
2385
|
+
cls,
|
|
2386
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2387
|
+
id: builtins.str,
|
|
2388
|
+
annotation_store_name: builtins.str,
|
|
2389
|
+
) -> IAnnotationStoreRef:
|
|
2390
|
+
'''Creates a new IAnnotationStoreRef from a annotationStoreName.
|
|
2391
|
+
|
|
2392
|
+
:param scope: -
|
|
2393
|
+
:param id: -
|
|
2394
|
+
:param annotation_store_name: -
|
|
2395
|
+
'''
|
|
2396
|
+
if __debug__:
|
|
2397
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ea8d23b9f77f5d9216bba34b2f07ff06220a6053227128a855b380a90746d1fe)
|
|
2398
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2399
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2400
|
+
check_type(argname="argument annotation_store_name", value=annotation_store_name, expected_type=type_hints["annotation_store_name"])
|
|
2401
|
+
return typing.cast(IAnnotationStoreRef, jsii.sinvoke(cls, "fromAnnotationStoreName", [scope, id, annotation_store_name]))
|
|
2402
|
+
|
|
2382
2403
|
@jsii.member(jsii_name="inspect")
|
|
2383
2404
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
2384
2405
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -2948,6 +2969,48 @@ class CfnReferenceStore(
|
|
|
2948
2969
|
|
|
2949
2970
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
2950
2971
|
|
|
2972
|
+
@jsii.member(jsii_name="fromReferenceStoreArn")
|
|
2973
|
+
@builtins.classmethod
|
|
2974
|
+
def from_reference_store_arn(
|
|
2975
|
+
cls,
|
|
2976
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2977
|
+
id: builtins.str,
|
|
2978
|
+
arn: builtins.str,
|
|
2979
|
+
) -> IReferenceStoreRef:
|
|
2980
|
+
'''Creates a new IReferenceStoreRef from an ARN.
|
|
2981
|
+
|
|
2982
|
+
:param scope: -
|
|
2983
|
+
:param id: -
|
|
2984
|
+
:param arn: -
|
|
2985
|
+
'''
|
|
2986
|
+
if __debug__:
|
|
2987
|
+
type_hints = typing.get_type_hints(_typecheckingstub__03eab96b33743423157434263c495ecf4bb597bb49fcadef0690e503e3540689)
|
|
2988
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2989
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2990
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
2991
|
+
return typing.cast(IReferenceStoreRef, jsii.sinvoke(cls, "fromReferenceStoreArn", [scope, id, arn]))
|
|
2992
|
+
|
|
2993
|
+
@jsii.member(jsii_name="fromReferenceStoreId")
|
|
2994
|
+
@builtins.classmethod
|
|
2995
|
+
def from_reference_store_id(
|
|
2996
|
+
cls,
|
|
2997
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2998
|
+
id: builtins.str,
|
|
2999
|
+
reference_store_id: builtins.str,
|
|
3000
|
+
) -> IReferenceStoreRef:
|
|
3001
|
+
'''Creates a new IReferenceStoreRef from a referenceStoreId.
|
|
3002
|
+
|
|
3003
|
+
:param scope: -
|
|
3004
|
+
:param id: -
|
|
3005
|
+
:param reference_store_id: -
|
|
3006
|
+
'''
|
|
3007
|
+
if __debug__:
|
|
3008
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7d3a144262ad49c5d6ecb97bcdeda753c5514368bac2ab437b403dd5ecbff176)
|
|
3009
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3010
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3011
|
+
check_type(argname="argument reference_store_id", value=reference_store_id, expected_type=type_hints["reference_store_id"])
|
|
3012
|
+
return typing.cast(IReferenceStoreRef, jsii.sinvoke(cls, "fromReferenceStoreId", [scope, id, reference_store_id]))
|
|
3013
|
+
|
|
2951
3014
|
@jsii.member(jsii_name="inspect")
|
|
2952
3015
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
2953
3016
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -3469,6 +3532,48 @@ class CfnSequenceStore(
|
|
|
3469
3532
|
|
|
3470
3533
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
3471
3534
|
|
|
3535
|
+
@jsii.member(jsii_name="fromSequenceStoreArn")
|
|
3536
|
+
@builtins.classmethod
|
|
3537
|
+
def from_sequence_store_arn(
|
|
3538
|
+
cls,
|
|
3539
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3540
|
+
id: builtins.str,
|
|
3541
|
+
arn: builtins.str,
|
|
3542
|
+
) -> ISequenceStoreRef:
|
|
3543
|
+
'''Creates a new ISequenceStoreRef from an ARN.
|
|
3544
|
+
|
|
3545
|
+
:param scope: -
|
|
3546
|
+
:param id: -
|
|
3547
|
+
:param arn: -
|
|
3548
|
+
'''
|
|
3549
|
+
if __debug__:
|
|
3550
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d0401ce1b5169b8a6f265ee186bf5ea3e78a0a8a2b71e6256e2a1effe74e148d)
|
|
3551
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3552
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3553
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
3554
|
+
return typing.cast(ISequenceStoreRef, jsii.sinvoke(cls, "fromSequenceStoreArn", [scope, id, arn]))
|
|
3555
|
+
|
|
3556
|
+
@jsii.member(jsii_name="fromSequenceStoreId")
|
|
3557
|
+
@builtins.classmethod
|
|
3558
|
+
def from_sequence_store_id(
|
|
3559
|
+
cls,
|
|
3560
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3561
|
+
id: builtins.str,
|
|
3562
|
+
sequence_store_id: builtins.str,
|
|
3563
|
+
) -> ISequenceStoreRef:
|
|
3564
|
+
'''Creates a new ISequenceStoreRef from a sequenceStoreId.
|
|
3565
|
+
|
|
3566
|
+
:param scope: -
|
|
3567
|
+
:param id: -
|
|
3568
|
+
:param sequence_store_id: -
|
|
3569
|
+
'''
|
|
3570
|
+
if __debug__:
|
|
3571
|
+
type_hints = typing.get_type_hints(_typecheckingstub__939e1e0c5383ed843656a8c66c9eeac470cdb45344d2aa8c6353ab2273bb3618)
|
|
3572
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3573
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3574
|
+
check_type(argname="argument sequence_store_id", value=sequence_store_id, expected_type=type_hints["sequence_store_id"])
|
|
3575
|
+
return typing.cast(ISequenceStoreRef, jsii.sinvoke(cls, "fromSequenceStoreId", [scope, id, sequence_store_id]))
|
|
3576
|
+
|
|
3472
3577
|
@jsii.member(jsii_name="inspect")
|
|
3473
3578
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
3474
3579
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -3862,6 +3967,27 @@ class CfnVariantStore(
|
|
|
3862
3967
|
|
|
3863
3968
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
3864
3969
|
|
|
3970
|
+
@jsii.member(jsii_name="fromVariantStoreName")
|
|
3971
|
+
@builtins.classmethod
|
|
3972
|
+
def from_variant_store_name(
|
|
3973
|
+
cls,
|
|
3974
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3975
|
+
id: builtins.str,
|
|
3976
|
+
variant_store_name: builtins.str,
|
|
3977
|
+
) -> IVariantStoreRef:
|
|
3978
|
+
'''Creates a new IVariantStoreRef from a variantStoreName.
|
|
3979
|
+
|
|
3980
|
+
:param scope: -
|
|
3981
|
+
:param id: -
|
|
3982
|
+
:param variant_store_name: -
|
|
3983
|
+
'''
|
|
3984
|
+
if __debug__:
|
|
3985
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2f419b3d012ad3960d3cb7ca202c16de7716902d7708b8a5f93c80ecc69b0794)
|
|
3986
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3987
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3988
|
+
check_type(argname="argument variant_store_name", value=variant_store_name, expected_type=type_hints["variant_store_name"])
|
|
3989
|
+
return typing.cast(IVariantStoreRef, jsii.sinvoke(cls, "fromVariantStoreName", [scope, id, variant_store_name]))
|
|
3990
|
+
|
|
3865
3991
|
@jsii.member(jsii_name="inspect")
|
|
3866
3992
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
3867
3993
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -6428,6 +6554,14 @@ def _typecheckingstub__ba5dcb906702f10b4a247a16c504ec605912264b052a73f0ae664d93b
|
|
|
6428
6554
|
"""Type checking stubs"""
|
|
6429
6555
|
pass
|
|
6430
6556
|
|
|
6557
|
+
def _typecheckingstub__ea8d23b9f77f5d9216bba34b2f07ff06220a6053227128a855b380a90746d1fe(
|
|
6558
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6559
|
+
id: builtins.str,
|
|
6560
|
+
annotation_store_name: builtins.str,
|
|
6561
|
+
) -> None:
|
|
6562
|
+
"""Type checking stubs"""
|
|
6563
|
+
pass
|
|
6564
|
+
|
|
6431
6565
|
def _typecheckingstub__3d66bbde88d332dceb0812bb6bbf08c2418490d8b0e9774a97971a3b895f48b8(
|
|
6432
6566
|
inspector: _TreeInspector_488e0dd5,
|
|
6433
6567
|
) -> None:
|
|
@@ -6525,6 +6659,22 @@ def _typecheckingstub__e38c503967033ff76d3e45880727cc62a1df749cb0aac8298f6d06d14
|
|
|
6525
6659
|
"""Type checking stubs"""
|
|
6526
6660
|
pass
|
|
6527
6661
|
|
|
6662
|
+
def _typecheckingstub__03eab96b33743423157434263c495ecf4bb597bb49fcadef0690e503e3540689(
|
|
6663
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6664
|
+
id: builtins.str,
|
|
6665
|
+
arn: builtins.str,
|
|
6666
|
+
) -> None:
|
|
6667
|
+
"""Type checking stubs"""
|
|
6668
|
+
pass
|
|
6669
|
+
|
|
6670
|
+
def _typecheckingstub__7d3a144262ad49c5d6ecb97bcdeda753c5514368bac2ab437b403dd5ecbff176(
|
|
6671
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6672
|
+
id: builtins.str,
|
|
6673
|
+
reference_store_id: builtins.str,
|
|
6674
|
+
) -> None:
|
|
6675
|
+
"""Type checking stubs"""
|
|
6676
|
+
pass
|
|
6677
|
+
|
|
6528
6678
|
def _typecheckingstub__1d75805be97b46dc8c38477db9eef63661d2478cb95cd31687daa2a21a351dfd(
|
|
6529
6679
|
inspector: _TreeInspector_488e0dd5,
|
|
6530
6680
|
) -> None:
|
|
@@ -6648,6 +6798,22 @@ def _typecheckingstub__a589aadb7c598845d5e4c6ef138fe8cbeb7253209ba9eb0e5e590611e
|
|
|
6648
6798
|
"""Type checking stubs"""
|
|
6649
6799
|
pass
|
|
6650
6800
|
|
|
6801
|
+
def _typecheckingstub__d0401ce1b5169b8a6f265ee186bf5ea3e78a0a8a2b71e6256e2a1effe74e148d(
|
|
6802
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6803
|
+
id: builtins.str,
|
|
6804
|
+
arn: builtins.str,
|
|
6805
|
+
) -> None:
|
|
6806
|
+
"""Type checking stubs"""
|
|
6807
|
+
pass
|
|
6808
|
+
|
|
6809
|
+
def _typecheckingstub__939e1e0c5383ed843656a8c66c9eeac470cdb45344d2aa8c6353ab2273bb3618(
|
|
6810
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6811
|
+
id: builtins.str,
|
|
6812
|
+
sequence_store_id: builtins.str,
|
|
6813
|
+
) -> None:
|
|
6814
|
+
"""Type checking stubs"""
|
|
6815
|
+
pass
|
|
6816
|
+
|
|
6651
6817
|
def _typecheckingstub__ea9a45fe9e84d5319386c1a777f6361e3fed5c916c543c8964323b54759ee470(
|
|
6652
6818
|
inspector: _TreeInspector_488e0dd5,
|
|
6653
6819
|
) -> None:
|
|
@@ -6735,6 +6901,14 @@ def _typecheckingstub__6d38872c12590b13122bc23c110efd40d1aa8369a37e1015fcc0ee252
|
|
|
6735
6901
|
"""Type checking stubs"""
|
|
6736
6902
|
pass
|
|
6737
6903
|
|
|
6904
|
+
def _typecheckingstub__2f419b3d012ad3960d3cb7ca202c16de7716902d7708b8a5f93c80ecc69b0794(
|
|
6905
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6906
|
+
id: builtins.str,
|
|
6907
|
+
variant_store_name: builtins.str,
|
|
6908
|
+
) -> None:
|
|
6909
|
+
"""Type checking stubs"""
|
|
6910
|
+
pass
|
|
6911
|
+
|
|
6738
6912
|
def _typecheckingstub__8ca6bc97e153eee8b1d732a90be1690a35fffe864b7b05aaaac9e52711640fed(
|
|
6739
6913
|
inspector: _TreeInspector_488e0dd5,
|
|
6740
6914
|
) -> None:
|
|
@@ -1888,6 +1888,48 @@ class CfnCollection(
|
|
|
1888
1888
|
|
|
1889
1889
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1890
1890
|
|
|
1891
|
+
@jsii.member(jsii_name="fromCollectionArn")
|
|
1892
|
+
@builtins.classmethod
|
|
1893
|
+
def from_collection_arn(
|
|
1894
|
+
cls,
|
|
1895
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1896
|
+
id: builtins.str,
|
|
1897
|
+
arn: builtins.str,
|
|
1898
|
+
) -> ICollectionRef:
|
|
1899
|
+
'''Creates a new ICollectionRef from an ARN.
|
|
1900
|
+
|
|
1901
|
+
:param scope: -
|
|
1902
|
+
:param id: -
|
|
1903
|
+
:param arn: -
|
|
1904
|
+
'''
|
|
1905
|
+
if __debug__:
|
|
1906
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1a867d3ccfec6274c8dba1d54e9985d5848fc3846259a0066b6a7a2747a2f202)
|
|
1907
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1908
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1909
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
1910
|
+
return typing.cast(ICollectionRef, jsii.sinvoke(cls, "fromCollectionArn", [scope, id, arn]))
|
|
1911
|
+
|
|
1912
|
+
@jsii.member(jsii_name="fromCollectionId")
|
|
1913
|
+
@builtins.classmethod
|
|
1914
|
+
def from_collection_id(
|
|
1915
|
+
cls,
|
|
1916
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1917
|
+
id: builtins.str,
|
|
1918
|
+
collection_id: builtins.str,
|
|
1919
|
+
) -> ICollectionRef:
|
|
1920
|
+
'''Creates a new ICollectionRef from a collectionId.
|
|
1921
|
+
|
|
1922
|
+
:param scope: -
|
|
1923
|
+
:param id: -
|
|
1924
|
+
:param collection_id: -
|
|
1925
|
+
'''
|
|
1926
|
+
if __debug__:
|
|
1927
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4873da41e53bbb04f400bc347dc5055de33d58a34837863127c0a03bff69ac7f)
|
|
1928
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1929
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1930
|
+
check_type(argname="argument collection_id", value=collection_id, expected_type=type_hints["collection_id"])
|
|
1931
|
+
return typing.cast(ICollectionRef, jsii.sinvoke(cls, "fromCollectionId", [scope, id, collection_id]))
|
|
1932
|
+
|
|
1891
1933
|
@jsii.member(jsii_name="inspect")
|
|
1892
1934
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1893
1935
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -4136,6 +4178,22 @@ def _typecheckingstub__14f72b773d506ce15b59731aeb24f2f4a877a32d31af6ebf57a32ce70
|
|
|
4136
4178
|
"""Type checking stubs"""
|
|
4137
4179
|
pass
|
|
4138
4180
|
|
|
4181
|
+
def _typecheckingstub__1a867d3ccfec6274c8dba1d54e9985d5848fc3846259a0066b6a7a2747a2f202(
|
|
4182
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4183
|
+
id: builtins.str,
|
|
4184
|
+
arn: builtins.str,
|
|
4185
|
+
) -> None:
|
|
4186
|
+
"""Type checking stubs"""
|
|
4187
|
+
pass
|
|
4188
|
+
|
|
4189
|
+
def _typecheckingstub__4873da41e53bbb04f400bc347dc5055de33d58a34837863127c0a03bff69ac7f(
|
|
4190
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4191
|
+
id: builtins.str,
|
|
4192
|
+
collection_id: builtins.str,
|
|
4193
|
+
) -> None:
|
|
4194
|
+
"""Type checking stubs"""
|
|
4195
|
+
pass
|
|
4196
|
+
|
|
4139
4197
|
def _typecheckingstub__3c88f558406d9de750b6a01e95a1eade398fef738592cdd78170d3f472b7ff7e(
|
|
4140
4198
|
inspector: _TreeInspector_488e0dd5,
|
|
4141
4199
|
) -> None:
|
|
@@ -6317,6 +6317,48 @@ class CfnDomain(
|
|
|
6317
6317
|
|
|
6318
6318
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
6319
6319
|
|
|
6320
|
+
@jsii.member(jsii_name="fromDomainArn")
|
|
6321
|
+
@builtins.classmethod
|
|
6322
|
+
def from_domain_arn(
|
|
6323
|
+
cls,
|
|
6324
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6325
|
+
id: builtins.str,
|
|
6326
|
+
arn: builtins.str,
|
|
6327
|
+
) -> IDomainRef:
|
|
6328
|
+
'''Creates a new IDomainRef from an ARN.
|
|
6329
|
+
|
|
6330
|
+
:param scope: -
|
|
6331
|
+
:param id: -
|
|
6332
|
+
:param arn: -
|
|
6333
|
+
'''
|
|
6334
|
+
if __debug__:
|
|
6335
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b2708216d2638c9e5c5bcbeda7fafaa1058fab53ab235b1e6a6387d5d705d8d1)
|
|
6336
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
6337
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
6338
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
6339
|
+
return typing.cast(IDomainRef, jsii.sinvoke(cls, "fromDomainArn", [scope, id, arn]))
|
|
6340
|
+
|
|
6341
|
+
@jsii.member(jsii_name="fromDomainName")
|
|
6342
|
+
@builtins.classmethod
|
|
6343
|
+
def from_domain_name(
|
|
6344
|
+
cls,
|
|
6345
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6346
|
+
id: builtins.str,
|
|
6347
|
+
domain_name: builtins.str,
|
|
6348
|
+
) -> IDomainRef:
|
|
6349
|
+
'''Creates a new IDomainRef from a domainName.
|
|
6350
|
+
|
|
6351
|
+
:param scope: -
|
|
6352
|
+
:param id: -
|
|
6353
|
+
:param domain_name: -
|
|
6354
|
+
'''
|
|
6355
|
+
if __debug__:
|
|
6356
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8aef0b900a2703d083f24bd9797f860fe581d2375f4aa106d0ea25803fd3d1d4)
|
|
6357
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
6358
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
6359
|
+
check_type(argname="argument domain_name", value=domain_name, expected_type=type_hints["domain_name"])
|
|
6360
|
+
return typing.cast(IDomainRef, jsii.sinvoke(cls, "fromDomainName", [scope, id, domain_name]))
|
|
6361
|
+
|
|
6320
6362
|
@jsii.member(jsii_name="inspect")
|
|
6321
6363
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
6322
6364
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -11204,6 +11246,22 @@ def _typecheckingstub__6fcd2545392b3f48f314c640881e38e167b5936f1165d2eb1ce21766d
|
|
|
11204
11246
|
"""Type checking stubs"""
|
|
11205
11247
|
pass
|
|
11206
11248
|
|
|
11249
|
+
def _typecheckingstub__b2708216d2638c9e5c5bcbeda7fafaa1058fab53ab235b1e6a6387d5d705d8d1(
|
|
11250
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
11251
|
+
id: builtins.str,
|
|
11252
|
+
arn: builtins.str,
|
|
11253
|
+
) -> None:
|
|
11254
|
+
"""Type checking stubs"""
|
|
11255
|
+
pass
|
|
11256
|
+
|
|
11257
|
+
def _typecheckingstub__8aef0b900a2703d083f24bd9797f860fe581d2375f4aa106d0ea25803fd3d1d4(
|
|
11258
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
11259
|
+
id: builtins.str,
|
|
11260
|
+
domain_name: builtins.str,
|
|
11261
|
+
) -> None:
|
|
11262
|
+
"""Type checking stubs"""
|
|
11263
|
+
pass
|
|
11264
|
+
|
|
11207
11265
|
def _typecheckingstub__36055c1f3a4932ba1e8f0542c29f5149d636738c30a3d9d1bdafb864d00f2e64(
|
|
11208
11266
|
inspector: _TreeInspector_488e0dd5,
|
|
11209
11267
|
) -> None:
|
aws_cdk/aws_opsworks/__init__.py
CHANGED
|
@@ -6023,6 +6023,27 @@ class CfnStack(
|
|
|
6023
6023
|
|
|
6024
6024
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
6025
6025
|
|
|
6026
|
+
@jsii.member(jsii_name="fromStackId")
|
|
6027
|
+
@builtins.classmethod
|
|
6028
|
+
def from_stack_id(
|
|
6029
|
+
cls,
|
|
6030
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6031
|
+
id: builtins.str,
|
|
6032
|
+
stack_id: builtins.str,
|
|
6033
|
+
) -> IStackRef:
|
|
6034
|
+
'''Creates a new IStackRef from a stackId.
|
|
6035
|
+
|
|
6036
|
+
:param scope: -
|
|
6037
|
+
:param id: -
|
|
6038
|
+
:param stack_id: -
|
|
6039
|
+
'''
|
|
6040
|
+
if __debug__:
|
|
6041
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3a08e6effaea9838394d050971701d6c3eddd4c0f475e2848dc4ad9837e87246)
|
|
6042
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
6043
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
6044
|
+
check_type(argname="argument stack_id", value=stack_id, expected_type=type_hints["stack_id"])
|
|
6045
|
+
return typing.cast(IStackRef, jsii.sinvoke(cls, "fromStackId", [scope, id, stack_id]))
|
|
6046
|
+
|
|
6026
6047
|
@jsii.member(jsii_name="inspect")
|
|
6027
6048
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
6028
6049
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -8085,6 +8106,14 @@ def _typecheckingstub__6bf36f6bd552e246cec8163081581d4887e2e1838c2af0dfdfec5a942
|
|
|
8085
8106
|
"""Type checking stubs"""
|
|
8086
8107
|
pass
|
|
8087
8108
|
|
|
8109
|
+
def _typecheckingstub__3a08e6effaea9838394d050971701d6c3eddd4c0f475e2848dc4ad9837e87246(
|
|
8110
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8111
|
+
id: builtins.str,
|
|
8112
|
+
stack_id: builtins.str,
|
|
8113
|
+
) -> None:
|
|
8114
|
+
"""Type checking stubs"""
|
|
8115
|
+
pass
|
|
8116
|
+
|
|
8088
8117
|
def _typecheckingstub__b361ad0a6f0d9dfac35a11da0b66f08aa9b0147967d3f53cd273d313b99dd78c(
|
|
8089
8118
|
inspector: _TreeInspector_488e0dd5,
|
|
8090
8119
|
) -> None:
|
|
@@ -1513,6 +1513,27 @@ class CfnOrganization(
|
|
|
1513
1513
|
|
|
1514
1514
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1515
1515
|
|
|
1516
|
+
@jsii.member(jsii_name="fromOrganizationArn")
|
|
1517
|
+
@builtins.classmethod
|
|
1518
|
+
def from_organization_arn(
|
|
1519
|
+
cls,
|
|
1520
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1521
|
+
id: builtins.str,
|
|
1522
|
+
arn: builtins.str,
|
|
1523
|
+
) -> IOrganizationRef:
|
|
1524
|
+
'''Creates a new IOrganizationRef from an ARN.
|
|
1525
|
+
|
|
1526
|
+
:param scope: -
|
|
1527
|
+
:param id: -
|
|
1528
|
+
:param arn: -
|
|
1529
|
+
'''
|
|
1530
|
+
if __debug__:
|
|
1531
|
+
type_hints = typing.get_type_hints(_typecheckingstub__515848a45ac1a11e94d10eb67b5e95998c0de9463e4e884bdcf825dd5ba51a78)
|
|
1532
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1533
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1534
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
1535
|
+
return typing.cast(IOrganizationRef, jsii.sinvoke(cls, "fromOrganizationArn", [scope, id, arn]))
|
|
1536
|
+
|
|
1516
1537
|
@jsii.member(jsii_name="inspect")
|
|
1517
1538
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1518
1539
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1687,6 +1708,27 @@ class CfnOrganizationalUnit(
|
|
|
1687
1708
|
|
|
1688
1709
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1689
1710
|
|
|
1711
|
+
@jsii.member(jsii_name="fromOrganizationalUnitArn")
|
|
1712
|
+
@builtins.classmethod
|
|
1713
|
+
def from_organizational_unit_arn(
|
|
1714
|
+
cls,
|
|
1715
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1716
|
+
id: builtins.str,
|
|
1717
|
+
arn: builtins.str,
|
|
1718
|
+
) -> IOrganizationalUnitRef:
|
|
1719
|
+
'''Creates a new IOrganizationalUnitRef from an ARN.
|
|
1720
|
+
|
|
1721
|
+
:param scope: -
|
|
1722
|
+
:param id: -
|
|
1723
|
+
:param arn: -
|
|
1724
|
+
'''
|
|
1725
|
+
if __debug__:
|
|
1726
|
+
type_hints = typing.get_type_hints(_typecheckingstub__03592f7b01a6f8ddca2d70c028bd30d41c1e1e7673d1f09e0c518ae88c596b85)
|
|
1727
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1728
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1729
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
1730
|
+
return typing.cast(IOrganizationalUnitRef, jsii.sinvoke(cls, "fromOrganizationalUnitArn", [scope, id, arn]))
|
|
1731
|
+
|
|
1690
1732
|
@jsii.member(jsii_name="inspect")
|
|
1691
1733
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1692
1734
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1877,6 +1919,27 @@ class CfnPolicy(
|
|
|
1877
1919
|
|
|
1878
1920
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1879
1921
|
|
|
1922
|
+
@jsii.member(jsii_name="fromPolicyArn")
|
|
1923
|
+
@builtins.classmethod
|
|
1924
|
+
def from_policy_arn(
|
|
1925
|
+
cls,
|
|
1926
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1927
|
+
id: builtins.str,
|
|
1928
|
+
arn: builtins.str,
|
|
1929
|
+
) -> IPolicyRef:
|
|
1930
|
+
'''Creates a new IPolicyRef from an ARN.
|
|
1931
|
+
|
|
1932
|
+
:param scope: -
|
|
1933
|
+
:param id: -
|
|
1934
|
+
:param arn: -
|
|
1935
|
+
'''
|
|
1936
|
+
if __debug__:
|
|
1937
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c3f1c0ab279b67e9d070030146738cd68d5527bbbd1348d1af95c6ae82aee964)
|
|
1938
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1939
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1940
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
1941
|
+
return typing.cast(IPolicyRef, jsii.sinvoke(cls, "fromPolicyArn", [scope, id, arn]))
|
|
1942
|
+
|
|
1880
1943
|
@jsii.member(jsii_name="inspect")
|
|
1881
1944
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1882
1945
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -2096,6 +2159,27 @@ class CfnResourcePolicy(
|
|
|
2096
2159
|
|
|
2097
2160
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
2098
2161
|
|
|
2162
|
+
@jsii.member(jsii_name="fromResourcePolicyArn")
|
|
2163
|
+
@builtins.classmethod
|
|
2164
|
+
def from_resource_policy_arn(
|
|
2165
|
+
cls,
|
|
2166
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2167
|
+
id: builtins.str,
|
|
2168
|
+
arn: builtins.str,
|
|
2169
|
+
) -> IResourcePolicyRef:
|
|
2170
|
+
'''Creates a new IResourcePolicyRef from an ARN.
|
|
2171
|
+
|
|
2172
|
+
:param scope: -
|
|
2173
|
+
:param id: -
|
|
2174
|
+
:param arn: -
|
|
2175
|
+
'''
|
|
2176
|
+
if __debug__:
|
|
2177
|
+
type_hints = typing.get_type_hints(_typecheckingstub__26577d2abcd168bbb27ce47e6969e6dc2d8cdcc945dbb56f84cd9fac2e3cd336)
|
|
2178
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2179
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2180
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
2181
|
+
return typing.cast(IResourcePolicyRef, jsii.sinvoke(cls, "fromResourcePolicyArn", [scope, id, arn]))
|
|
2182
|
+
|
|
2099
2183
|
@jsii.member(jsii_name="inspect")
|
|
2100
2184
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
2101
2185
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -2368,6 +2452,14 @@ def _typecheckingstub__450a54c6b7334fcb8f406a9a29b8e1f90a618bcbd127f2d5a6a9fa43f
|
|
|
2368
2452
|
"""Type checking stubs"""
|
|
2369
2453
|
pass
|
|
2370
2454
|
|
|
2455
|
+
def _typecheckingstub__515848a45ac1a11e94d10eb67b5e95998c0de9463e4e884bdcf825dd5ba51a78(
|
|
2456
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2457
|
+
id: builtins.str,
|
|
2458
|
+
arn: builtins.str,
|
|
2459
|
+
) -> None:
|
|
2460
|
+
"""Type checking stubs"""
|
|
2461
|
+
pass
|
|
2462
|
+
|
|
2371
2463
|
def _typecheckingstub__a0b1a88993c76738edf5e9d3584d058cabe1cfc259fb5d620589d5c23507de91(
|
|
2372
2464
|
inspector: _TreeInspector_488e0dd5,
|
|
2373
2465
|
) -> None:
|
|
@@ -2397,6 +2489,14 @@ def _typecheckingstub__05eb3e3a6c1c8de7f03913252600dcc42e4c1e99dbbab3f47a3fb8e4c
|
|
|
2397
2489
|
"""Type checking stubs"""
|
|
2398
2490
|
pass
|
|
2399
2491
|
|
|
2492
|
+
def _typecheckingstub__03592f7b01a6f8ddca2d70c028bd30d41c1e1e7673d1f09e0c518ae88c596b85(
|
|
2493
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2494
|
+
id: builtins.str,
|
|
2495
|
+
arn: builtins.str,
|
|
2496
|
+
) -> None:
|
|
2497
|
+
"""Type checking stubs"""
|
|
2498
|
+
pass
|
|
2499
|
+
|
|
2400
2500
|
def _typecheckingstub__b0f1c1e40ee57749b1e3e89c931bad8d33532e5bc09dccfa20942e74efb5d7d5(
|
|
2401
2501
|
inspector: _TreeInspector_488e0dd5,
|
|
2402
2502
|
) -> None:
|
|
@@ -2441,6 +2541,14 @@ def _typecheckingstub__9c8ac465f7818132d3539ff8d8e22250305dad104185434533d033da8
|
|
|
2441
2541
|
"""Type checking stubs"""
|
|
2442
2542
|
pass
|
|
2443
2543
|
|
|
2544
|
+
def _typecheckingstub__c3f1c0ab279b67e9d070030146738cd68d5527bbbd1348d1af95c6ae82aee964(
|
|
2545
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2546
|
+
id: builtins.str,
|
|
2547
|
+
arn: builtins.str,
|
|
2548
|
+
) -> None:
|
|
2549
|
+
"""Type checking stubs"""
|
|
2550
|
+
pass
|
|
2551
|
+
|
|
2444
2552
|
def _typecheckingstub__08e107e9c8d61d1f582ba132c6a4d229d6f0e045a4e54986638403cf2fea7f0d(
|
|
2445
2553
|
inspector: _TreeInspector_488e0dd5,
|
|
2446
2554
|
) -> None:
|
|
@@ -2499,6 +2607,14 @@ def _typecheckingstub__d9208421dfafb85e674bb3b797871f578fa0566480e15ed57d8dbc67f
|
|
|
2499
2607
|
"""Type checking stubs"""
|
|
2500
2608
|
pass
|
|
2501
2609
|
|
|
2610
|
+
def _typecheckingstub__26577d2abcd168bbb27ce47e6969e6dc2d8cdcc945dbb56f84cd9fac2e3cd336(
|
|
2611
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2612
|
+
id: builtins.str,
|
|
2613
|
+
arn: builtins.str,
|
|
2614
|
+
) -> None:
|
|
2615
|
+
"""Type checking stubs"""
|
|
2616
|
+
pass
|
|
2617
|
+
|
|
2502
2618
|
def _typecheckingstub__e3580a73dde22a778909b428073f1b84b8c546326b9e40056a8a6853799683bf(
|
|
2503
2619
|
inspector: _TreeInspector_488e0dd5,
|
|
2504
2620
|
) -> None:
|