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
|
@@ -6251,6 +6251,27 @@ class CfnApplication(
|
|
|
6251
6251
|
|
|
6252
6252
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
6253
6253
|
|
|
6254
|
+
@jsii.member(jsii_name="fromApplicationName")
|
|
6255
|
+
@builtins.classmethod
|
|
6256
|
+
def from_application_name(
|
|
6257
|
+
cls,
|
|
6258
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6259
|
+
id: builtins.str,
|
|
6260
|
+
application_name: builtins.str,
|
|
6261
|
+
) -> IApplicationRef:
|
|
6262
|
+
'''Creates a new IApplicationRef from a applicationName.
|
|
6263
|
+
|
|
6264
|
+
:param scope: -
|
|
6265
|
+
:param id: -
|
|
6266
|
+
:param application_name: -
|
|
6267
|
+
'''
|
|
6268
|
+
if __debug__:
|
|
6269
|
+
type_hints = typing.get_type_hints(_typecheckingstub__994304faea12eda1f4933ffaf6eb6e8dd9709b690e69aaa2758aac884c2b1f42)
|
|
6270
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
6271
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
6272
|
+
check_type(argname="argument application_name", value=application_name, expected_type=type_hints["application_name"])
|
|
6273
|
+
return typing.cast(IApplicationRef, jsii.sinvoke(cls, "fromApplicationName", [scope, id, application_name]))
|
|
6274
|
+
|
|
6254
6275
|
@jsii.member(jsii_name="inspect")
|
|
6255
6276
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
6256
6277
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -11304,6 +11325,14 @@ def _typecheckingstub__cdb5a43a5eee290cb73c7a01531e1ffdf06d171c94caaa945bee8063b
|
|
|
11304
11325
|
"""Type checking stubs"""
|
|
11305
11326
|
pass
|
|
11306
11327
|
|
|
11328
|
+
def _typecheckingstub__994304faea12eda1f4933ffaf6eb6e8dd9709b690e69aaa2758aac884c2b1f42(
|
|
11329
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
11330
|
+
id: builtins.str,
|
|
11331
|
+
application_name: builtins.str,
|
|
11332
|
+
) -> None:
|
|
11333
|
+
"""Type checking stubs"""
|
|
11334
|
+
pass
|
|
11335
|
+
|
|
11307
11336
|
def _typecheckingstub__472dad38d3229c543cd45d013c4792382a9a9ff72b6a1c296cd46ddee9866459(
|
|
11308
11337
|
inspector: _TreeInspector_488e0dd5,
|
|
11309
11338
|
) -> None:
|
|
@@ -751,6 +751,48 @@ class CfnProfilingGroup(
|
|
|
751
751
|
|
|
752
752
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
753
753
|
|
|
754
|
+
@jsii.member(jsii_name="fromProfilingGroupArn")
|
|
755
|
+
@builtins.classmethod
|
|
756
|
+
def from_profiling_group_arn(
|
|
757
|
+
cls,
|
|
758
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
759
|
+
id: builtins.str,
|
|
760
|
+
arn: builtins.str,
|
|
761
|
+
) -> IProfilingGroupRef:
|
|
762
|
+
'''Creates a new IProfilingGroupRef from an ARN.
|
|
763
|
+
|
|
764
|
+
:param scope: -
|
|
765
|
+
:param id: -
|
|
766
|
+
:param arn: -
|
|
767
|
+
'''
|
|
768
|
+
if __debug__:
|
|
769
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6ac4260087f147037940fcb12c380a6fc4400820d9cf220da02e1ddbef07d729)
|
|
770
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
771
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
772
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
773
|
+
return typing.cast(IProfilingGroupRef, jsii.sinvoke(cls, "fromProfilingGroupArn", [scope, id, arn]))
|
|
774
|
+
|
|
775
|
+
@jsii.member(jsii_name="fromProfilingGroupName")
|
|
776
|
+
@builtins.classmethod
|
|
777
|
+
def from_profiling_group_name(
|
|
778
|
+
cls,
|
|
779
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
780
|
+
id: builtins.str,
|
|
781
|
+
profiling_group_name: builtins.str,
|
|
782
|
+
) -> IProfilingGroupRef:
|
|
783
|
+
'''Creates a new IProfilingGroupRef from a profilingGroupName.
|
|
784
|
+
|
|
785
|
+
:param scope: -
|
|
786
|
+
:param id: -
|
|
787
|
+
:param profiling_group_name: -
|
|
788
|
+
'''
|
|
789
|
+
if __debug__:
|
|
790
|
+
type_hints = typing.get_type_hints(_typecheckingstub__552edc8b399fb365e317214fcadc79fac39ae04b205363192ae2b40558614940)
|
|
791
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
792
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
793
|
+
check_type(argname="argument profiling_group_name", value=profiling_group_name, expected_type=type_hints["profiling_group_name"])
|
|
794
|
+
return typing.cast(IProfilingGroupRef, jsii.sinvoke(cls, "fromProfilingGroupName", [scope, id, profiling_group_name]))
|
|
795
|
+
|
|
754
796
|
@jsii.member(jsii_name="inspect")
|
|
755
797
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
756
798
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1108,6 +1150,22 @@ def _typecheckingstub__c9aa0abb6bab44bc6d99509172735702ee5d874bf3f43241d8a04bc9b
|
|
|
1108
1150
|
"""Type checking stubs"""
|
|
1109
1151
|
pass
|
|
1110
1152
|
|
|
1153
|
+
def _typecheckingstub__6ac4260087f147037940fcb12c380a6fc4400820d9cf220da02e1ddbef07d729(
|
|
1154
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1155
|
+
id: builtins.str,
|
|
1156
|
+
arn: builtins.str,
|
|
1157
|
+
) -> None:
|
|
1158
|
+
"""Type checking stubs"""
|
|
1159
|
+
pass
|
|
1160
|
+
|
|
1161
|
+
def _typecheckingstub__552edc8b399fb365e317214fcadc79fac39ae04b205363192ae2b40558614940(
|
|
1162
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1163
|
+
id: builtins.str,
|
|
1164
|
+
profiling_group_name: builtins.str,
|
|
1165
|
+
) -> None:
|
|
1166
|
+
"""Type checking stubs"""
|
|
1167
|
+
pass
|
|
1168
|
+
|
|
1111
1169
|
def _typecheckingstub__24a556687187f3fa5c9bf014559a3a117b65e51abfce2431cb066434dd4eaa44(
|
|
1112
1170
|
inspector: _TreeInspector_488e0dd5,
|
|
1113
1171
|
) -> None:
|
|
@@ -8586,6 +8586,27 @@ class CfnPipeline(
|
|
|
8586
8586
|
|
|
8587
8587
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
8588
8588
|
|
|
8589
|
+
@jsii.member(jsii_name="fromPipelineName")
|
|
8590
|
+
@builtins.classmethod
|
|
8591
|
+
def from_pipeline_name(
|
|
8592
|
+
cls,
|
|
8593
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8594
|
+
id: builtins.str,
|
|
8595
|
+
pipeline_name: builtins.str,
|
|
8596
|
+
) -> IPipelineRef:
|
|
8597
|
+
'''Creates a new IPipelineRef from a pipelineName.
|
|
8598
|
+
|
|
8599
|
+
:param scope: -
|
|
8600
|
+
:param id: -
|
|
8601
|
+
:param pipeline_name: -
|
|
8602
|
+
'''
|
|
8603
|
+
if __debug__:
|
|
8604
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8b7e4f900fbf2e97e88978589afa9a0082e5bf79ff031c9c02abbf943633dc8c)
|
|
8605
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
8606
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
8607
|
+
check_type(argname="argument pipeline_name", value=pipeline_name, expected_type=type_hints["pipeline_name"])
|
|
8608
|
+
return typing.cast(IPipelineRef, jsii.sinvoke(cls, "fromPipelineName", [scope, id, pipeline_name]))
|
|
8609
|
+
|
|
8589
8610
|
@jsii.member(jsii_name="inspect")
|
|
8590
8611
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
8591
8612
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -13094,6 +13115,14 @@ def _typecheckingstub__43ae22b404f50a75462f3d5423718be3ca300d4e4e15354489d856039
|
|
|
13094
13115
|
"""Type checking stubs"""
|
|
13095
13116
|
pass
|
|
13096
13117
|
|
|
13118
|
+
def _typecheckingstub__8b7e4f900fbf2e97e88978589afa9a0082e5bf79ff031c9c02abbf943633dc8c(
|
|
13119
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13120
|
+
id: builtins.str,
|
|
13121
|
+
pipeline_name: builtins.str,
|
|
13122
|
+
) -> None:
|
|
13123
|
+
"""Type checking stubs"""
|
|
13124
|
+
pass
|
|
13125
|
+
|
|
13097
13126
|
def _typecheckingstub__3a8445e803e7c15623ffb8dcc675aa06dfc425ea5e189039b3f014c5d95a6671(
|
|
13098
13127
|
inspector: _TreeInspector_488e0dd5,
|
|
13099
13128
|
) -> None:
|
aws_cdk/aws_cognito/__init__.py
CHANGED
|
@@ -16268,6 +16268,27 @@ class CfnIdentityPool(
|
|
|
16268
16268
|
|
|
16269
16269
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
16270
16270
|
|
|
16271
|
+
@jsii.member(jsii_name="fromIdentityPoolId")
|
|
16272
|
+
@builtins.classmethod
|
|
16273
|
+
def from_identity_pool_id(
|
|
16274
|
+
cls,
|
|
16275
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
16276
|
+
id: builtins.str,
|
|
16277
|
+
identity_pool_id: builtins.str,
|
|
16278
|
+
) -> IIdentityPoolRef:
|
|
16279
|
+
'''Creates a new IIdentityPoolRef from a identityPoolId.
|
|
16280
|
+
|
|
16281
|
+
:param scope: -
|
|
16282
|
+
:param id: -
|
|
16283
|
+
:param identity_pool_id: -
|
|
16284
|
+
'''
|
|
16285
|
+
if __debug__:
|
|
16286
|
+
type_hints = typing.get_type_hints(_typecheckingstub__23c766eb59af70f92541dfd9c9cae67b99255f21efd59868b8feff44354f4e77)
|
|
16287
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
16288
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
16289
|
+
check_type(argname="argument identity_pool_id", value=identity_pool_id, expected_type=type_hints["identity_pool_id"])
|
|
16290
|
+
return typing.cast(IIdentityPoolRef, jsii.sinvoke(cls, "fromIdentityPoolId", [scope, id, identity_pool_id]))
|
|
16291
|
+
|
|
16271
16292
|
@jsii.member(jsii_name="inspect")
|
|
16272
16293
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
16273
16294
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -18478,6 +18499,48 @@ class CfnUserPool(
|
|
|
18478
18499
|
|
|
18479
18500
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
18480
18501
|
|
|
18502
|
+
@jsii.member(jsii_name="fromUserPoolArn")
|
|
18503
|
+
@builtins.classmethod
|
|
18504
|
+
def from_user_pool_arn(
|
|
18505
|
+
cls,
|
|
18506
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
18507
|
+
id: builtins.str,
|
|
18508
|
+
arn: builtins.str,
|
|
18509
|
+
) -> IUserPoolRef:
|
|
18510
|
+
'''Creates a new IUserPoolRef from an ARN.
|
|
18511
|
+
|
|
18512
|
+
:param scope: -
|
|
18513
|
+
:param id: -
|
|
18514
|
+
:param arn: -
|
|
18515
|
+
'''
|
|
18516
|
+
if __debug__:
|
|
18517
|
+
type_hints = typing.get_type_hints(_typecheckingstub__50cb94accc8d60746f0970af6f3f1428a04180d1d6c471b7ebb0c7eeaf6f5e11)
|
|
18518
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
18519
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
18520
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
18521
|
+
return typing.cast(IUserPoolRef, jsii.sinvoke(cls, "fromUserPoolArn", [scope, id, arn]))
|
|
18522
|
+
|
|
18523
|
+
@jsii.member(jsii_name="fromUserPoolId")
|
|
18524
|
+
@builtins.classmethod
|
|
18525
|
+
def from_user_pool_id(
|
|
18526
|
+
cls,
|
|
18527
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
18528
|
+
id: builtins.str,
|
|
18529
|
+
user_pool_id: builtins.str,
|
|
18530
|
+
) -> IUserPoolRef:
|
|
18531
|
+
'''Creates a new IUserPoolRef from a userPoolId.
|
|
18532
|
+
|
|
18533
|
+
:param scope: -
|
|
18534
|
+
:param id: -
|
|
18535
|
+
:param user_pool_id: -
|
|
18536
|
+
'''
|
|
18537
|
+
if __debug__:
|
|
18538
|
+
type_hints = typing.get_type_hints(_typecheckingstub__77bca4d59ea1b80508c0fd60c8f34e3c4dff94c3e5dada90fee904207040ff1a)
|
|
18539
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
18540
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
18541
|
+
check_type(argname="argument user_pool_id", value=user_pool_id, expected_type=type_hints["user_pool_id"])
|
|
18542
|
+
return typing.cast(IUserPoolRef, jsii.sinvoke(cls, "fromUserPoolId", [scope, id, user_pool_id]))
|
|
18543
|
+
|
|
18481
18544
|
@jsii.member(jsii_name="inspect")
|
|
18482
18545
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
18483
18546
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -27029,6 +27092,14 @@ def _typecheckingstub__d5156c08d9bb3b0ceca6f4ec485d84f9775d7be40128a6614e1b9cbf0
|
|
|
27029
27092
|
"""Type checking stubs"""
|
|
27030
27093
|
pass
|
|
27031
27094
|
|
|
27095
|
+
def _typecheckingstub__23c766eb59af70f92541dfd9c9cae67b99255f21efd59868b8feff44354f4e77(
|
|
27096
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
27097
|
+
id: builtins.str,
|
|
27098
|
+
identity_pool_id: builtins.str,
|
|
27099
|
+
) -> None:
|
|
27100
|
+
"""Type checking stubs"""
|
|
27101
|
+
pass
|
|
27102
|
+
|
|
27032
27103
|
def _typecheckingstub__d0046422699f4c95c1d9df0a173b8caf8590dc3fcb3ada38e03f96cba1a359bc(
|
|
27033
27104
|
inspector: _TreeInspector_488e0dd5,
|
|
27034
27105
|
) -> None:
|
|
@@ -27431,6 +27502,22 @@ def _typecheckingstub__32d20f28e2758f9a461380e2ed5d06233baf0f45541047ba837f26ebc
|
|
|
27431
27502
|
"""Type checking stubs"""
|
|
27432
27503
|
pass
|
|
27433
27504
|
|
|
27505
|
+
def _typecheckingstub__50cb94accc8d60746f0970af6f3f1428a04180d1d6c471b7ebb0c7eeaf6f5e11(
|
|
27506
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
27507
|
+
id: builtins.str,
|
|
27508
|
+
arn: builtins.str,
|
|
27509
|
+
) -> None:
|
|
27510
|
+
"""Type checking stubs"""
|
|
27511
|
+
pass
|
|
27512
|
+
|
|
27513
|
+
def _typecheckingstub__77bca4d59ea1b80508c0fd60c8f34e3c4dff94c3e5dada90fee904207040ff1a(
|
|
27514
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
27515
|
+
id: builtins.str,
|
|
27516
|
+
user_pool_id: builtins.str,
|
|
27517
|
+
) -> None:
|
|
27518
|
+
"""Type checking stubs"""
|
|
27519
|
+
pass
|
|
27520
|
+
|
|
27434
27521
|
def _typecheckingstub__190e7831a65154362cd300369d61a522f7add5d60374fc990db7dd8ecb232388(
|
|
27435
27522
|
inspector: _TreeInspector_488e0dd5,
|
|
27436
27523
|
) -> None:
|
aws_cdk/aws_config/__init__.py
CHANGED
|
@@ -12135,6 +12135,27 @@ class CfnOrganizationConfigRule(
|
|
|
12135
12135
|
|
|
12136
12136
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
12137
12137
|
|
|
12138
|
+
@jsii.member(jsii_name="fromOrganizationConfigRuleId")
|
|
12139
|
+
@builtins.classmethod
|
|
12140
|
+
def from_organization_config_rule_id(
|
|
12141
|
+
cls,
|
|
12142
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
12143
|
+
id: builtins.str,
|
|
12144
|
+
organization_config_rule_id: builtins.str,
|
|
12145
|
+
) -> IOrganizationConfigRuleRef:
|
|
12146
|
+
'''Creates a new IOrganizationConfigRuleRef from a organizationConfigRuleId.
|
|
12147
|
+
|
|
12148
|
+
:param scope: -
|
|
12149
|
+
:param id: -
|
|
12150
|
+
:param organization_config_rule_id: -
|
|
12151
|
+
'''
|
|
12152
|
+
if __debug__:
|
|
12153
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5ec8d3d53086fad35210fcf7f163fa99347478d20effebbfb9e9dc8ae996cc2c)
|
|
12154
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
12155
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
12156
|
+
check_type(argname="argument organization_config_rule_id", value=organization_config_rule_id, expected_type=type_hints["organization_config_rule_id"])
|
|
12157
|
+
return typing.cast(IOrganizationConfigRuleRef, jsii.sinvoke(cls, "fromOrganizationConfigRuleId", [scope, id, organization_config_rule_id]))
|
|
12158
|
+
|
|
12138
12159
|
@jsii.member(jsii_name="inspect")
|
|
12139
12160
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
12140
12161
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -13282,6 +13303,27 @@ class CfnRemediationConfiguration(
|
|
|
13282
13303
|
|
|
13283
13304
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
13284
13305
|
|
|
13306
|
+
@jsii.member(jsii_name="fromRemediationConfigurationId")
|
|
13307
|
+
@builtins.classmethod
|
|
13308
|
+
def from_remediation_configuration_id(
|
|
13309
|
+
cls,
|
|
13310
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13311
|
+
id: builtins.str,
|
|
13312
|
+
remediation_configuration_id: builtins.str,
|
|
13313
|
+
) -> IRemediationConfigurationRef:
|
|
13314
|
+
'''Creates a new IRemediationConfigurationRef from a remediationConfigurationId.
|
|
13315
|
+
|
|
13316
|
+
:param scope: -
|
|
13317
|
+
:param id: -
|
|
13318
|
+
:param remediation_configuration_id: -
|
|
13319
|
+
'''
|
|
13320
|
+
if __debug__:
|
|
13321
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d8ea5c20df565d1c985e68590e4f86ff5021fdfb98b248775d3388a5b00711aa)
|
|
13322
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
13323
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
13324
|
+
check_type(argname="argument remediation_configuration_id", value=remediation_configuration_id, expected_type=type_hints["remediation_configuration_id"])
|
|
13325
|
+
return typing.cast(IRemediationConfigurationRef, jsii.sinvoke(cls, "fromRemediationConfigurationId", [scope, id, remediation_configuration_id]))
|
|
13326
|
+
|
|
13285
13327
|
@jsii.member(jsii_name="inspect")
|
|
13286
13328
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
13287
13329
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -16497,6 +16539,14 @@ def _typecheckingstub__dbb132a46c30059a4907d7496d2b696999321fd7c5b82f7812c5a4d9b
|
|
|
16497
16539
|
"""Type checking stubs"""
|
|
16498
16540
|
pass
|
|
16499
16541
|
|
|
16542
|
+
def _typecheckingstub__5ec8d3d53086fad35210fcf7f163fa99347478d20effebbfb9e9dc8ae996cc2c(
|
|
16543
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
16544
|
+
id: builtins.str,
|
|
16545
|
+
organization_config_rule_id: builtins.str,
|
|
16546
|
+
) -> None:
|
|
16547
|
+
"""Type checking stubs"""
|
|
16548
|
+
pass
|
|
16549
|
+
|
|
16500
16550
|
def _typecheckingstub__7e581ed53a72e9f3241819d7b60aee8c45b6d8882e96a3754518305e3004fbe5(
|
|
16501
16551
|
inspector: _TreeInspector_488e0dd5,
|
|
16502
16552
|
) -> None:
|
|
@@ -16680,6 +16730,14 @@ def _typecheckingstub__7d77d8d51b1a809acec3ca2be829980e6b8f99140bb4eb3ce00b9209c
|
|
|
16680
16730
|
"""Type checking stubs"""
|
|
16681
16731
|
pass
|
|
16682
16732
|
|
|
16733
|
+
def _typecheckingstub__d8ea5c20df565d1c985e68590e4f86ff5021fdfb98b248775d3388a5b00711aa(
|
|
16734
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
16735
|
+
id: builtins.str,
|
|
16736
|
+
remediation_configuration_id: builtins.str,
|
|
16737
|
+
) -> None:
|
|
16738
|
+
"""Type checking stubs"""
|
|
16739
|
+
pass
|
|
16740
|
+
|
|
16683
16741
|
def _typecheckingstub__74c36a39512198e1aaa76b683ab3d6faa2dedf6814529e3325ab9fdf03a47934(
|
|
16684
16742
|
inspector: _TreeInspector_488e0dd5,
|
|
16685
16743
|
) -> None:
|
aws_cdk/aws_connect/__init__.py
CHANGED
|
@@ -2684,7 +2684,7 @@ class CfnRoutingProfileProps:
|
|
|
2684
2684
|
:param media_concurrencies: The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
|
|
2685
2685
|
:param name: The name of the routing profile.
|
|
2686
2686
|
:param agent_availability_timer: Whether agents with this routing profile will have their routing order calculated based on *time since their last inbound contact* or *longest idle time* .
|
|
2687
|
-
:param manual_assignment_queue_configs:
|
|
2687
|
+
:param manual_assignment_queue_configs: Contains information about the queue and channel for manual assignment behaviour can be enabled.
|
|
2688
2688
|
:param queue_configs: The inbound queues associated with the routing profile. If no queue is added, the agent can make only outbound calls.
|
|
2689
2689
|
:param tags: The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
|
|
2690
2690
|
|
|
@@ -2826,7 +2826,7 @@ class CfnRoutingProfileProps:
|
|
|
2826
2826
|
def manual_assignment_queue_configs(
|
|
2827
2827
|
self,
|
|
2828
2828
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnRoutingProfile.RoutingProfileManualAssignmentQueueConfigProperty"]]]]:
|
|
2829
|
-
'''
|
|
2829
|
+
'''Contains information about the queue and channel for manual assignment behaviour can be enabled.
|
|
2830
2830
|
|
|
2831
2831
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-routingprofile.html#cfn-connect-routingprofile-manualassignmentqueueconfigs
|
|
2832
2832
|
'''
|
|
@@ -14021,7 +14021,7 @@ class CfnRoutingProfile(
|
|
|
14021
14021
|
:param media_concurrencies: The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
|
|
14022
14022
|
:param name: The name of the routing profile.
|
|
14023
14023
|
:param agent_availability_timer: Whether agents with this routing profile will have their routing order calculated based on *time since their last inbound contact* or *longest idle time* .
|
|
14024
|
-
:param manual_assignment_queue_configs:
|
|
14024
|
+
:param manual_assignment_queue_configs: Contains information about the queue and channel for manual assignment behaviour can be enabled.
|
|
14025
14025
|
:param queue_configs: The inbound queues associated with the routing profile. If no queue is added, the agent can make only outbound calls.
|
|
14026
14026
|
:param tags: The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
|
|
14027
14027
|
'''
|
|
@@ -14187,7 +14187,7 @@ class CfnRoutingProfile(
|
|
|
14187
14187
|
def manual_assignment_queue_configs(
|
|
14188
14188
|
self,
|
|
14189
14189
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnRoutingProfile.RoutingProfileManualAssignmentQueueConfigProperty"]]]]:
|
|
14190
|
-
'''
|
|
14190
|
+
'''Contains information about the queue and channel for manual assignment behaviour can be enabled.'''
|
|
14191
14191
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnRoutingProfile.RoutingProfileManualAssignmentQueueConfigProperty"]]]], jsii.get(self, "manualAssignmentQueueConfigs"))
|
|
14192
14192
|
|
|
14193
14193
|
@manual_assignment_queue_configs.setter
|
|
@@ -14398,9 +14398,9 @@ class CfnRoutingProfile(
|
|
|
14398
14398
|
*,
|
|
14399
14399
|
queue_reference: typing.Union[_IResolvable_da3f097b, typing.Union["CfnRoutingProfile.RoutingProfileQueueReferenceProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
14400
14400
|
) -> None:
|
|
14401
|
-
'''Contains information about the manual assignment
|
|
14401
|
+
'''Contains information about the queue and channel for manual assignment behaviour can be enabled.
|
|
14402
14402
|
|
|
14403
|
-
:param queue_reference: Contains
|
|
14403
|
+
:param queue_reference: Contains information about a queue resource.
|
|
14404
14404
|
|
|
14405
14405
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-routingprofile-routingprofilemanualassignmentqueueconfig.html
|
|
14406
14406
|
:exampleMetadata: fixture=_generated
|
|
@@ -14429,7 +14429,7 @@ class CfnRoutingProfile(
|
|
|
14429
14429
|
def queue_reference(
|
|
14430
14430
|
self,
|
|
14431
14431
|
) -> typing.Union[_IResolvable_da3f097b, "CfnRoutingProfile.RoutingProfileQueueReferenceProperty"]:
|
|
14432
|
-
'''Contains
|
|
14432
|
+
'''Contains information about a queue resource.
|
|
14433
14433
|
|
|
14434
14434
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-routingprofile-routingprofilemanualassignmentqueueconfig.html#cfn-connect-routingprofile-routingprofilemanualassignmentqueueconfig-queuereference
|
|
14435
14435
|
'''
|
|
@@ -18125,7 +18125,7 @@ class CfnUser(
|
|
|
18125
18125
|
:param after_contact_work_time_limit: The After Call Work (ACW) timeout setting, in seconds. This parameter has a minimum value of 0 and a maximum value of 2,000,000 seconds (24 days). Enter 0 if you don't want to allocate a specific amount of ACW time. It essentially means an indefinite amount of time. When the conversation ends, ACW starts; the agent must choose Close contact to end ACW. .. epigraph:: When returned by a ``SearchUsers`` call, ``AfterContactWorkTimeLimit`` is returned in milliseconds.
|
|
18126
18126
|
:param auto_accept: The Auto accept setting.
|
|
18127
18127
|
:param desk_phone_number: The phone number for the user's desk phone.
|
|
18128
|
-
:param persistent_connection: The
|
|
18128
|
+
:param persistent_connection: The persistent connection setting for the user.
|
|
18129
18129
|
|
|
18130
18130
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-user-userphoneconfig.html
|
|
18131
18131
|
:exampleMetadata: fixture=_generated
|
|
@@ -18213,7 +18213,7 @@ class CfnUser(
|
|
|
18213
18213
|
def persistent_connection(
|
|
18214
18214
|
self,
|
|
18215
18215
|
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
18216
|
-
'''The
|
|
18216
|
+
'''The persistent connection setting for the user.
|
|
18217
18217
|
|
|
18218
18218
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-user-userphoneconfig.html#cfn-connect-user-userphoneconfig-persistentconnection
|
|
18219
18219
|
'''
|
aws_cdk/aws_cur/__init__.py
CHANGED
|
@@ -120,7 +120,7 @@ class CfnReportDefinitionProps:
|
|
|
120
120
|
:param additional_artifacts: A list of manifests that you want AWS to create for this report.
|
|
121
121
|
:param additional_schema_elements: A list of strings that indicate additional content that AWS includes in the report, such as individual resource IDs.
|
|
122
122
|
:param billing_view_arn: The Amazon Resource Name (ARN) of the billing view. You can get this value by using the billing view service public APIs.
|
|
123
|
-
:param tags:
|
|
123
|
+
:param tags: The tags to be assigned to the report definition resource.
|
|
124
124
|
|
|
125
125
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cur-reportdefinition.html
|
|
126
126
|
:exampleMetadata: fixture=_generated
|
|
@@ -316,7 +316,8 @@ class CfnReportDefinitionProps:
|
|
|
316
316
|
|
|
317
317
|
@builtins.property
|
|
318
318
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
319
|
-
'''
|
|
319
|
+
'''The tags to be assigned to the report definition resource.
|
|
320
|
+
|
|
320
321
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cur-reportdefinition.html#cfn-cur-reportdefinition-tags
|
|
321
322
|
'''
|
|
322
323
|
result = self._values.get("tags")
|
|
@@ -499,7 +500,7 @@ class CfnReportDefinition(
|
|
|
499
500
|
:param additional_artifacts: A list of manifests that you want AWS to create for this report.
|
|
500
501
|
:param additional_schema_elements: A list of strings that indicate additional content that AWS includes in the report, such as individual resource IDs.
|
|
501
502
|
:param billing_view_arn: The Amazon Resource Name (ARN) of the billing view. You can get this value by using the billing view service public APIs.
|
|
502
|
-
:param tags:
|
|
503
|
+
:param tags: The tags to be assigned to the report definition resource.
|
|
503
504
|
'''
|
|
504
505
|
if __debug__:
|
|
505
506
|
type_hints = typing.get_type_hints(_typecheckingstub__fa6a90098f39859b607fa8b8453bf94b62703cdf41682ff1f90c565abdedbb57)
|
|
@@ -523,6 +524,27 @@ class CfnReportDefinition(
|
|
|
523
524
|
|
|
524
525
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
525
526
|
|
|
527
|
+
@jsii.member(jsii_name="fromReportName")
|
|
528
|
+
@builtins.classmethod
|
|
529
|
+
def from_report_name(
|
|
530
|
+
cls,
|
|
531
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
532
|
+
id: builtins.str,
|
|
533
|
+
report_name: builtins.str,
|
|
534
|
+
) -> IReportDefinitionRef:
|
|
535
|
+
'''Creates a new IReportDefinitionRef from a reportName.
|
|
536
|
+
|
|
537
|
+
:param scope: -
|
|
538
|
+
:param id: -
|
|
539
|
+
:param report_name: -
|
|
540
|
+
'''
|
|
541
|
+
if __debug__:
|
|
542
|
+
type_hints = typing.get_type_hints(_typecheckingstub__02865af0c29dc81b4c5c9b0407af3a8814fe9de8c986762beeaf1cfb76e3d846)
|
|
543
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
544
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
545
|
+
check_type(argname="argument report_name", value=report_name, expected_type=type_hints["report_name"])
|
|
546
|
+
return typing.cast(IReportDefinitionRef, jsii.sinvoke(cls, "fromReportName", [scope, id, report_name]))
|
|
547
|
+
|
|
526
548
|
@jsii.member(jsii_name="inspect")
|
|
527
549
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
528
550
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -740,6 +762,7 @@ class CfnReportDefinition(
|
|
|
740
762
|
@builtins.property
|
|
741
763
|
@jsii.member(jsii_name="tags")
|
|
742
764
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
765
|
+
'''The tags to be assigned to the report definition resource.'''
|
|
743
766
|
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
|
|
744
767
|
|
|
745
768
|
@tags.setter
|
|
@@ -806,6 +829,14 @@ def _typecheckingstub__fa6a90098f39859b607fa8b8453bf94b62703cdf41682ff1f90c565ab
|
|
|
806
829
|
"""Type checking stubs"""
|
|
807
830
|
pass
|
|
808
831
|
|
|
832
|
+
def _typecheckingstub__02865af0c29dc81b4c5c9b0407af3a8814fe9de8c986762beeaf1cfb76e3d846(
|
|
833
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
834
|
+
id: builtins.str,
|
|
835
|
+
report_name: builtins.str,
|
|
836
|
+
) -> None:
|
|
837
|
+
"""Type checking stubs"""
|
|
838
|
+
pass
|
|
839
|
+
|
|
809
840
|
def _typecheckingstub__e753195458a5ffa83a48c74959905c1f01ecb8fa907ac7bcbac64b0a6d68dd47(
|
|
810
841
|
inspector: _TreeInspector_488e0dd5,
|
|
811
842
|
) -> None:
|
|
@@ -3505,6 +3505,27 @@ class CfnDomain(
|
|
|
3505
3505
|
|
|
3506
3506
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
3507
3507
|
|
|
3508
|
+
@jsii.member(jsii_name="fromDomainName")
|
|
3509
|
+
@builtins.classmethod
|
|
3510
|
+
def from_domain_name(
|
|
3511
|
+
cls,
|
|
3512
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3513
|
+
id: builtins.str,
|
|
3514
|
+
domain_name: builtins.str,
|
|
3515
|
+
) -> IDomainRef:
|
|
3516
|
+
'''Creates a new IDomainRef from a domainName.
|
|
3517
|
+
|
|
3518
|
+
:param scope: -
|
|
3519
|
+
:param id: -
|
|
3520
|
+
:param domain_name: -
|
|
3521
|
+
'''
|
|
3522
|
+
if __debug__:
|
|
3523
|
+
type_hints = typing.get_type_hints(_typecheckingstub__fd06f1031d674322ba6de287a0e9b6f98bcf7c1e63ca71ee399b0962fde84df9)
|
|
3524
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3525
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3526
|
+
check_type(argname="argument domain_name", value=domain_name, expected_type=type_hints["domain_name"])
|
|
3527
|
+
return typing.cast(IDomainRef, jsii.sinvoke(cls, "fromDomainName", [scope, id, domain_name]))
|
|
3528
|
+
|
|
3508
3529
|
@jsii.member(jsii_name="inspect")
|
|
3509
3530
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
3510
3531
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -4845,6 +4866,27 @@ class CfnEventStream(
|
|
|
4845
4866
|
|
|
4846
4867
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
4847
4868
|
|
|
4869
|
+
@jsii.member(jsii_name="fromEventStreamArn")
|
|
4870
|
+
@builtins.classmethod
|
|
4871
|
+
def from_event_stream_arn(
|
|
4872
|
+
cls,
|
|
4873
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4874
|
+
id: builtins.str,
|
|
4875
|
+
arn: builtins.str,
|
|
4876
|
+
) -> IEventStreamRef:
|
|
4877
|
+
'''Creates a new IEventStreamRef from an ARN.
|
|
4878
|
+
|
|
4879
|
+
:param scope: -
|
|
4880
|
+
:param id: -
|
|
4881
|
+
:param arn: -
|
|
4882
|
+
'''
|
|
4883
|
+
if __debug__:
|
|
4884
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2912fbac0dc25602737bb6c243466334029e11fcfdf5487fc65c1a0029b6f9e1)
|
|
4885
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4886
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4887
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
4888
|
+
return typing.cast(IEventStreamRef, jsii.sinvoke(cls, "fromEventStreamArn", [scope, id, arn]))
|
|
4889
|
+
|
|
4848
4890
|
@jsii.member(jsii_name="inspect")
|
|
4849
4891
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
4850
4892
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -11458,6 +11500,14 @@ def _typecheckingstub__6cc1e612474254ea8edde86de3e08226c0c50e450782b3a99c92e87c3
|
|
|
11458
11500
|
"""Type checking stubs"""
|
|
11459
11501
|
pass
|
|
11460
11502
|
|
|
11503
|
+
def _typecheckingstub__fd06f1031d674322ba6de287a0e9b6f98bcf7c1e63ca71ee399b0962fde84df9(
|
|
11504
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
11505
|
+
id: builtins.str,
|
|
11506
|
+
domain_name: builtins.str,
|
|
11507
|
+
) -> None:
|
|
11508
|
+
"""Type checking stubs"""
|
|
11509
|
+
pass
|
|
11510
|
+
|
|
11461
11511
|
def _typecheckingstub__2bd90568f369097b5d7a19088e675226c1257ad9e9ac30f3a478e941435aaaf5(
|
|
11462
11512
|
inspector: _TreeInspector_488e0dd5,
|
|
11463
11513
|
) -> None:
|
|
@@ -11623,6 +11673,14 @@ def _typecheckingstub__ab29d0d747428994b84491cb3989a05a67bcb4cf0b84ebeba8fd19114
|
|
|
11623
11673
|
"""Type checking stubs"""
|
|
11624
11674
|
pass
|
|
11625
11675
|
|
|
11676
|
+
def _typecheckingstub__2912fbac0dc25602737bb6c243466334029e11fcfdf5487fc65c1a0029b6f9e1(
|
|
11677
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
11678
|
+
id: builtins.str,
|
|
11679
|
+
arn: builtins.str,
|
|
11680
|
+
) -> None:
|
|
11681
|
+
"""Type checking stubs"""
|
|
11682
|
+
pass
|
|
11683
|
+
|
|
11626
11684
|
def _typecheckingstub__5d37a000675ecf626a3348ff78d7f60db4441f2bb16c208d8dea0d1a4ecbd88f(
|
|
11627
11685
|
inspector: _TreeInspector_488e0dd5,
|
|
11628
11686
|
) -> None:
|
|
@@ -462,6 +462,27 @@ class CfnPipeline(
|
|
|
462
462
|
|
|
463
463
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
464
464
|
|
|
465
|
+
@jsii.member(jsii_name="fromPipelineID")
|
|
466
|
+
@builtins.classmethod
|
|
467
|
+
def from_pipeline_id(
|
|
468
|
+
cls,
|
|
469
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
470
|
+
id: builtins.str,
|
|
471
|
+
pipeline_id: builtins.str,
|
|
472
|
+
) -> IPipelineRef:
|
|
473
|
+
'''Creates a new IPipelineRef from a pipelineId.
|
|
474
|
+
|
|
475
|
+
:param scope: -
|
|
476
|
+
:param id: -
|
|
477
|
+
:param pipeline_id: -
|
|
478
|
+
'''
|
|
479
|
+
if __debug__:
|
|
480
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2da468833cc5611eaf4299e9e2a7e5f72bf97b5c7d0bb050a1b910af6231aa01)
|
|
481
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
482
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
483
|
+
check_type(argname="argument pipeline_id", value=pipeline_id, expected_type=type_hints["pipeline_id"])
|
|
484
|
+
return typing.cast(IPipelineRef, jsii.sinvoke(cls, "fromPipelineID", [scope, id, pipeline_id]))
|
|
485
|
+
|
|
465
486
|
@jsii.member(jsii_name="inspect")
|
|
466
487
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
467
488
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1168,6 +1189,14 @@ def _typecheckingstub__234bba6a4e11fe2b9f45dcf4e448e89d2ca6fc1f137ad5c70158dbb94
|
|
|
1168
1189
|
"""Type checking stubs"""
|
|
1169
1190
|
pass
|
|
1170
1191
|
|
|
1192
|
+
def _typecheckingstub__2da468833cc5611eaf4299e9e2a7e5f72bf97b5c7d0bb050a1b910af6231aa01(
|
|
1193
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1194
|
+
id: builtins.str,
|
|
1195
|
+
pipeline_id: builtins.str,
|
|
1196
|
+
) -> None:
|
|
1197
|
+
"""Type checking stubs"""
|
|
1198
|
+
pass
|
|
1199
|
+
|
|
1171
1200
|
def _typecheckingstub__e041401c179371f012bfad04926b1898ef8c6b894f245538daf9113834fe3a3b(
|
|
1172
1201
|
inspector: _TreeInspector_488e0dd5,
|
|
1173
1202
|
) -> None:
|