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_transfer/__init__.py
CHANGED
|
@@ -2794,6 +2794,27 @@ class CfnAgreement(
|
|
|
2794
2794
|
|
|
2795
2795
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
2796
2796
|
|
|
2797
|
+
@jsii.member(jsii_name="fromAgreementArn")
|
|
2798
|
+
@builtins.classmethod
|
|
2799
|
+
def from_agreement_arn(
|
|
2800
|
+
cls,
|
|
2801
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2802
|
+
id: builtins.str,
|
|
2803
|
+
arn: builtins.str,
|
|
2804
|
+
) -> IAgreementRef:
|
|
2805
|
+
'''Creates a new IAgreementRef from an ARN.
|
|
2806
|
+
|
|
2807
|
+
:param scope: -
|
|
2808
|
+
:param id: -
|
|
2809
|
+
:param arn: -
|
|
2810
|
+
'''
|
|
2811
|
+
if __debug__:
|
|
2812
|
+
type_hints = typing.get_type_hints(_typecheckingstub__49865972fac7cf97b37625ebb0dab09d88b56b9f2dd79d90fc649828bfc624ff)
|
|
2813
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2814
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2815
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
2816
|
+
return typing.cast(IAgreementRef, jsii.sinvoke(cls, "fromAgreementArn", [scope, id, arn]))
|
|
2817
|
+
|
|
2797
2818
|
@jsii.member(jsii_name="inspect")
|
|
2798
2819
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
2799
2820
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -3224,6 +3245,48 @@ class CfnCertificate(
|
|
|
3224
3245
|
|
|
3225
3246
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
3226
3247
|
|
|
3248
|
+
@jsii.member(jsii_name="fromCertificateArn")
|
|
3249
|
+
@builtins.classmethod
|
|
3250
|
+
def from_certificate_arn(
|
|
3251
|
+
cls,
|
|
3252
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3253
|
+
id: builtins.str,
|
|
3254
|
+
arn: builtins.str,
|
|
3255
|
+
) -> ICertificateRef:
|
|
3256
|
+
'''Creates a new ICertificateRef from an ARN.
|
|
3257
|
+
|
|
3258
|
+
:param scope: -
|
|
3259
|
+
:param id: -
|
|
3260
|
+
:param arn: -
|
|
3261
|
+
'''
|
|
3262
|
+
if __debug__:
|
|
3263
|
+
type_hints = typing.get_type_hints(_typecheckingstub__dc4fb6b44e5c3b46d7a4b6d2cddd238e6967e5ba869d0beec1e241cd289794f0)
|
|
3264
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3265
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3266
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
3267
|
+
return typing.cast(ICertificateRef, jsii.sinvoke(cls, "fromCertificateArn", [scope, id, arn]))
|
|
3268
|
+
|
|
3269
|
+
@jsii.member(jsii_name="fromCertificateId")
|
|
3270
|
+
@builtins.classmethod
|
|
3271
|
+
def from_certificate_id(
|
|
3272
|
+
cls,
|
|
3273
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3274
|
+
id: builtins.str,
|
|
3275
|
+
certificate_id: builtins.str,
|
|
3276
|
+
) -> ICertificateRef:
|
|
3277
|
+
'''Creates a new ICertificateRef from a certificateId.
|
|
3278
|
+
|
|
3279
|
+
:param scope: -
|
|
3280
|
+
:param id: -
|
|
3281
|
+
:param certificate_id: -
|
|
3282
|
+
'''
|
|
3283
|
+
if __debug__:
|
|
3284
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5ac0c4753dbb35aa2c4992fbcf97129e0a6a0be0b5fee455f1416d86edcba9ea)
|
|
3285
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3286
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3287
|
+
check_type(argname="argument certificate_id", value=certificate_id, expected_type=type_hints["certificate_id"])
|
|
3288
|
+
return typing.cast(ICertificateRef, jsii.sinvoke(cls, "fromCertificateId", [scope, id, certificate_id]))
|
|
3289
|
+
|
|
3227
3290
|
@jsii.member(jsii_name="inspect")
|
|
3228
3291
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
3229
3292
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -3533,6 +3596,48 @@ class CfnConnector(
|
|
|
3533
3596
|
|
|
3534
3597
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
3535
3598
|
|
|
3599
|
+
@jsii.member(jsii_name="fromConnectorArn")
|
|
3600
|
+
@builtins.classmethod
|
|
3601
|
+
def from_connector_arn(
|
|
3602
|
+
cls,
|
|
3603
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3604
|
+
id: builtins.str,
|
|
3605
|
+
arn: builtins.str,
|
|
3606
|
+
) -> IConnectorRef:
|
|
3607
|
+
'''Creates a new IConnectorRef from an ARN.
|
|
3608
|
+
|
|
3609
|
+
:param scope: -
|
|
3610
|
+
:param id: -
|
|
3611
|
+
:param arn: -
|
|
3612
|
+
'''
|
|
3613
|
+
if __debug__:
|
|
3614
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a59af73cca17d333ea4e8a725b5ea84947fbdf727ceaa58fb5d37dde8ba99e43)
|
|
3615
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3616
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3617
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
3618
|
+
return typing.cast(IConnectorRef, jsii.sinvoke(cls, "fromConnectorArn", [scope, id, arn]))
|
|
3619
|
+
|
|
3620
|
+
@jsii.member(jsii_name="fromConnectorId")
|
|
3621
|
+
@builtins.classmethod
|
|
3622
|
+
def from_connector_id(
|
|
3623
|
+
cls,
|
|
3624
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3625
|
+
id: builtins.str,
|
|
3626
|
+
connector_id: builtins.str,
|
|
3627
|
+
) -> IConnectorRef:
|
|
3628
|
+
'''Creates a new IConnectorRef from a connectorId.
|
|
3629
|
+
|
|
3630
|
+
:param scope: -
|
|
3631
|
+
:param id: -
|
|
3632
|
+
:param connector_id: -
|
|
3633
|
+
'''
|
|
3634
|
+
if __debug__:
|
|
3635
|
+
type_hints = typing.get_type_hints(_typecheckingstub__38a8932f140563c5eae5ee417477d8ef0fb37d560d4497ce233ca03fcfedea17)
|
|
3636
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3637
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3638
|
+
check_type(argname="argument connector_id", value=connector_id, expected_type=type_hints["connector_id"])
|
|
3639
|
+
return typing.cast(IConnectorRef, jsii.sinvoke(cls, "fromConnectorId", [scope, id, connector_id]))
|
|
3640
|
+
|
|
3536
3641
|
@jsii.member(jsii_name="inspect")
|
|
3537
3642
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
3538
3643
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -4128,6 +4233,48 @@ class CfnProfile(
|
|
|
4128
4233
|
|
|
4129
4234
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
4130
4235
|
|
|
4236
|
+
@jsii.member(jsii_name="fromProfileArn")
|
|
4237
|
+
@builtins.classmethod
|
|
4238
|
+
def from_profile_arn(
|
|
4239
|
+
cls,
|
|
4240
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4241
|
+
id: builtins.str,
|
|
4242
|
+
arn: builtins.str,
|
|
4243
|
+
) -> IProfileRef:
|
|
4244
|
+
'''Creates a new IProfileRef from an ARN.
|
|
4245
|
+
|
|
4246
|
+
:param scope: -
|
|
4247
|
+
:param id: -
|
|
4248
|
+
:param arn: -
|
|
4249
|
+
'''
|
|
4250
|
+
if __debug__:
|
|
4251
|
+
type_hints = typing.get_type_hints(_typecheckingstub__06008f4a63def34bd89f1208264539fe9dfb8dc17a9fd244d185273546799142)
|
|
4252
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4253
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4254
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
4255
|
+
return typing.cast(IProfileRef, jsii.sinvoke(cls, "fromProfileArn", [scope, id, arn]))
|
|
4256
|
+
|
|
4257
|
+
@jsii.member(jsii_name="fromProfileId")
|
|
4258
|
+
@builtins.classmethod
|
|
4259
|
+
def from_profile_id(
|
|
4260
|
+
cls,
|
|
4261
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4262
|
+
id: builtins.str,
|
|
4263
|
+
profile_id: builtins.str,
|
|
4264
|
+
) -> IProfileRef:
|
|
4265
|
+
'''Creates a new IProfileRef from a profileId.
|
|
4266
|
+
|
|
4267
|
+
:param scope: -
|
|
4268
|
+
:param id: -
|
|
4269
|
+
:param profile_id: -
|
|
4270
|
+
'''
|
|
4271
|
+
if __debug__:
|
|
4272
|
+
type_hints = typing.get_type_hints(_typecheckingstub__feb8675e38aa0953f2ede297f189ff49cd5a30c0b0176aac11fd742a2fda9b49)
|
|
4273
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4274
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4275
|
+
check_type(argname="argument profile_id", value=profile_id, expected_type=type_hints["profile_id"])
|
|
4276
|
+
return typing.cast(IProfileRef, jsii.sinvoke(cls, "fromProfileId", [scope, id, profile_id]))
|
|
4277
|
+
|
|
4131
4278
|
@jsii.member(jsii_name="inspect")
|
|
4132
4279
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
4133
4280
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -6514,6 +6661,48 @@ class CfnWorkflow(
|
|
|
6514
6661
|
|
|
6515
6662
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
6516
6663
|
|
|
6664
|
+
@jsii.member(jsii_name="fromWorkflowArn")
|
|
6665
|
+
@builtins.classmethod
|
|
6666
|
+
def from_workflow_arn(
|
|
6667
|
+
cls,
|
|
6668
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6669
|
+
id: builtins.str,
|
|
6670
|
+
arn: builtins.str,
|
|
6671
|
+
) -> IWorkflowRef:
|
|
6672
|
+
'''Creates a new IWorkflowRef from an ARN.
|
|
6673
|
+
|
|
6674
|
+
:param scope: -
|
|
6675
|
+
:param id: -
|
|
6676
|
+
:param arn: -
|
|
6677
|
+
'''
|
|
6678
|
+
if __debug__:
|
|
6679
|
+
type_hints = typing.get_type_hints(_typecheckingstub__fe53c79c7532b3619e6be4cd157702c5cab36a8777950667b5647332a0038621)
|
|
6680
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
6681
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
6682
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
6683
|
+
return typing.cast(IWorkflowRef, jsii.sinvoke(cls, "fromWorkflowArn", [scope, id, arn]))
|
|
6684
|
+
|
|
6685
|
+
@jsii.member(jsii_name="fromWorkflowId")
|
|
6686
|
+
@builtins.classmethod
|
|
6687
|
+
def from_workflow_id(
|
|
6688
|
+
cls,
|
|
6689
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6690
|
+
id: builtins.str,
|
|
6691
|
+
workflow_id: builtins.str,
|
|
6692
|
+
) -> IWorkflowRef:
|
|
6693
|
+
'''Creates a new IWorkflowRef from a workflowId.
|
|
6694
|
+
|
|
6695
|
+
:param scope: -
|
|
6696
|
+
:param id: -
|
|
6697
|
+
:param workflow_id: -
|
|
6698
|
+
'''
|
|
6699
|
+
if __debug__:
|
|
6700
|
+
type_hints = typing.get_type_hints(_typecheckingstub__42c6ff2311d814991108aadd101319b04b1b334b1daf50bcd421d633d00c8645)
|
|
6701
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
6702
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
6703
|
+
check_type(argname="argument workflow_id", value=workflow_id, expected_type=type_hints["workflow_id"])
|
|
6704
|
+
return typing.cast(IWorkflowRef, jsii.sinvoke(cls, "fromWorkflowId", [scope, id, workflow_id]))
|
|
6705
|
+
|
|
6517
6706
|
@jsii.member(jsii_name="inspect")
|
|
6518
6707
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
6519
6708
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -7990,6 +8179,14 @@ def _typecheckingstub__f95ec07e6c4ee624e4f9374f7db0e66b46af64fa8c86e2e41aa290c72
|
|
|
7990
8179
|
"""Type checking stubs"""
|
|
7991
8180
|
pass
|
|
7992
8181
|
|
|
8182
|
+
def _typecheckingstub__49865972fac7cf97b37625ebb0dab09d88b56b9f2dd79d90fc649828bfc624ff(
|
|
8183
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8184
|
+
id: builtins.str,
|
|
8185
|
+
arn: builtins.str,
|
|
8186
|
+
) -> None:
|
|
8187
|
+
"""Type checking stubs"""
|
|
8188
|
+
pass
|
|
8189
|
+
|
|
7993
8190
|
def _typecheckingstub__228db9cea00437d476e4860ef1214693d948e861477e0b0435205c3df9bf79f1(
|
|
7994
8191
|
inspector: _TreeInspector_488e0dd5,
|
|
7995
8192
|
) -> None:
|
|
@@ -8095,6 +8292,22 @@ def _typecheckingstub__0f95ee160137bed43b6b325f0de8dc95bc0d10db792e4492913f9d664
|
|
|
8095
8292
|
"""Type checking stubs"""
|
|
8096
8293
|
pass
|
|
8097
8294
|
|
|
8295
|
+
def _typecheckingstub__dc4fb6b44e5c3b46d7a4b6d2cddd238e6967e5ba869d0beec1e241cd289794f0(
|
|
8296
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8297
|
+
id: builtins.str,
|
|
8298
|
+
arn: builtins.str,
|
|
8299
|
+
) -> None:
|
|
8300
|
+
"""Type checking stubs"""
|
|
8301
|
+
pass
|
|
8302
|
+
|
|
8303
|
+
def _typecheckingstub__5ac0c4753dbb35aa2c4992fbcf97129e0a6a0be0b5fee455f1416d86edcba9ea(
|
|
8304
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8305
|
+
id: builtins.str,
|
|
8306
|
+
certificate_id: builtins.str,
|
|
8307
|
+
) -> None:
|
|
8308
|
+
"""Type checking stubs"""
|
|
8309
|
+
pass
|
|
8310
|
+
|
|
8098
8311
|
def _typecheckingstub__f1474a816abc465fbde815216c7dd03f20d910c99fb002aee78d0f01c8d4f55c(
|
|
8099
8312
|
inspector: _TreeInspector_488e0dd5,
|
|
8100
8313
|
) -> None:
|
|
@@ -8170,6 +8383,22 @@ def _typecheckingstub__2a3d92be7ab611ebe6dbf531ad899c2a95b3655fb829aeffdf52fdb11
|
|
|
8170
8383
|
"""Type checking stubs"""
|
|
8171
8384
|
pass
|
|
8172
8385
|
|
|
8386
|
+
def _typecheckingstub__a59af73cca17d333ea4e8a725b5ea84947fbdf727ceaa58fb5d37dde8ba99e43(
|
|
8387
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8388
|
+
id: builtins.str,
|
|
8389
|
+
arn: builtins.str,
|
|
8390
|
+
) -> None:
|
|
8391
|
+
"""Type checking stubs"""
|
|
8392
|
+
pass
|
|
8393
|
+
|
|
8394
|
+
def _typecheckingstub__38a8932f140563c5eae5ee417477d8ef0fb37d560d4497ce233ca03fcfedea17(
|
|
8395
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8396
|
+
id: builtins.str,
|
|
8397
|
+
connector_id: builtins.str,
|
|
8398
|
+
) -> None:
|
|
8399
|
+
"""Type checking stubs"""
|
|
8400
|
+
pass
|
|
8401
|
+
|
|
8173
8402
|
def _typecheckingstub__72a4f5bff2b8dd506b9f1b6f0cd274f6a295704751fa097cd5e1cf149d089e94(
|
|
8174
8403
|
inspector: _TreeInspector_488e0dd5,
|
|
8175
8404
|
) -> None:
|
|
@@ -8261,6 +8490,22 @@ def _typecheckingstub__f5b82428b7fd1ac13f1a57b868694175d216c1f61c671da5b091d46d8
|
|
|
8261
8490
|
"""Type checking stubs"""
|
|
8262
8491
|
pass
|
|
8263
8492
|
|
|
8493
|
+
def _typecheckingstub__06008f4a63def34bd89f1208264539fe9dfb8dc17a9fd244d185273546799142(
|
|
8494
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8495
|
+
id: builtins.str,
|
|
8496
|
+
arn: builtins.str,
|
|
8497
|
+
) -> None:
|
|
8498
|
+
"""Type checking stubs"""
|
|
8499
|
+
pass
|
|
8500
|
+
|
|
8501
|
+
def _typecheckingstub__feb8675e38aa0953f2ede297f189ff49cd5a30c0b0176aac11fd742a2fda9b49(
|
|
8502
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8503
|
+
id: builtins.str,
|
|
8504
|
+
profile_id: builtins.str,
|
|
8505
|
+
) -> None:
|
|
8506
|
+
"""Type checking stubs"""
|
|
8507
|
+
pass
|
|
8508
|
+
|
|
8264
8509
|
def _typecheckingstub__56325834528256f6c2bd12b40bde80e132a645d3bffd84876d0f808ee64a8d81(
|
|
8265
8510
|
inspector: _TreeInspector_488e0dd5,
|
|
8266
8511
|
) -> None:
|
|
@@ -8698,6 +8943,22 @@ def _typecheckingstub__9a86ecf6f123d228f6edf61149bc2542f6ce02d9365ac8986ec7c6468
|
|
|
8698
8943
|
"""Type checking stubs"""
|
|
8699
8944
|
pass
|
|
8700
8945
|
|
|
8946
|
+
def _typecheckingstub__fe53c79c7532b3619e6be4cd157702c5cab36a8777950667b5647332a0038621(
|
|
8947
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8948
|
+
id: builtins.str,
|
|
8949
|
+
arn: builtins.str,
|
|
8950
|
+
) -> None:
|
|
8951
|
+
"""Type checking stubs"""
|
|
8952
|
+
pass
|
|
8953
|
+
|
|
8954
|
+
def _typecheckingstub__42c6ff2311d814991108aadd101319b04b1b334b1daf50bcd421d633d00c8645(
|
|
8955
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8956
|
+
id: builtins.str,
|
|
8957
|
+
workflow_id: builtins.str,
|
|
8958
|
+
) -> None:
|
|
8959
|
+
"""Type checking stubs"""
|
|
8960
|
+
pass
|
|
8961
|
+
|
|
8701
8962
|
def _typecheckingstub__fcf8488f51b3aba3af306d264af9434fa1e0040f1b353a0381fc97849f0e69f1(
|
|
8702
8963
|
inspector: _TreeInspector_488e0dd5,
|
|
8703
8964
|
) -> None:
|
|
@@ -2657,6 +2657,48 @@ class CfnPolicyStore(
|
|
|
2657
2657
|
|
|
2658
2658
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
2659
2659
|
|
|
2660
|
+
@jsii.member(jsii_name="fromPolicyStoreArn")
|
|
2661
|
+
@builtins.classmethod
|
|
2662
|
+
def from_policy_store_arn(
|
|
2663
|
+
cls,
|
|
2664
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2665
|
+
id: builtins.str,
|
|
2666
|
+
arn: builtins.str,
|
|
2667
|
+
) -> IPolicyStoreRef:
|
|
2668
|
+
'''Creates a new IPolicyStoreRef from an ARN.
|
|
2669
|
+
|
|
2670
|
+
:param scope: -
|
|
2671
|
+
:param id: -
|
|
2672
|
+
:param arn: -
|
|
2673
|
+
'''
|
|
2674
|
+
if __debug__:
|
|
2675
|
+
type_hints = typing.get_type_hints(_typecheckingstub__16b99c7dccdce2e3ceeacefaee34bcbc943bbd0e8eaa9a769f60e8db3995f9fd)
|
|
2676
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2677
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2678
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
2679
|
+
return typing.cast(IPolicyStoreRef, jsii.sinvoke(cls, "fromPolicyStoreArn", [scope, id, arn]))
|
|
2680
|
+
|
|
2681
|
+
@jsii.member(jsii_name="fromPolicyStoreId")
|
|
2682
|
+
@builtins.classmethod
|
|
2683
|
+
def from_policy_store_id(
|
|
2684
|
+
cls,
|
|
2685
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2686
|
+
id: builtins.str,
|
|
2687
|
+
policy_store_id: builtins.str,
|
|
2688
|
+
) -> IPolicyStoreRef:
|
|
2689
|
+
'''Creates a new IPolicyStoreRef from a policyStoreId.
|
|
2690
|
+
|
|
2691
|
+
:param scope: -
|
|
2692
|
+
:param id: -
|
|
2693
|
+
:param policy_store_id: -
|
|
2694
|
+
'''
|
|
2695
|
+
if __debug__:
|
|
2696
|
+
type_hints = typing.get_type_hints(_typecheckingstub__45b5cca57c73b13753d1aedfabb89ad909aa117845276b364d58f027f81d9263)
|
|
2697
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2698
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2699
|
+
check_type(argname="argument policy_store_id", value=policy_store_id, expected_type=type_hints["policy_store_id"])
|
|
2700
|
+
return typing.cast(IPolicyStoreRef, jsii.sinvoke(cls, "fromPolicyStoreId", [scope, id, policy_store_id]))
|
|
2701
|
+
|
|
2660
2702
|
@jsii.member(jsii_name="inspect")
|
|
2661
2703
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
2662
2704
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -3432,6 +3474,22 @@ def _typecheckingstub__8cc0f2986096a74fa71e43f21c340737b2abb3e3f40afbfe29ca3f0bd
|
|
|
3432
3474
|
"""Type checking stubs"""
|
|
3433
3475
|
pass
|
|
3434
3476
|
|
|
3477
|
+
def _typecheckingstub__16b99c7dccdce2e3ceeacefaee34bcbc943bbd0e8eaa9a769f60e8db3995f9fd(
|
|
3478
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3479
|
+
id: builtins.str,
|
|
3480
|
+
arn: builtins.str,
|
|
3481
|
+
) -> None:
|
|
3482
|
+
"""Type checking stubs"""
|
|
3483
|
+
pass
|
|
3484
|
+
|
|
3485
|
+
def _typecheckingstub__45b5cca57c73b13753d1aedfabb89ad909aa117845276b364d58f027f81d9263(
|
|
3486
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3487
|
+
id: builtins.str,
|
|
3488
|
+
policy_store_id: builtins.str,
|
|
3489
|
+
) -> None:
|
|
3490
|
+
"""Type checking stubs"""
|
|
3491
|
+
pass
|
|
3492
|
+
|
|
3435
3493
|
def _typecheckingstub__8ad1782ca771d54cb918458c633b77eb8f22d4fb4325e8039ddc8db9486e906f(
|
|
3436
3494
|
inspector: _TreeInspector_488e0dd5,
|
|
3437
3495
|
) -> None:
|
aws_cdk/aws_voiceid/__init__.py
CHANGED
|
@@ -344,6 +344,27 @@ class CfnDomain(
|
|
|
344
344
|
|
|
345
345
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
346
346
|
|
|
347
|
+
@jsii.member(jsii_name="fromDomainId")
|
|
348
|
+
@builtins.classmethod
|
|
349
|
+
def from_domain_id(
|
|
350
|
+
cls,
|
|
351
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
352
|
+
id: builtins.str,
|
|
353
|
+
domain_id: builtins.str,
|
|
354
|
+
) -> IDomainRef:
|
|
355
|
+
'''Creates a new IDomainRef from a domainId.
|
|
356
|
+
|
|
357
|
+
:param scope: -
|
|
358
|
+
:param id: -
|
|
359
|
+
:param domain_id: -
|
|
360
|
+
'''
|
|
361
|
+
if __debug__:
|
|
362
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d090314b5097181386be13d75f37659e37ea24c10b30be29d2dbfea7923ed22b)
|
|
363
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
364
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
365
|
+
check_type(argname="argument domain_id", value=domain_id, expected_type=type_hints["domain_id"])
|
|
366
|
+
return typing.cast(IDomainRef, jsii.sinvoke(cls, "fromDomainId", [scope, id, domain_id]))
|
|
367
|
+
|
|
347
368
|
@jsii.member(jsii_name="inspect")
|
|
348
369
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
349
370
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -556,6 +577,14 @@ def _typecheckingstub__f669b499116dab0ae384f6bbe13bc890778f766ea4106733abad20253
|
|
|
556
577
|
"""Type checking stubs"""
|
|
557
578
|
pass
|
|
558
579
|
|
|
580
|
+
def _typecheckingstub__d090314b5097181386be13d75f37659e37ea24c10b30be29d2dbfea7923ed22b(
|
|
581
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
582
|
+
id: builtins.str,
|
|
583
|
+
domain_id: builtins.str,
|
|
584
|
+
) -> None:
|
|
585
|
+
"""Type checking stubs"""
|
|
586
|
+
pass
|
|
587
|
+
|
|
559
588
|
def _typecheckingstub__6a13fec87534380d8666ebae8f047bd4dadf9d9570199850acc06ce35688c145(
|
|
560
589
|
inspector: _TreeInspector_488e0dd5,
|
|
561
590
|
) -> None:
|