aws-cdk-lib 2.153.0__py3-none-any.whl → 2.154.1__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 +157 -215
- aws_cdk/_jsii/__init__.py +2 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.153.0.jsii.tgz → aws-cdk-lib@2.154.1.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +3 -3
- aws_cdk/aws_accessanalyzer/__init__.py +5 -5
- aws_cdk/aws_acmpca/__init__.py +79 -24
- aws_cdk/aws_amazonmq/__init__.py +161 -161
- aws_cdk/aws_amplify/__init__.py +36 -36
- aws_cdk/aws_amplifyuibuilder/__init__.py +32 -32
- aws_cdk/aws_apigateway/__init__.py +122 -122
- aws_cdk/aws_apigatewayv2/__init__.py +143 -130
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +12 -12
- aws_cdk/aws_appconfig/__init__.py +59 -59
- aws_cdk/aws_appflow/__init__.py +20 -20
- aws_cdk/aws_appintegrations/__init__.py +19 -19
- aws_cdk/aws_applicationautoscaling/__init__.py +31 -16
- aws_cdk/aws_applicationinsights/__init__.py +11 -11
- aws_cdk/aws_applicationsignals/__init__.py +5 -5
- aws_cdk/aws_appmesh/__init__.py +35 -35
- aws_cdk/aws_apprunner/__init__.py +25 -25
- aws_cdk/aws_appstream/__init__.py +105 -105
- aws_cdk/aws_appsync/__init__.py +89 -89
- aws_cdk/aws_apptest/__init__.py +25 -25
- aws_cdk/aws_aps/__init__.py +14 -14
- aws_cdk/aws_arczonalshift/__init__.py +200 -3
- aws_cdk/aws_athena/__init__.py +25 -25
- aws_cdk/aws_auditmanager/__init__.py +15 -15
- aws_cdk/aws_autoscaling/__init__.py +84 -84
- aws_cdk/aws_autoscalingplans/__init__.py +2 -2
- aws_cdk/aws_b2bi/__init__.py +24 -24
- aws_cdk/aws_backup/__init__.py +33 -33
- aws_cdk/aws_backupgateway/__init__.py +7 -7
- aws_cdk/aws_batch/__init__.py +289 -35
- aws_cdk/aws_bcmdataexports/__init__.py +2 -2
- aws_cdk/aws_bedrock/__init__.py +15766 -3438
- aws_cdk/aws_billingconductor/__init__.py +28 -28
- aws_cdk/aws_budgets/__init__.py +12 -12
- aws_cdk/aws_cassandra/__init__.py +16 -16
- aws_cdk/aws_ce/__init__.py +17 -17
- aws_cdk/aws_certificatemanager/__init__.py +9 -9
- aws_cdk/aws_chatbot/__init__.py +22 -22
- aws_cdk/aws_cleanrooms/__init__.py +2470 -307
- aws_cdk/aws_cleanroomsml/__init__.py +5 -5
- aws_cdk/aws_cloud9/__init__.py +10 -10
- aws_cdk/aws_cloudformation/__init__.py +94 -69
- aws_cdk/aws_cloudfront/__init__.py +47 -33
- aws_cdk/aws_cloudtrail/__init__.py +46 -44
- aws_cdk/aws_cloudwatch/__init__.py +61 -69
- aws_cdk/aws_codeartifact/__init__.py +19 -19
- aws_cdk/aws_codebuild/__init__.py +99 -68
- aws_cdk/aws_codecommit/__init__.py +10 -6
- aws_cdk/aws_codeconnections/__init__.py +5 -5
- aws_cdk/aws_codedeploy/__init__.py +28 -28
- aws_cdk/aws_codeguruprofiler/__init__.py +5 -5
- aws_cdk/aws_codegurureviewer/__init__.py +6 -6
- aws_cdk/aws_codepipeline/__init__.py +849 -52
- aws_cdk/aws_codepipeline_actions/__init__.py +1 -1
- aws_cdk/aws_codestar/__init__.py +8 -8
- aws_cdk/aws_codestarconnections/__init__.py +17 -17
- aws_cdk/aws_codestarnotifications/__init__.py +10 -10
- aws_cdk/aws_cognito/__init__.py +465 -133
- aws_cdk/aws_comprehend/__init__.py +20 -20
- aws_cdk/aws_config/__init__.py +67 -67
- aws_cdk/aws_connect/__init__.py +139 -137
- aws_cdk/aws_connectcampaigns/__init__.py +5 -5
- aws_cdk/aws_controltower/__init__.py +12 -12
- aws_cdk/aws_cur/__init__.py +12 -12
- aws_cdk/aws_customerprofiles/__init__.py +36 -36
- aws_cdk/aws_databrew/__init__.py +45 -45
- aws_cdk/aws_datapipeline/__init__.py +12 -8
- aws_cdk/aws_datasync/__init__.py +119 -117
- aws_cdk/aws_datazone/__init__.py +63 -63
- aws_cdk/aws_dax/__init__.py +20 -20
- aws_cdk/aws_deadline/__init__.py +221 -292
- aws_cdk/aws_detective/__init__.py +8 -8
- aws_cdk/aws_devicefarm/__init__.py +37 -37
- aws_cdk/aws_devopsguru/__init__.py +2 -2
- aws_cdk/aws_directoryservice/__init__.py +15 -15
- aws_cdk/aws_dlm/__init__.py +12 -12
- aws_cdk/aws_dms/__init__.py +300 -298
- aws_cdk/aws_docdb/__init__.py +49 -49
- aws_cdk/aws_docdbelastic/__init__.py +14 -14
- aws_cdk/aws_dynamodb/__init__.py +371 -37
- aws_cdk/aws_ec2/__init__.py +914 -612
- aws_cdk/aws_ecr/__init__.py +117 -77
- aws_cdk/aws_ecr_assets/__init__.py +4 -4
- aws_cdk/aws_ecs/__init__.py +192 -191
- aws_cdk/aws_ecs_patterns/__init__.py +2 -2
- aws_cdk/aws_efs/__init__.py +22 -22
- aws_cdk/aws_eks/__init__.py +177 -61
- aws_cdk/aws_elasticache/__init__.py +218 -226
- aws_cdk/aws_elasticbeanstalk/__init__.py +25 -25
- aws_cdk/aws_elasticloadbalancing/__init__.py +16 -16
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +1066 -102
- aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +86 -4
- aws_cdk/aws_elasticsearch/__init__.py +16 -16
- aws_cdk/aws_emr/__init__.py +74 -74
- aws_cdk/aws_emrcontainers/__init__.py +3 -3
- aws_cdk/aws_emrserverless/__init__.py +157 -14
- aws_cdk/aws_entityresolution/__init__.py +613 -35
- aws_cdk/aws_events/__init__.py +42 -42
- aws_cdk/aws_eventschemas/__init__.py +16 -16
- aws_cdk/aws_evidently/__init__.py +38 -38
- aws_cdk/aws_finspace/__init__.py +8 -8
- aws_cdk/aws_fis/__init__.py +12 -12
- aws_cdk/aws_fms/__init__.py +21 -21
- aws_cdk/aws_forecast/__init__.py +18 -11
- aws_cdk/aws_frauddetector/__init__.py +35 -35
- aws_cdk/aws_fsx/__init__.py +35 -35
- aws_cdk/aws_gamelift/__init__.py +155 -143
- aws_cdk/aws_globalaccelerator/__init__.py +46 -24
- aws_cdk/aws_glue/__init__.py +187 -143
- aws_cdk/aws_grafana/__init__.py +17 -17
- aws_cdk/aws_greengrass/__init__.py +48 -48
- aws_cdk/aws_greengrassv2/__init__.py +10 -10
- aws_cdk/aws_groundstation/__init__.py +16 -16
- aws_cdk/aws_guardduty/__init__.py +40 -38
- aws_cdk/aws_healthimaging/__init__.py +3 -3
- aws_cdk/aws_healthlake/__init__.py +6 -6
- aws_cdk/aws_iam/__init__.py +120 -122
- aws_cdk/aws_identitystore/__init__.py +6 -6
- aws_cdk/aws_imagebuilder/__init__.py +98 -98
- aws_cdk/aws_inspector/__init__.py +8 -8
- aws_cdk/aws_inspectorv2/__init__.py +102 -97
- aws_cdk/aws_internetmonitor/__init__.py +12 -12
- aws_cdk/aws_iot/__init__.py +141 -141
- aws_cdk/aws_iot1click/__init__.py +9 -9
- aws_cdk/aws_iotanalytics/__init__.py +21 -21
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +2 -2
- aws_cdk/aws_iotevents/__init__.py +20 -20
- aws_cdk/aws_iotfleethub/__init__.py +4 -4
- aws_cdk/aws_iotfleetwise/__init__.py +45 -45
- aws_cdk/aws_iotsitewise/__init__.py +40 -40
- aws_cdk/aws_iotthingsgraph/__init__.py +2 -2
- aws_cdk/aws_iottwinmaker/__init__.py +34 -34
- aws_cdk/aws_iotwireless/__init__.py +66 -66
- aws_cdk/aws_ivs/__init__.py +490 -34
- aws_cdk/aws_ivschat/__init__.py +9 -9
- aws_cdk/aws_kafkaconnect/__init__.py +22 -22
- aws_cdk/aws_kendra/__init__.py +28 -28
- aws_cdk/aws_kendraranking/__init__.py +4 -4
- aws_cdk/aws_kinesis/__init__.py +8 -8
- aws_cdk/aws_kinesisanalytics/__init__.py +23 -23
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +15 -15
- aws_cdk/aws_kinesisfirehose/__init__.py +677 -18
- aws_cdk/aws_kinesisvideo/__init__.py +10 -10
- aws_cdk/aws_kms/__init__.py +20 -20
- aws_cdk/aws_lakeformation/__init__.py +36 -36
- aws_cdk/aws_lambda/__init__.py +174 -118
- aws_cdk/aws_launchwizard/__init__.py +508 -0
- aws_cdk/aws_lex/__init__.py +24 -24
- aws_cdk/aws_licensemanager/__init__.py +17 -17
- aws_cdk/aws_lightsail/__init__.py +90 -90
- aws_cdk/aws_location/__init__.py +41 -41
- aws_cdk/aws_logs/__init__.py +50 -50
- aws_cdk/aws_lookoutequipment/__init__.py +9 -9
- aws_cdk/aws_lookoutmetrics/__init__.py +10 -10
- aws_cdk/aws_lookoutvision/__init__.py +1 -1
- aws_cdk/aws_m2/__init__.py +20 -20
- aws_cdk/aws_macie/__init__.py +19 -19
- aws_cdk/aws_managedblockchain/__init__.py +10 -10
- aws_cdk/aws_mediaconnect/__init__.py +114 -77
- aws_cdk/aws_mediaconvert/__init__.py +20 -20
- aws_cdk/aws_medialive/__init__.py +49 -40
- aws_cdk/aws_mediapackage/__init__.py +38 -38
- aws_cdk/aws_mediapackagev2/__init__.py +178 -25
- aws_cdk/aws_mediastore/__init__.py +7 -7
- aws_cdk/aws_mediatailor/__init__.py +40 -40
- aws_cdk/aws_memorydb/__init__.py +41 -41
- aws_cdk/aws_msk/__init__.py +127 -39
- aws_cdk/aws_mwaa/__init__.py +25 -25
- aws_cdk/aws_neptune/__init__.py +55 -55
- aws_cdk/aws_neptunegraph/__init__.py +11 -11
- aws_cdk/aws_networkfirewall/__init__.py +36 -30
- aws_cdk/aws_networkmanager/__init__.py +1062 -91
- aws_cdk/aws_nimblestudio/__init__.py +31 -31
- aws_cdk/aws_oam/__init__.py +8 -8
- aws_cdk/aws_omics/__init__.py +36 -36
- aws_cdk/aws_opensearchserverless/__init__.py +25 -25
- aws_cdk/aws_opensearchservice/__init__.py +20 -20
- aws_cdk/aws_opsworks/__init__.py +87 -87
- aws_cdk/aws_opsworkscm/__init__.py +21 -21
- aws_cdk/aws_organizations/__init__.py +17 -17
- aws_cdk/aws_osis/__init__.py +122 -9
- aws_cdk/aws_panorama/__init__.py +27 -22
- aws_cdk/aws_paymentcryptography/__init__.py +7 -7
- aws_cdk/aws_pcaconnectorad/__init__.py +17 -17
- aws_cdk/aws_personalize/__init__.py +19 -19
- aws_cdk/aws_pinpoint/__init__.py +122 -122
- aws_cdk/aws_pinpointemail/__init__.py +16 -16
- aws_cdk/aws_pipes/__init__.py +14 -16
- aws_cdk/aws_proton/__init__.py +19 -19
- aws_cdk/aws_qbusiness/__init__.py +160 -45
- aws_cdk/aws_qldb/__init__.py +12 -12
- aws_cdk/aws_quicksight/__init__.py +91 -91
- aws_cdk/aws_ram/__init__.py +11 -11
- aws_cdk/aws_rds/__init__.py +365 -259
- aws_cdk/aws_redshift/__init__.py +136 -91
- aws_cdk/aws_redshiftserverless/__init__.py +27 -27
- aws_cdk/aws_refactorspaces/__init__.py +26 -26
- aws_cdk/aws_rekognition/__init__.py +16 -16
- aws_cdk/aws_resiliencehub/__init__.py +15 -15
- aws_cdk/aws_resourceexplorer2/__init__.py +8 -8
- aws_cdk/aws_resourcegroups/__init__.py +6 -6
- aws_cdk/aws_robomaker/__init__.py +25 -25
- aws_cdk/aws_rolesanywhere/__init__.py +67 -19
- aws_cdk/aws_route53/__init__.py +36 -36
- aws_cdk/aws_route53profiles/__init__.py +11 -11
- aws_cdk/aws_route53recoverycontrol/__init__.py +14 -14
- aws_cdk/aws_route53recoveryreadiness/__init__.py +13 -13
- aws_cdk/aws_route53resolver/__init__.py +123 -82
- aws_cdk/aws_rum/__init__.py +6 -6
- aws_cdk/aws_s3/__init__.py +136 -80
- aws_cdk/aws_s3_deployment/__init__.py +30 -24
- aws_cdk/aws_s3_notifications/__init__.py +3 -4
- aws_cdk/aws_s3express/__init__.py +5 -5
- aws_cdk/aws_s3objectlambda/__init__.py +6 -6
- aws_cdk/aws_s3outposts/__init__.py +16 -16
- aws_cdk/aws_sagemaker/__init__.py +2414 -282
- aws_cdk/aws_sam/__init__.py +101 -101
- aws_cdk/aws_scheduler/__init__.py +13 -13
- aws_cdk/aws_sdb/__init__.py +1 -1
- aws_cdk/aws_secretsmanager/__init__.py +20 -19
- aws_cdk/aws_securityhub/__init__.py +70 -57
- aws_cdk/aws_securitylake/__init__.py +341 -16
- aws_cdk/aws_servicecatalog/__init__.py +87 -87
- aws_cdk/aws_servicecatalogappregistry/__init__.py +12 -12
- aws_cdk/aws_servicediscovery/__init__.py +23 -23
- aws_cdk/aws_ses/__init__.py +12038 -5604
- aws_cdk/aws_shield/__init__.py +15 -15
- aws_cdk/aws_signer/__init__.py +9 -9
- aws_cdk/aws_simspaceweaver/__init__.py +5 -5
- aws_cdk/aws_sns/__init__.py +28 -28
- aws_cdk/aws_sqs/__init__.py +20 -20
- aws_cdk/aws_ssm/__init__.py +176 -105
- aws_cdk/aws_ssmcontacts/__init__.py +18 -18
- aws_cdk/aws_ssmincidents/__init__.py +11 -11
- aws_cdk/aws_sso/__init__.py +31 -31
- aws_cdk/aws_stepfunctions/__init__.py +370 -28
- aws_cdk/aws_supportapp/__init__.py +11 -11
- aws_cdk/aws_synthetics/__init__.py +18 -18
- aws_cdk/aws_systemsmanagersap/__init__.py +48 -7
- aws_cdk/aws_timestream/__init__.py +34 -34
- aws_cdk/aws_transfer/__init__.py +57 -57
- aws_cdk/aws_verifiedpermissions/__init__.py +11 -11
- aws_cdk/aws_voiceid/__init__.py +4 -4
- aws_cdk/aws_vpclattice/__init__.py +42 -42
- aws_cdk/aws_waf/__init__.py +17 -17
- aws_cdk/aws_wafregional/__init__.py +28 -28
- aws_cdk/aws_wafv2/__init__.py +39 -39
- aws_cdk/aws_wisdom/__init__.py +16 -16
- aws_cdk/aws_workspaces/__init__.py +18 -18
- aws_cdk/aws_workspacesthinclient/__init__.py +63 -9
- aws_cdk/aws_workspacesweb/__init__.py +87 -46
- aws_cdk/aws_xray/__init__.py +12 -12
- aws_cdk/cloud_assembly_schema/__init__.py +348 -239
- aws_cdk/custom_resources/__init__.py +289 -0
- aws_cdk/cx_api/__init__.py +15 -15
- aws_cdk/pipelines/__init__.py +172 -237
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/METADATA +3 -2
- aws_cdk_lib-2.154.1.dist-info/RECORD +292 -0
- aws_cdk_lib-2.153.0.dist-info/RECORD +0 -291
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/top_level.txt +0 -0
aws_cdk/aws_connect/__init__.py
CHANGED
|
@@ -147,7 +147,7 @@ class CfnApprovedOrigin(
|
|
|
147
147
|
if __debug__:
|
|
148
148
|
type_hints = typing.get_type_hints(_typecheckingstub__7fd219e5b157d40fbc4254297a9308245796269c824a72c0b9db3bad7013261c)
|
|
149
149
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
150
|
-
jsii.set(self, "instanceId", value)
|
|
150
|
+
jsii.set(self, "instanceId", value) # pyright: ignore[reportArgumentType]
|
|
151
151
|
|
|
152
152
|
@builtins.property
|
|
153
153
|
@jsii.member(jsii_name="origin")
|
|
@@ -160,7 +160,7 @@ class CfnApprovedOrigin(
|
|
|
160
160
|
if __debug__:
|
|
161
161
|
type_hints = typing.get_type_hints(_typecheckingstub__49fb9b02cf4a1b22d6433eac9cb35377d1877512b477dbf9c030fec47fb54f75)
|
|
162
162
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
163
|
-
jsii.set(self, "origin", value)
|
|
163
|
+
jsii.set(self, "origin", value) # pyright: ignore[reportArgumentType]
|
|
164
164
|
|
|
165
165
|
|
|
166
166
|
@jsii.data_type(
|
|
@@ -373,7 +373,7 @@ class CfnContactFlow(
|
|
|
373
373
|
if __debug__:
|
|
374
374
|
type_hints = typing.get_type_hints(_typecheckingstub__4a517102f202efaced50f937df38d5374d2d8ae33c5659296852d677cbe73e2a)
|
|
375
375
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
376
|
-
jsii.set(self, "content", value)
|
|
376
|
+
jsii.set(self, "content", value) # pyright: ignore[reportArgumentType]
|
|
377
377
|
|
|
378
378
|
@builtins.property
|
|
379
379
|
@jsii.member(jsii_name="instanceArn")
|
|
@@ -386,7 +386,7 @@ class CfnContactFlow(
|
|
|
386
386
|
if __debug__:
|
|
387
387
|
type_hints = typing.get_type_hints(_typecheckingstub__20f6a7aacca6b49f3791bf907484b7af427677a1079ea79db9a45489b963b9d0)
|
|
388
388
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
389
|
-
jsii.set(self, "instanceArn", value)
|
|
389
|
+
jsii.set(self, "instanceArn", value) # pyright: ignore[reportArgumentType]
|
|
390
390
|
|
|
391
391
|
@builtins.property
|
|
392
392
|
@jsii.member(jsii_name="name")
|
|
@@ -399,7 +399,7 @@ class CfnContactFlow(
|
|
|
399
399
|
if __debug__:
|
|
400
400
|
type_hints = typing.get_type_hints(_typecheckingstub__76f576a62faffae972ec30039ac3019bddb9b613e8dd2dce2b52723ba8a64dbc)
|
|
401
401
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
402
|
-
jsii.set(self, "name", value)
|
|
402
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
403
403
|
|
|
404
404
|
@builtins.property
|
|
405
405
|
@jsii.member(jsii_name="type")
|
|
@@ -412,7 +412,7 @@ class CfnContactFlow(
|
|
|
412
412
|
if __debug__:
|
|
413
413
|
type_hints = typing.get_type_hints(_typecheckingstub__213719edbc55495f331c0d1f51b7ab8a359f2c5cc563f3fa97077760121c6aa9)
|
|
414
414
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
415
|
-
jsii.set(self, "type", value)
|
|
415
|
+
jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
|
|
416
416
|
|
|
417
417
|
@builtins.property
|
|
418
418
|
@jsii.member(jsii_name="description")
|
|
@@ -425,7 +425,7 @@ class CfnContactFlow(
|
|
|
425
425
|
if __debug__:
|
|
426
426
|
type_hints = typing.get_type_hints(_typecheckingstub__6e4573df3b75ab7b2ea3d0cba32ff3c515f11f6cbec43c0885d9ee30d25616a0)
|
|
427
427
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
428
|
-
jsii.set(self, "description", value)
|
|
428
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
429
429
|
|
|
430
430
|
@builtins.property
|
|
431
431
|
@jsii.member(jsii_name="state")
|
|
@@ -438,7 +438,7 @@ class CfnContactFlow(
|
|
|
438
438
|
if __debug__:
|
|
439
439
|
type_hints = typing.get_type_hints(_typecheckingstub__a7b6f72cf71dca93b2b2baae1d002d73d66de8e16bec7709efdb45c4bb811336)
|
|
440
440
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
441
|
-
jsii.set(self, "state", value)
|
|
441
|
+
jsii.set(self, "state", value) # pyright: ignore[reportArgumentType]
|
|
442
442
|
|
|
443
443
|
@builtins.property
|
|
444
444
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -451,7 +451,7 @@ class CfnContactFlow(
|
|
|
451
451
|
if __debug__:
|
|
452
452
|
type_hints = typing.get_type_hints(_typecheckingstub__22bc442433d76b98a1dae3304e1215f20c67d932bbfc6f02619483fbdb5d808d)
|
|
453
453
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
454
|
-
jsii.set(self, "tagsRaw", value)
|
|
454
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
455
455
|
|
|
456
456
|
|
|
457
457
|
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
@@ -596,7 +596,7 @@ class CfnContactFlowModule(
|
|
|
596
596
|
if __debug__:
|
|
597
597
|
type_hints = typing.get_type_hints(_typecheckingstub__1701812aa93a58317265edab1cd66b5a843fc9845a1aed0b81f83c4f738b5b0e)
|
|
598
598
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
599
|
-
jsii.set(self, "content", value)
|
|
599
|
+
jsii.set(self, "content", value) # pyright: ignore[reportArgumentType]
|
|
600
600
|
|
|
601
601
|
@builtins.property
|
|
602
602
|
@jsii.member(jsii_name="instanceArn")
|
|
@@ -609,7 +609,7 @@ class CfnContactFlowModule(
|
|
|
609
609
|
if __debug__:
|
|
610
610
|
type_hints = typing.get_type_hints(_typecheckingstub__68b9231af4bcfc40233b3b8fbbd6acd02fe21a59b2f962738d2ce93d6ffa7fa7)
|
|
611
611
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
612
|
-
jsii.set(self, "instanceArn", value)
|
|
612
|
+
jsii.set(self, "instanceArn", value) # pyright: ignore[reportArgumentType]
|
|
613
613
|
|
|
614
614
|
@builtins.property
|
|
615
615
|
@jsii.member(jsii_name="name")
|
|
@@ -622,7 +622,7 @@ class CfnContactFlowModule(
|
|
|
622
622
|
if __debug__:
|
|
623
623
|
type_hints = typing.get_type_hints(_typecheckingstub__4e18e7239d9aefba3afcb9b93bf7f3ec9f6e4f173d51f91e93f5543efe25658a)
|
|
624
624
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
625
|
-
jsii.set(self, "name", value)
|
|
625
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
626
626
|
|
|
627
627
|
@builtins.property
|
|
628
628
|
@jsii.member(jsii_name="description")
|
|
@@ -635,7 +635,7 @@ class CfnContactFlowModule(
|
|
|
635
635
|
if __debug__:
|
|
636
636
|
type_hints = typing.get_type_hints(_typecheckingstub__2c1841af03e44ad4a3c471a24f30aa57c457ec766515db087b0745fb9a6a68d9)
|
|
637
637
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
638
|
-
jsii.set(self, "description", value)
|
|
638
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
639
639
|
|
|
640
640
|
@builtins.property
|
|
641
641
|
@jsii.member(jsii_name="state")
|
|
@@ -648,7 +648,7 @@ class CfnContactFlowModule(
|
|
|
648
648
|
if __debug__:
|
|
649
649
|
type_hints = typing.get_type_hints(_typecheckingstub__25db523d57560a8813a16f507ae8c09c28625a53b6a24b5744ca978282ff51a3)
|
|
650
650
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
651
|
-
jsii.set(self, "state", value)
|
|
651
|
+
jsii.set(self, "state", value) # pyright: ignore[reportArgumentType]
|
|
652
652
|
|
|
653
653
|
@builtins.property
|
|
654
654
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -661,7 +661,7 @@ class CfnContactFlowModule(
|
|
|
661
661
|
if __debug__:
|
|
662
662
|
type_hints = typing.get_type_hints(_typecheckingstub__47de1c508f0616d427a0546578e35f062250082b28649c8985770019609a4881)
|
|
663
663
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
664
|
-
jsii.set(self, "tagsRaw", value)
|
|
664
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
665
665
|
|
|
666
666
|
|
|
667
667
|
@jsii.data_type(
|
|
@@ -1184,7 +1184,7 @@ class CfnEvaluationForm(
|
|
|
1184
1184
|
if __debug__:
|
|
1185
1185
|
type_hints = typing.get_type_hints(_typecheckingstub__7e8c997caf14ee62e4089ac89d3358aef59cbdf6698b52bd57527b1af0ea2ebb)
|
|
1186
1186
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1187
|
-
jsii.set(self, "instanceArn", value)
|
|
1187
|
+
jsii.set(self, "instanceArn", value) # pyright: ignore[reportArgumentType]
|
|
1188
1188
|
|
|
1189
1189
|
@builtins.property
|
|
1190
1190
|
@jsii.member(jsii_name="items")
|
|
@@ -1202,7 +1202,7 @@ class CfnEvaluationForm(
|
|
|
1202
1202
|
if __debug__:
|
|
1203
1203
|
type_hints = typing.get_type_hints(_typecheckingstub__24592bd80085495fe88d36be53b16b2dc291afc06a041b2135eb47206f64c9d4)
|
|
1204
1204
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1205
|
-
jsii.set(self, "items", value)
|
|
1205
|
+
jsii.set(self, "items", value) # pyright: ignore[reportArgumentType]
|
|
1206
1206
|
|
|
1207
1207
|
@builtins.property
|
|
1208
1208
|
@jsii.member(jsii_name="status")
|
|
@@ -1215,7 +1215,7 @@ class CfnEvaluationForm(
|
|
|
1215
1215
|
if __debug__:
|
|
1216
1216
|
type_hints = typing.get_type_hints(_typecheckingstub__989b0b560f041388bf986f0dcb8487074564673bc25c4ffe3be8bbfd6e1a74b3)
|
|
1217
1217
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1218
|
-
jsii.set(self, "status", value)
|
|
1218
|
+
jsii.set(self, "status", value) # pyright: ignore[reportArgumentType]
|
|
1219
1219
|
|
|
1220
1220
|
@builtins.property
|
|
1221
1221
|
@jsii.member(jsii_name="title")
|
|
@@ -1228,7 +1228,7 @@ class CfnEvaluationForm(
|
|
|
1228
1228
|
if __debug__:
|
|
1229
1229
|
type_hints = typing.get_type_hints(_typecheckingstub__5fe499614d5f5501fca8c029af605f671cdbfd45404bbcf2cb1dca048ab19e45)
|
|
1230
1230
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1231
|
-
jsii.set(self, "title", value)
|
|
1231
|
+
jsii.set(self, "title", value) # pyright: ignore[reportArgumentType]
|
|
1232
1232
|
|
|
1233
1233
|
@builtins.property
|
|
1234
1234
|
@jsii.member(jsii_name="description")
|
|
@@ -1241,7 +1241,7 @@ class CfnEvaluationForm(
|
|
|
1241
1241
|
if __debug__:
|
|
1242
1242
|
type_hints = typing.get_type_hints(_typecheckingstub__9b9daef123f8c8ba72731239424846e3251f3e39a09700e6514170d316f71293)
|
|
1243
1243
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1244
|
-
jsii.set(self, "description", value)
|
|
1244
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
1245
1245
|
|
|
1246
1246
|
@builtins.property
|
|
1247
1247
|
@jsii.member(jsii_name="scoringStrategy")
|
|
@@ -1259,7 +1259,7 @@ class CfnEvaluationForm(
|
|
|
1259
1259
|
if __debug__:
|
|
1260
1260
|
type_hints = typing.get_type_hints(_typecheckingstub__b8ab41606e6f4148f72499568c63a3750f38b857a5fc25e01a04fcefb15350c9)
|
|
1261
1261
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1262
|
-
jsii.set(self, "scoringStrategy", value)
|
|
1262
|
+
jsii.set(self, "scoringStrategy", value) # pyright: ignore[reportArgumentType]
|
|
1263
1263
|
|
|
1264
1264
|
@builtins.property
|
|
1265
1265
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -1272,7 +1272,7 @@ class CfnEvaluationForm(
|
|
|
1272
1272
|
if __debug__:
|
|
1273
1273
|
type_hints = typing.get_type_hints(_typecheckingstub__ec087e4492b70f062d224ca25c2f0d81dc78704ad8d957b26ed60e8e67176df5)
|
|
1274
1274
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1275
|
-
jsii.set(self, "tagsRaw", value)
|
|
1275
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
1276
1276
|
|
|
1277
1277
|
@jsii.data_type(
|
|
1278
1278
|
jsii_type="aws-cdk-lib.aws_connect.CfnEvaluationForm.EvaluationFormBaseItemProperty",
|
|
@@ -3395,7 +3395,7 @@ class CfnHoursOfOperation(
|
|
|
3395
3395
|
if __debug__:
|
|
3396
3396
|
type_hints = typing.get_type_hints(_typecheckingstub__390986701d928ed3f41379b144a434426999d52505eaf487d066a0865f299c42)
|
|
3397
3397
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3398
|
-
jsii.set(self, "config", value)
|
|
3398
|
+
jsii.set(self, "config", value) # pyright: ignore[reportArgumentType]
|
|
3399
3399
|
|
|
3400
3400
|
@builtins.property
|
|
3401
3401
|
@jsii.member(jsii_name="instanceArn")
|
|
@@ -3408,7 +3408,7 @@ class CfnHoursOfOperation(
|
|
|
3408
3408
|
if __debug__:
|
|
3409
3409
|
type_hints = typing.get_type_hints(_typecheckingstub__ff371c180e62831feb4bd92859ad779161086fed20f40c5fcaec70aedbd1d950)
|
|
3410
3410
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3411
|
-
jsii.set(self, "instanceArn", value)
|
|
3411
|
+
jsii.set(self, "instanceArn", value) # pyright: ignore[reportArgumentType]
|
|
3412
3412
|
|
|
3413
3413
|
@builtins.property
|
|
3414
3414
|
@jsii.member(jsii_name="name")
|
|
@@ -3421,7 +3421,7 @@ class CfnHoursOfOperation(
|
|
|
3421
3421
|
if __debug__:
|
|
3422
3422
|
type_hints = typing.get_type_hints(_typecheckingstub__314c5f51a2268bd65be9864b4a46c3d2279936b4a2675b16522bc736ba5fb373)
|
|
3423
3423
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3424
|
-
jsii.set(self, "name", value)
|
|
3424
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
3425
3425
|
|
|
3426
3426
|
@builtins.property
|
|
3427
3427
|
@jsii.member(jsii_name="timeZone")
|
|
@@ -3434,7 +3434,7 @@ class CfnHoursOfOperation(
|
|
|
3434
3434
|
if __debug__:
|
|
3435
3435
|
type_hints = typing.get_type_hints(_typecheckingstub__442605da8563582cbafb26c421377e100eaf1791f47f7f84657994d9d7347b8c)
|
|
3436
3436
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3437
|
-
jsii.set(self, "timeZone", value)
|
|
3437
|
+
jsii.set(self, "timeZone", value) # pyright: ignore[reportArgumentType]
|
|
3438
3438
|
|
|
3439
3439
|
@builtins.property
|
|
3440
3440
|
@jsii.member(jsii_name="description")
|
|
@@ -3447,7 +3447,7 @@ class CfnHoursOfOperation(
|
|
|
3447
3447
|
if __debug__:
|
|
3448
3448
|
type_hints = typing.get_type_hints(_typecheckingstub__224611189f5992474af63688324a9a850ba31b7aad01b0eaae5a8fd63f4ea172)
|
|
3449
3449
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3450
|
-
jsii.set(self, "description", value)
|
|
3450
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
3451
3451
|
|
|
3452
3452
|
@builtins.property
|
|
3453
3453
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -3460,7 +3460,7 @@ class CfnHoursOfOperation(
|
|
|
3460
3460
|
if __debug__:
|
|
3461
3461
|
type_hints = typing.get_type_hints(_typecheckingstub__e3006704998781ab2276bf2b26481ef171277930dc1c09d1dcf2e54b8cd07b7c)
|
|
3462
3462
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3463
|
-
jsii.set(self, "tagsRaw", value)
|
|
3463
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
3464
3464
|
|
|
3465
3465
|
@jsii.data_type(
|
|
3466
3466
|
jsii_type="aws-cdk-lib.aws_connect.CfnHoursOfOperation.HoursOfOperationConfigProperty",
|
|
@@ -3967,7 +3967,7 @@ class CfnInstance(
|
|
|
3967
3967
|
if __debug__:
|
|
3968
3968
|
type_hints = typing.get_type_hints(_typecheckingstub__15b81c5f62ba93ec0d3e48188cccf781d5861eac87dc5aa4a4038e6d2176145e)
|
|
3969
3969
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3970
|
-
jsii.set(self, "attributes", value)
|
|
3970
|
+
jsii.set(self, "attributes", value) # pyright: ignore[reportArgumentType]
|
|
3971
3971
|
|
|
3972
3972
|
@builtins.property
|
|
3973
3973
|
@jsii.member(jsii_name="identityManagementType")
|
|
@@ -3980,7 +3980,7 @@ class CfnInstance(
|
|
|
3980
3980
|
if __debug__:
|
|
3981
3981
|
type_hints = typing.get_type_hints(_typecheckingstub__a1723398c06ebefeb9e3f4e11e08b8929e713cae56a36abf11fae424fa1c0cea)
|
|
3982
3982
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3983
|
-
jsii.set(self, "identityManagementType", value)
|
|
3983
|
+
jsii.set(self, "identityManagementType", value) # pyright: ignore[reportArgumentType]
|
|
3984
3984
|
|
|
3985
3985
|
@builtins.property
|
|
3986
3986
|
@jsii.member(jsii_name="directoryId")
|
|
@@ -3993,7 +3993,7 @@ class CfnInstance(
|
|
|
3993
3993
|
if __debug__:
|
|
3994
3994
|
type_hints = typing.get_type_hints(_typecheckingstub__a002f21d50b37114edc464bd9143a0e1abc1702e5ff455644179b2ac7acbfbdd)
|
|
3995
3995
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3996
|
-
jsii.set(self, "directoryId", value)
|
|
3996
|
+
jsii.set(self, "directoryId", value) # pyright: ignore[reportArgumentType]
|
|
3997
3997
|
|
|
3998
3998
|
@builtins.property
|
|
3999
3999
|
@jsii.member(jsii_name="instanceAlias")
|
|
@@ -4006,7 +4006,7 @@ class CfnInstance(
|
|
|
4006
4006
|
if __debug__:
|
|
4007
4007
|
type_hints = typing.get_type_hints(_typecheckingstub__225190f7b3c1545c436fe6b710e05a3a5b7d256f1ece21dcb8ad6ba49cf45c90)
|
|
4008
4008
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4009
|
-
jsii.set(self, "instanceAlias", value)
|
|
4009
|
+
jsii.set(self, "instanceAlias", value) # pyright: ignore[reportArgumentType]
|
|
4010
4010
|
|
|
4011
4011
|
@builtins.property
|
|
4012
4012
|
@jsii.member(jsii_name="tags")
|
|
@@ -4019,7 +4019,7 @@ class CfnInstance(
|
|
|
4019
4019
|
if __debug__:
|
|
4020
4020
|
type_hints = typing.get_type_hints(_typecheckingstub__3e8d8f5cd36a7297cd164f61b17e1e7ad86e005761d780299041506bff9d1f68)
|
|
4021
4021
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4022
|
-
jsii.set(self, "tags", value)
|
|
4022
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
4023
4023
|
|
|
4024
4024
|
@jsii.data_type(
|
|
4025
4025
|
jsii_type="aws-cdk-lib.aws_connect.CfnInstance.AttributesProperty",
|
|
@@ -4478,7 +4478,7 @@ class CfnInstanceStorageConfig(
|
|
|
4478
4478
|
if __debug__:
|
|
4479
4479
|
type_hints = typing.get_type_hints(_typecheckingstub__fb171c6a585c549bf0fad4d15990fc6ee838655cd803c3fd46739aba98a2a1d4)
|
|
4480
4480
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4481
|
-
jsii.set(self, "instanceArn", value)
|
|
4481
|
+
jsii.set(self, "instanceArn", value) # pyright: ignore[reportArgumentType]
|
|
4482
4482
|
|
|
4483
4483
|
@builtins.property
|
|
4484
4484
|
@jsii.member(jsii_name="resourceType")
|
|
@@ -4491,7 +4491,7 @@ class CfnInstanceStorageConfig(
|
|
|
4491
4491
|
if __debug__:
|
|
4492
4492
|
type_hints = typing.get_type_hints(_typecheckingstub__3ae5f517bee9d34ee21bd11e2d5f0247d46092ae2f3deb37dcf2893b2f798f14)
|
|
4493
4493
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4494
|
-
jsii.set(self, "resourceType", value)
|
|
4494
|
+
jsii.set(self, "resourceType", value) # pyright: ignore[reportArgumentType]
|
|
4495
4495
|
|
|
4496
4496
|
@builtins.property
|
|
4497
4497
|
@jsii.member(jsii_name="storageType")
|
|
@@ -4504,7 +4504,7 @@ class CfnInstanceStorageConfig(
|
|
|
4504
4504
|
if __debug__:
|
|
4505
4505
|
type_hints = typing.get_type_hints(_typecheckingstub__3e576862f1e107b0e3735b4d183525ba16593162db67ddb46e8ca789a1af5850)
|
|
4506
4506
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4507
|
-
jsii.set(self, "storageType", value)
|
|
4507
|
+
jsii.set(self, "storageType", value) # pyright: ignore[reportArgumentType]
|
|
4508
4508
|
|
|
4509
4509
|
@builtins.property
|
|
4510
4510
|
@jsii.member(jsii_name="kinesisFirehoseConfig")
|
|
@@ -4522,7 +4522,7 @@ class CfnInstanceStorageConfig(
|
|
|
4522
4522
|
if __debug__:
|
|
4523
4523
|
type_hints = typing.get_type_hints(_typecheckingstub__c0c82cfbbde3b0d4520ea2bf1db2e6d9a0262e0c56473bd9769a65fc32f975a8)
|
|
4524
4524
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4525
|
-
jsii.set(self, "kinesisFirehoseConfig", value)
|
|
4525
|
+
jsii.set(self, "kinesisFirehoseConfig", value) # pyright: ignore[reportArgumentType]
|
|
4526
4526
|
|
|
4527
4527
|
@builtins.property
|
|
4528
4528
|
@jsii.member(jsii_name="kinesisStreamConfig")
|
|
@@ -4540,7 +4540,7 @@ class CfnInstanceStorageConfig(
|
|
|
4540
4540
|
if __debug__:
|
|
4541
4541
|
type_hints = typing.get_type_hints(_typecheckingstub__1a364c6eb62a091d24f417f496838aa90b1e63e040b4dad6e12dd8288568f014)
|
|
4542
4542
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4543
|
-
jsii.set(self, "kinesisStreamConfig", value)
|
|
4543
|
+
jsii.set(self, "kinesisStreamConfig", value) # pyright: ignore[reportArgumentType]
|
|
4544
4544
|
|
|
4545
4545
|
@builtins.property
|
|
4546
4546
|
@jsii.member(jsii_name="kinesisVideoStreamConfig")
|
|
@@ -4558,7 +4558,7 @@ class CfnInstanceStorageConfig(
|
|
|
4558
4558
|
if __debug__:
|
|
4559
4559
|
type_hints = typing.get_type_hints(_typecheckingstub__f43628a93b9adb2e5341b48d5f226f90e92dc0574e63f1fabc8616c9c49b35ef)
|
|
4560
4560
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4561
|
-
jsii.set(self, "kinesisVideoStreamConfig", value)
|
|
4561
|
+
jsii.set(self, "kinesisVideoStreamConfig", value) # pyright: ignore[reportArgumentType]
|
|
4562
4562
|
|
|
4563
4563
|
@builtins.property
|
|
4564
4564
|
@jsii.member(jsii_name="s3Config")
|
|
@@ -4576,7 +4576,7 @@ class CfnInstanceStorageConfig(
|
|
|
4576
4576
|
if __debug__:
|
|
4577
4577
|
type_hints = typing.get_type_hints(_typecheckingstub__5e076b90fc0b5155e89233d8d5afcf24aea56049cea6a67a56da67867dd963c3)
|
|
4578
4578
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4579
|
-
jsii.set(self, "s3Config", value)
|
|
4579
|
+
jsii.set(self, "s3Config", value) # pyright: ignore[reportArgumentType]
|
|
4580
4580
|
|
|
4581
4581
|
@jsii.data_type(
|
|
4582
4582
|
jsii_type="aws-cdk-lib.aws_connect.CfnInstanceStorageConfig.EncryptionConfigProperty",
|
|
@@ -5251,7 +5251,7 @@ class CfnIntegrationAssociation(
|
|
|
5251
5251
|
if __debug__:
|
|
5252
5252
|
type_hints = typing.get_type_hints(_typecheckingstub__7925af3a6409e56b03183e28600488914d5fe9b4e7accd90ff869ac4ba2618e4)
|
|
5253
5253
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5254
|
-
jsii.set(self, "instanceId", value)
|
|
5254
|
+
jsii.set(self, "instanceId", value) # pyright: ignore[reportArgumentType]
|
|
5255
5255
|
|
|
5256
5256
|
@builtins.property
|
|
5257
5257
|
@jsii.member(jsii_name="integrationArn")
|
|
@@ -5264,7 +5264,7 @@ class CfnIntegrationAssociation(
|
|
|
5264
5264
|
if __debug__:
|
|
5265
5265
|
type_hints = typing.get_type_hints(_typecheckingstub__9cc0c68d9b0ec88ff8644cffd658aa26a913dcd92e1fc6ea4af9e71598d78538)
|
|
5266
5266
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5267
|
-
jsii.set(self, "integrationArn", value)
|
|
5267
|
+
jsii.set(self, "integrationArn", value) # pyright: ignore[reportArgumentType]
|
|
5268
5268
|
|
|
5269
5269
|
@builtins.property
|
|
5270
5270
|
@jsii.member(jsii_name="integrationType")
|
|
@@ -5277,7 +5277,7 @@ class CfnIntegrationAssociation(
|
|
|
5277
5277
|
if __debug__:
|
|
5278
5278
|
type_hints = typing.get_type_hints(_typecheckingstub__beb9a11163321e5e540a87e2baf965475a45e960cf9aa4a424acc86dcad3feef)
|
|
5279
5279
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5280
|
-
jsii.set(self, "integrationType", value)
|
|
5280
|
+
jsii.set(self, "integrationType", value) # pyright: ignore[reportArgumentType]
|
|
5281
5281
|
|
|
5282
5282
|
|
|
5283
5283
|
@jsii.data_type(
|
|
@@ -5525,7 +5525,7 @@ class CfnPhoneNumber(
|
|
|
5525
5525
|
if __debug__:
|
|
5526
5526
|
type_hints = typing.get_type_hints(_typecheckingstub__aee914dbb9c13734690f391827e9cd37ca89f521141f3de61e900bfbbd902752)
|
|
5527
5527
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5528
|
-
jsii.set(self, "targetArn", value)
|
|
5528
|
+
jsii.set(self, "targetArn", value) # pyright: ignore[reportArgumentType]
|
|
5529
5529
|
|
|
5530
5530
|
@builtins.property
|
|
5531
5531
|
@jsii.member(jsii_name="countryCode")
|
|
@@ -5538,7 +5538,7 @@ class CfnPhoneNumber(
|
|
|
5538
5538
|
if __debug__:
|
|
5539
5539
|
type_hints = typing.get_type_hints(_typecheckingstub__7e8049a6bcb60451cb780647e8cad2360b140018c95db8d6b0e339ed0524e56f)
|
|
5540
5540
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5541
|
-
jsii.set(self, "countryCode", value)
|
|
5541
|
+
jsii.set(self, "countryCode", value) # pyright: ignore[reportArgumentType]
|
|
5542
5542
|
|
|
5543
5543
|
@builtins.property
|
|
5544
5544
|
@jsii.member(jsii_name="description")
|
|
@@ -5551,7 +5551,7 @@ class CfnPhoneNumber(
|
|
|
5551
5551
|
if __debug__:
|
|
5552
5552
|
type_hints = typing.get_type_hints(_typecheckingstub__9949958c848f257cc25ceae67fe2e9cee4b1972f09d90ea4ed667dac758be40e)
|
|
5553
5553
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5554
|
-
jsii.set(self, "description", value)
|
|
5554
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
5555
5555
|
|
|
5556
5556
|
@builtins.property
|
|
5557
5557
|
@jsii.member(jsii_name="prefix")
|
|
@@ -5567,7 +5567,7 @@ class CfnPhoneNumber(
|
|
|
5567
5567
|
if __debug__:
|
|
5568
5568
|
type_hints = typing.get_type_hints(_typecheckingstub__572d2dd079d87f4a7578acddb0bc7dbcca5ec4c2fecd370ff662ac4d429ea5b5)
|
|
5569
5569
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5570
|
-
jsii.set(self, "prefix", value)
|
|
5570
|
+
jsii.set(self, "prefix", value) # pyright: ignore[reportArgumentType]
|
|
5571
5571
|
|
|
5572
5572
|
@builtins.property
|
|
5573
5573
|
@jsii.member(jsii_name="sourcePhoneNumberArn")
|
|
@@ -5580,7 +5580,7 @@ class CfnPhoneNumber(
|
|
|
5580
5580
|
if __debug__:
|
|
5581
5581
|
type_hints = typing.get_type_hints(_typecheckingstub__300c4efa19cbb74af0cd0af8daf0ae0f9cc8bdc0b5b372ff32bd5afa5fec8cb5)
|
|
5582
5582
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5583
|
-
jsii.set(self, "sourcePhoneNumberArn", value)
|
|
5583
|
+
jsii.set(self, "sourcePhoneNumberArn", value) # pyright: ignore[reportArgumentType]
|
|
5584
5584
|
|
|
5585
5585
|
@builtins.property
|
|
5586
5586
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -5593,7 +5593,7 @@ class CfnPhoneNumber(
|
|
|
5593
5593
|
if __debug__:
|
|
5594
5594
|
type_hints = typing.get_type_hints(_typecheckingstub__b0910286729f650a764036086fb0fc5a1d117b7068e7085b28b8314456bcd893)
|
|
5595
5595
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5596
|
-
jsii.set(self, "tagsRaw", value)
|
|
5596
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
5597
5597
|
|
|
5598
5598
|
@builtins.property
|
|
5599
5599
|
@jsii.member(jsii_name="type")
|
|
@@ -5606,7 +5606,7 @@ class CfnPhoneNumber(
|
|
|
5606
5606
|
if __debug__:
|
|
5607
5607
|
type_hints = typing.get_type_hints(_typecheckingstub__d0868299e1426aef01fcea4843c3c28737fa3b7614cce2aa77e978bfa8976f8f)
|
|
5608
5608
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5609
|
-
jsii.set(self, "type", value)
|
|
5609
|
+
jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
|
|
5610
5610
|
|
|
5611
5611
|
|
|
5612
5612
|
@jsii.data_type(
|
|
@@ -5892,7 +5892,7 @@ class CfnPredefinedAttribute(
|
|
|
5892
5892
|
if __debug__:
|
|
5893
5893
|
type_hints = typing.get_type_hints(_typecheckingstub__e72a0435a6a506b8daa0226ab38a3801d43c7ac4e15dd134ff74a68575297e08)
|
|
5894
5894
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5895
|
-
jsii.set(self, "instanceArn", value)
|
|
5895
|
+
jsii.set(self, "instanceArn", value) # pyright: ignore[reportArgumentType]
|
|
5896
5896
|
|
|
5897
5897
|
@builtins.property
|
|
5898
5898
|
@jsii.member(jsii_name="name")
|
|
@@ -5905,7 +5905,7 @@ class CfnPredefinedAttribute(
|
|
|
5905
5905
|
if __debug__:
|
|
5906
5906
|
type_hints = typing.get_type_hints(_typecheckingstub__505c1fe18f355a3c8343fc74e29b578ea13ba483aa5951da1f12eba81893b852)
|
|
5907
5907
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5908
|
-
jsii.set(self, "name", value)
|
|
5908
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
5909
5909
|
|
|
5910
5910
|
@builtins.property
|
|
5911
5911
|
@jsii.member(jsii_name="values")
|
|
@@ -5923,7 +5923,7 @@ class CfnPredefinedAttribute(
|
|
|
5923
5923
|
if __debug__:
|
|
5924
5924
|
type_hints = typing.get_type_hints(_typecheckingstub__08003c8bd2407db8849ebc9b0c31a79805d1a0f97f0579e4ac977dfa6a2fd356)
|
|
5925
5925
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5926
|
-
jsii.set(self, "values", value)
|
|
5926
|
+
jsii.set(self, "values", value) # pyright: ignore[reportArgumentType]
|
|
5927
5927
|
|
|
5928
5928
|
@jsii.data_type(
|
|
5929
5929
|
jsii_type="aws-cdk-lib.aws_connect.CfnPredefinedAttribute.ValuesProperty",
|
|
@@ -6199,7 +6199,7 @@ class CfnPrompt(
|
|
|
6199
6199
|
if __debug__:
|
|
6200
6200
|
type_hints = typing.get_type_hints(_typecheckingstub__e57a8b746d04374a6f0e38aaadf23a714511218b7101e02e1c4bbbbc1b114343)
|
|
6201
6201
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6202
|
-
jsii.set(self, "instanceArn", value)
|
|
6202
|
+
jsii.set(self, "instanceArn", value) # pyright: ignore[reportArgumentType]
|
|
6203
6203
|
|
|
6204
6204
|
@builtins.property
|
|
6205
6205
|
@jsii.member(jsii_name="name")
|
|
@@ -6212,7 +6212,7 @@ class CfnPrompt(
|
|
|
6212
6212
|
if __debug__:
|
|
6213
6213
|
type_hints = typing.get_type_hints(_typecheckingstub__8d4bf73898e39f9d3f8ceed6fed7eb213a1a0832a0548e822d8d7b1852b52d00)
|
|
6214
6214
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6215
|
-
jsii.set(self, "name", value)
|
|
6215
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
6216
6216
|
|
|
6217
6217
|
@builtins.property
|
|
6218
6218
|
@jsii.member(jsii_name="description")
|
|
@@ -6225,7 +6225,7 @@ class CfnPrompt(
|
|
|
6225
6225
|
if __debug__:
|
|
6226
6226
|
type_hints = typing.get_type_hints(_typecheckingstub__39c216e96fc64af4ced4806125e9bb517bf8afb21c9527d9140168a800149593)
|
|
6227
6227
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6228
|
-
jsii.set(self, "description", value)
|
|
6228
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
6229
6229
|
|
|
6230
6230
|
@builtins.property
|
|
6231
6231
|
@jsii.member(jsii_name="s3Uri")
|
|
@@ -6238,7 +6238,7 @@ class CfnPrompt(
|
|
|
6238
6238
|
if __debug__:
|
|
6239
6239
|
type_hints = typing.get_type_hints(_typecheckingstub__155bb4a41abbed9be485f4a84dd2dff42cbadb5390d2f8e657348892f5e2ec15)
|
|
6240
6240
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6241
|
-
jsii.set(self, "s3Uri", value)
|
|
6241
|
+
jsii.set(self, "s3Uri", value) # pyright: ignore[reportArgumentType]
|
|
6242
6242
|
|
|
6243
6243
|
@builtins.property
|
|
6244
6244
|
@jsii.member(jsii_name="tags")
|
|
@@ -6251,7 +6251,7 @@ class CfnPrompt(
|
|
|
6251
6251
|
if __debug__:
|
|
6252
6252
|
type_hints = typing.get_type_hints(_typecheckingstub__9b88b3999e96c364888f1b8a2f9495a78cd1b725cf709724ac78279658d35ced)
|
|
6253
6253
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6254
|
-
jsii.set(self, "tags", value)
|
|
6254
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
6255
6255
|
|
|
6256
6256
|
|
|
6257
6257
|
@jsii.data_type(
|
|
@@ -6542,7 +6542,7 @@ class CfnQueue(
|
|
|
6542
6542
|
if __debug__:
|
|
6543
6543
|
type_hints = typing.get_type_hints(_typecheckingstub__e7d30f6e0e4ce3aa26db7bed186df9948879475e9d65d78ad7d2b1b1561e43bd)
|
|
6544
6544
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6545
|
-
jsii.set(self, "hoursOfOperationArn", value)
|
|
6545
|
+
jsii.set(self, "hoursOfOperationArn", value) # pyright: ignore[reportArgumentType]
|
|
6546
6546
|
|
|
6547
6547
|
@builtins.property
|
|
6548
6548
|
@jsii.member(jsii_name="instanceArn")
|
|
@@ -6555,7 +6555,7 @@ class CfnQueue(
|
|
|
6555
6555
|
if __debug__:
|
|
6556
6556
|
type_hints = typing.get_type_hints(_typecheckingstub__9b2cc069db010e8833f184babb5c99b72c3a0167b7f941763fde2016f183c90f)
|
|
6557
6557
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6558
|
-
jsii.set(self, "instanceArn", value)
|
|
6558
|
+
jsii.set(self, "instanceArn", value) # pyright: ignore[reportArgumentType]
|
|
6559
6559
|
|
|
6560
6560
|
@builtins.property
|
|
6561
6561
|
@jsii.member(jsii_name="name")
|
|
@@ -6568,7 +6568,7 @@ class CfnQueue(
|
|
|
6568
6568
|
if __debug__:
|
|
6569
6569
|
type_hints = typing.get_type_hints(_typecheckingstub__27bc5019f6be77ed53ba7b862aca0ea738158dec243027976b99cd8fd7d156cd)
|
|
6570
6570
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6571
|
-
jsii.set(self, "name", value)
|
|
6571
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
6572
6572
|
|
|
6573
6573
|
@builtins.property
|
|
6574
6574
|
@jsii.member(jsii_name="description")
|
|
@@ -6581,7 +6581,7 @@ class CfnQueue(
|
|
|
6581
6581
|
if __debug__:
|
|
6582
6582
|
type_hints = typing.get_type_hints(_typecheckingstub__01334cc773db27a1a528393f9dae2d25072dea3e9175e44003dc6d7b729dc1ee)
|
|
6583
6583
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6584
|
-
jsii.set(self, "description", value)
|
|
6584
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
6585
6585
|
|
|
6586
6586
|
@builtins.property
|
|
6587
6587
|
@jsii.member(jsii_name="maxContacts")
|
|
@@ -6594,7 +6594,7 @@ class CfnQueue(
|
|
|
6594
6594
|
if __debug__:
|
|
6595
6595
|
type_hints = typing.get_type_hints(_typecheckingstub__2ef18f4767eb9b75cc12f1f22292b0dac9bb3c25561c4f2dc0a503d0bda1b02b)
|
|
6596
6596
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6597
|
-
jsii.set(self, "maxContacts", value)
|
|
6597
|
+
jsii.set(self, "maxContacts", value) # pyright: ignore[reportArgumentType]
|
|
6598
6598
|
|
|
6599
6599
|
@builtins.property
|
|
6600
6600
|
@jsii.member(jsii_name="outboundCallerConfig")
|
|
@@ -6612,7 +6612,7 @@ class CfnQueue(
|
|
|
6612
6612
|
if __debug__:
|
|
6613
6613
|
type_hints = typing.get_type_hints(_typecheckingstub__efe056b6b273a9bf8a7269bd77e79f2001945bafc023aed9da6eba0851a70a6c)
|
|
6614
6614
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6615
|
-
jsii.set(self, "outboundCallerConfig", value)
|
|
6615
|
+
jsii.set(self, "outboundCallerConfig", value) # pyright: ignore[reportArgumentType]
|
|
6616
6616
|
|
|
6617
6617
|
@builtins.property
|
|
6618
6618
|
@jsii.member(jsii_name="quickConnectArns")
|
|
@@ -6628,7 +6628,7 @@ class CfnQueue(
|
|
|
6628
6628
|
if __debug__:
|
|
6629
6629
|
type_hints = typing.get_type_hints(_typecheckingstub__028ca5a74d47f38a105a56baa46c7e52d7fe78d25b30fceb95452700dd3fddaf)
|
|
6630
6630
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6631
|
-
jsii.set(self, "quickConnectArns", value)
|
|
6631
|
+
jsii.set(self, "quickConnectArns", value) # pyright: ignore[reportArgumentType]
|
|
6632
6632
|
|
|
6633
6633
|
@builtins.property
|
|
6634
6634
|
@jsii.member(jsii_name="status")
|
|
@@ -6641,7 +6641,7 @@ class CfnQueue(
|
|
|
6641
6641
|
if __debug__:
|
|
6642
6642
|
type_hints = typing.get_type_hints(_typecheckingstub__2cda75a5d23f16160f73ce61f8cebb27b0821ddfea0cc766b3fb59137ce1d3f8)
|
|
6643
6643
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6644
|
-
jsii.set(self, "status", value)
|
|
6644
|
+
jsii.set(self, "status", value) # pyright: ignore[reportArgumentType]
|
|
6645
6645
|
|
|
6646
6646
|
@builtins.property
|
|
6647
6647
|
@jsii.member(jsii_name="tags")
|
|
@@ -6654,7 +6654,7 @@ class CfnQueue(
|
|
|
6654
6654
|
if __debug__:
|
|
6655
6655
|
type_hints = typing.get_type_hints(_typecheckingstub__4404046d9df0429c6f43ab2ee542dc80ea4102b8e0802875f2dc57d2dd561b4d)
|
|
6656
6656
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6657
|
-
jsii.set(self, "tags", value)
|
|
6657
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
6658
6658
|
|
|
6659
6659
|
@jsii.data_type(
|
|
6660
6660
|
jsii_type="aws-cdk-lib.aws_connect.CfnQueue.OutboundCallerConfigProperty",
|
|
@@ -7103,7 +7103,7 @@ class CfnQuickConnect(
|
|
|
7103
7103
|
if __debug__:
|
|
7104
7104
|
type_hints = typing.get_type_hints(_typecheckingstub__5f4d649c9007065ac09a0caa875fd618788a773aab62e76f33a48ae54d5284ce)
|
|
7105
7105
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7106
|
-
jsii.set(self, "instanceArn", value)
|
|
7106
|
+
jsii.set(self, "instanceArn", value) # pyright: ignore[reportArgumentType]
|
|
7107
7107
|
|
|
7108
7108
|
@builtins.property
|
|
7109
7109
|
@jsii.member(jsii_name="name")
|
|
@@ -7116,7 +7116,7 @@ class CfnQuickConnect(
|
|
|
7116
7116
|
if __debug__:
|
|
7117
7117
|
type_hints = typing.get_type_hints(_typecheckingstub__03d7d088ec5e9e804f349ff7c9f716ab0de501abdb1561144e8cba5e16ae351d)
|
|
7118
7118
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7119
|
-
jsii.set(self, "name", value)
|
|
7119
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
7120
7120
|
|
|
7121
7121
|
@builtins.property
|
|
7122
7122
|
@jsii.member(jsii_name="quickConnectConfig")
|
|
@@ -7134,7 +7134,7 @@ class CfnQuickConnect(
|
|
|
7134
7134
|
if __debug__:
|
|
7135
7135
|
type_hints = typing.get_type_hints(_typecheckingstub__bf95cf02ae05236caa122a481ca15ec758f528b67ca083a27c0d64c2c3c7f4d2)
|
|
7136
7136
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7137
|
-
jsii.set(self, "quickConnectConfig", value)
|
|
7137
|
+
jsii.set(self, "quickConnectConfig", value) # pyright: ignore[reportArgumentType]
|
|
7138
7138
|
|
|
7139
7139
|
@builtins.property
|
|
7140
7140
|
@jsii.member(jsii_name="description")
|
|
@@ -7147,7 +7147,7 @@ class CfnQuickConnect(
|
|
|
7147
7147
|
if __debug__:
|
|
7148
7148
|
type_hints = typing.get_type_hints(_typecheckingstub__7f4633c9c2a7464e4f507d168aa19eee91126aef113fdfcb12ab23fe37d443cc)
|
|
7149
7149
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7150
|
-
jsii.set(self, "description", value)
|
|
7150
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
7151
7151
|
|
|
7152
7152
|
@builtins.property
|
|
7153
7153
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -7160,7 +7160,7 @@ class CfnQuickConnect(
|
|
|
7160
7160
|
if __debug__:
|
|
7161
7161
|
type_hints = typing.get_type_hints(_typecheckingstub__d25a4810179e086fcbdd720e6235f81b481124650b66e395c9bc34b2d357fb46)
|
|
7162
7162
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7163
|
-
jsii.set(self, "tagsRaw", value)
|
|
7163
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
7164
7164
|
|
|
7165
7165
|
@jsii.data_type(
|
|
7166
7166
|
jsii_type="aws-cdk-lib.aws_connect.CfnQuickConnect.PhoneNumberQuickConnectConfigProperty",
|
|
@@ -7792,7 +7792,7 @@ class CfnRoutingProfile(
|
|
|
7792
7792
|
if __debug__:
|
|
7793
7793
|
type_hints = typing.get_type_hints(_typecheckingstub__50c110c7acb8febfc7d34536a1febea6502492baf2f6ee1037837dedbd70168e)
|
|
7794
7794
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7795
|
-
jsii.set(self, "defaultOutboundQueueArn", value)
|
|
7795
|
+
jsii.set(self, "defaultOutboundQueueArn", value) # pyright: ignore[reportArgumentType]
|
|
7796
7796
|
|
|
7797
7797
|
@builtins.property
|
|
7798
7798
|
@jsii.member(jsii_name="description")
|
|
@@ -7805,7 +7805,7 @@ class CfnRoutingProfile(
|
|
|
7805
7805
|
if __debug__:
|
|
7806
7806
|
type_hints = typing.get_type_hints(_typecheckingstub__637b45a967f46a44a1c52dafa5bd595123bfb6815a0445ab0a79199a378934f0)
|
|
7807
7807
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7808
|
-
jsii.set(self, "description", value)
|
|
7808
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
7809
7809
|
|
|
7810
7810
|
@builtins.property
|
|
7811
7811
|
@jsii.member(jsii_name="instanceArn")
|
|
@@ -7818,7 +7818,7 @@ class CfnRoutingProfile(
|
|
|
7818
7818
|
if __debug__:
|
|
7819
7819
|
type_hints = typing.get_type_hints(_typecheckingstub__ba893df3049c142580fe563c14e51066d4293c46c9f36efe1bf670ae56ea1164)
|
|
7820
7820
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7821
|
-
jsii.set(self, "instanceArn", value)
|
|
7821
|
+
jsii.set(self, "instanceArn", value) # pyright: ignore[reportArgumentType]
|
|
7822
7822
|
|
|
7823
7823
|
@builtins.property
|
|
7824
7824
|
@jsii.member(jsii_name="mediaConcurrencies")
|
|
@@ -7836,7 +7836,7 @@ class CfnRoutingProfile(
|
|
|
7836
7836
|
if __debug__:
|
|
7837
7837
|
type_hints = typing.get_type_hints(_typecheckingstub__98acf5c62560e25441ec8acb2ae6f5177c36faf800e0f559ad291e27bc924a1d)
|
|
7838
7838
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7839
|
-
jsii.set(self, "mediaConcurrencies", value)
|
|
7839
|
+
jsii.set(self, "mediaConcurrencies", value) # pyright: ignore[reportArgumentType]
|
|
7840
7840
|
|
|
7841
7841
|
@builtins.property
|
|
7842
7842
|
@jsii.member(jsii_name="name")
|
|
@@ -7849,7 +7849,7 @@ class CfnRoutingProfile(
|
|
|
7849
7849
|
if __debug__:
|
|
7850
7850
|
type_hints = typing.get_type_hints(_typecheckingstub__87262b051e4ac4dbfbde0cabebd7e31eeed71edd46cdaec4b306d89ac256b8ee)
|
|
7851
7851
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7852
|
-
jsii.set(self, "name", value)
|
|
7852
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
7853
7853
|
|
|
7854
7854
|
@builtins.property
|
|
7855
7855
|
@jsii.member(jsii_name="agentAvailabilityTimer")
|
|
@@ -7862,7 +7862,7 @@ class CfnRoutingProfile(
|
|
|
7862
7862
|
if __debug__:
|
|
7863
7863
|
type_hints = typing.get_type_hints(_typecheckingstub__d19931b4ff72cc897b92c5bddb17158eb5a7dd2de0061c85498c43c4b38eabbf)
|
|
7864
7864
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7865
|
-
jsii.set(self, "agentAvailabilityTimer", value)
|
|
7865
|
+
jsii.set(self, "agentAvailabilityTimer", value) # pyright: ignore[reportArgumentType]
|
|
7866
7866
|
|
|
7867
7867
|
@builtins.property
|
|
7868
7868
|
@jsii.member(jsii_name="queueConfigs")
|
|
@@ -7880,7 +7880,7 @@ class CfnRoutingProfile(
|
|
|
7880
7880
|
if __debug__:
|
|
7881
7881
|
type_hints = typing.get_type_hints(_typecheckingstub__59e5612a464f7993fc5802b7496378e9f43c22ddbfdd66a4769b7dd34e2ad014)
|
|
7882
7882
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7883
|
-
jsii.set(self, "queueConfigs", value)
|
|
7883
|
+
jsii.set(self, "queueConfigs", value) # pyright: ignore[reportArgumentType]
|
|
7884
7884
|
|
|
7885
7885
|
@builtins.property
|
|
7886
7886
|
@jsii.member(jsii_name="tags")
|
|
@@ -7893,7 +7893,7 @@ class CfnRoutingProfile(
|
|
|
7893
7893
|
if __debug__:
|
|
7894
7894
|
type_hints = typing.get_type_hints(_typecheckingstub__ce9959c28e0025c6a6c1956401b24d22cd16b9aa7621c46b183e63ed78f3ba65)
|
|
7895
7895
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7896
|
-
jsii.set(self, "tags", value)
|
|
7896
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
7897
7897
|
|
|
7898
7898
|
@jsii.data_type(
|
|
7899
7899
|
jsii_type="aws-cdk-lib.aws_connect.CfnRoutingProfile.CrossChannelBehaviorProperty",
|
|
@@ -8622,7 +8622,7 @@ class CfnRule(
|
|
|
8622
8622
|
if __debug__:
|
|
8623
8623
|
type_hints = typing.get_type_hints(_typecheckingstub__9bdf3e9c3a73f02992b32c967f3457b7eeade7d3dfa554da9d661f54924ad9a2)
|
|
8624
8624
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8625
|
-
jsii.set(self, "actions", value)
|
|
8625
|
+
jsii.set(self, "actions", value) # pyright: ignore[reportArgumentType]
|
|
8626
8626
|
|
|
8627
8627
|
@builtins.property
|
|
8628
8628
|
@jsii.member(jsii_name="function")
|
|
@@ -8635,7 +8635,7 @@ class CfnRule(
|
|
|
8635
8635
|
if __debug__:
|
|
8636
8636
|
type_hints = typing.get_type_hints(_typecheckingstub__85af4feedf296e30da787ccf9bc61e248b9a97c21a29fd8fbf38621d5d654fdd)
|
|
8637
8637
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8638
|
-
jsii.set(self, "function", value)
|
|
8638
|
+
jsii.set(self, "function", value) # pyright: ignore[reportArgumentType]
|
|
8639
8639
|
|
|
8640
8640
|
@builtins.property
|
|
8641
8641
|
@jsii.member(jsii_name="instanceArn")
|
|
@@ -8648,7 +8648,7 @@ class CfnRule(
|
|
|
8648
8648
|
if __debug__:
|
|
8649
8649
|
type_hints = typing.get_type_hints(_typecheckingstub__ec5da44206c20fbb184f7443ea185123d28ab75d447650604f654e3fe336b233)
|
|
8650
8650
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8651
|
-
jsii.set(self, "instanceArn", value)
|
|
8651
|
+
jsii.set(self, "instanceArn", value) # pyright: ignore[reportArgumentType]
|
|
8652
8652
|
|
|
8653
8653
|
@builtins.property
|
|
8654
8654
|
@jsii.member(jsii_name="name")
|
|
@@ -8661,7 +8661,7 @@ class CfnRule(
|
|
|
8661
8661
|
if __debug__:
|
|
8662
8662
|
type_hints = typing.get_type_hints(_typecheckingstub__b6699a016b8fc3ffcc40b2227c32c82c77dcef5f7a74d28bea7e181707fb33bc)
|
|
8663
8663
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8664
|
-
jsii.set(self, "name", value)
|
|
8664
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
8665
8665
|
|
|
8666
8666
|
@builtins.property
|
|
8667
8667
|
@jsii.member(jsii_name="publishStatus")
|
|
@@ -8674,7 +8674,7 @@ class CfnRule(
|
|
|
8674
8674
|
if __debug__:
|
|
8675
8675
|
type_hints = typing.get_type_hints(_typecheckingstub__464a87f0223cf9d2bd4ca32eeb79cbb74d44d9fead6bf2a81a1db65870834bf2)
|
|
8676
8676
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8677
|
-
jsii.set(self, "publishStatus", value)
|
|
8677
|
+
jsii.set(self, "publishStatus", value) # pyright: ignore[reportArgumentType]
|
|
8678
8678
|
|
|
8679
8679
|
@builtins.property
|
|
8680
8680
|
@jsii.member(jsii_name="triggerEventSource")
|
|
@@ -8692,7 +8692,7 @@ class CfnRule(
|
|
|
8692
8692
|
if __debug__:
|
|
8693
8693
|
type_hints = typing.get_type_hints(_typecheckingstub__6a752b13b9a86d9caa3ed642e2b19a8ac6db9d24515c76f729c8ad704d664388)
|
|
8694
8694
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8695
|
-
jsii.set(self, "triggerEventSource", value)
|
|
8695
|
+
jsii.set(self, "triggerEventSource", value) # pyright: ignore[reportArgumentType]
|
|
8696
8696
|
|
|
8697
8697
|
@builtins.property
|
|
8698
8698
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -8705,7 +8705,7 @@ class CfnRule(
|
|
|
8705
8705
|
if __debug__:
|
|
8706
8706
|
type_hints = typing.get_type_hints(_typecheckingstub__a7ff60d02ce44f26fb689403f0b8615b44a5b305d316fb9e80298948590ae2d2)
|
|
8707
8707
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8708
|
-
jsii.set(self, "tagsRaw", value)
|
|
8708
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
8709
8709
|
|
|
8710
8710
|
@jsii.data_type(
|
|
8711
8711
|
jsii_type="aws-cdk-lib.aws_connect.CfnRule.ActionsProperty",
|
|
@@ -10218,7 +10218,7 @@ class CfnSecurityKey(
|
|
|
10218
10218
|
if __debug__:
|
|
10219
10219
|
type_hints = typing.get_type_hints(_typecheckingstub__a94821c1bb0576049b170e315ebfd7632b76a9c0cbe46f78111e960033839544)
|
|
10220
10220
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10221
|
-
jsii.set(self, "instanceId", value)
|
|
10221
|
+
jsii.set(self, "instanceId", value) # pyright: ignore[reportArgumentType]
|
|
10222
10222
|
|
|
10223
10223
|
@builtins.property
|
|
10224
10224
|
@jsii.member(jsii_name="key")
|
|
@@ -10234,7 +10234,7 @@ class CfnSecurityKey(
|
|
|
10234
10234
|
if __debug__:
|
|
10235
10235
|
type_hints = typing.get_type_hints(_typecheckingstub__bae1fd3a5ae97acd56284508ad71af29fda88e415500606aed041d91bc4fe256)
|
|
10236
10236
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10237
|
-
jsii.set(self, "key", value)
|
|
10237
|
+
jsii.set(self, "key", value) # pyright: ignore[reportArgumentType]
|
|
10238
10238
|
|
|
10239
10239
|
|
|
10240
10240
|
@jsii.data_type(
|
|
@@ -10322,6 +10322,8 @@ class CfnSecurityProfile(
|
|
|
10322
10322
|
):
|
|
10323
10323
|
'''Creates a security profile.
|
|
10324
10324
|
|
|
10325
|
+
For information about security profiles, see `Security Profiles <https://docs.aws.amazon.com/connect/latest/adminguide/connect-security-profiles.html>`_ in the *Amazon Connect Administrator Guide* . For a mapping of the API name and user interface name of the security profile permissions, see `List of security profile permissions <https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-list.html>`_ .
|
|
10326
|
+
|
|
10325
10327
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-securityprofile.html
|
|
10326
10328
|
:cloudformationResource: AWS::Connect::SecurityProfile
|
|
10327
10329
|
:exampleMetadata: fixture=_generated
|
|
@@ -10485,7 +10487,7 @@ class CfnSecurityProfile(
|
|
|
10485
10487
|
if __debug__:
|
|
10486
10488
|
type_hints = typing.get_type_hints(_typecheckingstub__087aa3bcfd02d89880b7d9764f65e87379f1aba419654d2b14f144a060eb34de)
|
|
10487
10489
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10488
|
-
jsii.set(self, "instanceArn", value)
|
|
10490
|
+
jsii.set(self, "instanceArn", value) # pyright: ignore[reportArgumentType]
|
|
10489
10491
|
|
|
10490
10492
|
@builtins.property
|
|
10491
10493
|
@jsii.member(jsii_name="securityProfileName")
|
|
@@ -10498,7 +10500,7 @@ class CfnSecurityProfile(
|
|
|
10498
10500
|
if __debug__:
|
|
10499
10501
|
type_hints = typing.get_type_hints(_typecheckingstub__c494cc473b7dcb10d47e5e6898ba1be788ee0a6eeb210dae180c62e7baffddb6)
|
|
10500
10502
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10501
|
-
jsii.set(self, "securityProfileName", value)
|
|
10503
|
+
jsii.set(self, "securityProfileName", value) # pyright: ignore[reportArgumentType]
|
|
10502
10504
|
|
|
10503
10505
|
@builtins.property
|
|
10504
10506
|
@jsii.member(jsii_name="allowedAccessControlHierarchyGroupId")
|
|
@@ -10516,7 +10518,7 @@ class CfnSecurityProfile(
|
|
|
10516
10518
|
if __debug__:
|
|
10517
10519
|
type_hints = typing.get_type_hints(_typecheckingstub__8b0f82dacb2707268147290732f6c1267555107e35b8b506a336b00a5f030de1)
|
|
10518
10520
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10519
|
-
jsii.set(self, "allowedAccessControlHierarchyGroupId", value)
|
|
10521
|
+
jsii.set(self, "allowedAccessControlHierarchyGroupId", value) # pyright: ignore[reportArgumentType]
|
|
10520
10522
|
|
|
10521
10523
|
@builtins.property
|
|
10522
10524
|
@jsii.member(jsii_name="allowedAccessControlTags")
|
|
@@ -10534,7 +10536,7 @@ class CfnSecurityProfile(
|
|
|
10534
10536
|
if __debug__:
|
|
10535
10537
|
type_hints = typing.get_type_hints(_typecheckingstub__077ab92a2b57c565722ae2a0fff7719378cf0f3194b2c2b620c43393660a0fd5)
|
|
10536
10538
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10537
|
-
jsii.set(self, "allowedAccessControlTags", value)
|
|
10539
|
+
jsii.set(self, "allowedAccessControlTags", value) # pyright: ignore[reportArgumentType]
|
|
10538
10540
|
|
|
10539
10541
|
@builtins.property
|
|
10540
10542
|
@jsii.member(jsii_name="applications")
|
|
@@ -10552,7 +10554,7 @@ class CfnSecurityProfile(
|
|
|
10552
10554
|
if __debug__:
|
|
10553
10555
|
type_hints = typing.get_type_hints(_typecheckingstub__e31297c3c201035cd5629befaf1f09da3be8968c605549607b25f17835315261)
|
|
10554
10556
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10555
|
-
jsii.set(self, "applications", value)
|
|
10557
|
+
jsii.set(self, "applications", value) # pyright: ignore[reportArgumentType]
|
|
10556
10558
|
|
|
10557
10559
|
@builtins.property
|
|
10558
10560
|
@jsii.member(jsii_name="description")
|
|
@@ -10565,7 +10567,7 @@ class CfnSecurityProfile(
|
|
|
10565
10567
|
if __debug__:
|
|
10566
10568
|
type_hints = typing.get_type_hints(_typecheckingstub__590e303d4355b23e0035628d91db2ef4ef87c1c2276e23fdbfacd943d8c73472)
|
|
10567
10569
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10568
|
-
jsii.set(self, "description", value)
|
|
10570
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
10569
10571
|
|
|
10570
10572
|
@builtins.property
|
|
10571
10573
|
@jsii.member(jsii_name="hierarchyRestrictedResources")
|
|
@@ -10583,7 +10585,7 @@ class CfnSecurityProfile(
|
|
|
10583
10585
|
if __debug__:
|
|
10584
10586
|
type_hints = typing.get_type_hints(_typecheckingstub__22084b5a71b43e42e57329a03ca71f28eb99ce1b07c6cc58e4c267579b7c017d)
|
|
10585
10587
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10586
|
-
jsii.set(self, "hierarchyRestrictedResources", value)
|
|
10588
|
+
jsii.set(self, "hierarchyRestrictedResources", value) # pyright: ignore[reportArgumentType]
|
|
10587
10589
|
|
|
10588
10590
|
@builtins.property
|
|
10589
10591
|
@jsii.member(jsii_name="permissions")
|
|
@@ -10596,7 +10598,7 @@ class CfnSecurityProfile(
|
|
|
10596
10598
|
if __debug__:
|
|
10597
10599
|
type_hints = typing.get_type_hints(_typecheckingstub__6057e31a0dc905719aff4c2ffcf4e2eb667ddbf01175ba8a63d9c849c1d9fc7e)
|
|
10598
10600
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10599
|
-
jsii.set(self, "permissions", value)
|
|
10601
|
+
jsii.set(self, "permissions", value) # pyright: ignore[reportArgumentType]
|
|
10600
10602
|
|
|
10601
10603
|
@builtins.property
|
|
10602
10604
|
@jsii.member(jsii_name="tagRestrictedResources")
|
|
@@ -10612,7 +10614,7 @@ class CfnSecurityProfile(
|
|
|
10612
10614
|
if __debug__:
|
|
10613
10615
|
type_hints = typing.get_type_hints(_typecheckingstub__c35bbd26a4cc24dc3500d939114ad0b31f11493ddfb760fb0bfb7dd5f994a7c3)
|
|
10614
10616
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10615
|
-
jsii.set(self, "tagRestrictedResources", value)
|
|
10617
|
+
jsii.set(self, "tagRestrictedResources", value) # pyright: ignore[reportArgumentType]
|
|
10616
10618
|
|
|
10617
10619
|
@builtins.property
|
|
10618
10620
|
@jsii.member(jsii_name="tags")
|
|
@@ -10625,7 +10627,7 @@ class CfnSecurityProfile(
|
|
|
10625
10627
|
if __debug__:
|
|
10626
10628
|
type_hints = typing.get_type_hints(_typecheckingstub__78637aba17fc3177a3492b596a6faf951a63fa4d3e768396f5b976aea7257655)
|
|
10627
10629
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10628
|
-
jsii.set(self, "tags", value)
|
|
10630
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
10629
10631
|
|
|
10630
10632
|
@jsii.data_type(
|
|
10631
10633
|
jsii_type="aws-cdk-lib.aws_connect.CfnSecurityProfile.ApplicationProperty",
|
|
@@ -11097,7 +11099,7 @@ class CfnTaskTemplate(
|
|
|
11097
11099
|
if __debug__:
|
|
11098
11100
|
type_hints = typing.get_type_hints(_typecheckingstub__9540278151bed9f69d9f399c73f9a40e63e164ba823222a94733e2f75af92d07)
|
|
11099
11101
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11100
|
-
jsii.set(self, "instanceArn", value)
|
|
11102
|
+
jsii.set(self, "instanceArn", value) # pyright: ignore[reportArgumentType]
|
|
11101
11103
|
|
|
11102
11104
|
@builtins.property
|
|
11103
11105
|
@jsii.member(jsii_name="clientToken")
|
|
@@ -11110,7 +11112,7 @@ class CfnTaskTemplate(
|
|
|
11110
11112
|
if __debug__:
|
|
11111
11113
|
type_hints = typing.get_type_hints(_typecheckingstub__2bbd2064bc52aa0f530521bac3bae9c5f12656b7d845175af66583e2c4478aff)
|
|
11112
11114
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11113
|
-
jsii.set(self, "clientToken", value)
|
|
11115
|
+
jsii.set(self, "clientToken", value) # pyright: ignore[reportArgumentType]
|
|
11114
11116
|
|
|
11115
11117
|
@builtins.property
|
|
11116
11118
|
@jsii.member(jsii_name="constraints")
|
|
@@ -11123,7 +11125,7 @@ class CfnTaskTemplate(
|
|
|
11123
11125
|
if __debug__:
|
|
11124
11126
|
type_hints = typing.get_type_hints(_typecheckingstub__4a898069ebffaab98fcbaee0053da25444060ad49ffcbfe6f0368eff95f5b200)
|
|
11125
11127
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11126
|
-
jsii.set(self, "constraints", value)
|
|
11128
|
+
jsii.set(self, "constraints", value) # pyright: ignore[reportArgumentType]
|
|
11127
11129
|
|
|
11128
11130
|
@builtins.property
|
|
11129
11131
|
@jsii.member(jsii_name="contactFlowArn")
|
|
@@ -11136,7 +11138,7 @@ class CfnTaskTemplate(
|
|
|
11136
11138
|
if __debug__:
|
|
11137
11139
|
type_hints = typing.get_type_hints(_typecheckingstub__f6b4de1aedec1ca589ae0fc007dad4a4b2bd2d8d34fc17ea98b736695f7ce943)
|
|
11138
11140
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11139
|
-
jsii.set(self, "contactFlowArn", value)
|
|
11141
|
+
jsii.set(self, "contactFlowArn", value) # pyright: ignore[reportArgumentType]
|
|
11140
11142
|
|
|
11141
11143
|
@builtins.property
|
|
11142
11144
|
@jsii.member(jsii_name="defaults")
|
|
@@ -11154,7 +11156,7 @@ class CfnTaskTemplate(
|
|
|
11154
11156
|
if __debug__:
|
|
11155
11157
|
type_hints = typing.get_type_hints(_typecheckingstub__8763e4dc1a72bd2993b2130ce895c2796dd673f1913cef1346294ad7cdfb3f84)
|
|
11156
11158
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11157
|
-
jsii.set(self, "defaults", value)
|
|
11159
|
+
jsii.set(self, "defaults", value) # pyright: ignore[reportArgumentType]
|
|
11158
11160
|
|
|
11159
11161
|
@builtins.property
|
|
11160
11162
|
@jsii.member(jsii_name="description")
|
|
@@ -11167,7 +11169,7 @@ class CfnTaskTemplate(
|
|
|
11167
11169
|
if __debug__:
|
|
11168
11170
|
type_hints = typing.get_type_hints(_typecheckingstub__8feafa724c930c70f39fc9a4f2b3943981c6c26d175bdeef9ccc7a3dddb78a19)
|
|
11169
11171
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11170
|
-
jsii.set(self, "description", value)
|
|
11172
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
11171
11173
|
|
|
11172
11174
|
@builtins.property
|
|
11173
11175
|
@jsii.member(jsii_name="fields")
|
|
@@ -11185,7 +11187,7 @@ class CfnTaskTemplate(
|
|
|
11185
11187
|
if __debug__:
|
|
11186
11188
|
type_hints = typing.get_type_hints(_typecheckingstub__445eadfb11465e7ab28af66fe2e12f9b6e2c4693cde068247ac72a5db1d0f8bf)
|
|
11187
11189
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11188
|
-
jsii.set(self, "fields", value)
|
|
11190
|
+
jsii.set(self, "fields", value) # pyright: ignore[reportArgumentType]
|
|
11189
11191
|
|
|
11190
11192
|
@builtins.property
|
|
11191
11193
|
@jsii.member(jsii_name="name")
|
|
@@ -11198,7 +11200,7 @@ class CfnTaskTemplate(
|
|
|
11198
11200
|
if __debug__:
|
|
11199
11201
|
type_hints = typing.get_type_hints(_typecheckingstub__536360af8980f014d8658d43741c6a3560607c1550e93deaec8025ead2486e33)
|
|
11200
11202
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11201
|
-
jsii.set(self, "name", value)
|
|
11203
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
11202
11204
|
|
|
11203
11205
|
@builtins.property
|
|
11204
11206
|
@jsii.member(jsii_name="status")
|
|
@@ -11211,7 +11213,7 @@ class CfnTaskTemplate(
|
|
|
11211
11213
|
if __debug__:
|
|
11212
11214
|
type_hints = typing.get_type_hints(_typecheckingstub__fd486363bb52c46e2e9463e955a4ed4c9ffc963b921dce5f0a41124a306b893e)
|
|
11213
11215
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11214
|
-
jsii.set(self, "status", value)
|
|
11216
|
+
jsii.set(self, "status", value) # pyright: ignore[reportArgumentType]
|
|
11215
11217
|
|
|
11216
11218
|
@builtins.property
|
|
11217
11219
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -11224,7 +11226,7 @@ class CfnTaskTemplate(
|
|
|
11224
11226
|
if __debug__:
|
|
11225
11227
|
type_hints = typing.get_type_hints(_typecheckingstub__217384ce686fd8324204da16685901c284bbe5fbe2fb6c28185fac52084c57ae)
|
|
11226
11228
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11227
|
-
jsii.set(self, "tagsRaw", value)
|
|
11229
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
11228
11230
|
|
|
11229
11231
|
@jsii.data_type(
|
|
11230
11232
|
jsii_type="aws-cdk-lib.aws_connect.CfnTaskTemplate.ConstraintsProperty",
|
|
@@ -12127,7 +12129,7 @@ class CfnTrafficDistributionGroup(
|
|
|
12127
12129
|
if __debug__:
|
|
12128
12130
|
type_hints = typing.get_type_hints(_typecheckingstub__690e0c359cfbbb997d8caca7bbd988977f9ed96a29fcc7e76700b71ccfdbd3d2)
|
|
12129
12131
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12130
|
-
jsii.set(self, "instanceArn", value)
|
|
12132
|
+
jsii.set(self, "instanceArn", value) # pyright: ignore[reportArgumentType]
|
|
12131
12133
|
|
|
12132
12134
|
@builtins.property
|
|
12133
12135
|
@jsii.member(jsii_name="name")
|
|
@@ -12140,7 +12142,7 @@ class CfnTrafficDistributionGroup(
|
|
|
12140
12142
|
if __debug__:
|
|
12141
12143
|
type_hints = typing.get_type_hints(_typecheckingstub__05f7e41c371bdd41842327789f2f3c741a118f7cd054f968517e0e9194f92a8d)
|
|
12142
12144
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12143
|
-
jsii.set(self, "name", value)
|
|
12145
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
12144
12146
|
|
|
12145
12147
|
@builtins.property
|
|
12146
12148
|
@jsii.member(jsii_name="description")
|
|
@@ -12153,7 +12155,7 @@ class CfnTrafficDistributionGroup(
|
|
|
12153
12155
|
if __debug__:
|
|
12154
12156
|
type_hints = typing.get_type_hints(_typecheckingstub__90cd95785072e927554dbc62f58aa26e2908aa348f84906a5179c37696b83bc3)
|
|
12155
12157
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12156
|
-
jsii.set(self, "description", value)
|
|
12158
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
12157
12159
|
|
|
12158
12160
|
@builtins.property
|
|
12159
12161
|
@jsii.member(jsii_name="tags")
|
|
@@ -12166,7 +12168,7 @@ class CfnTrafficDistributionGroup(
|
|
|
12166
12168
|
if __debug__:
|
|
12167
12169
|
type_hints = typing.get_type_hints(_typecheckingstub__d10b0c268d645112c426bfa20ffc2365e5a9d7fb89c5ef9a7288bd68b8772881)
|
|
12168
12170
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12169
|
-
jsii.set(self, "tags", value)
|
|
12171
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
12170
12172
|
|
|
12171
12173
|
|
|
12172
12174
|
@jsii.data_type(
|
|
@@ -12453,7 +12455,7 @@ class CfnUser(
|
|
|
12453
12455
|
if __debug__:
|
|
12454
12456
|
type_hints = typing.get_type_hints(_typecheckingstub__f39c63e5bec20724a75b863eaf92b750aa2b43e84007f59f8101f109aded4b62)
|
|
12455
12457
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12456
|
-
jsii.set(self, "instanceArn", value)
|
|
12458
|
+
jsii.set(self, "instanceArn", value) # pyright: ignore[reportArgumentType]
|
|
12457
12459
|
|
|
12458
12460
|
@builtins.property
|
|
12459
12461
|
@jsii.member(jsii_name="phoneConfig")
|
|
@@ -12471,7 +12473,7 @@ class CfnUser(
|
|
|
12471
12473
|
if __debug__:
|
|
12472
12474
|
type_hints = typing.get_type_hints(_typecheckingstub__f182c7afc61ebf14606fef1a70e2527bc3c149561eed985aa3c521e419741e73)
|
|
12473
12475
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12474
|
-
jsii.set(self, "phoneConfig", value)
|
|
12476
|
+
jsii.set(self, "phoneConfig", value) # pyright: ignore[reportArgumentType]
|
|
12475
12477
|
|
|
12476
12478
|
@builtins.property
|
|
12477
12479
|
@jsii.member(jsii_name="routingProfileArn")
|
|
@@ -12484,7 +12486,7 @@ class CfnUser(
|
|
|
12484
12486
|
if __debug__:
|
|
12485
12487
|
type_hints = typing.get_type_hints(_typecheckingstub__53ec4c5274e442b13ba6263b0a0699bceadb2d594cb4553cf3256514da5ba718)
|
|
12486
12488
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12487
|
-
jsii.set(self, "routingProfileArn", value)
|
|
12489
|
+
jsii.set(self, "routingProfileArn", value) # pyright: ignore[reportArgumentType]
|
|
12488
12490
|
|
|
12489
12491
|
@builtins.property
|
|
12490
12492
|
@jsii.member(jsii_name="securityProfileArns")
|
|
@@ -12497,7 +12499,7 @@ class CfnUser(
|
|
|
12497
12499
|
if __debug__:
|
|
12498
12500
|
type_hints = typing.get_type_hints(_typecheckingstub__f59f37aa37416b07a1920b9fb28c6db10aa7091b532298ff46eddb3200c94afd)
|
|
12499
12501
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12500
|
-
jsii.set(self, "securityProfileArns", value)
|
|
12502
|
+
jsii.set(self, "securityProfileArns", value) # pyright: ignore[reportArgumentType]
|
|
12501
12503
|
|
|
12502
12504
|
@builtins.property
|
|
12503
12505
|
@jsii.member(jsii_name="username")
|
|
@@ -12510,7 +12512,7 @@ class CfnUser(
|
|
|
12510
12512
|
if __debug__:
|
|
12511
12513
|
type_hints = typing.get_type_hints(_typecheckingstub__a0d3c1f0374209b5f9480c6b6571b89c26495747acd0440d47b7b3d3a95f28f5)
|
|
12512
12514
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12513
|
-
jsii.set(self, "username", value)
|
|
12515
|
+
jsii.set(self, "username", value) # pyright: ignore[reportArgumentType]
|
|
12514
12516
|
|
|
12515
12517
|
@builtins.property
|
|
12516
12518
|
@jsii.member(jsii_name="directoryUserId")
|
|
@@ -12523,7 +12525,7 @@ class CfnUser(
|
|
|
12523
12525
|
if __debug__:
|
|
12524
12526
|
type_hints = typing.get_type_hints(_typecheckingstub__8f09389f8f59128c5950972d770de7815f263ca9cf4c25735591417ea4b72939)
|
|
12525
12527
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12526
|
-
jsii.set(self, "directoryUserId", value)
|
|
12528
|
+
jsii.set(self, "directoryUserId", value) # pyright: ignore[reportArgumentType]
|
|
12527
12529
|
|
|
12528
12530
|
@builtins.property
|
|
12529
12531
|
@jsii.member(jsii_name="hierarchyGroupArn")
|
|
@@ -12536,7 +12538,7 @@ class CfnUser(
|
|
|
12536
12538
|
if __debug__:
|
|
12537
12539
|
type_hints = typing.get_type_hints(_typecheckingstub__7f855d98db219c907988e531c32926bf279294c9a15359f1bf876ac28120857f)
|
|
12538
12540
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12539
|
-
jsii.set(self, "hierarchyGroupArn", value)
|
|
12541
|
+
jsii.set(self, "hierarchyGroupArn", value) # pyright: ignore[reportArgumentType]
|
|
12540
12542
|
|
|
12541
12543
|
@builtins.property
|
|
12542
12544
|
@jsii.member(jsii_name="identityInfo")
|
|
@@ -12554,7 +12556,7 @@ class CfnUser(
|
|
|
12554
12556
|
if __debug__:
|
|
12555
12557
|
type_hints = typing.get_type_hints(_typecheckingstub__01c0b838f75f47cfedc3da42d9842c603514aa585b6a8bdfd39ab14e8a57d5ec)
|
|
12556
12558
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12557
|
-
jsii.set(self, "identityInfo", value)
|
|
12559
|
+
jsii.set(self, "identityInfo", value) # pyright: ignore[reportArgumentType]
|
|
12558
12560
|
|
|
12559
12561
|
@builtins.property
|
|
12560
12562
|
@jsii.member(jsii_name="password")
|
|
@@ -12567,7 +12569,7 @@ class CfnUser(
|
|
|
12567
12569
|
if __debug__:
|
|
12568
12570
|
type_hints = typing.get_type_hints(_typecheckingstub__97a2c5140ffd2e76246aa4b882ace6caee9e3c89751b5c2dc0c27a7d20caf26d)
|
|
12569
12571
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12570
|
-
jsii.set(self, "password", value)
|
|
12572
|
+
jsii.set(self, "password", value) # pyright: ignore[reportArgumentType]
|
|
12571
12573
|
|
|
12572
12574
|
@builtins.property
|
|
12573
12575
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -12580,7 +12582,7 @@ class CfnUser(
|
|
|
12580
12582
|
if __debug__:
|
|
12581
12583
|
type_hints = typing.get_type_hints(_typecheckingstub__9e4428cb05b6e362886b1adc91882b21e8cb39137a29037b9728d57b3a622dbe)
|
|
12582
12584
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12583
|
-
jsii.set(self, "tagsRaw", value)
|
|
12585
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
12584
12586
|
|
|
12585
12587
|
@builtins.property
|
|
12586
12588
|
@jsii.member(jsii_name="userProficiencies")
|
|
@@ -12598,7 +12600,7 @@ class CfnUser(
|
|
|
12598
12600
|
if __debug__:
|
|
12599
12601
|
type_hints = typing.get_type_hints(_typecheckingstub__18a40ddd47b7e62a1ca5a21d2261e587a5eca592d22947adb5caefa3724093e4)
|
|
12600
12602
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12601
|
-
jsii.set(self, "userProficiencies", value)
|
|
12603
|
+
jsii.set(self, "userProficiencies", value) # pyright: ignore[reportArgumentType]
|
|
12602
12604
|
|
|
12603
12605
|
@jsii.data_type(
|
|
12604
12606
|
jsii_type="aws-cdk-lib.aws_connect.CfnUser.UserIdentityInfoProperty",
|
|
@@ -13076,7 +13078,7 @@ class CfnUserHierarchyGroup(
|
|
|
13076
13078
|
if __debug__:
|
|
13077
13079
|
type_hints = typing.get_type_hints(_typecheckingstub__d8fb77dfbead9199eb5f47ecaa078f50ea02c5ce873fd226cd349a59b527fb3c)
|
|
13078
13080
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13079
|
-
jsii.set(self, "instanceArn", value)
|
|
13081
|
+
jsii.set(self, "instanceArn", value) # pyright: ignore[reportArgumentType]
|
|
13080
13082
|
|
|
13081
13083
|
@builtins.property
|
|
13082
13084
|
@jsii.member(jsii_name="name")
|
|
@@ -13089,7 +13091,7 @@ class CfnUserHierarchyGroup(
|
|
|
13089
13091
|
if __debug__:
|
|
13090
13092
|
type_hints = typing.get_type_hints(_typecheckingstub__8d0815b3361eabab5affbe2f0e2d26f64eecd0bba911c06147e98f374796565c)
|
|
13091
13093
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13092
|
-
jsii.set(self, "name", value)
|
|
13094
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
13093
13095
|
|
|
13094
13096
|
@builtins.property
|
|
13095
13097
|
@jsii.member(jsii_name="parentGroupArn")
|
|
@@ -13102,7 +13104,7 @@ class CfnUserHierarchyGroup(
|
|
|
13102
13104
|
if __debug__:
|
|
13103
13105
|
type_hints = typing.get_type_hints(_typecheckingstub__ec2be8f8330a2a7250df106f290a4e8ddeda8715a95a83b481ae76d8ac2d2d8e)
|
|
13104
13106
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13105
|
-
jsii.set(self, "parentGroupArn", value)
|
|
13107
|
+
jsii.set(self, "parentGroupArn", value) # pyright: ignore[reportArgumentType]
|
|
13106
13108
|
|
|
13107
13109
|
@builtins.property
|
|
13108
13110
|
@jsii.member(jsii_name="tags")
|
|
@@ -13115,7 +13117,7 @@ class CfnUserHierarchyGroup(
|
|
|
13115
13117
|
if __debug__:
|
|
13116
13118
|
type_hints = typing.get_type_hints(_typecheckingstub__0d964880cee57a50d651477affc39220cab9a8575f6e5da757f56a627d3121f3)
|
|
13117
13119
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13118
|
-
jsii.set(self, "tags", value)
|
|
13120
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
13119
13121
|
|
|
13120
13122
|
|
|
13121
13123
|
@jsii.data_type(
|
|
@@ -13632,7 +13634,7 @@ class CfnView(
|
|
|
13632
13634
|
if __debug__:
|
|
13633
13635
|
type_hints = typing.get_type_hints(_typecheckingstub__bfc5249082c6d5a1446f72b2d7f603dfd56182e6160353b7c1af6ee5d04cf427)
|
|
13634
13636
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13635
|
-
jsii.set(self, "actions", value)
|
|
13637
|
+
jsii.set(self, "actions", value) # pyright: ignore[reportArgumentType]
|
|
13636
13638
|
|
|
13637
13639
|
@builtins.property
|
|
13638
13640
|
@jsii.member(jsii_name="instanceArn")
|
|
@@ -13645,7 +13647,7 @@ class CfnView(
|
|
|
13645
13647
|
if __debug__:
|
|
13646
13648
|
type_hints = typing.get_type_hints(_typecheckingstub__a93c4cb77702281173c334c90fe993226032e3fd88c9b905c29b88b91bf0506e)
|
|
13647
13649
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13648
|
-
jsii.set(self, "instanceArn", value)
|
|
13650
|
+
jsii.set(self, "instanceArn", value) # pyright: ignore[reportArgumentType]
|
|
13649
13651
|
|
|
13650
13652
|
@builtins.property
|
|
13651
13653
|
@jsii.member(jsii_name="name")
|
|
@@ -13658,7 +13660,7 @@ class CfnView(
|
|
|
13658
13660
|
if __debug__:
|
|
13659
13661
|
type_hints = typing.get_type_hints(_typecheckingstub__9119d3cb209dab8ae6d5b5cc8cb241d94d81d58771bb72d5e73cd8c92938990b)
|
|
13660
13662
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13661
|
-
jsii.set(self, "name", value)
|
|
13663
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
13662
13664
|
|
|
13663
13665
|
@builtins.property
|
|
13664
13666
|
@jsii.member(jsii_name="template")
|
|
@@ -13671,7 +13673,7 @@ class CfnView(
|
|
|
13671
13673
|
if __debug__:
|
|
13672
13674
|
type_hints = typing.get_type_hints(_typecheckingstub__86e1abb3b53b3f5681b7c0d196d86154b11fafceba7b897bc6536e6d6ed70a4d)
|
|
13673
13675
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13674
|
-
jsii.set(self, "template", value)
|
|
13676
|
+
jsii.set(self, "template", value) # pyright: ignore[reportArgumentType]
|
|
13675
13677
|
|
|
13676
13678
|
@builtins.property
|
|
13677
13679
|
@jsii.member(jsii_name="description")
|
|
@@ -13684,7 +13686,7 @@ class CfnView(
|
|
|
13684
13686
|
if __debug__:
|
|
13685
13687
|
type_hints = typing.get_type_hints(_typecheckingstub__a4d4478679794ad5547e519ea6378b504c947ae3ba33c144dbfbd6a02f41c523)
|
|
13686
13688
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13687
|
-
jsii.set(self, "description", value)
|
|
13689
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
13688
13690
|
|
|
13689
13691
|
@builtins.property
|
|
13690
13692
|
@jsii.member(jsii_name="tags")
|
|
@@ -13697,7 +13699,7 @@ class CfnView(
|
|
|
13697
13699
|
if __debug__:
|
|
13698
13700
|
type_hints = typing.get_type_hints(_typecheckingstub__2c8717b700734d2f2ffa968661ed869e26cd339beb41934a1e4fb19cf006b80e)
|
|
13699
13701
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13700
|
-
jsii.set(self, "tags", value)
|
|
13702
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
13701
13703
|
|
|
13702
13704
|
|
|
13703
13705
|
@jsii.data_type(
|
|
@@ -13965,7 +13967,7 @@ class CfnViewVersion(
|
|
|
13965
13967
|
if __debug__:
|
|
13966
13968
|
type_hints = typing.get_type_hints(_typecheckingstub__454401f63226a9befa6bffaf911f023a073fd0c5eae570a9b29be7d3f7ff94af)
|
|
13967
13969
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13968
|
-
jsii.set(self, "viewArn", value)
|
|
13970
|
+
jsii.set(self, "viewArn", value) # pyright: ignore[reportArgumentType]
|
|
13969
13971
|
|
|
13970
13972
|
@builtins.property
|
|
13971
13973
|
@jsii.member(jsii_name="versionDescription")
|
|
@@ -13978,7 +13980,7 @@ class CfnViewVersion(
|
|
|
13978
13980
|
if __debug__:
|
|
13979
13981
|
type_hints = typing.get_type_hints(_typecheckingstub__640f2264538b9f6d41074375157692bd7450e4e39efbea1384afb1f1f12d0b44)
|
|
13980
13982
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13981
|
-
jsii.set(self, "versionDescription", value)
|
|
13983
|
+
jsii.set(self, "versionDescription", value) # pyright: ignore[reportArgumentType]
|
|
13982
13984
|
|
|
13983
13985
|
@builtins.property
|
|
13984
13986
|
@jsii.member(jsii_name="viewContentSha256")
|
|
@@ -13991,7 +13993,7 @@ class CfnViewVersion(
|
|
|
13991
13993
|
if __debug__:
|
|
13992
13994
|
type_hints = typing.get_type_hints(_typecheckingstub__c5c8aa5e5d6802692a03611724808d85ab729895ff6180601dee7f8b5c3cbc23)
|
|
13993
13995
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13994
|
-
jsii.set(self, "viewContentSha256", value)
|
|
13996
|
+
jsii.set(self, "viewContentSha256", value) # pyright: ignore[reportArgumentType]
|
|
13995
13997
|
|
|
13996
13998
|
|
|
13997
13999
|
@jsii.data_type(
|