aws-cdk-lib 2.200.2__py3-none-any.whl → 2.224.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 +1349 -373
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.200.2.jsii.tgz → aws-cdk-lib@2.224.0.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +12 -2
- aws_cdk/aws_accessanalyzer/__init__.py +323 -6
- aws_cdk/aws_acmpca/__init__.py +53 -10
- aws_cdk/aws_aiops/__init__.py +1019 -0
- aws_cdk/aws_amazonmq/__init__.py +357 -313
- aws_cdk/aws_amplify/__init__.py +173 -17
- aws_cdk/aws_amplifyuibuilder/__init__.py +35 -6
- aws_cdk/aws_apigateway/__init__.py +1017 -155
- aws_cdk/aws_apigatewayv2/__init__.py +2796 -379
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +94 -16
- aws_cdk/aws_appconfig/__init__.py +298 -43
- aws_cdk/aws_appflow/__init__.py +151 -6
- aws_cdk/aws_appintegrations/__init__.py +546 -6
- aws_cdk/aws_applicationautoscaling/__init__.py +29 -6
- aws_cdk/aws_applicationinsights/__init__.py +13 -2
- aws_cdk/aws_applicationsignals/__init__.py +374 -6
- aws_cdk/aws_appmesh/__init__.py +94 -26
- aws_cdk/aws_apprunner/__init__.py +66 -18
- aws_cdk/aws_appstream/__init__.py +309 -55
- aws_cdk/aws_appsync/__init__.py +227 -53
- aws_cdk/aws_apptest/__init__.py +71 -2
- aws_cdk/aws_aps/__init__.py +1875 -132
- aws_cdk/aws_arcregionswitch/__init__.py +5095 -0
- aws_cdk/aws_arczonalshift/__init__.py +39 -12
- aws_cdk/aws_athena/__init__.py +365 -29
- aws_cdk/aws_auditmanager/__init__.py +71 -2
- aws_cdk/aws_autoscaling/__init__.py +135 -55
- aws_cdk/aws_autoscaling_common/__init__.py +3 -0
- aws_cdk/aws_autoscalingplans/__init__.py +13 -2
- aws_cdk/aws_b2bi/__init__.py +1819 -99
- aws_cdk/aws_backup/__init__.py +317 -28
- aws_cdk/aws_backupgateway/__init__.py +13 -2
- aws_cdk/aws_batch/__init__.py +1405 -178
- aws_cdk/aws_bcmdataexports/__init__.py +21 -2
- aws_cdk/aws_bedrock/__init__.py +6747 -627
- aws_cdk/aws_bedrockagentcore/__init__.py +10425 -0
- aws_cdk/aws_billingconductor/__init__.py +197 -11
- aws_cdk/aws_budgets/__init__.py +42 -4
- aws_cdk/aws_cassandra/__init__.py +247 -6
- aws_cdk/aws_ce/__init__.py +35 -6
- aws_cdk/aws_certificatemanager/__init__.py +237 -32
- aws_cdk/aws_chatbot/__init__.py +70 -6
- aws_cdk/aws_cleanrooms/__init__.py +709 -206
- aws_cdk/aws_cleanroomsml/__init__.py +13 -2
- aws_cdk/aws_cloud9/__init__.py +13 -2
- aws_cdk/aws_cloudformation/__init__.py +345 -166
- aws_cdk/aws_cloudfront/__init__.py +2101 -680
- aws_cdk/aws_cloudfront/experimental/__init__.py +108 -16
- aws_cdk/aws_cloudfront_origins/__init__.py +614 -73
- aws_cdk/aws_cloudtrail/__init__.py +301 -17
- aws_cdk/aws_cloudwatch/__init__.py +1414 -153
- aws_cdk/aws_codeartifact/__init__.py +35 -6
- aws_cdk/aws_codebuild/__init__.py +1103 -118
- aws_cdk/aws_codecommit/__init__.py +23 -9
- aws_cdk/aws_codeconnections/__init__.py +13 -2
- aws_cdk/aws_codedeploy/__init__.py +67 -6
- aws_cdk/aws_codeguruprofiler/__init__.py +74 -2
- aws_cdk/aws_codegurureviewer/__init__.py +13 -2
- aws_cdk/aws_codepipeline/__init__.py +127 -64
- aws_cdk/aws_codepipeline_actions/__init__.py +749 -0
- aws_cdk/aws_codestar/__init__.py +13 -2
- aws_cdk/aws_codestarconnections/__init__.py +35 -6
- aws_cdk/aws_codestarnotifications/__init__.py +16 -2
- aws_cdk/aws_cognito/__init__.py +814 -80
- aws_cdk/aws_cognito_identitypool/__init__.py +17 -12
- aws_cdk/aws_comprehend/__init__.py +24 -4
- aws_cdk/aws_config/__init__.py +191 -30
- aws_cdk/aws_connect/__init__.py +2736 -191
- aws_cdk/aws_connectcampaigns/__init__.py +13 -2
- aws_cdk/aws_connectcampaignsv2/__init__.py +268 -6
- aws_cdk/aws_controltower/__init__.py +35 -6
- aws_cdk/aws_cur/__init__.py +100 -4
- aws_cdk/aws_customerprofiles/__init__.py +617 -27
- aws_cdk/aws_databrew/__init__.py +68 -12
- aws_cdk/aws_datapipeline/__init__.py +42 -2
- aws_cdk/aws_datasync/__init__.py +723 -203
- aws_cdk/aws_datazone/__init__.py +4425 -608
- aws_cdk/aws_dax/__init__.py +83 -6
- aws_cdk/aws_deadline/__init__.py +321 -32
- aws_cdk/aws_detective/__init__.py +35 -6
- aws_cdk/aws_devicefarm/__init__.py +68 -12
- aws_cdk/aws_devopsguru/__init__.py +37 -6
- aws_cdk/aws_directoryservice/__init__.py +53 -4
- aws_cdk/aws_dlm/__init__.py +13 -2
- aws_cdk/aws_dms/__init__.py +184 -27
- aws_cdk/aws_docdb/__init__.py +323 -46
- aws_cdk/aws_docdbelastic/__init__.py +13 -2
- aws_cdk/aws_dsql/__init__.py +340 -12
- aws_cdk/aws_dynamodb/__init__.py +1463 -166
- aws_cdk/aws_ec2/__init__.py +9636 -1120
- aws_cdk/aws_ecr/__init__.py +631 -43
- aws_cdk/aws_ecr_assets/__init__.py +4 -0
- aws_cdk/aws_ecs/__init__.py +6524 -497
- aws_cdk/aws_ecs_patterns/__init__.py +2 -0
- aws_cdk/aws_efs/__init__.py +264 -24
- aws_cdk/aws_eks/__init__.py +1050 -218
- aws_cdk/aws_elasticache/__init__.py +373 -20
- aws_cdk/aws_elasticbeanstalk/__init__.py +75 -8
- aws_cdk/aws_elasticloadbalancing/__init__.py +16 -2
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +1670 -106
- aws_cdk/aws_elasticsearch/__init__.py +282 -9
- aws_cdk/aws_emr/__init__.py +187 -20
- aws_cdk/aws_emrcontainers/__init__.py +71 -2
- aws_cdk/aws_emrserverless/__init__.py +188 -3
- aws_cdk/aws_entityresolution/__init__.py +585 -58
- aws_cdk/aws_events/__init__.py +969 -124
- aws_cdk/aws_events_targets/__init__.py +310 -54
- aws_cdk/aws_eventschemas/__init__.py +46 -8
- aws_cdk/aws_evidently/__init__.py +57 -10
- aws_cdk/aws_evs/__init__.py +2244 -0
- aws_cdk/aws_finspace/__init__.py +71 -2
- aws_cdk/aws_fis/__init__.py +26 -4
- aws_cdk/aws_fms/__init__.py +35 -6
- aws_cdk/aws_forecast/__init__.py +24 -4
- aws_cdk/aws_frauddetector/__init__.py +79 -14
- aws_cdk/aws_fsx/__init__.py +1236 -142
- aws_cdk/aws_gamelift/__init__.py +653 -78
- aws_cdk/aws_gameliftstreams/__init__.py +38 -16
- aws_cdk/aws_globalaccelerator/__init__.py +55 -14
- aws_cdk/aws_glue/__init__.py +1368 -320
- aws_cdk/aws_grafana/__init__.py +13 -2
- aws_cdk/aws_greengrass/__init__.py +654 -32
- aws_cdk/aws_greengrassv2/__init__.py +53 -4
- aws_cdk/aws_groundstation/__init__.py +122 -6
- aws_cdk/aws_guardduty/__init__.py +1613 -123
- aws_cdk/aws_healthimaging/__init__.py +71 -2
- aws_cdk/aws_healthlake/__init__.py +42 -2
- aws_cdk/aws_iam/__init__.py +480 -140
- aws_cdk/aws_identitystore/__init__.py +24 -4
- aws_cdk/aws_imagebuilder/__init__.py +1433 -183
- aws_cdk/aws_inspector/__init__.py +38 -6
- aws_cdk/aws_inspectorv2/__init__.py +2285 -243
- aws_cdk/aws_internetmonitor/__init__.py +71 -2
- aws_cdk/aws_invoicing/__init__.py +13 -2
- aws_cdk/aws_iot/__init__.py +1730 -86
- aws_cdk/aws_iotanalytics/__init__.py +162 -8
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +106 -40
- aws_cdk/aws_iotevents/__init__.py +122 -6
- aws_cdk/aws_iotfleethub/__init__.py +71 -2
- aws_cdk/aws_iotfleetwise/__init__.py +195 -14
- aws_cdk/aws_iotsitewise/__init__.py +1837 -89
- aws_cdk/aws_iotthingsgraph/__init__.py +13 -2
- aws_cdk/aws_iottwinmaker/__init__.py +115 -10
- aws_cdk/aws_iotwireless/__init__.py +649 -22
- aws_cdk/aws_ivs/__init__.py +561 -57
- aws_cdk/aws_ivschat/__init__.py +24 -4
- aws_cdk/aws_kafkaconnect/__init__.py +35 -6
- aws_cdk/aws_kendra/__init__.py +120 -28
- aws_cdk/aws_kendraranking/__init__.py +13 -2
- aws_cdk/aws_kinesis/__init__.py +622 -22
- aws_cdk/aws_kinesisanalytics/__init__.py +467 -94
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +201 -11
- aws_cdk/aws_kinesisfirehose/__init__.py +3077 -295
- aws_cdk/aws_kinesisvideo/__init__.py +24 -4
- aws_cdk/aws_kms/__init__.py +188 -41
- aws_cdk/aws_lakeformation/__init__.py +80 -15
- aws_cdk/aws_lambda/__init__.py +2101 -252
- aws_cdk/aws_lambda_event_sources/__init__.py +638 -1
- aws_cdk/aws_lambda_nodejs/__init__.py +63 -24
- aws_cdk/aws_launchwizard/__init__.py +13 -2
- aws_cdk/aws_lex/__init__.py +871 -8
- aws_cdk/aws_licensemanager/__init__.py +24 -4
- aws_cdk/aws_lightsail/__init__.py +2159 -975
- aws_cdk/aws_location/__init__.py +618 -14
- aws_cdk/aws_logs/__init__.py +5904 -956
- aws_cdk/aws_lookoutequipment/__init__.py +13 -2
- aws_cdk/aws_lookoutmetrics/__init__.py +38 -6
- aws_cdk/aws_lookoutvision/__init__.py +71 -2
- aws_cdk/aws_m2/__init__.py +94 -19
- aws_cdk/aws_macie/__init__.py +49 -11
- aws_cdk/aws_managedblockchain/__init__.py +180 -6
- aws_cdk/aws_mediaconnect/__init__.py +101 -18
- aws_cdk/aws_mediaconvert/__init__.py +35 -6
- aws_cdk/aws_medialive/__init__.py +1239 -35
- aws_cdk/aws_mediapackage/__init__.py +59 -12
- aws_cdk/aws_mediapackagev2/__init__.py +1607 -225
- aws_cdk/aws_mediastore/__init__.py +13 -2
- aws_cdk/aws_mediatailor/__init__.py +583 -12
- aws_cdk/aws_memorydb/__init__.py +271 -12
- aws_cdk/aws_mpa/__init__.py +1495 -0
- aws_cdk/aws_msk/__init__.py +104 -18
- aws_cdk/aws_mwaa/__init__.py +121 -9
- aws_cdk/aws_neptune/__init__.py +290 -78
- aws_cdk/aws_neptunegraph/__init__.py +24 -4
- aws_cdk/aws_networkfirewall/__init__.py +1289 -273
- aws_cdk/aws_networkmanager/__init__.py +349 -33
- aws_cdk/aws_nimblestudio/__init__.py +75 -8
- aws_cdk/aws_notifications/__init__.py +317 -12
- aws_cdk/aws_notificationscontacts/__init__.py +13 -2
- aws_cdk/aws_oam/__init__.py +24 -4
- aws_cdk/aws_observabilityadmin/__init__.py +2561 -0
- aws_cdk/aws_odb/__init__.py +5872 -0
- aws_cdk/aws_omics/__init__.py +2495 -529
- aws_cdk/aws_opensearchserverless/__init__.py +312 -37
- aws_cdk/aws_opensearchservice/__init__.py +495 -19
- aws_cdk/aws_opsworks/__init__.py +235 -139
- aws_cdk/aws_opsworkscm/__init__.py +16 -52
- aws_cdk/aws_organizations/__init__.py +70 -10
- aws_cdk/aws_osis/__init__.py +167 -2
- aws_cdk/aws_panorama/__init__.py +151 -6
- aws_cdk/aws_paymentcryptography/__init__.py +24 -4
- aws_cdk/aws_pcaconnectorad/__init__.py +59 -10
- aws_cdk/aws_pcaconnectorscep/__init__.py +24 -4
- aws_cdk/aws_pcs/__init__.py +387 -68
- aws_cdk/aws_personalize/__init__.py +46 -8
- aws_cdk/aws_pinpoint/__init__.py +329 -38
- aws_cdk/aws_pinpointemail/__init__.py +48 -8
- aws_cdk/aws_pipes/__init__.py +12 -2
- aws_cdk/aws_proton/__init__.py +37 -6
- aws_cdk/aws_qbusiness/__init__.py +635 -34
- aws_cdk/aws_qldb/__init__.py +24 -4
- aws_cdk/aws_quicksight/__init__.py +7900 -1160
- aws_cdk/aws_ram/__init__.py +24 -4
- aws_cdk/aws_rbin/__init__.py +12 -2
- aws_cdk/aws_rds/__init__.py +3345 -512
- aws_cdk/aws_redshift/__init__.py +143 -20
- aws_cdk/aws_redshiftserverless/__init__.py +692 -4
- aws_cdk/aws_refactorspaces/__init__.py +64 -14
- aws_cdk/aws_rekognition/__init__.py +93 -6
- aws_cdk/aws_resiliencehub/__init__.py +24 -4
- aws_cdk/aws_resourceexplorer2/__init__.py +35 -6
- aws_cdk/aws_resourcegroups/__init__.py +82 -4
- aws_cdk/aws_robomaker/__init__.py +72 -12
- aws_cdk/aws_rolesanywhere/__init__.py +180 -6
- aws_cdk/aws_route53/__init__.py +3273 -1442
- aws_cdk/aws_route53_targets/__init__.py +3 -0
- aws_cdk/aws_route53profiles/__init__.py +37 -6
- aws_cdk/aws_route53recoverycontrol/__init__.py +46 -8
- aws_cdk/aws_route53recoveryreadiness/__init__.py +104 -8
- aws_cdk/aws_route53resolver/__init__.py +226 -36
- aws_cdk/aws_rtbfabric/__init__.py +3498 -0
- aws_cdk/aws_rum/__init__.py +13 -2
- aws_cdk/aws_s3/__init__.py +1291 -158
- aws_cdk/aws_s3_assets/__init__.py +11 -11
- aws_cdk/aws_s3_deployment/__init__.py +147 -11
- aws_cdk/aws_s3_notifications/__init__.py +7 -7
- aws_cdk/aws_s3express/__init__.py +266 -8
- aws_cdk/aws_s3objectlambda/__init__.py +68 -16
- aws_cdk/aws_s3outposts/__init__.py +46 -8
- aws_cdk/aws_s3tables/__init__.py +2000 -323
- aws_cdk/aws_s3vectors/__init__.py +1378 -0
- aws_cdk/aws_sagemaker/__init__.py +6617 -363
- aws_cdk/aws_sam/__init__.py +79 -14
- aws_cdk/aws_scheduler/__init__.py +237 -4
- aws_cdk/aws_sdb/__init__.py +12 -2
- aws_cdk/aws_secretsmanager/__init__.py +170 -14
- aws_cdk/aws_securityhub/__init__.py +3121 -176
- aws_cdk/aws_securitylake/__init__.py +46 -8
- aws_cdk/aws_servicecatalog/__init__.py +405 -246
- aws_cdk/aws_servicecatalogappregistry/__init__.py +164 -8
- aws_cdk/aws_servicediscovery/__init__.py +140 -47
- aws_cdk/aws_ses/__init__.py +1231 -140
- aws_cdk/aws_shield/__init__.py +46 -8
- aws_cdk/aws_signer/__init__.py +27 -4
- aws_cdk/aws_simspaceweaver/__init__.py +42 -2
- aws_cdk/aws_smsvoice/__init__.py +4716 -0
- aws_cdk/aws_sns/__init__.py +245 -29
- aws_cdk/aws_sns_subscriptions/__init__.py +3 -1
- aws_cdk/aws_sqs/__init__.py +211 -14
- aws_cdk/aws_ssm/__init__.py +401 -58
- aws_cdk/aws_ssmcontacts/__init__.py +46 -8
- aws_cdk/aws_ssmguiconnect/__init__.py +13 -2
- aws_cdk/aws_ssmincidents/__init__.py +24 -4
- aws_cdk/aws_ssmquicksetup/__init__.py +383 -6
- aws_cdk/aws_sso/__init__.py +70 -12
- aws_cdk/aws_stepfunctions/__init__.py +615 -70
- aws_cdk/aws_stepfunctions_tasks/__init__.py +781 -144
- aws_cdk/aws_supportapp/__init__.py +39 -6
- aws_cdk/aws_synthetics/__init__.py +861 -75
- aws_cdk/aws_systemsmanagersap/__init__.py +13 -2
- aws_cdk/aws_timestream/__init__.py +104 -8
- aws_cdk/aws_transfer/__init__.py +784 -87
- aws_cdk/aws_verifiedpermissions/__init__.py +145 -17
- aws_cdk/aws_voiceid/__init__.py +41 -2
- aws_cdk/aws_vpclattice/__init__.py +376 -30
- aws_cdk/aws_waf/__init__.py +79 -14
- aws_cdk/aws_wafregional/__init__.py +123 -22
- aws_cdk/aws_wafv2/__init__.py +1179 -60
- aws_cdk/aws_wisdom/__init__.py +1401 -90
- aws_cdk/aws_workspaces/__init__.py +93 -6
- aws_cdk/aws_workspacesinstances/__init__.py +3940 -0
- aws_cdk/aws_workspacesthinclient/__init__.py +79 -10
- aws_cdk/aws_workspacesweb/__init__.py +1057 -141
- aws_cdk/aws_xray/__init__.py +48 -8
- aws_cdk/cloud_assembly_schema/__init__.py +231 -6
- aws_cdk/custom_resources/__init__.py +40 -12
- aws_cdk/cx_api/__init__.py +85 -14
- aws_cdk/interfaces/__init__.py +739 -0
- aws_cdk/interfaces/alexa_ask/__init__.py +146 -0
- aws_cdk/interfaces/aws_accessanalyzer/__init__.py +146 -0
- aws_cdk/interfaces/aws_acmpca/__init__.py +501 -0
- aws_cdk/interfaces/aws_aiops/__init__.py +146 -0
- aws_cdk/interfaces/aws_amazonmq/__init__.py +386 -0
- aws_cdk/interfaces/aws_amplify/__init__.py +352 -0
- aws_cdk/interfaces/aws_amplifyuibuilder/__init__.py +454 -0
- aws_cdk/interfaces/aws_apigateway/__init__.py +2486 -0
- aws_cdk/interfaces/aws_apigatewayv2/__init__.py +1651 -0
- aws_cdk/interfaces/aws_appconfig/__init__.py +1020 -0
- aws_cdk/interfaces/aws_appflow/__init__.py +404 -0
- aws_cdk/interfaces/aws_appintegrations/__init__.py +396 -0
- aws_cdk/interfaces/aws_applicationautoscaling/__init__.py +307 -0
- aws_cdk/interfaces/aws_applicationinsights/__init__.py +148 -0
- aws_cdk/interfaces/aws_applicationsignals/__init__.py +358 -0
- aws_cdk/interfaces/aws_appmesh/__init__.py +888 -0
- aws_cdk/interfaces/aws_apprunner/__init__.py +564 -0
- aws_cdk/interfaces/aws_appstream/__init__.py +1482 -0
- aws_cdk/interfaces/aws_appsync/__init__.py +1326 -0
- aws_cdk/interfaces/aws_apptest/__init__.py +163 -0
- aws_cdk/interfaces/aws_aps/__init__.py +558 -0
- aws_cdk/interfaces/aws_arcregionswitch/__init__.py +146 -0
- aws_cdk/interfaces/aws_arczonalshift/__init__.py +273 -0
- aws_cdk/interfaces/aws_athena/__init__.py +575 -0
- aws_cdk/interfaces/aws_auditmanager/__init__.py +163 -0
- aws_cdk/interfaces/aws_autoscaling/__init__.py +705 -0
- aws_cdk/interfaces/aws_autoscalingplans/__init__.py +148 -0
- aws_cdk/interfaces/aws_b2bi/__init__.py +524 -0
- aws_cdk/interfaces/aws_backup/__init__.py +955 -0
- aws_cdk/interfaces/aws_backupgateway/__init__.py +146 -0
- aws_cdk/interfaces/aws_batch/__init__.py +681 -0
- aws_cdk/interfaces/aws_bcmdataexports/__init__.py +146 -0
- aws_cdk/interfaces/aws_bedrock/__init__.py +1942 -0
- aws_cdk/interfaces/aws_bedrockagentcore/__init__.py +934 -0
- aws_cdk/interfaces/aws_billing/__init__.py +146 -0
- aws_cdk/interfaces/aws_billingconductor/__init__.py +463 -0
- aws_cdk/interfaces/aws_budgets/__init__.py +261 -0
- aws_cdk/interfaces/aws_cassandra/__init__.py +381 -0
- aws_cdk/interfaces/aws_ce/__init__.py +352 -0
- aws_cdk/interfaces/aws_certificatemanager/__init__.py +251 -0
- aws_cdk/interfaces/aws_chatbot/__init__.py +366 -0
- aws_cdk/interfaces/aws_cleanrooms/__init__.py +1103 -0
- aws_cdk/interfaces/aws_cleanroomsml/__init__.py +148 -0
- aws_cdk/interfaces/aws_cloud9/__init__.py +166 -0
- aws_cdk/interfaces/aws_cloudformation/__init__.py +1919 -0
- aws_cdk/interfaces/aws_cloudfront/__init__.py +1998 -0
- aws_cdk/interfaces/aws_cloudtrail/__init__.py +570 -0
- aws_cdk/interfaces/aws_cloudwatch/__init__.py +733 -0
- aws_cdk/interfaces/aws_codeartifact/__init__.py +352 -0
- aws_cdk/interfaces/aws_codebuild/__init__.py +487 -0
- aws_cdk/interfaces/aws_codecommit/__init__.py +163 -0
- aws_cdk/interfaces/aws_codeconnections/__init__.py +146 -0
- aws_cdk/interfaces/aws_codedeploy/__init__.py +352 -0
- aws_cdk/interfaces/aws_codeguruprofiler/__init__.py +168 -0
- aws_cdk/interfaces/aws_codegurureviewer/__init__.py +148 -0
- aws_cdk/interfaces/aws_codepipeline/__init__.py +388 -0
- aws_cdk/interfaces/aws_codestar/__init__.py +146 -0
- aws_cdk/interfaces/aws_codestarconnections/__init__.py +370 -0
- aws_cdk/interfaces/aws_codestarnotifications/__init__.py +148 -0
- aws_cdk/interfaces/aws_cognito/__init__.py +1929 -0
- aws_cdk/interfaces/aws_comprehend/__init__.py +251 -0
- aws_cdk/interfaces/aws_config/__init__.py +1165 -0
- aws_cdk/interfaces/aws_connect/__init__.py +2949 -0
- aws_cdk/interfaces/aws_connectcampaigns/__init__.py +146 -0
- aws_cdk/interfaces/aws_connectcampaignsv2/__init__.py +146 -0
- aws_cdk/interfaces/aws_controltower/__init__.py +394 -0
- aws_cdk/interfaces/aws_cur/__init__.py +146 -0
- aws_cdk/interfaces/aws_customerprofiles/__init__.py +915 -0
- aws_cdk/interfaces/aws_databrew/__init__.py +661 -0
- aws_cdk/interfaces/aws_datapipeline/__init__.py +146 -0
- aws_cdk/interfaces/aws_datasync/__init__.py +1384 -0
- aws_cdk/interfaces/aws_datazone/__init__.py +2238 -0
- aws_cdk/interfaces/aws_dax/__init__.py +364 -0
- aws_cdk/interfaces/aws_deadline/__init__.py +1303 -0
- aws_cdk/interfaces/aws_detective/__init__.py +364 -0
- aws_cdk/interfaces/aws_devicefarm/__init__.py +663 -0
- aws_cdk/interfaces/aws_devopsguru/__init__.py +362 -0
- aws_cdk/interfaces/aws_directoryservice/__init__.py +251 -0
- aws_cdk/interfaces/aws_dlm/__init__.py +166 -0
- aws_cdk/interfaces/aws_dms/__init__.py +1176 -0
- aws_cdk/interfaces/aws_docdb/__init__.py +560 -0
- aws_cdk/interfaces/aws_docdbelastic/__init__.py +146 -0
- aws_cdk/interfaces/aws_dsql/__init__.py +146 -0
- aws_cdk/interfaces/aws_dynamodb/__init__.py +278 -0
- aws_cdk/interfaces/aws_ec2/__init__.py +11963 -0
- aws_cdk/interfaces/aws_ecr/__init__.py +814 -0
- aws_cdk/interfaces/aws_ecs/__init__.py +845 -0
- aws_cdk/interfaces/aws_efs/__init__.py +392 -0
- aws_cdk/interfaces/aws_eks/__init__.py +948 -0
- aws_cdk/interfaces/aws_elasticache/__init__.py +1108 -0
- aws_cdk/interfaces/aws_elasticbeanstalk/__init__.py +503 -0
- aws_cdk/interfaces/aws_elasticloadbalancing/__init__.py +148 -0
- aws_cdk/interfaces/aws_elasticloadbalancingv2/__init__.py +795 -0
- aws_cdk/interfaces/aws_elasticsearch/__init__.py +158 -0
- aws_cdk/interfaces/aws_emr/__init__.py +913 -0
- aws_cdk/interfaces/aws_emrcontainers/__init__.py +168 -0
- aws_cdk/interfaces/aws_emrserverless/__init__.py +166 -0
- aws_cdk/interfaces/aws_entityresolution/__init__.py +608 -0
- aws_cdk/interfaces/aws_events/__init__.py +872 -0
- aws_cdk/interfaces/aws_eventschemas/__init__.py +455 -0
- aws_cdk/interfaces/aws_evidently/__init__.py +558 -0
- aws_cdk/interfaces/aws_evs/__init__.py +166 -0
- aws_cdk/interfaces/aws_finspace/__init__.py +166 -0
- aws_cdk/interfaces/aws_fis/__init__.py +271 -0
- aws_cdk/interfaces/aws_fms/__init__.py +364 -0
- aws_cdk/interfaces/aws_forecast/__init__.py +249 -0
- aws_cdk/interfaces/aws_frauddetector/__init__.py +764 -0
- aws_cdk/interfaces/aws_fsx/__init__.py +663 -0
- aws_cdk/interfaces/aws_gamelift/__init__.py +1325 -0
- aws_cdk/interfaces/aws_gameliftstreams/__init__.py +249 -0
- aws_cdk/interfaces/aws_globalaccelerator/__init__.py +461 -0
- aws_cdk/interfaces/aws_glue/__init__.py +2377 -0
- aws_cdk/interfaces/aws_grafana/__init__.py +146 -0
- aws_cdk/interfaces/aws_greengrass/__init__.py +1871 -0
- aws_cdk/interfaces/aws_greengrassv2/__init__.py +251 -0
- aws_cdk/interfaces/aws_groundstation/__init__.py +396 -0
- aws_cdk/interfaces/aws_guardduty/__init__.py +1225 -0
- aws_cdk/interfaces/aws_healthimaging/__init__.py +163 -0
- aws_cdk/interfaces/aws_healthlake/__init__.py +146 -0
- aws_cdk/interfaces/aws_iam/__init__.py +1803 -0
- aws_cdk/interfaces/aws_identitystore/__init__.py +288 -0
- aws_cdk/interfaces/aws_imagebuilder/__init__.py +984 -0
- aws_cdk/interfaces/aws_inspector/__init__.py +354 -0
- aws_cdk/interfaces/aws_inspectorv2/__init__.py +467 -0
- aws_cdk/interfaces/aws_internetmonitor/__init__.py +163 -0
- aws_cdk/interfaces/aws_invoicing/__init__.py +146 -0
- aws_cdk/interfaces/aws_iot/__init__.py +3483 -0
- aws_cdk/interfaces/aws_iotanalytics/__init__.py +455 -0
- aws_cdk/interfaces/aws_iotcoredeviceadvisor/__init__.py +168 -0
- aws_cdk/interfaces/aws_iotevents/__init__.py +352 -0
- aws_cdk/interfaces/aws_iotfleethub/__init__.py +166 -0
- aws_cdk/interfaces/aws_iotfleetwise/__init__.py +892 -0
- aws_cdk/interfaces/aws_iotsitewise/__init__.py +1097 -0
- aws_cdk/interfaces/aws_iotthingsgraph/__init__.py +146 -0
- aws_cdk/interfaces/aws_iottwinmaker/__init__.py +711 -0
- aws_cdk/interfaces/aws_iotwireless/__init__.py +1401 -0
- aws_cdk/interfaces/aws_ivs/__init__.py +1075 -0
- aws_cdk/interfaces/aws_ivschat/__init__.py +251 -0
- aws_cdk/interfaces/aws_kafkaconnect/__init__.py +354 -0
- aws_cdk/interfaces/aws_kendra/__init__.py +428 -0
- aws_cdk/interfaces/aws_kendraranking/__init__.py +166 -0
- aws_cdk/interfaces/aws_kinesis/__init__.py +364 -0
- aws_cdk/interfaces/aws_kinesisanalytics/__init__.py +364 -0
- aws_cdk/interfaces/aws_kinesisanalyticsv2/__init__.py +479 -0
- aws_cdk/interfaces/aws_kinesisfirehose/__init__.py +168 -0
- aws_cdk/interfaces/aws_kinesisvideo/__init__.py +283 -0
- aws_cdk/interfaces/aws_kms/__init__.py +376 -0
- aws_cdk/interfaces/aws_lakeformation/__init__.py +860 -0
- aws_cdk/interfaces/aws_lambda/__init__.py +1141 -0
- aws_cdk/interfaces/aws_launchwizard/__init__.py +146 -0
- aws_cdk/interfaces/aws_lex/__init__.py +513 -0
- aws_cdk/interfaces/aws_licensemanager/__init__.py +249 -0
- aws_cdk/interfaces/aws_lightsail/__init__.py +1744 -0
- aws_cdk/interfaces/aws_location/__init__.py +879 -0
- aws_cdk/interfaces/aws_logs/__init__.py +1667 -0
- aws_cdk/interfaces/aws_lookoutequipment/__init__.py +168 -0
- aws_cdk/interfaces/aws_lookoutmetrics/__init__.py +251 -0
- aws_cdk/interfaces/aws_lookoutvision/__init__.py +163 -0
- aws_cdk/interfaces/aws_m2/__init__.py +352 -0
- aws_cdk/interfaces/aws_macie/__init__.py +512 -0
- aws_cdk/interfaces/aws_managedblockchain/__init__.py +381 -0
- aws_cdk/interfaces/aws_mediaconnect/__init__.py +1028 -0
- aws_cdk/interfaces/aws_mediaconvert/__init__.py +396 -0
- aws_cdk/interfaces/aws_medialive/__init__.py +1755 -0
- aws_cdk/interfaces/aws_mediapackage/__init__.py +644 -0
- aws_cdk/interfaces/aws_mediapackagev2/__init__.py +618 -0
- aws_cdk/interfaces/aws_mediastore/__init__.py +146 -0
- aws_cdk/interfaces/aws_mediatailor/__init__.py +788 -0
- aws_cdk/interfaces/aws_memorydb/__init__.py +685 -0
- aws_cdk/interfaces/aws_mpa/__init__.py +249 -0
- aws_cdk/interfaces/aws_msk/__init__.py +764 -0
- aws_cdk/interfaces/aws_mwaa/__init__.py +166 -0
- aws_cdk/interfaces/aws_neptune/__init__.py +663 -0
- aws_cdk/interfaces/aws_neptunegraph/__init__.py +265 -0
- aws_cdk/interfaces/aws_networkfirewall/__init__.py +669 -0
- aws_cdk/interfaces/aws_networkmanager/__init__.py +1832 -0
- aws_cdk/interfaces/aws_nimblestudio/__init__.py +388 -0
- aws_cdk/interfaces/aws_notifications/__init__.py +868 -0
- aws_cdk/interfaces/aws_notificationscontacts/__init__.py +148 -0
- aws_cdk/interfaces/aws_oam/__init__.py +249 -0
- aws_cdk/interfaces/aws_observabilityadmin/__init__.py +362 -0
- aws_cdk/interfaces/aws_odb/__init__.py +562 -0
- aws_cdk/interfaces/aws_omics/__init__.py +838 -0
- aws_cdk/interfaces/aws_opensearchserverless/__init__.py +859 -0
- aws_cdk/interfaces/aws_opensearchservice/__init__.py +283 -0
- aws_cdk/interfaces/aws_opsworks/__init__.py +772 -0
- aws_cdk/interfaces/aws_opsworkscm/__init__.py +146 -0
- aws_cdk/interfaces/aws_organizations/__init__.py +646 -0
- aws_cdk/interfaces/aws_osis/__init__.py +146 -0
- aws_cdk/interfaces/aws_panorama/__init__.py +420 -0
- aws_cdk/interfaces/aws_paymentcryptography/__init__.py +249 -0
- aws_cdk/interfaces/aws_pcaconnectorad/__init__.py +608 -0
- aws_cdk/interfaces/aws_pcaconnectorscep/__init__.py +249 -0
- aws_cdk/interfaces/aws_pcs/__init__.py +352 -0
- aws_cdk/interfaces/aws_personalize/__init__.py +455 -0
- aws_cdk/interfaces/aws_pinpoint/__init__.py +2125 -0
- aws_cdk/interfaces/aws_pinpointemail/__init__.py +467 -0
- aws_cdk/interfaces/aws_pipes/__init__.py +158 -0
- aws_cdk/interfaces/aws_proton/__init__.py +360 -0
- aws_cdk/interfaces/aws_qbusiness/__init__.py +1122 -0
- aws_cdk/interfaces/aws_qldb/__init__.py +283 -0
- aws_cdk/interfaces/aws_quicksight/__init__.py +1566 -0
- aws_cdk/interfaces/aws_ram/__init__.py +249 -0
- aws_cdk/interfaces/aws_rbin/__init__.py +146 -0
- aws_cdk/interfaces/aws_rds/__init__.py +1780 -0
- aws_cdk/interfaces/aws_redshift/__init__.py +1104 -0
- aws_cdk/interfaces/aws_redshiftserverless/__init__.py +356 -0
- aws_cdk/interfaces/aws_refactorspaces/__init__.py +605 -0
- aws_cdk/interfaces/aws_rekognition/__init__.py +406 -0
- aws_cdk/interfaces/aws_resiliencehub/__init__.py +251 -0
- aws_cdk/interfaces/aws_resourceexplorer2/__init__.py +354 -0
- aws_cdk/interfaces/aws_resourcegroups/__init__.py +261 -0
- aws_cdk/interfaces/aws_robomaker/__init__.py +673 -0
- aws_cdk/interfaces/aws_rolesanywhere/__init__.py +384 -0
- aws_cdk/interfaces/aws_route53/__init__.py +804 -0
- aws_cdk/interfaces/aws_route53profiles/__init__.py +368 -0
- aws_cdk/interfaces/aws_route53recoverycontrol/__init__.py +463 -0
- aws_cdk/interfaces/aws_route53recoveryreadiness/__init__.py +535 -0
- aws_cdk/interfaces/aws_route53resolver/__init__.py +1356 -0
- aws_cdk/interfaces/aws_rtbfabric/__init__.py +352 -0
- aws_cdk/interfaces/aws_rum/__init__.py +146 -0
- aws_cdk/interfaces/aws_s3/__init__.py +1171 -0
- aws_cdk/interfaces/aws_s3express/__init__.py +392 -0
- aws_cdk/interfaces/aws_s3objectlambda/__init__.py +271 -0
- aws_cdk/interfaces/aws_s3outposts/__init__.py +455 -0
- aws_cdk/interfaces/aws_s3tables/__init__.py +575 -0
- aws_cdk/interfaces/aws_s3vectors/__init__.py +354 -0
- aws_cdk/interfaces/aws_sagemaker/__init__.py +3797 -0
- aws_cdk/interfaces/aws_sam/__init__.py +603 -0
- aws_cdk/interfaces/aws_scheduler/__init__.py +286 -0
- aws_cdk/interfaces/aws_sdb/__init__.py +146 -0
- aws_cdk/interfaces/aws_secretsmanager/__init__.py +461 -0
- aws_cdk/interfaces/aws_securityhub/__init__.py +1499 -0
- aws_cdk/interfaces/aws_securitylake/__init__.py +474 -0
- aws_cdk/interfaces/aws_servicecatalog/__init__.py +1829 -0
- aws_cdk/interfaces/aws_servicecatalogappregistry/__init__.py +557 -0
- aws_cdk/interfaces/aws_servicediscovery/__init__.py +636 -0
- aws_cdk/interfaces/aws_ses/__init__.py +2018 -0
- aws_cdk/interfaces/aws_shield/__init__.py +455 -0
- aws_cdk/interfaces/aws_signer/__init__.py +266 -0
- aws_cdk/interfaces/aws_simspaceweaver/__init__.py +146 -0
- aws_cdk/interfaces/aws_smsvoice/__init__.py +892 -0
- aws_cdk/interfaces/aws_sns/__init__.py +455 -0
- aws_cdk/interfaces/aws_sqs/__init__.py +364 -0
- aws_cdk/interfaces/aws_ssm/__init__.py +982 -0
- aws_cdk/interfaces/aws_ssmcontacts/__init__.py +455 -0
- aws_cdk/interfaces/aws_ssmguiconnect/__init__.py +146 -0
- aws_cdk/interfaces/aws_ssmincidents/__init__.py +249 -0
- aws_cdk/interfaces/aws_ssmquicksetup/__init__.py +253 -0
- aws_cdk/interfaces/aws_sso/__init__.py +797 -0
- aws_cdk/interfaces/aws_stepfunctions/__init__.py +459 -0
- aws_cdk/interfaces/aws_supportapp/__init__.py +372 -0
- aws_cdk/interfaces/aws_synthetics/__init__.py +249 -0
- aws_cdk/interfaces/aws_systemsmanagersap/__init__.py +148 -0
- aws_cdk/interfaces/aws_timestream/__init__.py +526 -0
- aws_cdk/interfaces/aws_transfer/__init__.py +967 -0
- aws_cdk/interfaces/aws_verifiedpermissions/__init__.py +538 -0
- aws_cdk/interfaces/aws_voiceid/__init__.py +146 -0
- aws_cdk/interfaces/aws_vpclattice/__init__.py +1418 -0
- aws_cdk/interfaces/aws_waf/__init__.py +764 -0
- aws_cdk/interfaces/aws_wafregional/__init__.py +1182 -0
- aws_cdk/interfaces/aws_wafv2/__init__.py +870 -0
- aws_cdk/interfaces/aws_wisdom/__init__.py +1556 -0
- aws_cdk/interfaces/aws_workspaces/__init__.py +352 -0
- aws_cdk/interfaces/aws_workspacesinstances/__init__.py +390 -0
- aws_cdk/interfaces/aws_workspacesthinclient/__init__.py +168 -0
- aws_cdk/interfaces/aws_workspacesweb/__init__.py +1085 -0
- aws_cdk/interfaces/aws_xray/__init__.py +457 -0
- aws_cdk/pipelines/__init__.py +192 -42
- aws_cdk/region_info/__init__.py +3 -0
- aws_cdk/triggers/__init__.py +60 -18
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/METADATA +338 -16
- aws_cdk_lib-2.224.0.dist-info/RECORD +584 -0
- aws_cdk_lib-2.200.2.dist-info/RECORD +0 -304
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,2949 @@
|
|
|
1
|
+
from pkgutil import extend_path
|
|
2
|
+
__path__ = extend_path(__path__, __name__)
|
|
3
|
+
|
|
4
|
+
import abc
|
|
5
|
+
import builtins
|
|
6
|
+
import datetime
|
|
7
|
+
import enum
|
|
8
|
+
import typing
|
|
9
|
+
|
|
10
|
+
import jsii
|
|
11
|
+
import publication
|
|
12
|
+
import typing_extensions
|
|
13
|
+
|
|
14
|
+
import typeguard
|
|
15
|
+
from importlib.metadata import version as _metadata_package_version
|
|
16
|
+
TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
|
|
17
|
+
|
|
18
|
+
def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
|
|
19
|
+
if TYPEGUARD_MAJOR_VERSION <= 2:
|
|
20
|
+
return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
|
|
21
|
+
else:
|
|
22
|
+
if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
|
|
23
|
+
pass
|
|
24
|
+
else:
|
|
25
|
+
if TYPEGUARD_MAJOR_VERSION == 3:
|
|
26
|
+
typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
|
|
27
|
+
typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
|
|
28
|
+
else:
|
|
29
|
+
typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
|
|
30
|
+
|
|
31
|
+
from ..._jsii import *
|
|
32
|
+
|
|
33
|
+
import constructs as _constructs_77d1e7e8
|
|
34
|
+
from .. import IEnvironmentAware as _IEnvironmentAware_f39049ee
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
@jsii.data_type(
|
|
38
|
+
jsii_type="aws-cdk-lib.interfaces.aws_connect.AgentStatusReference",
|
|
39
|
+
jsii_struct_bases=[],
|
|
40
|
+
name_mapping={"agent_status_arn": "agentStatusArn"},
|
|
41
|
+
)
|
|
42
|
+
class AgentStatusReference:
|
|
43
|
+
def __init__(self, *, agent_status_arn: builtins.str) -> None:
|
|
44
|
+
'''A reference to a AgentStatus resource.
|
|
45
|
+
|
|
46
|
+
:param agent_status_arn: The AgentStatusArn of the AgentStatus resource.
|
|
47
|
+
|
|
48
|
+
:exampleMetadata: fixture=_generated
|
|
49
|
+
|
|
50
|
+
Example::
|
|
51
|
+
|
|
52
|
+
# The code below shows an example of how to instantiate this type.
|
|
53
|
+
# The values are placeholders you should change.
|
|
54
|
+
from aws_cdk.interfaces import aws_connect as interfaces_aws_connect
|
|
55
|
+
|
|
56
|
+
agent_status_reference = interfaces_aws_connect.AgentStatusReference(
|
|
57
|
+
agent_status_arn="agentStatusArn"
|
|
58
|
+
)
|
|
59
|
+
'''
|
|
60
|
+
if __debug__:
|
|
61
|
+
type_hints = typing.get_type_hints(_typecheckingstub__80c2ee1f86d017d30c810fdfe35ebe75edb827c0c9b72fce1dfaea275aebbeaa)
|
|
62
|
+
check_type(argname="argument agent_status_arn", value=agent_status_arn, expected_type=type_hints["agent_status_arn"])
|
|
63
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
64
|
+
"agent_status_arn": agent_status_arn,
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
@builtins.property
|
|
68
|
+
def agent_status_arn(self) -> builtins.str:
|
|
69
|
+
'''The AgentStatusArn of the AgentStatus resource.'''
|
|
70
|
+
result = self._values.get("agent_status_arn")
|
|
71
|
+
assert result is not None, "Required property 'agent_status_arn' is missing"
|
|
72
|
+
return typing.cast(builtins.str, result)
|
|
73
|
+
|
|
74
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
75
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
76
|
+
|
|
77
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
78
|
+
return not (rhs == self)
|
|
79
|
+
|
|
80
|
+
def __repr__(self) -> str:
|
|
81
|
+
return "AgentStatusReference(%s)" % ", ".join(
|
|
82
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
83
|
+
)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
@jsii.data_type(
|
|
87
|
+
jsii_type="aws-cdk-lib.interfaces.aws_connect.ApprovedOriginReference",
|
|
88
|
+
jsii_struct_bases=[],
|
|
89
|
+
name_mapping={"instance_id": "instanceId", "origin": "origin"},
|
|
90
|
+
)
|
|
91
|
+
class ApprovedOriginReference:
|
|
92
|
+
def __init__(self, *, instance_id: builtins.str, origin: builtins.str) -> None:
|
|
93
|
+
'''A reference to a ApprovedOrigin resource.
|
|
94
|
+
|
|
95
|
+
:param instance_id: The InstanceId of the ApprovedOrigin resource.
|
|
96
|
+
:param origin: The Origin of the ApprovedOrigin resource.
|
|
97
|
+
|
|
98
|
+
:exampleMetadata: fixture=_generated
|
|
99
|
+
|
|
100
|
+
Example::
|
|
101
|
+
|
|
102
|
+
# The code below shows an example of how to instantiate this type.
|
|
103
|
+
# The values are placeholders you should change.
|
|
104
|
+
from aws_cdk.interfaces import aws_connect as interfaces_aws_connect
|
|
105
|
+
|
|
106
|
+
approved_origin_reference = interfaces_aws_connect.ApprovedOriginReference(
|
|
107
|
+
instance_id="instanceId",
|
|
108
|
+
origin="origin"
|
|
109
|
+
)
|
|
110
|
+
'''
|
|
111
|
+
if __debug__:
|
|
112
|
+
type_hints = typing.get_type_hints(_typecheckingstub__420107c3fcd91bed4de5358f4760ba480949bdc8881c5d0538f7ef3c2b2b5dca)
|
|
113
|
+
check_type(argname="argument instance_id", value=instance_id, expected_type=type_hints["instance_id"])
|
|
114
|
+
check_type(argname="argument origin", value=origin, expected_type=type_hints["origin"])
|
|
115
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
116
|
+
"instance_id": instance_id,
|
|
117
|
+
"origin": origin,
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
@builtins.property
|
|
121
|
+
def instance_id(self) -> builtins.str:
|
|
122
|
+
'''The InstanceId of the ApprovedOrigin resource.'''
|
|
123
|
+
result = self._values.get("instance_id")
|
|
124
|
+
assert result is not None, "Required property 'instance_id' is missing"
|
|
125
|
+
return typing.cast(builtins.str, result)
|
|
126
|
+
|
|
127
|
+
@builtins.property
|
|
128
|
+
def origin(self) -> builtins.str:
|
|
129
|
+
'''The Origin of the ApprovedOrigin resource.'''
|
|
130
|
+
result = self._values.get("origin")
|
|
131
|
+
assert result is not None, "Required property 'origin' is missing"
|
|
132
|
+
return typing.cast(builtins.str, result)
|
|
133
|
+
|
|
134
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
135
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
136
|
+
|
|
137
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
138
|
+
return not (rhs == self)
|
|
139
|
+
|
|
140
|
+
def __repr__(self) -> str:
|
|
141
|
+
return "ApprovedOriginReference(%s)" % ", ".join(
|
|
142
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
143
|
+
)
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
@jsii.data_type(
|
|
147
|
+
jsii_type="aws-cdk-lib.interfaces.aws_connect.ContactFlowModuleReference",
|
|
148
|
+
jsii_struct_bases=[],
|
|
149
|
+
name_mapping={"contact_flow_module_arn": "contactFlowModuleArn"},
|
|
150
|
+
)
|
|
151
|
+
class ContactFlowModuleReference:
|
|
152
|
+
def __init__(self, *, contact_flow_module_arn: builtins.str) -> None:
|
|
153
|
+
'''A reference to a ContactFlowModule resource.
|
|
154
|
+
|
|
155
|
+
:param contact_flow_module_arn: The ContactFlowModuleArn of the ContactFlowModule resource.
|
|
156
|
+
|
|
157
|
+
:exampleMetadata: fixture=_generated
|
|
158
|
+
|
|
159
|
+
Example::
|
|
160
|
+
|
|
161
|
+
# The code below shows an example of how to instantiate this type.
|
|
162
|
+
# The values are placeholders you should change.
|
|
163
|
+
from aws_cdk.interfaces import aws_connect as interfaces_aws_connect
|
|
164
|
+
|
|
165
|
+
contact_flow_module_reference = interfaces_aws_connect.ContactFlowModuleReference(
|
|
166
|
+
contact_flow_module_arn="contactFlowModuleArn"
|
|
167
|
+
)
|
|
168
|
+
'''
|
|
169
|
+
if __debug__:
|
|
170
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7ec59a97e450b6e15ebf5f88fe0e6ba5fd33f4df09f3ba1201e6804bf44c54c7)
|
|
171
|
+
check_type(argname="argument contact_flow_module_arn", value=contact_flow_module_arn, expected_type=type_hints["contact_flow_module_arn"])
|
|
172
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
173
|
+
"contact_flow_module_arn": contact_flow_module_arn,
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
@builtins.property
|
|
177
|
+
def contact_flow_module_arn(self) -> builtins.str:
|
|
178
|
+
'''The ContactFlowModuleArn of the ContactFlowModule resource.'''
|
|
179
|
+
result = self._values.get("contact_flow_module_arn")
|
|
180
|
+
assert result is not None, "Required property 'contact_flow_module_arn' is missing"
|
|
181
|
+
return typing.cast(builtins.str, result)
|
|
182
|
+
|
|
183
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
184
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
185
|
+
|
|
186
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
187
|
+
return not (rhs == self)
|
|
188
|
+
|
|
189
|
+
def __repr__(self) -> str:
|
|
190
|
+
return "ContactFlowModuleReference(%s)" % ", ".join(
|
|
191
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
192
|
+
)
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
@jsii.data_type(
|
|
196
|
+
jsii_type="aws-cdk-lib.interfaces.aws_connect.ContactFlowReference",
|
|
197
|
+
jsii_struct_bases=[],
|
|
198
|
+
name_mapping={"contact_flow_arn": "contactFlowArn"},
|
|
199
|
+
)
|
|
200
|
+
class ContactFlowReference:
|
|
201
|
+
def __init__(self, *, contact_flow_arn: builtins.str) -> None:
|
|
202
|
+
'''A reference to a ContactFlow resource.
|
|
203
|
+
|
|
204
|
+
:param contact_flow_arn: The ContactFlowArn of the ContactFlow resource.
|
|
205
|
+
|
|
206
|
+
:exampleMetadata: fixture=_generated
|
|
207
|
+
|
|
208
|
+
Example::
|
|
209
|
+
|
|
210
|
+
# The code below shows an example of how to instantiate this type.
|
|
211
|
+
# The values are placeholders you should change.
|
|
212
|
+
from aws_cdk.interfaces import aws_connect as interfaces_aws_connect
|
|
213
|
+
|
|
214
|
+
contact_flow_reference = interfaces_aws_connect.ContactFlowReference(
|
|
215
|
+
contact_flow_arn="contactFlowArn"
|
|
216
|
+
)
|
|
217
|
+
'''
|
|
218
|
+
if __debug__:
|
|
219
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8dfa181ff2c0859219dbf48106492ecead1b4da0281898a69b709514db4d8f00)
|
|
220
|
+
check_type(argname="argument contact_flow_arn", value=contact_flow_arn, expected_type=type_hints["contact_flow_arn"])
|
|
221
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
222
|
+
"contact_flow_arn": contact_flow_arn,
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
@builtins.property
|
|
226
|
+
def contact_flow_arn(self) -> builtins.str:
|
|
227
|
+
'''The ContactFlowArn of the ContactFlow resource.'''
|
|
228
|
+
result = self._values.get("contact_flow_arn")
|
|
229
|
+
assert result is not None, "Required property 'contact_flow_arn' is missing"
|
|
230
|
+
return typing.cast(builtins.str, result)
|
|
231
|
+
|
|
232
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
233
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
234
|
+
|
|
235
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
236
|
+
return not (rhs == self)
|
|
237
|
+
|
|
238
|
+
def __repr__(self) -> str:
|
|
239
|
+
return "ContactFlowReference(%s)" % ", ".join(
|
|
240
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
241
|
+
)
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
@jsii.data_type(
|
|
245
|
+
jsii_type="aws-cdk-lib.interfaces.aws_connect.ContactFlowVersionReference",
|
|
246
|
+
jsii_struct_bases=[],
|
|
247
|
+
name_mapping={"contact_flow_version_arn": "contactFlowVersionArn"},
|
|
248
|
+
)
|
|
249
|
+
class ContactFlowVersionReference:
|
|
250
|
+
def __init__(self, *, contact_flow_version_arn: builtins.str) -> None:
|
|
251
|
+
'''A reference to a ContactFlowVersion resource.
|
|
252
|
+
|
|
253
|
+
:param contact_flow_version_arn: The ContactFlowVersionARN of the ContactFlowVersion resource.
|
|
254
|
+
|
|
255
|
+
:exampleMetadata: fixture=_generated
|
|
256
|
+
|
|
257
|
+
Example::
|
|
258
|
+
|
|
259
|
+
# The code below shows an example of how to instantiate this type.
|
|
260
|
+
# The values are placeholders you should change.
|
|
261
|
+
from aws_cdk.interfaces import aws_connect as interfaces_aws_connect
|
|
262
|
+
|
|
263
|
+
contact_flow_version_reference = interfaces_aws_connect.ContactFlowVersionReference(
|
|
264
|
+
contact_flow_version_arn="contactFlowVersionArn"
|
|
265
|
+
)
|
|
266
|
+
'''
|
|
267
|
+
if __debug__:
|
|
268
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6f8ed10dcdc4a77bc2068dd63220cfc0b8add9c5c8c1020fec0826fbf1cecaa1)
|
|
269
|
+
check_type(argname="argument contact_flow_version_arn", value=contact_flow_version_arn, expected_type=type_hints["contact_flow_version_arn"])
|
|
270
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
271
|
+
"contact_flow_version_arn": contact_flow_version_arn,
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
@builtins.property
|
|
275
|
+
def contact_flow_version_arn(self) -> builtins.str:
|
|
276
|
+
'''The ContactFlowVersionARN of the ContactFlowVersion resource.'''
|
|
277
|
+
result = self._values.get("contact_flow_version_arn")
|
|
278
|
+
assert result is not None, "Required property 'contact_flow_version_arn' is missing"
|
|
279
|
+
return typing.cast(builtins.str, result)
|
|
280
|
+
|
|
281
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
282
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
283
|
+
|
|
284
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
285
|
+
return not (rhs == self)
|
|
286
|
+
|
|
287
|
+
def __repr__(self) -> str:
|
|
288
|
+
return "ContactFlowVersionReference(%s)" % ", ".join(
|
|
289
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
290
|
+
)
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
@jsii.data_type(
|
|
294
|
+
jsii_type="aws-cdk-lib.interfaces.aws_connect.EmailAddressReference",
|
|
295
|
+
jsii_struct_bases=[],
|
|
296
|
+
name_mapping={"email_address_arn": "emailAddressArn"},
|
|
297
|
+
)
|
|
298
|
+
class EmailAddressReference:
|
|
299
|
+
def __init__(self, *, email_address_arn: builtins.str) -> None:
|
|
300
|
+
'''A reference to a EmailAddress resource.
|
|
301
|
+
|
|
302
|
+
:param email_address_arn: The EmailAddressArn of the EmailAddress resource.
|
|
303
|
+
|
|
304
|
+
:exampleMetadata: fixture=_generated
|
|
305
|
+
|
|
306
|
+
Example::
|
|
307
|
+
|
|
308
|
+
# The code below shows an example of how to instantiate this type.
|
|
309
|
+
# The values are placeholders you should change.
|
|
310
|
+
from aws_cdk.interfaces import aws_connect as interfaces_aws_connect
|
|
311
|
+
|
|
312
|
+
email_address_reference = interfaces_aws_connect.EmailAddressReference(
|
|
313
|
+
email_address_arn="emailAddressArn"
|
|
314
|
+
)
|
|
315
|
+
'''
|
|
316
|
+
if __debug__:
|
|
317
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6089d57da936a584df9a8b70f9f44fb73b442ddc2498e220add2c31f7faba584)
|
|
318
|
+
check_type(argname="argument email_address_arn", value=email_address_arn, expected_type=type_hints["email_address_arn"])
|
|
319
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
320
|
+
"email_address_arn": email_address_arn,
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
@builtins.property
|
|
324
|
+
def email_address_arn(self) -> builtins.str:
|
|
325
|
+
'''The EmailAddressArn of the EmailAddress resource.'''
|
|
326
|
+
result = self._values.get("email_address_arn")
|
|
327
|
+
assert result is not None, "Required property 'email_address_arn' is missing"
|
|
328
|
+
return typing.cast(builtins.str, result)
|
|
329
|
+
|
|
330
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
331
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
332
|
+
|
|
333
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
334
|
+
return not (rhs == self)
|
|
335
|
+
|
|
336
|
+
def __repr__(self) -> str:
|
|
337
|
+
return "EmailAddressReference(%s)" % ", ".join(
|
|
338
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
339
|
+
)
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
@jsii.data_type(
|
|
343
|
+
jsii_type="aws-cdk-lib.interfaces.aws_connect.EvaluationFormReference",
|
|
344
|
+
jsii_struct_bases=[],
|
|
345
|
+
name_mapping={"evaluation_form_arn": "evaluationFormArn"},
|
|
346
|
+
)
|
|
347
|
+
class EvaluationFormReference:
|
|
348
|
+
def __init__(self, *, evaluation_form_arn: builtins.str) -> None:
|
|
349
|
+
'''A reference to a EvaluationForm resource.
|
|
350
|
+
|
|
351
|
+
:param evaluation_form_arn: The EvaluationFormArn of the EvaluationForm resource.
|
|
352
|
+
|
|
353
|
+
:exampleMetadata: fixture=_generated
|
|
354
|
+
|
|
355
|
+
Example::
|
|
356
|
+
|
|
357
|
+
# The code below shows an example of how to instantiate this type.
|
|
358
|
+
# The values are placeholders you should change.
|
|
359
|
+
from aws_cdk.interfaces import aws_connect as interfaces_aws_connect
|
|
360
|
+
|
|
361
|
+
evaluation_form_reference = interfaces_aws_connect.EvaluationFormReference(
|
|
362
|
+
evaluation_form_arn="evaluationFormArn"
|
|
363
|
+
)
|
|
364
|
+
'''
|
|
365
|
+
if __debug__:
|
|
366
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a5264e070ad3ac631aba777dd6c2a9c99c524dafea18344334f59097bfbddbb1)
|
|
367
|
+
check_type(argname="argument evaluation_form_arn", value=evaluation_form_arn, expected_type=type_hints["evaluation_form_arn"])
|
|
368
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
369
|
+
"evaluation_form_arn": evaluation_form_arn,
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
@builtins.property
|
|
373
|
+
def evaluation_form_arn(self) -> builtins.str:
|
|
374
|
+
'''The EvaluationFormArn of the EvaluationForm resource.'''
|
|
375
|
+
result = self._values.get("evaluation_form_arn")
|
|
376
|
+
assert result is not None, "Required property 'evaluation_form_arn' is missing"
|
|
377
|
+
return typing.cast(builtins.str, result)
|
|
378
|
+
|
|
379
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
380
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
381
|
+
|
|
382
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
383
|
+
return not (rhs == self)
|
|
384
|
+
|
|
385
|
+
def __repr__(self) -> str:
|
|
386
|
+
return "EvaluationFormReference(%s)" % ", ".join(
|
|
387
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
388
|
+
)
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
@jsii.data_type(
|
|
392
|
+
jsii_type="aws-cdk-lib.interfaces.aws_connect.HoursOfOperationReference",
|
|
393
|
+
jsii_struct_bases=[],
|
|
394
|
+
name_mapping={"hours_of_operation_arn": "hoursOfOperationArn"},
|
|
395
|
+
)
|
|
396
|
+
class HoursOfOperationReference:
|
|
397
|
+
def __init__(self, *, hours_of_operation_arn: builtins.str) -> None:
|
|
398
|
+
'''A reference to a HoursOfOperation resource.
|
|
399
|
+
|
|
400
|
+
:param hours_of_operation_arn: The HoursOfOperationArn of the HoursOfOperation resource.
|
|
401
|
+
|
|
402
|
+
:exampleMetadata: fixture=_generated
|
|
403
|
+
|
|
404
|
+
Example::
|
|
405
|
+
|
|
406
|
+
# The code below shows an example of how to instantiate this type.
|
|
407
|
+
# The values are placeholders you should change.
|
|
408
|
+
from aws_cdk.interfaces import aws_connect as interfaces_aws_connect
|
|
409
|
+
|
|
410
|
+
hours_of_operation_reference = interfaces_aws_connect.HoursOfOperationReference(
|
|
411
|
+
hours_of_operation_arn="hoursOfOperationArn"
|
|
412
|
+
)
|
|
413
|
+
'''
|
|
414
|
+
if __debug__:
|
|
415
|
+
type_hints = typing.get_type_hints(_typecheckingstub__963a1a8b18b2bbfd6eb3ab2343ba1df7da95bee1b6c17ccec51bc122ecdcd770)
|
|
416
|
+
check_type(argname="argument hours_of_operation_arn", value=hours_of_operation_arn, expected_type=type_hints["hours_of_operation_arn"])
|
|
417
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
418
|
+
"hours_of_operation_arn": hours_of_operation_arn,
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
@builtins.property
|
|
422
|
+
def hours_of_operation_arn(self) -> builtins.str:
|
|
423
|
+
'''The HoursOfOperationArn of the HoursOfOperation resource.'''
|
|
424
|
+
result = self._values.get("hours_of_operation_arn")
|
|
425
|
+
assert result is not None, "Required property 'hours_of_operation_arn' is missing"
|
|
426
|
+
return typing.cast(builtins.str, result)
|
|
427
|
+
|
|
428
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
429
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
430
|
+
|
|
431
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
432
|
+
return not (rhs == self)
|
|
433
|
+
|
|
434
|
+
def __repr__(self) -> str:
|
|
435
|
+
return "HoursOfOperationReference(%s)" % ", ".join(
|
|
436
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
437
|
+
)
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_connect.IAgentStatusRef")
|
|
441
|
+
class IAgentStatusRef(
|
|
442
|
+
_constructs_77d1e7e8.IConstruct,
|
|
443
|
+
_IEnvironmentAware_f39049ee,
|
|
444
|
+
typing_extensions.Protocol,
|
|
445
|
+
):
|
|
446
|
+
'''(experimental) Indicates that this resource can be referenced as a AgentStatus.
|
|
447
|
+
|
|
448
|
+
:stability: experimental
|
|
449
|
+
'''
|
|
450
|
+
|
|
451
|
+
@builtins.property
|
|
452
|
+
@jsii.member(jsii_name="agentStatusRef")
|
|
453
|
+
def agent_status_ref(self) -> AgentStatusReference:
|
|
454
|
+
'''(experimental) A reference to a AgentStatus resource.
|
|
455
|
+
|
|
456
|
+
:stability: experimental
|
|
457
|
+
'''
|
|
458
|
+
...
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
class _IAgentStatusRefProxy(
|
|
462
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
463
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
464
|
+
):
|
|
465
|
+
'''(experimental) Indicates that this resource can be referenced as a AgentStatus.
|
|
466
|
+
|
|
467
|
+
:stability: experimental
|
|
468
|
+
'''
|
|
469
|
+
|
|
470
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_connect.IAgentStatusRef"
|
|
471
|
+
|
|
472
|
+
@builtins.property
|
|
473
|
+
@jsii.member(jsii_name="agentStatusRef")
|
|
474
|
+
def agent_status_ref(self) -> AgentStatusReference:
|
|
475
|
+
'''(experimental) A reference to a AgentStatus resource.
|
|
476
|
+
|
|
477
|
+
:stability: experimental
|
|
478
|
+
'''
|
|
479
|
+
return typing.cast(AgentStatusReference, jsii.get(self, "agentStatusRef"))
|
|
480
|
+
|
|
481
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
482
|
+
typing.cast(typing.Any, IAgentStatusRef).__jsii_proxy_class__ = lambda : _IAgentStatusRefProxy
|
|
483
|
+
|
|
484
|
+
|
|
485
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_connect.IApprovedOriginRef")
|
|
486
|
+
class IApprovedOriginRef(
|
|
487
|
+
_constructs_77d1e7e8.IConstruct,
|
|
488
|
+
_IEnvironmentAware_f39049ee,
|
|
489
|
+
typing_extensions.Protocol,
|
|
490
|
+
):
|
|
491
|
+
'''(experimental) Indicates that this resource can be referenced as a ApprovedOrigin.
|
|
492
|
+
|
|
493
|
+
:stability: experimental
|
|
494
|
+
'''
|
|
495
|
+
|
|
496
|
+
@builtins.property
|
|
497
|
+
@jsii.member(jsii_name="approvedOriginRef")
|
|
498
|
+
def approved_origin_ref(self) -> ApprovedOriginReference:
|
|
499
|
+
'''(experimental) A reference to a ApprovedOrigin resource.
|
|
500
|
+
|
|
501
|
+
:stability: experimental
|
|
502
|
+
'''
|
|
503
|
+
...
|
|
504
|
+
|
|
505
|
+
|
|
506
|
+
class _IApprovedOriginRefProxy(
|
|
507
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
508
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
509
|
+
):
|
|
510
|
+
'''(experimental) Indicates that this resource can be referenced as a ApprovedOrigin.
|
|
511
|
+
|
|
512
|
+
:stability: experimental
|
|
513
|
+
'''
|
|
514
|
+
|
|
515
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_connect.IApprovedOriginRef"
|
|
516
|
+
|
|
517
|
+
@builtins.property
|
|
518
|
+
@jsii.member(jsii_name="approvedOriginRef")
|
|
519
|
+
def approved_origin_ref(self) -> ApprovedOriginReference:
|
|
520
|
+
'''(experimental) A reference to a ApprovedOrigin resource.
|
|
521
|
+
|
|
522
|
+
:stability: experimental
|
|
523
|
+
'''
|
|
524
|
+
return typing.cast(ApprovedOriginReference, jsii.get(self, "approvedOriginRef"))
|
|
525
|
+
|
|
526
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
527
|
+
typing.cast(typing.Any, IApprovedOriginRef).__jsii_proxy_class__ = lambda : _IApprovedOriginRefProxy
|
|
528
|
+
|
|
529
|
+
|
|
530
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_connect.IContactFlowModuleRef")
|
|
531
|
+
class IContactFlowModuleRef(
|
|
532
|
+
_constructs_77d1e7e8.IConstruct,
|
|
533
|
+
_IEnvironmentAware_f39049ee,
|
|
534
|
+
typing_extensions.Protocol,
|
|
535
|
+
):
|
|
536
|
+
'''(experimental) Indicates that this resource can be referenced as a ContactFlowModule.
|
|
537
|
+
|
|
538
|
+
:stability: experimental
|
|
539
|
+
'''
|
|
540
|
+
|
|
541
|
+
@builtins.property
|
|
542
|
+
@jsii.member(jsii_name="contactFlowModuleRef")
|
|
543
|
+
def contact_flow_module_ref(self) -> ContactFlowModuleReference:
|
|
544
|
+
'''(experimental) A reference to a ContactFlowModule resource.
|
|
545
|
+
|
|
546
|
+
:stability: experimental
|
|
547
|
+
'''
|
|
548
|
+
...
|
|
549
|
+
|
|
550
|
+
|
|
551
|
+
class _IContactFlowModuleRefProxy(
|
|
552
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
553
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
554
|
+
):
|
|
555
|
+
'''(experimental) Indicates that this resource can be referenced as a ContactFlowModule.
|
|
556
|
+
|
|
557
|
+
:stability: experimental
|
|
558
|
+
'''
|
|
559
|
+
|
|
560
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_connect.IContactFlowModuleRef"
|
|
561
|
+
|
|
562
|
+
@builtins.property
|
|
563
|
+
@jsii.member(jsii_name="contactFlowModuleRef")
|
|
564
|
+
def contact_flow_module_ref(self) -> ContactFlowModuleReference:
|
|
565
|
+
'''(experimental) A reference to a ContactFlowModule resource.
|
|
566
|
+
|
|
567
|
+
:stability: experimental
|
|
568
|
+
'''
|
|
569
|
+
return typing.cast(ContactFlowModuleReference, jsii.get(self, "contactFlowModuleRef"))
|
|
570
|
+
|
|
571
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
572
|
+
typing.cast(typing.Any, IContactFlowModuleRef).__jsii_proxy_class__ = lambda : _IContactFlowModuleRefProxy
|
|
573
|
+
|
|
574
|
+
|
|
575
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_connect.IContactFlowRef")
|
|
576
|
+
class IContactFlowRef(
|
|
577
|
+
_constructs_77d1e7e8.IConstruct,
|
|
578
|
+
_IEnvironmentAware_f39049ee,
|
|
579
|
+
typing_extensions.Protocol,
|
|
580
|
+
):
|
|
581
|
+
'''(experimental) Indicates that this resource can be referenced as a ContactFlow.
|
|
582
|
+
|
|
583
|
+
:stability: experimental
|
|
584
|
+
'''
|
|
585
|
+
|
|
586
|
+
@builtins.property
|
|
587
|
+
@jsii.member(jsii_name="contactFlowRef")
|
|
588
|
+
def contact_flow_ref(self) -> ContactFlowReference:
|
|
589
|
+
'''(experimental) A reference to a ContactFlow resource.
|
|
590
|
+
|
|
591
|
+
:stability: experimental
|
|
592
|
+
'''
|
|
593
|
+
...
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
class _IContactFlowRefProxy(
|
|
597
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
598
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
599
|
+
):
|
|
600
|
+
'''(experimental) Indicates that this resource can be referenced as a ContactFlow.
|
|
601
|
+
|
|
602
|
+
:stability: experimental
|
|
603
|
+
'''
|
|
604
|
+
|
|
605
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_connect.IContactFlowRef"
|
|
606
|
+
|
|
607
|
+
@builtins.property
|
|
608
|
+
@jsii.member(jsii_name="contactFlowRef")
|
|
609
|
+
def contact_flow_ref(self) -> ContactFlowReference:
|
|
610
|
+
'''(experimental) A reference to a ContactFlow resource.
|
|
611
|
+
|
|
612
|
+
:stability: experimental
|
|
613
|
+
'''
|
|
614
|
+
return typing.cast(ContactFlowReference, jsii.get(self, "contactFlowRef"))
|
|
615
|
+
|
|
616
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
617
|
+
typing.cast(typing.Any, IContactFlowRef).__jsii_proxy_class__ = lambda : _IContactFlowRefProxy
|
|
618
|
+
|
|
619
|
+
|
|
620
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_connect.IContactFlowVersionRef")
|
|
621
|
+
class IContactFlowVersionRef(
|
|
622
|
+
_constructs_77d1e7e8.IConstruct,
|
|
623
|
+
_IEnvironmentAware_f39049ee,
|
|
624
|
+
typing_extensions.Protocol,
|
|
625
|
+
):
|
|
626
|
+
'''(experimental) Indicates that this resource can be referenced as a ContactFlowVersion.
|
|
627
|
+
|
|
628
|
+
:stability: experimental
|
|
629
|
+
'''
|
|
630
|
+
|
|
631
|
+
@builtins.property
|
|
632
|
+
@jsii.member(jsii_name="contactFlowVersionRef")
|
|
633
|
+
def contact_flow_version_ref(self) -> ContactFlowVersionReference:
|
|
634
|
+
'''(experimental) A reference to a ContactFlowVersion resource.
|
|
635
|
+
|
|
636
|
+
:stability: experimental
|
|
637
|
+
'''
|
|
638
|
+
...
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
class _IContactFlowVersionRefProxy(
|
|
642
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
643
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
644
|
+
):
|
|
645
|
+
'''(experimental) Indicates that this resource can be referenced as a ContactFlowVersion.
|
|
646
|
+
|
|
647
|
+
:stability: experimental
|
|
648
|
+
'''
|
|
649
|
+
|
|
650
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_connect.IContactFlowVersionRef"
|
|
651
|
+
|
|
652
|
+
@builtins.property
|
|
653
|
+
@jsii.member(jsii_name="contactFlowVersionRef")
|
|
654
|
+
def contact_flow_version_ref(self) -> ContactFlowVersionReference:
|
|
655
|
+
'''(experimental) A reference to a ContactFlowVersion resource.
|
|
656
|
+
|
|
657
|
+
:stability: experimental
|
|
658
|
+
'''
|
|
659
|
+
return typing.cast(ContactFlowVersionReference, jsii.get(self, "contactFlowVersionRef"))
|
|
660
|
+
|
|
661
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
662
|
+
typing.cast(typing.Any, IContactFlowVersionRef).__jsii_proxy_class__ = lambda : _IContactFlowVersionRefProxy
|
|
663
|
+
|
|
664
|
+
|
|
665
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_connect.IEmailAddressRef")
|
|
666
|
+
class IEmailAddressRef(
|
|
667
|
+
_constructs_77d1e7e8.IConstruct,
|
|
668
|
+
_IEnvironmentAware_f39049ee,
|
|
669
|
+
typing_extensions.Protocol,
|
|
670
|
+
):
|
|
671
|
+
'''(experimental) Indicates that this resource can be referenced as a EmailAddress.
|
|
672
|
+
|
|
673
|
+
:stability: experimental
|
|
674
|
+
'''
|
|
675
|
+
|
|
676
|
+
@builtins.property
|
|
677
|
+
@jsii.member(jsii_name="emailAddressRef")
|
|
678
|
+
def email_address_ref(self) -> EmailAddressReference:
|
|
679
|
+
'''(experimental) A reference to a EmailAddress resource.
|
|
680
|
+
|
|
681
|
+
:stability: experimental
|
|
682
|
+
'''
|
|
683
|
+
...
|
|
684
|
+
|
|
685
|
+
|
|
686
|
+
class _IEmailAddressRefProxy(
|
|
687
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
688
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
689
|
+
):
|
|
690
|
+
'''(experimental) Indicates that this resource can be referenced as a EmailAddress.
|
|
691
|
+
|
|
692
|
+
:stability: experimental
|
|
693
|
+
'''
|
|
694
|
+
|
|
695
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_connect.IEmailAddressRef"
|
|
696
|
+
|
|
697
|
+
@builtins.property
|
|
698
|
+
@jsii.member(jsii_name="emailAddressRef")
|
|
699
|
+
def email_address_ref(self) -> EmailAddressReference:
|
|
700
|
+
'''(experimental) A reference to a EmailAddress resource.
|
|
701
|
+
|
|
702
|
+
:stability: experimental
|
|
703
|
+
'''
|
|
704
|
+
return typing.cast(EmailAddressReference, jsii.get(self, "emailAddressRef"))
|
|
705
|
+
|
|
706
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
707
|
+
typing.cast(typing.Any, IEmailAddressRef).__jsii_proxy_class__ = lambda : _IEmailAddressRefProxy
|
|
708
|
+
|
|
709
|
+
|
|
710
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_connect.IEvaluationFormRef")
|
|
711
|
+
class IEvaluationFormRef(
|
|
712
|
+
_constructs_77d1e7e8.IConstruct,
|
|
713
|
+
_IEnvironmentAware_f39049ee,
|
|
714
|
+
typing_extensions.Protocol,
|
|
715
|
+
):
|
|
716
|
+
'''(experimental) Indicates that this resource can be referenced as a EvaluationForm.
|
|
717
|
+
|
|
718
|
+
:stability: experimental
|
|
719
|
+
'''
|
|
720
|
+
|
|
721
|
+
@builtins.property
|
|
722
|
+
@jsii.member(jsii_name="evaluationFormRef")
|
|
723
|
+
def evaluation_form_ref(self) -> EvaluationFormReference:
|
|
724
|
+
'''(experimental) A reference to a EvaluationForm resource.
|
|
725
|
+
|
|
726
|
+
:stability: experimental
|
|
727
|
+
'''
|
|
728
|
+
...
|
|
729
|
+
|
|
730
|
+
|
|
731
|
+
class _IEvaluationFormRefProxy(
|
|
732
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
733
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
734
|
+
):
|
|
735
|
+
'''(experimental) Indicates that this resource can be referenced as a EvaluationForm.
|
|
736
|
+
|
|
737
|
+
:stability: experimental
|
|
738
|
+
'''
|
|
739
|
+
|
|
740
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_connect.IEvaluationFormRef"
|
|
741
|
+
|
|
742
|
+
@builtins.property
|
|
743
|
+
@jsii.member(jsii_name="evaluationFormRef")
|
|
744
|
+
def evaluation_form_ref(self) -> EvaluationFormReference:
|
|
745
|
+
'''(experimental) A reference to a EvaluationForm resource.
|
|
746
|
+
|
|
747
|
+
:stability: experimental
|
|
748
|
+
'''
|
|
749
|
+
return typing.cast(EvaluationFormReference, jsii.get(self, "evaluationFormRef"))
|
|
750
|
+
|
|
751
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
752
|
+
typing.cast(typing.Any, IEvaluationFormRef).__jsii_proxy_class__ = lambda : _IEvaluationFormRefProxy
|
|
753
|
+
|
|
754
|
+
|
|
755
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_connect.IHoursOfOperationRef")
|
|
756
|
+
class IHoursOfOperationRef(
|
|
757
|
+
_constructs_77d1e7e8.IConstruct,
|
|
758
|
+
_IEnvironmentAware_f39049ee,
|
|
759
|
+
typing_extensions.Protocol,
|
|
760
|
+
):
|
|
761
|
+
'''(experimental) Indicates that this resource can be referenced as a HoursOfOperation.
|
|
762
|
+
|
|
763
|
+
:stability: experimental
|
|
764
|
+
'''
|
|
765
|
+
|
|
766
|
+
@builtins.property
|
|
767
|
+
@jsii.member(jsii_name="hoursOfOperationRef")
|
|
768
|
+
def hours_of_operation_ref(self) -> HoursOfOperationReference:
|
|
769
|
+
'''(experimental) A reference to a HoursOfOperation resource.
|
|
770
|
+
|
|
771
|
+
:stability: experimental
|
|
772
|
+
'''
|
|
773
|
+
...
|
|
774
|
+
|
|
775
|
+
|
|
776
|
+
class _IHoursOfOperationRefProxy(
|
|
777
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
778
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
779
|
+
):
|
|
780
|
+
'''(experimental) Indicates that this resource can be referenced as a HoursOfOperation.
|
|
781
|
+
|
|
782
|
+
:stability: experimental
|
|
783
|
+
'''
|
|
784
|
+
|
|
785
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_connect.IHoursOfOperationRef"
|
|
786
|
+
|
|
787
|
+
@builtins.property
|
|
788
|
+
@jsii.member(jsii_name="hoursOfOperationRef")
|
|
789
|
+
def hours_of_operation_ref(self) -> HoursOfOperationReference:
|
|
790
|
+
'''(experimental) A reference to a HoursOfOperation resource.
|
|
791
|
+
|
|
792
|
+
:stability: experimental
|
|
793
|
+
'''
|
|
794
|
+
return typing.cast(HoursOfOperationReference, jsii.get(self, "hoursOfOperationRef"))
|
|
795
|
+
|
|
796
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
797
|
+
typing.cast(typing.Any, IHoursOfOperationRef).__jsii_proxy_class__ = lambda : _IHoursOfOperationRefProxy
|
|
798
|
+
|
|
799
|
+
|
|
800
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_connect.IInstanceRef")
|
|
801
|
+
class IInstanceRef(
|
|
802
|
+
_constructs_77d1e7e8.IConstruct,
|
|
803
|
+
_IEnvironmentAware_f39049ee,
|
|
804
|
+
typing_extensions.Protocol,
|
|
805
|
+
):
|
|
806
|
+
'''(experimental) Indicates that this resource can be referenced as a Instance.
|
|
807
|
+
|
|
808
|
+
:stability: experimental
|
|
809
|
+
'''
|
|
810
|
+
|
|
811
|
+
@builtins.property
|
|
812
|
+
@jsii.member(jsii_name="instanceRef")
|
|
813
|
+
def instance_ref(self) -> "InstanceReference":
|
|
814
|
+
'''(experimental) A reference to a Instance resource.
|
|
815
|
+
|
|
816
|
+
:stability: experimental
|
|
817
|
+
'''
|
|
818
|
+
...
|
|
819
|
+
|
|
820
|
+
|
|
821
|
+
class _IInstanceRefProxy(
|
|
822
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
823
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
824
|
+
):
|
|
825
|
+
'''(experimental) Indicates that this resource can be referenced as a Instance.
|
|
826
|
+
|
|
827
|
+
:stability: experimental
|
|
828
|
+
'''
|
|
829
|
+
|
|
830
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_connect.IInstanceRef"
|
|
831
|
+
|
|
832
|
+
@builtins.property
|
|
833
|
+
@jsii.member(jsii_name="instanceRef")
|
|
834
|
+
def instance_ref(self) -> "InstanceReference":
|
|
835
|
+
'''(experimental) A reference to a Instance resource.
|
|
836
|
+
|
|
837
|
+
:stability: experimental
|
|
838
|
+
'''
|
|
839
|
+
return typing.cast("InstanceReference", jsii.get(self, "instanceRef"))
|
|
840
|
+
|
|
841
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
842
|
+
typing.cast(typing.Any, IInstanceRef).__jsii_proxy_class__ = lambda : _IInstanceRefProxy
|
|
843
|
+
|
|
844
|
+
|
|
845
|
+
@jsii.interface(
|
|
846
|
+
jsii_type="aws-cdk-lib.interfaces.aws_connect.IInstanceStorageConfigRef"
|
|
847
|
+
)
|
|
848
|
+
class IInstanceStorageConfigRef(
|
|
849
|
+
_constructs_77d1e7e8.IConstruct,
|
|
850
|
+
_IEnvironmentAware_f39049ee,
|
|
851
|
+
typing_extensions.Protocol,
|
|
852
|
+
):
|
|
853
|
+
'''(experimental) Indicates that this resource can be referenced as a InstanceStorageConfig.
|
|
854
|
+
|
|
855
|
+
:stability: experimental
|
|
856
|
+
'''
|
|
857
|
+
|
|
858
|
+
@builtins.property
|
|
859
|
+
@jsii.member(jsii_name="instanceStorageConfigRef")
|
|
860
|
+
def instance_storage_config_ref(self) -> "InstanceStorageConfigReference":
|
|
861
|
+
'''(experimental) A reference to a InstanceStorageConfig resource.
|
|
862
|
+
|
|
863
|
+
:stability: experimental
|
|
864
|
+
'''
|
|
865
|
+
...
|
|
866
|
+
|
|
867
|
+
|
|
868
|
+
class _IInstanceStorageConfigRefProxy(
|
|
869
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
870
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
871
|
+
):
|
|
872
|
+
'''(experimental) Indicates that this resource can be referenced as a InstanceStorageConfig.
|
|
873
|
+
|
|
874
|
+
:stability: experimental
|
|
875
|
+
'''
|
|
876
|
+
|
|
877
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_connect.IInstanceStorageConfigRef"
|
|
878
|
+
|
|
879
|
+
@builtins.property
|
|
880
|
+
@jsii.member(jsii_name="instanceStorageConfigRef")
|
|
881
|
+
def instance_storage_config_ref(self) -> "InstanceStorageConfigReference":
|
|
882
|
+
'''(experimental) A reference to a InstanceStorageConfig resource.
|
|
883
|
+
|
|
884
|
+
:stability: experimental
|
|
885
|
+
'''
|
|
886
|
+
return typing.cast("InstanceStorageConfigReference", jsii.get(self, "instanceStorageConfigRef"))
|
|
887
|
+
|
|
888
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
889
|
+
typing.cast(typing.Any, IInstanceStorageConfigRef).__jsii_proxy_class__ = lambda : _IInstanceStorageConfigRefProxy
|
|
890
|
+
|
|
891
|
+
|
|
892
|
+
@jsii.interface(
|
|
893
|
+
jsii_type="aws-cdk-lib.interfaces.aws_connect.IIntegrationAssociationRef"
|
|
894
|
+
)
|
|
895
|
+
class IIntegrationAssociationRef(
|
|
896
|
+
_constructs_77d1e7e8.IConstruct,
|
|
897
|
+
_IEnvironmentAware_f39049ee,
|
|
898
|
+
typing_extensions.Protocol,
|
|
899
|
+
):
|
|
900
|
+
'''(experimental) Indicates that this resource can be referenced as a IntegrationAssociation.
|
|
901
|
+
|
|
902
|
+
:stability: experimental
|
|
903
|
+
'''
|
|
904
|
+
|
|
905
|
+
@builtins.property
|
|
906
|
+
@jsii.member(jsii_name="integrationAssociationRef")
|
|
907
|
+
def integration_association_ref(self) -> "IntegrationAssociationReference":
|
|
908
|
+
'''(experimental) A reference to a IntegrationAssociation resource.
|
|
909
|
+
|
|
910
|
+
:stability: experimental
|
|
911
|
+
'''
|
|
912
|
+
...
|
|
913
|
+
|
|
914
|
+
|
|
915
|
+
class _IIntegrationAssociationRefProxy(
|
|
916
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
917
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
918
|
+
):
|
|
919
|
+
'''(experimental) Indicates that this resource can be referenced as a IntegrationAssociation.
|
|
920
|
+
|
|
921
|
+
:stability: experimental
|
|
922
|
+
'''
|
|
923
|
+
|
|
924
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_connect.IIntegrationAssociationRef"
|
|
925
|
+
|
|
926
|
+
@builtins.property
|
|
927
|
+
@jsii.member(jsii_name="integrationAssociationRef")
|
|
928
|
+
def integration_association_ref(self) -> "IntegrationAssociationReference":
|
|
929
|
+
'''(experimental) A reference to a IntegrationAssociation resource.
|
|
930
|
+
|
|
931
|
+
:stability: experimental
|
|
932
|
+
'''
|
|
933
|
+
return typing.cast("IntegrationAssociationReference", jsii.get(self, "integrationAssociationRef"))
|
|
934
|
+
|
|
935
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
936
|
+
typing.cast(typing.Any, IIntegrationAssociationRef).__jsii_proxy_class__ = lambda : _IIntegrationAssociationRefProxy
|
|
937
|
+
|
|
938
|
+
|
|
939
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_connect.IPhoneNumberRef")
|
|
940
|
+
class IPhoneNumberRef(
|
|
941
|
+
_constructs_77d1e7e8.IConstruct,
|
|
942
|
+
_IEnvironmentAware_f39049ee,
|
|
943
|
+
typing_extensions.Protocol,
|
|
944
|
+
):
|
|
945
|
+
'''(experimental) Indicates that this resource can be referenced as a PhoneNumber.
|
|
946
|
+
|
|
947
|
+
:stability: experimental
|
|
948
|
+
'''
|
|
949
|
+
|
|
950
|
+
@builtins.property
|
|
951
|
+
@jsii.member(jsii_name="phoneNumberRef")
|
|
952
|
+
def phone_number_ref(self) -> "PhoneNumberReference":
|
|
953
|
+
'''(experimental) A reference to a PhoneNumber resource.
|
|
954
|
+
|
|
955
|
+
:stability: experimental
|
|
956
|
+
'''
|
|
957
|
+
...
|
|
958
|
+
|
|
959
|
+
|
|
960
|
+
class _IPhoneNumberRefProxy(
|
|
961
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
962
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
963
|
+
):
|
|
964
|
+
'''(experimental) Indicates that this resource can be referenced as a PhoneNumber.
|
|
965
|
+
|
|
966
|
+
:stability: experimental
|
|
967
|
+
'''
|
|
968
|
+
|
|
969
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_connect.IPhoneNumberRef"
|
|
970
|
+
|
|
971
|
+
@builtins.property
|
|
972
|
+
@jsii.member(jsii_name="phoneNumberRef")
|
|
973
|
+
def phone_number_ref(self) -> "PhoneNumberReference":
|
|
974
|
+
'''(experimental) A reference to a PhoneNumber resource.
|
|
975
|
+
|
|
976
|
+
:stability: experimental
|
|
977
|
+
'''
|
|
978
|
+
return typing.cast("PhoneNumberReference", jsii.get(self, "phoneNumberRef"))
|
|
979
|
+
|
|
980
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
981
|
+
typing.cast(typing.Any, IPhoneNumberRef).__jsii_proxy_class__ = lambda : _IPhoneNumberRefProxy
|
|
982
|
+
|
|
983
|
+
|
|
984
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_connect.IPredefinedAttributeRef")
|
|
985
|
+
class IPredefinedAttributeRef(
|
|
986
|
+
_constructs_77d1e7e8.IConstruct,
|
|
987
|
+
_IEnvironmentAware_f39049ee,
|
|
988
|
+
typing_extensions.Protocol,
|
|
989
|
+
):
|
|
990
|
+
'''(experimental) Indicates that this resource can be referenced as a PredefinedAttribute.
|
|
991
|
+
|
|
992
|
+
:stability: experimental
|
|
993
|
+
'''
|
|
994
|
+
|
|
995
|
+
@builtins.property
|
|
996
|
+
@jsii.member(jsii_name="predefinedAttributeRef")
|
|
997
|
+
def predefined_attribute_ref(self) -> "PredefinedAttributeReference":
|
|
998
|
+
'''(experimental) A reference to a PredefinedAttribute resource.
|
|
999
|
+
|
|
1000
|
+
:stability: experimental
|
|
1001
|
+
'''
|
|
1002
|
+
...
|
|
1003
|
+
|
|
1004
|
+
|
|
1005
|
+
class _IPredefinedAttributeRefProxy(
|
|
1006
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1007
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1008
|
+
):
|
|
1009
|
+
'''(experimental) Indicates that this resource can be referenced as a PredefinedAttribute.
|
|
1010
|
+
|
|
1011
|
+
:stability: experimental
|
|
1012
|
+
'''
|
|
1013
|
+
|
|
1014
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_connect.IPredefinedAttributeRef"
|
|
1015
|
+
|
|
1016
|
+
@builtins.property
|
|
1017
|
+
@jsii.member(jsii_name="predefinedAttributeRef")
|
|
1018
|
+
def predefined_attribute_ref(self) -> "PredefinedAttributeReference":
|
|
1019
|
+
'''(experimental) A reference to a PredefinedAttribute resource.
|
|
1020
|
+
|
|
1021
|
+
:stability: experimental
|
|
1022
|
+
'''
|
|
1023
|
+
return typing.cast("PredefinedAttributeReference", jsii.get(self, "predefinedAttributeRef"))
|
|
1024
|
+
|
|
1025
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1026
|
+
typing.cast(typing.Any, IPredefinedAttributeRef).__jsii_proxy_class__ = lambda : _IPredefinedAttributeRefProxy
|
|
1027
|
+
|
|
1028
|
+
|
|
1029
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_connect.IPromptRef")
|
|
1030
|
+
class IPromptRef(
|
|
1031
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1032
|
+
_IEnvironmentAware_f39049ee,
|
|
1033
|
+
typing_extensions.Protocol,
|
|
1034
|
+
):
|
|
1035
|
+
'''(experimental) Indicates that this resource can be referenced as a Prompt.
|
|
1036
|
+
|
|
1037
|
+
:stability: experimental
|
|
1038
|
+
'''
|
|
1039
|
+
|
|
1040
|
+
@builtins.property
|
|
1041
|
+
@jsii.member(jsii_name="promptRef")
|
|
1042
|
+
def prompt_ref(self) -> "PromptReference":
|
|
1043
|
+
'''(experimental) A reference to a Prompt resource.
|
|
1044
|
+
|
|
1045
|
+
:stability: experimental
|
|
1046
|
+
'''
|
|
1047
|
+
...
|
|
1048
|
+
|
|
1049
|
+
|
|
1050
|
+
class _IPromptRefProxy(
|
|
1051
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1052
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1053
|
+
):
|
|
1054
|
+
'''(experimental) Indicates that this resource can be referenced as a Prompt.
|
|
1055
|
+
|
|
1056
|
+
:stability: experimental
|
|
1057
|
+
'''
|
|
1058
|
+
|
|
1059
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_connect.IPromptRef"
|
|
1060
|
+
|
|
1061
|
+
@builtins.property
|
|
1062
|
+
@jsii.member(jsii_name="promptRef")
|
|
1063
|
+
def prompt_ref(self) -> "PromptReference":
|
|
1064
|
+
'''(experimental) A reference to a Prompt resource.
|
|
1065
|
+
|
|
1066
|
+
:stability: experimental
|
|
1067
|
+
'''
|
|
1068
|
+
return typing.cast("PromptReference", jsii.get(self, "promptRef"))
|
|
1069
|
+
|
|
1070
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1071
|
+
typing.cast(typing.Any, IPromptRef).__jsii_proxy_class__ = lambda : _IPromptRefProxy
|
|
1072
|
+
|
|
1073
|
+
|
|
1074
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_connect.IQueueRef")
|
|
1075
|
+
class IQueueRef(
|
|
1076
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1077
|
+
_IEnvironmentAware_f39049ee,
|
|
1078
|
+
typing_extensions.Protocol,
|
|
1079
|
+
):
|
|
1080
|
+
'''(experimental) Indicates that this resource can be referenced as a Queue.
|
|
1081
|
+
|
|
1082
|
+
:stability: experimental
|
|
1083
|
+
'''
|
|
1084
|
+
|
|
1085
|
+
@builtins.property
|
|
1086
|
+
@jsii.member(jsii_name="queueRef")
|
|
1087
|
+
def queue_ref(self) -> "QueueReference":
|
|
1088
|
+
'''(experimental) A reference to a Queue resource.
|
|
1089
|
+
|
|
1090
|
+
:stability: experimental
|
|
1091
|
+
'''
|
|
1092
|
+
...
|
|
1093
|
+
|
|
1094
|
+
|
|
1095
|
+
class _IQueueRefProxy(
|
|
1096
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1097
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1098
|
+
):
|
|
1099
|
+
'''(experimental) Indicates that this resource can be referenced as a Queue.
|
|
1100
|
+
|
|
1101
|
+
:stability: experimental
|
|
1102
|
+
'''
|
|
1103
|
+
|
|
1104
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_connect.IQueueRef"
|
|
1105
|
+
|
|
1106
|
+
@builtins.property
|
|
1107
|
+
@jsii.member(jsii_name="queueRef")
|
|
1108
|
+
def queue_ref(self) -> "QueueReference":
|
|
1109
|
+
'''(experimental) A reference to a Queue resource.
|
|
1110
|
+
|
|
1111
|
+
:stability: experimental
|
|
1112
|
+
'''
|
|
1113
|
+
return typing.cast("QueueReference", jsii.get(self, "queueRef"))
|
|
1114
|
+
|
|
1115
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1116
|
+
typing.cast(typing.Any, IQueueRef).__jsii_proxy_class__ = lambda : _IQueueRefProxy
|
|
1117
|
+
|
|
1118
|
+
|
|
1119
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_connect.IQuickConnectRef")
|
|
1120
|
+
class IQuickConnectRef(
|
|
1121
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1122
|
+
_IEnvironmentAware_f39049ee,
|
|
1123
|
+
typing_extensions.Protocol,
|
|
1124
|
+
):
|
|
1125
|
+
'''(experimental) Indicates that this resource can be referenced as a QuickConnect.
|
|
1126
|
+
|
|
1127
|
+
:stability: experimental
|
|
1128
|
+
'''
|
|
1129
|
+
|
|
1130
|
+
@builtins.property
|
|
1131
|
+
@jsii.member(jsii_name="quickConnectRef")
|
|
1132
|
+
def quick_connect_ref(self) -> "QuickConnectReference":
|
|
1133
|
+
'''(experimental) A reference to a QuickConnect resource.
|
|
1134
|
+
|
|
1135
|
+
:stability: experimental
|
|
1136
|
+
'''
|
|
1137
|
+
...
|
|
1138
|
+
|
|
1139
|
+
|
|
1140
|
+
class _IQuickConnectRefProxy(
|
|
1141
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1142
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1143
|
+
):
|
|
1144
|
+
'''(experimental) Indicates that this resource can be referenced as a QuickConnect.
|
|
1145
|
+
|
|
1146
|
+
:stability: experimental
|
|
1147
|
+
'''
|
|
1148
|
+
|
|
1149
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_connect.IQuickConnectRef"
|
|
1150
|
+
|
|
1151
|
+
@builtins.property
|
|
1152
|
+
@jsii.member(jsii_name="quickConnectRef")
|
|
1153
|
+
def quick_connect_ref(self) -> "QuickConnectReference":
|
|
1154
|
+
'''(experimental) A reference to a QuickConnect resource.
|
|
1155
|
+
|
|
1156
|
+
:stability: experimental
|
|
1157
|
+
'''
|
|
1158
|
+
return typing.cast("QuickConnectReference", jsii.get(self, "quickConnectRef"))
|
|
1159
|
+
|
|
1160
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1161
|
+
typing.cast(typing.Any, IQuickConnectRef).__jsii_proxy_class__ = lambda : _IQuickConnectRefProxy
|
|
1162
|
+
|
|
1163
|
+
|
|
1164
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_connect.IRoutingProfileRef")
|
|
1165
|
+
class IRoutingProfileRef(
|
|
1166
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1167
|
+
_IEnvironmentAware_f39049ee,
|
|
1168
|
+
typing_extensions.Protocol,
|
|
1169
|
+
):
|
|
1170
|
+
'''(experimental) Indicates that this resource can be referenced as a RoutingProfile.
|
|
1171
|
+
|
|
1172
|
+
:stability: experimental
|
|
1173
|
+
'''
|
|
1174
|
+
|
|
1175
|
+
@builtins.property
|
|
1176
|
+
@jsii.member(jsii_name="routingProfileRef")
|
|
1177
|
+
def routing_profile_ref(self) -> "RoutingProfileReference":
|
|
1178
|
+
'''(experimental) A reference to a RoutingProfile resource.
|
|
1179
|
+
|
|
1180
|
+
:stability: experimental
|
|
1181
|
+
'''
|
|
1182
|
+
...
|
|
1183
|
+
|
|
1184
|
+
|
|
1185
|
+
class _IRoutingProfileRefProxy(
|
|
1186
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1187
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1188
|
+
):
|
|
1189
|
+
'''(experimental) Indicates that this resource can be referenced as a RoutingProfile.
|
|
1190
|
+
|
|
1191
|
+
:stability: experimental
|
|
1192
|
+
'''
|
|
1193
|
+
|
|
1194
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_connect.IRoutingProfileRef"
|
|
1195
|
+
|
|
1196
|
+
@builtins.property
|
|
1197
|
+
@jsii.member(jsii_name="routingProfileRef")
|
|
1198
|
+
def routing_profile_ref(self) -> "RoutingProfileReference":
|
|
1199
|
+
'''(experimental) A reference to a RoutingProfile resource.
|
|
1200
|
+
|
|
1201
|
+
:stability: experimental
|
|
1202
|
+
'''
|
|
1203
|
+
return typing.cast("RoutingProfileReference", jsii.get(self, "routingProfileRef"))
|
|
1204
|
+
|
|
1205
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1206
|
+
typing.cast(typing.Any, IRoutingProfileRef).__jsii_proxy_class__ = lambda : _IRoutingProfileRefProxy
|
|
1207
|
+
|
|
1208
|
+
|
|
1209
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_connect.IRuleRef")
|
|
1210
|
+
class IRuleRef(
|
|
1211
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1212
|
+
_IEnvironmentAware_f39049ee,
|
|
1213
|
+
typing_extensions.Protocol,
|
|
1214
|
+
):
|
|
1215
|
+
'''(experimental) Indicates that this resource can be referenced as a Rule.
|
|
1216
|
+
|
|
1217
|
+
:stability: experimental
|
|
1218
|
+
'''
|
|
1219
|
+
|
|
1220
|
+
@builtins.property
|
|
1221
|
+
@jsii.member(jsii_name="ruleRef")
|
|
1222
|
+
def rule_ref(self) -> "RuleReference":
|
|
1223
|
+
'''(experimental) A reference to a Rule resource.
|
|
1224
|
+
|
|
1225
|
+
:stability: experimental
|
|
1226
|
+
'''
|
|
1227
|
+
...
|
|
1228
|
+
|
|
1229
|
+
|
|
1230
|
+
class _IRuleRefProxy(
|
|
1231
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1232
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1233
|
+
):
|
|
1234
|
+
'''(experimental) Indicates that this resource can be referenced as a Rule.
|
|
1235
|
+
|
|
1236
|
+
:stability: experimental
|
|
1237
|
+
'''
|
|
1238
|
+
|
|
1239
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_connect.IRuleRef"
|
|
1240
|
+
|
|
1241
|
+
@builtins.property
|
|
1242
|
+
@jsii.member(jsii_name="ruleRef")
|
|
1243
|
+
def rule_ref(self) -> "RuleReference":
|
|
1244
|
+
'''(experimental) A reference to a Rule resource.
|
|
1245
|
+
|
|
1246
|
+
:stability: experimental
|
|
1247
|
+
'''
|
|
1248
|
+
return typing.cast("RuleReference", jsii.get(self, "ruleRef"))
|
|
1249
|
+
|
|
1250
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1251
|
+
typing.cast(typing.Any, IRuleRef).__jsii_proxy_class__ = lambda : _IRuleRefProxy
|
|
1252
|
+
|
|
1253
|
+
|
|
1254
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_connect.ISecurityKeyRef")
|
|
1255
|
+
class ISecurityKeyRef(
|
|
1256
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1257
|
+
_IEnvironmentAware_f39049ee,
|
|
1258
|
+
typing_extensions.Protocol,
|
|
1259
|
+
):
|
|
1260
|
+
'''(experimental) Indicates that this resource can be referenced as a SecurityKey.
|
|
1261
|
+
|
|
1262
|
+
:stability: experimental
|
|
1263
|
+
'''
|
|
1264
|
+
|
|
1265
|
+
@builtins.property
|
|
1266
|
+
@jsii.member(jsii_name="securityKeyRef")
|
|
1267
|
+
def security_key_ref(self) -> "SecurityKeyReference":
|
|
1268
|
+
'''(experimental) A reference to a SecurityKey resource.
|
|
1269
|
+
|
|
1270
|
+
:stability: experimental
|
|
1271
|
+
'''
|
|
1272
|
+
...
|
|
1273
|
+
|
|
1274
|
+
|
|
1275
|
+
class _ISecurityKeyRefProxy(
|
|
1276
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1277
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1278
|
+
):
|
|
1279
|
+
'''(experimental) Indicates that this resource can be referenced as a SecurityKey.
|
|
1280
|
+
|
|
1281
|
+
:stability: experimental
|
|
1282
|
+
'''
|
|
1283
|
+
|
|
1284
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_connect.ISecurityKeyRef"
|
|
1285
|
+
|
|
1286
|
+
@builtins.property
|
|
1287
|
+
@jsii.member(jsii_name="securityKeyRef")
|
|
1288
|
+
def security_key_ref(self) -> "SecurityKeyReference":
|
|
1289
|
+
'''(experimental) A reference to a SecurityKey resource.
|
|
1290
|
+
|
|
1291
|
+
:stability: experimental
|
|
1292
|
+
'''
|
|
1293
|
+
return typing.cast("SecurityKeyReference", jsii.get(self, "securityKeyRef"))
|
|
1294
|
+
|
|
1295
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1296
|
+
typing.cast(typing.Any, ISecurityKeyRef).__jsii_proxy_class__ = lambda : _ISecurityKeyRefProxy
|
|
1297
|
+
|
|
1298
|
+
|
|
1299
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_connect.ISecurityProfileRef")
|
|
1300
|
+
class ISecurityProfileRef(
|
|
1301
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1302
|
+
_IEnvironmentAware_f39049ee,
|
|
1303
|
+
typing_extensions.Protocol,
|
|
1304
|
+
):
|
|
1305
|
+
'''(experimental) Indicates that this resource can be referenced as a SecurityProfile.
|
|
1306
|
+
|
|
1307
|
+
:stability: experimental
|
|
1308
|
+
'''
|
|
1309
|
+
|
|
1310
|
+
@builtins.property
|
|
1311
|
+
@jsii.member(jsii_name="securityProfileRef")
|
|
1312
|
+
def security_profile_ref(self) -> "SecurityProfileReference":
|
|
1313
|
+
'''(experimental) A reference to a SecurityProfile resource.
|
|
1314
|
+
|
|
1315
|
+
:stability: experimental
|
|
1316
|
+
'''
|
|
1317
|
+
...
|
|
1318
|
+
|
|
1319
|
+
|
|
1320
|
+
class _ISecurityProfileRefProxy(
|
|
1321
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1322
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1323
|
+
):
|
|
1324
|
+
'''(experimental) Indicates that this resource can be referenced as a SecurityProfile.
|
|
1325
|
+
|
|
1326
|
+
:stability: experimental
|
|
1327
|
+
'''
|
|
1328
|
+
|
|
1329
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_connect.ISecurityProfileRef"
|
|
1330
|
+
|
|
1331
|
+
@builtins.property
|
|
1332
|
+
@jsii.member(jsii_name="securityProfileRef")
|
|
1333
|
+
def security_profile_ref(self) -> "SecurityProfileReference":
|
|
1334
|
+
'''(experimental) A reference to a SecurityProfile resource.
|
|
1335
|
+
|
|
1336
|
+
:stability: experimental
|
|
1337
|
+
'''
|
|
1338
|
+
return typing.cast("SecurityProfileReference", jsii.get(self, "securityProfileRef"))
|
|
1339
|
+
|
|
1340
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1341
|
+
typing.cast(typing.Any, ISecurityProfileRef).__jsii_proxy_class__ = lambda : _ISecurityProfileRefProxy
|
|
1342
|
+
|
|
1343
|
+
|
|
1344
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_connect.ITaskTemplateRef")
|
|
1345
|
+
class ITaskTemplateRef(
|
|
1346
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1347
|
+
_IEnvironmentAware_f39049ee,
|
|
1348
|
+
typing_extensions.Protocol,
|
|
1349
|
+
):
|
|
1350
|
+
'''(experimental) Indicates that this resource can be referenced as a TaskTemplate.
|
|
1351
|
+
|
|
1352
|
+
:stability: experimental
|
|
1353
|
+
'''
|
|
1354
|
+
|
|
1355
|
+
@builtins.property
|
|
1356
|
+
@jsii.member(jsii_name="taskTemplateRef")
|
|
1357
|
+
def task_template_ref(self) -> "TaskTemplateReference":
|
|
1358
|
+
'''(experimental) A reference to a TaskTemplate resource.
|
|
1359
|
+
|
|
1360
|
+
:stability: experimental
|
|
1361
|
+
'''
|
|
1362
|
+
...
|
|
1363
|
+
|
|
1364
|
+
|
|
1365
|
+
class _ITaskTemplateRefProxy(
|
|
1366
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1367
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1368
|
+
):
|
|
1369
|
+
'''(experimental) Indicates that this resource can be referenced as a TaskTemplate.
|
|
1370
|
+
|
|
1371
|
+
:stability: experimental
|
|
1372
|
+
'''
|
|
1373
|
+
|
|
1374
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_connect.ITaskTemplateRef"
|
|
1375
|
+
|
|
1376
|
+
@builtins.property
|
|
1377
|
+
@jsii.member(jsii_name="taskTemplateRef")
|
|
1378
|
+
def task_template_ref(self) -> "TaskTemplateReference":
|
|
1379
|
+
'''(experimental) A reference to a TaskTemplate resource.
|
|
1380
|
+
|
|
1381
|
+
:stability: experimental
|
|
1382
|
+
'''
|
|
1383
|
+
return typing.cast("TaskTemplateReference", jsii.get(self, "taskTemplateRef"))
|
|
1384
|
+
|
|
1385
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1386
|
+
typing.cast(typing.Any, ITaskTemplateRef).__jsii_proxy_class__ = lambda : _ITaskTemplateRefProxy
|
|
1387
|
+
|
|
1388
|
+
|
|
1389
|
+
@jsii.interface(
|
|
1390
|
+
jsii_type="aws-cdk-lib.interfaces.aws_connect.ITrafficDistributionGroupRef"
|
|
1391
|
+
)
|
|
1392
|
+
class ITrafficDistributionGroupRef(
|
|
1393
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1394
|
+
_IEnvironmentAware_f39049ee,
|
|
1395
|
+
typing_extensions.Protocol,
|
|
1396
|
+
):
|
|
1397
|
+
'''(experimental) Indicates that this resource can be referenced as a TrafficDistributionGroup.
|
|
1398
|
+
|
|
1399
|
+
:stability: experimental
|
|
1400
|
+
'''
|
|
1401
|
+
|
|
1402
|
+
@builtins.property
|
|
1403
|
+
@jsii.member(jsii_name="trafficDistributionGroupRef")
|
|
1404
|
+
def traffic_distribution_group_ref(self) -> "TrafficDistributionGroupReference":
|
|
1405
|
+
'''(experimental) A reference to a TrafficDistributionGroup resource.
|
|
1406
|
+
|
|
1407
|
+
:stability: experimental
|
|
1408
|
+
'''
|
|
1409
|
+
...
|
|
1410
|
+
|
|
1411
|
+
|
|
1412
|
+
class _ITrafficDistributionGroupRefProxy(
|
|
1413
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1414
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1415
|
+
):
|
|
1416
|
+
'''(experimental) Indicates that this resource can be referenced as a TrafficDistributionGroup.
|
|
1417
|
+
|
|
1418
|
+
:stability: experimental
|
|
1419
|
+
'''
|
|
1420
|
+
|
|
1421
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_connect.ITrafficDistributionGroupRef"
|
|
1422
|
+
|
|
1423
|
+
@builtins.property
|
|
1424
|
+
@jsii.member(jsii_name="trafficDistributionGroupRef")
|
|
1425
|
+
def traffic_distribution_group_ref(self) -> "TrafficDistributionGroupReference":
|
|
1426
|
+
'''(experimental) A reference to a TrafficDistributionGroup resource.
|
|
1427
|
+
|
|
1428
|
+
:stability: experimental
|
|
1429
|
+
'''
|
|
1430
|
+
return typing.cast("TrafficDistributionGroupReference", jsii.get(self, "trafficDistributionGroupRef"))
|
|
1431
|
+
|
|
1432
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1433
|
+
typing.cast(typing.Any, ITrafficDistributionGroupRef).__jsii_proxy_class__ = lambda : _ITrafficDistributionGroupRefProxy
|
|
1434
|
+
|
|
1435
|
+
|
|
1436
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_connect.IUserHierarchyGroupRef")
|
|
1437
|
+
class IUserHierarchyGroupRef(
|
|
1438
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1439
|
+
_IEnvironmentAware_f39049ee,
|
|
1440
|
+
typing_extensions.Protocol,
|
|
1441
|
+
):
|
|
1442
|
+
'''(experimental) Indicates that this resource can be referenced as a UserHierarchyGroup.
|
|
1443
|
+
|
|
1444
|
+
:stability: experimental
|
|
1445
|
+
'''
|
|
1446
|
+
|
|
1447
|
+
@builtins.property
|
|
1448
|
+
@jsii.member(jsii_name="userHierarchyGroupRef")
|
|
1449
|
+
def user_hierarchy_group_ref(self) -> "UserHierarchyGroupReference":
|
|
1450
|
+
'''(experimental) A reference to a UserHierarchyGroup resource.
|
|
1451
|
+
|
|
1452
|
+
:stability: experimental
|
|
1453
|
+
'''
|
|
1454
|
+
...
|
|
1455
|
+
|
|
1456
|
+
|
|
1457
|
+
class _IUserHierarchyGroupRefProxy(
|
|
1458
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1459
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1460
|
+
):
|
|
1461
|
+
'''(experimental) Indicates that this resource can be referenced as a UserHierarchyGroup.
|
|
1462
|
+
|
|
1463
|
+
:stability: experimental
|
|
1464
|
+
'''
|
|
1465
|
+
|
|
1466
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_connect.IUserHierarchyGroupRef"
|
|
1467
|
+
|
|
1468
|
+
@builtins.property
|
|
1469
|
+
@jsii.member(jsii_name="userHierarchyGroupRef")
|
|
1470
|
+
def user_hierarchy_group_ref(self) -> "UserHierarchyGroupReference":
|
|
1471
|
+
'''(experimental) A reference to a UserHierarchyGroup resource.
|
|
1472
|
+
|
|
1473
|
+
:stability: experimental
|
|
1474
|
+
'''
|
|
1475
|
+
return typing.cast("UserHierarchyGroupReference", jsii.get(self, "userHierarchyGroupRef"))
|
|
1476
|
+
|
|
1477
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1478
|
+
typing.cast(typing.Any, IUserHierarchyGroupRef).__jsii_proxy_class__ = lambda : _IUserHierarchyGroupRefProxy
|
|
1479
|
+
|
|
1480
|
+
|
|
1481
|
+
@jsii.interface(
|
|
1482
|
+
jsii_type="aws-cdk-lib.interfaces.aws_connect.IUserHierarchyStructureRef"
|
|
1483
|
+
)
|
|
1484
|
+
class IUserHierarchyStructureRef(
|
|
1485
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1486
|
+
_IEnvironmentAware_f39049ee,
|
|
1487
|
+
typing_extensions.Protocol,
|
|
1488
|
+
):
|
|
1489
|
+
'''(experimental) Indicates that this resource can be referenced as a UserHierarchyStructure.
|
|
1490
|
+
|
|
1491
|
+
:stability: experimental
|
|
1492
|
+
'''
|
|
1493
|
+
|
|
1494
|
+
@builtins.property
|
|
1495
|
+
@jsii.member(jsii_name="userHierarchyStructureRef")
|
|
1496
|
+
def user_hierarchy_structure_ref(self) -> "UserHierarchyStructureReference":
|
|
1497
|
+
'''(experimental) A reference to a UserHierarchyStructure resource.
|
|
1498
|
+
|
|
1499
|
+
:stability: experimental
|
|
1500
|
+
'''
|
|
1501
|
+
...
|
|
1502
|
+
|
|
1503
|
+
|
|
1504
|
+
class _IUserHierarchyStructureRefProxy(
|
|
1505
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1506
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1507
|
+
):
|
|
1508
|
+
'''(experimental) Indicates that this resource can be referenced as a UserHierarchyStructure.
|
|
1509
|
+
|
|
1510
|
+
:stability: experimental
|
|
1511
|
+
'''
|
|
1512
|
+
|
|
1513
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_connect.IUserHierarchyStructureRef"
|
|
1514
|
+
|
|
1515
|
+
@builtins.property
|
|
1516
|
+
@jsii.member(jsii_name="userHierarchyStructureRef")
|
|
1517
|
+
def user_hierarchy_structure_ref(self) -> "UserHierarchyStructureReference":
|
|
1518
|
+
'''(experimental) A reference to a UserHierarchyStructure resource.
|
|
1519
|
+
|
|
1520
|
+
:stability: experimental
|
|
1521
|
+
'''
|
|
1522
|
+
return typing.cast("UserHierarchyStructureReference", jsii.get(self, "userHierarchyStructureRef"))
|
|
1523
|
+
|
|
1524
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1525
|
+
typing.cast(typing.Any, IUserHierarchyStructureRef).__jsii_proxy_class__ = lambda : _IUserHierarchyStructureRefProxy
|
|
1526
|
+
|
|
1527
|
+
|
|
1528
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_connect.IUserRef")
|
|
1529
|
+
class IUserRef(
|
|
1530
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1531
|
+
_IEnvironmentAware_f39049ee,
|
|
1532
|
+
typing_extensions.Protocol,
|
|
1533
|
+
):
|
|
1534
|
+
'''(experimental) Indicates that this resource can be referenced as a User.
|
|
1535
|
+
|
|
1536
|
+
:stability: experimental
|
|
1537
|
+
'''
|
|
1538
|
+
|
|
1539
|
+
@builtins.property
|
|
1540
|
+
@jsii.member(jsii_name="userRef")
|
|
1541
|
+
def user_ref(self) -> "UserReference":
|
|
1542
|
+
'''(experimental) A reference to a User resource.
|
|
1543
|
+
|
|
1544
|
+
:stability: experimental
|
|
1545
|
+
'''
|
|
1546
|
+
...
|
|
1547
|
+
|
|
1548
|
+
|
|
1549
|
+
class _IUserRefProxy(
|
|
1550
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1551
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1552
|
+
):
|
|
1553
|
+
'''(experimental) Indicates that this resource can be referenced as a User.
|
|
1554
|
+
|
|
1555
|
+
:stability: experimental
|
|
1556
|
+
'''
|
|
1557
|
+
|
|
1558
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_connect.IUserRef"
|
|
1559
|
+
|
|
1560
|
+
@builtins.property
|
|
1561
|
+
@jsii.member(jsii_name="userRef")
|
|
1562
|
+
def user_ref(self) -> "UserReference":
|
|
1563
|
+
'''(experimental) A reference to a User resource.
|
|
1564
|
+
|
|
1565
|
+
:stability: experimental
|
|
1566
|
+
'''
|
|
1567
|
+
return typing.cast("UserReference", jsii.get(self, "userRef"))
|
|
1568
|
+
|
|
1569
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1570
|
+
typing.cast(typing.Any, IUserRef).__jsii_proxy_class__ = lambda : _IUserRefProxy
|
|
1571
|
+
|
|
1572
|
+
|
|
1573
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_connect.IViewRef")
|
|
1574
|
+
class IViewRef(
|
|
1575
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1576
|
+
_IEnvironmentAware_f39049ee,
|
|
1577
|
+
typing_extensions.Protocol,
|
|
1578
|
+
):
|
|
1579
|
+
'''(experimental) Indicates that this resource can be referenced as a View.
|
|
1580
|
+
|
|
1581
|
+
:stability: experimental
|
|
1582
|
+
'''
|
|
1583
|
+
|
|
1584
|
+
@builtins.property
|
|
1585
|
+
@jsii.member(jsii_name="viewRef")
|
|
1586
|
+
def view_ref(self) -> "ViewReference":
|
|
1587
|
+
'''(experimental) A reference to a View resource.
|
|
1588
|
+
|
|
1589
|
+
:stability: experimental
|
|
1590
|
+
'''
|
|
1591
|
+
...
|
|
1592
|
+
|
|
1593
|
+
|
|
1594
|
+
class _IViewRefProxy(
|
|
1595
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1596
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1597
|
+
):
|
|
1598
|
+
'''(experimental) Indicates that this resource can be referenced as a View.
|
|
1599
|
+
|
|
1600
|
+
:stability: experimental
|
|
1601
|
+
'''
|
|
1602
|
+
|
|
1603
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_connect.IViewRef"
|
|
1604
|
+
|
|
1605
|
+
@builtins.property
|
|
1606
|
+
@jsii.member(jsii_name="viewRef")
|
|
1607
|
+
def view_ref(self) -> "ViewReference":
|
|
1608
|
+
'''(experimental) A reference to a View resource.
|
|
1609
|
+
|
|
1610
|
+
:stability: experimental
|
|
1611
|
+
'''
|
|
1612
|
+
return typing.cast("ViewReference", jsii.get(self, "viewRef"))
|
|
1613
|
+
|
|
1614
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1615
|
+
typing.cast(typing.Any, IViewRef).__jsii_proxy_class__ = lambda : _IViewRefProxy
|
|
1616
|
+
|
|
1617
|
+
|
|
1618
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_connect.IViewVersionRef")
|
|
1619
|
+
class IViewVersionRef(
|
|
1620
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1621
|
+
_IEnvironmentAware_f39049ee,
|
|
1622
|
+
typing_extensions.Protocol,
|
|
1623
|
+
):
|
|
1624
|
+
'''(experimental) Indicates that this resource can be referenced as a ViewVersion.
|
|
1625
|
+
|
|
1626
|
+
:stability: experimental
|
|
1627
|
+
'''
|
|
1628
|
+
|
|
1629
|
+
@builtins.property
|
|
1630
|
+
@jsii.member(jsii_name="viewVersionRef")
|
|
1631
|
+
def view_version_ref(self) -> "ViewVersionReference":
|
|
1632
|
+
'''(experimental) A reference to a ViewVersion resource.
|
|
1633
|
+
|
|
1634
|
+
:stability: experimental
|
|
1635
|
+
'''
|
|
1636
|
+
...
|
|
1637
|
+
|
|
1638
|
+
|
|
1639
|
+
class _IViewVersionRefProxy(
|
|
1640
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1641
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1642
|
+
):
|
|
1643
|
+
'''(experimental) Indicates that this resource can be referenced as a ViewVersion.
|
|
1644
|
+
|
|
1645
|
+
:stability: experimental
|
|
1646
|
+
'''
|
|
1647
|
+
|
|
1648
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_connect.IViewVersionRef"
|
|
1649
|
+
|
|
1650
|
+
@builtins.property
|
|
1651
|
+
@jsii.member(jsii_name="viewVersionRef")
|
|
1652
|
+
def view_version_ref(self) -> "ViewVersionReference":
|
|
1653
|
+
'''(experimental) A reference to a ViewVersion resource.
|
|
1654
|
+
|
|
1655
|
+
:stability: experimental
|
|
1656
|
+
'''
|
|
1657
|
+
return typing.cast("ViewVersionReference", jsii.get(self, "viewVersionRef"))
|
|
1658
|
+
|
|
1659
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1660
|
+
typing.cast(typing.Any, IViewVersionRef).__jsii_proxy_class__ = lambda : _IViewVersionRefProxy
|
|
1661
|
+
|
|
1662
|
+
|
|
1663
|
+
@jsii.data_type(
|
|
1664
|
+
jsii_type="aws-cdk-lib.interfaces.aws_connect.InstanceReference",
|
|
1665
|
+
jsii_struct_bases=[],
|
|
1666
|
+
name_mapping={"instance_arn": "instanceArn"},
|
|
1667
|
+
)
|
|
1668
|
+
class InstanceReference:
|
|
1669
|
+
def __init__(self, *, instance_arn: builtins.str) -> None:
|
|
1670
|
+
'''A reference to a Instance resource.
|
|
1671
|
+
|
|
1672
|
+
:param instance_arn: The Arn of the Instance resource.
|
|
1673
|
+
|
|
1674
|
+
:exampleMetadata: fixture=_generated
|
|
1675
|
+
|
|
1676
|
+
Example::
|
|
1677
|
+
|
|
1678
|
+
# The code below shows an example of how to instantiate this type.
|
|
1679
|
+
# The values are placeholders you should change.
|
|
1680
|
+
from aws_cdk.interfaces import aws_connect as interfaces_aws_connect
|
|
1681
|
+
|
|
1682
|
+
instance_reference = interfaces_aws_connect.InstanceReference(
|
|
1683
|
+
instance_arn="instanceArn"
|
|
1684
|
+
)
|
|
1685
|
+
'''
|
|
1686
|
+
if __debug__:
|
|
1687
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3b76dd1eb3d9005eac5fb96ac7e63df95d3bf741cb41df73de65028580b6b162)
|
|
1688
|
+
check_type(argname="argument instance_arn", value=instance_arn, expected_type=type_hints["instance_arn"])
|
|
1689
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1690
|
+
"instance_arn": instance_arn,
|
|
1691
|
+
}
|
|
1692
|
+
|
|
1693
|
+
@builtins.property
|
|
1694
|
+
def instance_arn(self) -> builtins.str:
|
|
1695
|
+
'''The Arn of the Instance resource.'''
|
|
1696
|
+
result = self._values.get("instance_arn")
|
|
1697
|
+
assert result is not None, "Required property 'instance_arn' is missing"
|
|
1698
|
+
return typing.cast(builtins.str, result)
|
|
1699
|
+
|
|
1700
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1701
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1702
|
+
|
|
1703
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1704
|
+
return not (rhs == self)
|
|
1705
|
+
|
|
1706
|
+
def __repr__(self) -> str:
|
|
1707
|
+
return "InstanceReference(%s)" % ", ".join(
|
|
1708
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1709
|
+
)
|
|
1710
|
+
|
|
1711
|
+
|
|
1712
|
+
@jsii.data_type(
|
|
1713
|
+
jsii_type="aws-cdk-lib.interfaces.aws_connect.InstanceStorageConfigReference",
|
|
1714
|
+
jsii_struct_bases=[],
|
|
1715
|
+
name_mapping={
|
|
1716
|
+
"association_id": "associationId",
|
|
1717
|
+
"instance_arn": "instanceArn",
|
|
1718
|
+
"resource_type": "resourceType",
|
|
1719
|
+
},
|
|
1720
|
+
)
|
|
1721
|
+
class InstanceStorageConfigReference:
|
|
1722
|
+
def __init__(
|
|
1723
|
+
self,
|
|
1724
|
+
*,
|
|
1725
|
+
association_id: builtins.str,
|
|
1726
|
+
instance_arn: builtins.str,
|
|
1727
|
+
resource_type: builtins.str,
|
|
1728
|
+
) -> None:
|
|
1729
|
+
'''A reference to a InstanceStorageConfig resource.
|
|
1730
|
+
|
|
1731
|
+
:param association_id: The AssociationId of the InstanceStorageConfig resource.
|
|
1732
|
+
:param instance_arn: The InstanceArn of the InstanceStorageConfig resource.
|
|
1733
|
+
:param resource_type: The ResourceType of the InstanceStorageConfig resource.
|
|
1734
|
+
|
|
1735
|
+
:exampleMetadata: fixture=_generated
|
|
1736
|
+
|
|
1737
|
+
Example::
|
|
1738
|
+
|
|
1739
|
+
# The code below shows an example of how to instantiate this type.
|
|
1740
|
+
# The values are placeholders you should change.
|
|
1741
|
+
from aws_cdk.interfaces import aws_connect as interfaces_aws_connect
|
|
1742
|
+
|
|
1743
|
+
instance_storage_config_reference = interfaces_aws_connect.InstanceStorageConfigReference(
|
|
1744
|
+
association_id="associationId",
|
|
1745
|
+
instance_arn="instanceArn",
|
|
1746
|
+
resource_type="resourceType"
|
|
1747
|
+
)
|
|
1748
|
+
'''
|
|
1749
|
+
if __debug__:
|
|
1750
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ee4fc4417924caad1755e93ec3b6218e62a2b9def90ddb60999a95daf4804980)
|
|
1751
|
+
check_type(argname="argument association_id", value=association_id, expected_type=type_hints["association_id"])
|
|
1752
|
+
check_type(argname="argument instance_arn", value=instance_arn, expected_type=type_hints["instance_arn"])
|
|
1753
|
+
check_type(argname="argument resource_type", value=resource_type, expected_type=type_hints["resource_type"])
|
|
1754
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1755
|
+
"association_id": association_id,
|
|
1756
|
+
"instance_arn": instance_arn,
|
|
1757
|
+
"resource_type": resource_type,
|
|
1758
|
+
}
|
|
1759
|
+
|
|
1760
|
+
@builtins.property
|
|
1761
|
+
def association_id(self) -> builtins.str:
|
|
1762
|
+
'''The AssociationId of the InstanceStorageConfig resource.'''
|
|
1763
|
+
result = self._values.get("association_id")
|
|
1764
|
+
assert result is not None, "Required property 'association_id' is missing"
|
|
1765
|
+
return typing.cast(builtins.str, result)
|
|
1766
|
+
|
|
1767
|
+
@builtins.property
|
|
1768
|
+
def instance_arn(self) -> builtins.str:
|
|
1769
|
+
'''The InstanceArn of the InstanceStorageConfig resource.'''
|
|
1770
|
+
result = self._values.get("instance_arn")
|
|
1771
|
+
assert result is not None, "Required property 'instance_arn' is missing"
|
|
1772
|
+
return typing.cast(builtins.str, result)
|
|
1773
|
+
|
|
1774
|
+
@builtins.property
|
|
1775
|
+
def resource_type(self) -> builtins.str:
|
|
1776
|
+
'''The ResourceType of the InstanceStorageConfig resource.'''
|
|
1777
|
+
result = self._values.get("resource_type")
|
|
1778
|
+
assert result is not None, "Required property 'resource_type' is missing"
|
|
1779
|
+
return typing.cast(builtins.str, result)
|
|
1780
|
+
|
|
1781
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1782
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1783
|
+
|
|
1784
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1785
|
+
return not (rhs == self)
|
|
1786
|
+
|
|
1787
|
+
def __repr__(self) -> str:
|
|
1788
|
+
return "InstanceStorageConfigReference(%s)" % ", ".join(
|
|
1789
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1790
|
+
)
|
|
1791
|
+
|
|
1792
|
+
|
|
1793
|
+
@jsii.data_type(
|
|
1794
|
+
jsii_type="aws-cdk-lib.interfaces.aws_connect.IntegrationAssociationReference",
|
|
1795
|
+
jsii_struct_bases=[],
|
|
1796
|
+
name_mapping={
|
|
1797
|
+
"instance_id": "instanceId",
|
|
1798
|
+
"integration_arn": "integrationArn",
|
|
1799
|
+
"integration_type": "integrationType",
|
|
1800
|
+
},
|
|
1801
|
+
)
|
|
1802
|
+
class IntegrationAssociationReference:
|
|
1803
|
+
def __init__(
|
|
1804
|
+
self,
|
|
1805
|
+
*,
|
|
1806
|
+
instance_id: builtins.str,
|
|
1807
|
+
integration_arn: builtins.str,
|
|
1808
|
+
integration_type: builtins.str,
|
|
1809
|
+
) -> None:
|
|
1810
|
+
'''A reference to a IntegrationAssociation resource.
|
|
1811
|
+
|
|
1812
|
+
:param instance_id: The InstanceId of the IntegrationAssociation resource.
|
|
1813
|
+
:param integration_arn: The IntegrationArn of the IntegrationAssociation resource.
|
|
1814
|
+
:param integration_type: The IntegrationType of the IntegrationAssociation resource.
|
|
1815
|
+
|
|
1816
|
+
:exampleMetadata: fixture=_generated
|
|
1817
|
+
|
|
1818
|
+
Example::
|
|
1819
|
+
|
|
1820
|
+
# The code below shows an example of how to instantiate this type.
|
|
1821
|
+
# The values are placeholders you should change.
|
|
1822
|
+
from aws_cdk.interfaces import aws_connect as interfaces_aws_connect
|
|
1823
|
+
|
|
1824
|
+
integration_association_reference = interfaces_aws_connect.IntegrationAssociationReference(
|
|
1825
|
+
instance_id="instanceId",
|
|
1826
|
+
integration_arn="integrationArn",
|
|
1827
|
+
integration_type="integrationType"
|
|
1828
|
+
)
|
|
1829
|
+
'''
|
|
1830
|
+
if __debug__:
|
|
1831
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c5999c1ba890f4adfda7054c24861a2310b5ba7a9a28f49ee65ee35f0151b82c)
|
|
1832
|
+
check_type(argname="argument instance_id", value=instance_id, expected_type=type_hints["instance_id"])
|
|
1833
|
+
check_type(argname="argument integration_arn", value=integration_arn, expected_type=type_hints["integration_arn"])
|
|
1834
|
+
check_type(argname="argument integration_type", value=integration_type, expected_type=type_hints["integration_type"])
|
|
1835
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1836
|
+
"instance_id": instance_id,
|
|
1837
|
+
"integration_arn": integration_arn,
|
|
1838
|
+
"integration_type": integration_type,
|
|
1839
|
+
}
|
|
1840
|
+
|
|
1841
|
+
@builtins.property
|
|
1842
|
+
def instance_id(self) -> builtins.str:
|
|
1843
|
+
'''The InstanceId of the IntegrationAssociation resource.'''
|
|
1844
|
+
result = self._values.get("instance_id")
|
|
1845
|
+
assert result is not None, "Required property 'instance_id' is missing"
|
|
1846
|
+
return typing.cast(builtins.str, result)
|
|
1847
|
+
|
|
1848
|
+
@builtins.property
|
|
1849
|
+
def integration_arn(self) -> builtins.str:
|
|
1850
|
+
'''The IntegrationArn of the IntegrationAssociation resource.'''
|
|
1851
|
+
result = self._values.get("integration_arn")
|
|
1852
|
+
assert result is not None, "Required property 'integration_arn' is missing"
|
|
1853
|
+
return typing.cast(builtins.str, result)
|
|
1854
|
+
|
|
1855
|
+
@builtins.property
|
|
1856
|
+
def integration_type(self) -> builtins.str:
|
|
1857
|
+
'''The IntegrationType of the IntegrationAssociation resource.'''
|
|
1858
|
+
result = self._values.get("integration_type")
|
|
1859
|
+
assert result is not None, "Required property 'integration_type' is missing"
|
|
1860
|
+
return typing.cast(builtins.str, result)
|
|
1861
|
+
|
|
1862
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1863
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1864
|
+
|
|
1865
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1866
|
+
return not (rhs == self)
|
|
1867
|
+
|
|
1868
|
+
def __repr__(self) -> str:
|
|
1869
|
+
return "IntegrationAssociationReference(%s)" % ", ".join(
|
|
1870
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1871
|
+
)
|
|
1872
|
+
|
|
1873
|
+
|
|
1874
|
+
@jsii.data_type(
|
|
1875
|
+
jsii_type="aws-cdk-lib.interfaces.aws_connect.PhoneNumberReference",
|
|
1876
|
+
jsii_struct_bases=[],
|
|
1877
|
+
name_mapping={"phone_number_arn": "phoneNumberArn"},
|
|
1878
|
+
)
|
|
1879
|
+
class PhoneNumberReference:
|
|
1880
|
+
def __init__(self, *, phone_number_arn: builtins.str) -> None:
|
|
1881
|
+
'''A reference to a PhoneNumber resource.
|
|
1882
|
+
|
|
1883
|
+
:param phone_number_arn: The PhoneNumberArn of the PhoneNumber resource.
|
|
1884
|
+
|
|
1885
|
+
:exampleMetadata: fixture=_generated
|
|
1886
|
+
|
|
1887
|
+
Example::
|
|
1888
|
+
|
|
1889
|
+
# The code below shows an example of how to instantiate this type.
|
|
1890
|
+
# The values are placeholders you should change.
|
|
1891
|
+
from aws_cdk.interfaces import aws_connect as interfaces_aws_connect
|
|
1892
|
+
|
|
1893
|
+
phone_number_reference = interfaces_aws_connect.PhoneNumberReference(
|
|
1894
|
+
phone_number_arn="phoneNumberArn"
|
|
1895
|
+
)
|
|
1896
|
+
'''
|
|
1897
|
+
if __debug__:
|
|
1898
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a017fc00d1c7cb21da571675bdda55010f440fa23e8e172f4a3b24f6bdaf5415)
|
|
1899
|
+
check_type(argname="argument phone_number_arn", value=phone_number_arn, expected_type=type_hints["phone_number_arn"])
|
|
1900
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1901
|
+
"phone_number_arn": phone_number_arn,
|
|
1902
|
+
}
|
|
1903
|
+
|
|
1904
|
+
@builtins.property
|
|
1905
|
+
def phone_number_arn(self) -> builtins.str:
|
|
1906
|
+
'''The PhoneNumberArn of the PhoneNumber resource.'''
|
|
1907
|
+
result = self._values.get("phone_number_arn")
|
|
1908
|
+
assert result is not None, "Required property 'phone_number_arn' is missing"
|
|
1909
|
+
return typing.cast(builtins.str, result)
|
|
1910
|
+
|
|
1911
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1912
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1913
|
+
|
|
1914
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1915
|
+
return not (rhs == self)
|
|
1916
|
+
|
|
1917
|
+
def __repr__(self) -> str:
|
|
1918
|
+
return "PhoneNumberReference(%s)" % ", ".join(
|
|
1919
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1920
|
+
)
|
|
1921
|
+
|
|
1922
|
+
|
|
1923
|
+
@jsii.data_type(
|
|
1924
|
+
jsii_type="aws-cdk-lib.interfaces.aws_connect.PredefinedAttributeReference",
|
|
1925
|
+
jsii_struct_bases=[],
|
|
1926
|
+
name_mapping={
|
|
1927
|
+
"instance_arn": "instanceArn",
|
|
1928
|
+
"predefined_attribute_name": "predefinedAttributeName",
|
|
1929
|
+
},
|
|
1930
|
+
)
|
|
1931
|
+
class PredefinedAttributeReference:
|
|
1932
|
+
def __init__(
|
|
1933
|
+
self,
|
|
1934
|
+
*,
|
|
1935
|
+
instance_arn: builtins.str,
|
|
1936
|
+
predefined_attribute_name: builtins.str,
|
|
1937
|
+
) -> None:
|
|
1938
|
+
'''A reference to a PredefinedAttribute resource.
|
|
1939
|
+
|
|
1940
|
+
:param instance_arn: The InstanceArn of the PredefinedAttribute resource.
|
|
1941
|
+
:param predefined_attribute_name: The Name of the PredefinedAttribute resource.
|
|
1942
|
+
|
|
1943
|
+
:exampleMetadata: fixture=_generated
|
|
1944
|
+
|
|
1945
|
+
Example::
|
|
1946
|
+
|
|
1947
|
+
# The code below shows an example of how to instantiate this type.
|
|
1948
|
+
# The values are placeholders you should change.
|
|
1949
|
+
from aws_cdk.interfaces import aws_connect as interfaces_aws_connect
|
|
1950
|
+
|
|
1951
|
+
predefined_attribute_reference = interfaces_aws_connect.PredefinedAttributeReference(
|
|
1952
|
+
instance_arn="instanceArn",
|
|
1953
|
+
predefined_attribute_name="predefinedAttributeName"
|
|
1954
|
+
)
|
|
1955
|
+
'''
|
|
1956
|
+
if __debug__:
|
|
1957
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1241b67955ca029382e8d7366caa0f732171738edf7def115902c0eb75ba1705)
|
|
1958
|
+
check_type(argname="argument instance_arn", value=instance_arn, expected_type=type_hints["instance_arn"])
|
|
1959
|
+
check_type(argname="argument predefined_attribute_name", value=predefined_attribute_name, expected_type=type_hints["predefined_attribute_name"])
|
|
1960
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1961
|
+
"instance_arn": instance_arn,
|
|
1962
|
+
"predefined_attribute_name": predefined_attribute_name,
|
|
1963
|
+
}
|
|
1964
|
+
|
|
1965
|
+
@builtins.property
|
|
1966
|
+
def instance_arn(self) -> builtins.str:
|
|
1967
|
+
'''The InstanceArn of the PredefinedAttribute resource.'''
|
|
1968
|
+
result = self._values.get("instance_arn")
|
|
1969
|
+
assert result is not None, "Required property 'instance_arn' is missing"
|
|
1970
|
+
return typing.cast(builtins.str, result)
|
|
1971
|
+
|
|
1972
|
+
@builtins.property
|
|
1973
|
+
def predefined_attribute_name(self) -> builtins.str:
|
|
1974
|
+
'''The Name of the PredefinedAttribute resource.'''
|
|
1975
|
+
result = self._values.get("predefined_attribute_name")
|
|
1976
|
+
assert result is not None, "Required property 'predefined_attribute_name' is missing"
|
|
1977
|
+
return typing.cast(builtins.str, result)
|
|
1978
|
+
|
|
1979
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1980
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1981
|
+
|
|
1982
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1983
|
+
return not (rhs == self)
|
|
1984
|
+
|
|
1985
|
+
def __repr__(self) -> str:
|
|
1986
|
+
return "PredefinedAttributeReference(%s)" % ", ".join(
|
|
1987
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1988
|
+
)
|
|
1989
|
+
|
|
1990
|
+
|
|
1991
|
+
@jsii.data_type(
|
|
1992
|
+
jsii_type="aws-cdk-lib.interfaces.aws_connect.PromptReference",
|
|
1993
|
+
jsii_struct_bases=[],
|
|
1994
|
+
name_mapping={"prompt_arn": "promptArn"},
|
|
1995
|
+
)
|
|
1996
|
+
class PromptReference:
|
|
1997
|
+
def __init__(self, *, prompt_arn: builtins.str) -> None:
|
|
1998
|
+
'''A reference to a Prompt resource.
|
|
1999
|
+
|
|
2000
|
+
:param prompt_arn: The PromptArn of the Prompt resource.
|
|
2001
|
+
|
|
2002
|
+
:exampleMetadata: fixture=_generated
|
|
2003
|
+
|
|
2004
|
+
Example::
|
|
2005
|
+
|
|
2006
|
+
# The code below shows an example of how to instantiate this type.
|
|
2007
|
+
# The values are placeholders you should change.
|
|
2008
|
+
from aws_cdk.interfaces import aws_connect as interfaces_aws_connect
|
|
2009
|
+
|
|
2010
|
+
prompt_reference = interfaces_aws_connect.PromptReference(
|
|
2011
|
+
prompt_arn="promptArn"
|
|
2012
|
+
)
|
|
2013
|
+
'''
|
|
2014
|
+
if __debug__:
|
|
2015
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d55b69f9fecfdd078d9274c7d3c724a275fb3a37dbf1567237993e5c3dad4690)
|
|
2016
|
+
check_type(argname="argument prompt_arn", value=prompt_arn, expected_type=type_hints["prompt_arn"])
|
|
2017
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2018
|
+
"prompt_arn": prompt_arn,
|
|
2019
|
+
}
|
|
2020
|
+
|
|
2021
|
+
@builtins.property
|
|
2022
|
+
def prompt_arn(self) -> builtins.str:
|
|
2023
|
+
'''The PromptArn of the Prompt resource.'''
|
|
2024
|
+
result = self._values.get("prompt_arn")
|
|
2025
|
+
assert result is not None, "Required property 'prompt_arn' is missing"
|
|
2026
|
+
return typing.cast(builtins.str, result)
|
|
2027
|
+
|
|
2028
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2029
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2030
|
+
|
|
2031
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2032
|
+
return not (rhs == self)
|
|
2033
|
+
|
|
2034
|
+
def __repr__(self) -> str:
|
|
2035
|
+
return "PromptReference(%s)" % ", ".join(
|
|
2036
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2037
|
+
)
|
|
2038
|
+
|
|
2039
|
+
|
|
2040
|
+
@jsii.data_type(
|
|
2041
|
+
jsii_type="aws-cdk-lib.interfaces.aws_connect.QueueReference",
|
|
2042
|
+
jsii_struct_bases=[],
|
|
2043
|
+
name_mapping={"queue_arn": "queueArn"},
|
|
2044
|
+
)
|
|
2045
|
+
class QueueReference:
|
|
2046
|
+
def __init__(self, *, queue_arn: builtins.str) -> None:
|
|
2047
|
+
'''A reference to a Queue resource.
|
|
2048
|
+
|
|
2049
|
+
:param queue_arn: The QueueArn of the Queue resource.
|
|
2050
|
+
|
|
2051
|
+
:exampleMetadata: fixture=_generated
|
|
2052
|
+
|
|
2053
|
+
Example::
|
|
2054
|
+
|
|
2055
|
+
# The code below shows an example of how to instantiate this type.
|
|
2056
|
+
# The values are placeholders you should change.
|
|
2057
|
+
from aws_cdk.interfaces import aws_connect as interfaces_aws_connect
|
|
2058
|
+
|
|
2059
|
+
queue_reference = interfaces_aws_connect.QueueReference(
|
|
2060
|
+
queue_arn="queueArn"
|
|
2061
|
+
)
|
|
2062
|
+
'''
|
|
2063
|
+
if __debug__:
|
|
2064
|
+
type_hints = typing.get_type_hints(_typecheckingstub__27ae30bde80531a7290c70df5b8d8deb2082f04620811bc2cb904fb363bfd383)
|
|
2065
|
+
check_type(argname="argument queue_arn", value=queue_arn, expected_type=type_hints["queue_arn"])
|
|
2066
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2067
|
+
"queue_arn": queue_arn,
|
|
2068
|
+
}
|
|
2069
|
+
|
|
2070
|
+
@builtins.property
|
|
2071
|
+
def queue_arn(self) -> builtins.str:
|
|
2072
|
+
'''The QueueArn of the Queue resource.'''
|
|
2073
|
+
result = self._values.get("queue_arn")
|
|
2074
|
+
assert result is not None, "Required property 'queue_arn' is missing"
|
|
2075
|
+
return typing.cast(builtins.str, result)
|
|
2076
|
+
|
|
2077
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2078
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2079
|
+
|
|
2080
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2081
|
+
return not (rhs == self)
|
|
2082
|
+
|
|
2083
|
+
def __repr__(self) -> str:
|
|
2084
|
+
return "QueueReference(%s)" % ", ".join(
|
|
2085
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2086
|
+
)
|
|
2087
|
+
|
|
2088
|
+
|
|
2089
|
+
@jsii.data_type(
|
|
2090
|
+
jsii_type="aws-cdk-lib.interfaces.aws_connect.QuickConnectReference",
|
|
2091
|
+
jsii_struct_bases=[],
|
|
2092
|
+
name_mapping={"quick_connect_arn": "quickConnectArn"},
|
|
2093
|
+
)
|
|
2094
|
+
class QuickConnectReference:
|
|
2095
|
+
def __init__(self, *, quick_connect_arn: builtins.str) -> None:
|
|
2096
|
+
'''A reference to a QuickConnect resource.
|
|
2097
|
+
|
|
2098
|
+
:param quick_connect_arn: The QuickConnectArn of the QuickConnect resource.
|
|
2099
|
+
|
|
2100
|
+
:exampleMetadata: fixture=_generated
|
|
2101
|
+
|
|
2102
|
+
Example::
|
|
2103
|
+
|
|
2104
|
+
# The code below shows an example of how to instantiate this type.
|
|
2105
|
+
# The values are placeholders you should change.
|
|
2106
|
+
from aws_cdk.interfaces import aws_connect as interfaces_aws_connect
|
|
2107
|
+
|
|
2108
|
+
quick_connect_reference = interfaces_aws_connect.QuickConnectReference(
|
|
2109
|
+
quick_connect_arn="quickConnectArn"
|
|
2110
|
+
)
|
|
2111
|
+
'''
|
|
2112
|
+
if __debug__:
|
|
2113
|
+
type_hints = typing.get_type_hints(_typecheckingstub__61a9f07b8950a62478d108fcc8b7cc88257ae3ab15a2d5a0a6eeff2a6032a660)
|
|
2114
|
+
check_type(argname="argument quick_connect_arn", value=quick_connect_arn, expected_type=type_hints["quick_connect_arn"])
|
|
2115
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2116
|
+
"quick_connect_arn": quick_connect_arn,
|
|
2117
|
+
}
|
|
2118
|
+
|
|
2119
|
+
@builtins.property
|
|
2120
|
+
def quick_connect_arn(self) -> builtins.str:
|
|
2121
|
+
'''The QuickConnectArn of the QuickConnect resource.'''
|
|
2122
|
+
result = self._values.get("quick_connect_arn")
|
|
2123
|
+
assert result is not None, "Required property 'quick_connect_arn' is missing"
|
|
2124
|
+
return typing.cast(builtins.str, result)
|
|
2125
|
+
|
|
2126
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2127
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2128
|
+
|
|
2129
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2130
|
+
return not (rhs == self)
|
|
2131
|
+
|
|
2132
|
+
def __repr__(self) -> str:
|
|
2133
|
+
return "QuickConnectReference(%s)" % ", ".join(
|
|
2134
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2135
|
+
)
|
|
2136
|
+
|
|
2137
|
+
|
|
2138
|
+
@jsii.data_type(
|
|
2139
|
+
jsii_type="aws-cdk-lib.interfaces.aws_connect.RoutingProfileReference",
|
|
2140
|
+
jsii_struct_bases=[],
|
|
2141
|
+
name_mapping={"routing_profile_arn": "routingProfileArn"},
|
|
2142
|
+
)
|
|
2143
|
+
class RoutingProfileReference:
|
|
2144
|
+
def __init__(self, *, routing_profile_arn: builtins.str) -> None:
|
|
2145
|
+
'''A reference to a RoutingProfile resource.
|
|
2146
|
+
|
|
2147
|
+
:param routing_profile_arn: The RoutingProfileArn of the RoutingProfile resource.
|
|
2148
|
+
|
|
2149
|
+
:exampleMetadata: fixture=_generated
|
|
2150
|
+
|
|
2151
|
+
Example::
|
|
2152
|
+
|
|
2153
|
+
# The code below shows an example of how to instantiate this type.
|
|
2154
|
+
# The values are placeholders you should change.
|
|
2155
|
+
from aws_cdk.interfaces import aws_connect as interfaces_aws_connect
|
|
2156
|
+
|
|
2157
|
+
routing_profile_reference = interfaces_aws_connect.RoutingProfileReference(
|
|
2158
|
+
routing_profile_arn="routingProfileArn"
|
|
2159
|
+
)
|
|
2160
|
+
'''
|
|
2161
|
+
if __debug__:
|
|
2162
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6d8e9adc471206e70d32a08e1e9311e9850a74b778329a4f2acfc0bd10fc2de1)
|
|
2163
|
+
check_type(argname="argument routing_profile_arn", value=routing_profile_arn, expected_type=type_hints["routing_profile_arn"])
|
|
2164
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2165
|
+
"routing_profile_arn": routing_profile_arn,
|
|
2166
|
+
}
|
|
2167
|
+
|
|
2168
|
+
@builtins.property
|
|
2169
|
+
def routing_profile_arn(self) -> builtins.str:
|
|
2170
|
+
'''The RoutingProfileArn of the RoutingProfile resource.'''
|
|
2171
|
+
result = self._values.get("routing_profile_arn")
|
|
2172
|
+
assert result is not None, "Required property 'routing_profile_arn' is missing"
|
|
2173
|
+
return typing.cast(builtins.str, result)
|
|
2174
|
+
|
|
2175
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2176
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2177
|
+
|
|
2178
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2179
|
+
return not (rhs == self)
|
|
2180
|
+
|
|
2181
|
+
def __repr__(self) -> str:
|
|
2182
|
+
return "RoutingProfileReference(%s)" % ", ".join(
|
|
2183
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2184
|
+
)
|
|
2185
|
+
|
|
2186
|
+
|
|
2187
|
+
@jsii.data_type(
|
|
2188
|
+
jsii_type="aws-cdk-lib.interfaces.aws_connect.RuleReference",
|
|
2189
|
+
jsii_struct_bases=[],
|
|
2190
|
+
name_mapping={"rule_arn": "ruleArn"},
|
|
2191
|
+
)
|
|
2192
|
+
class RuleReference:
|
|
2193
|
+
def __init__(self, *, rule_arn: builtins.str) -> None:
|
|
2194
|
+
'''A reference to a Rule resource.
|
|
2195
|
+
|
|
2196
|
+
:param rule_arn: The RuleArn of the Rule resource.
|
|
2197
|
+
|
|
2198
|
+
:exampleMetadata: fixture=_generated
|
|
2199
|
+
|
|
2200
|
+
Example::
|
|
2201
|
+
|
|
2202
|
+
# The code below shows an example of how to instantiate this type.
|
|
2203
|
+
# The values are placeholders you should change.
|
|
2204
|
+
from aws_cdk.interfaces import aws_connect as interfaces_aws_connect
|
|
2205
|
+
|
|
2206
|
+
rule_reference = interfaces_aws_connect.RuleReference(
|
|
2207
|
+
rule_arn="ruleArn"
|
|
2208
|
+
)
|
|
2209
|
+
'''
|
|
2210
|
+
if __debug__:
|
|
2211
|
+
type_hints = typing.get_type_hints(_typecheckingstub__0388549a3a18f273589be2892e2f4e691ef46c30d7457d3d5e09c6c7cd194df7)
|
|
2212
|
+
check_type(argname="argument rule_arn", value=rule_arn, expected_type=type_hints["rule_arn"])
|
|
2213
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2214
|
+
"rule_arn": rule_arn,
|
|
2215
|
+
}
|
|
2216
|
+
|
|
2217
|
+
@builtins.property
|
|
2218
|
+
def rule_arn(self) -> builtins.str:
|
|
2219
|
+
'''The RuleArn of the Rule resource.'''
|
|
2220
|
+
result = self._values.get("rule_arn")
|
|
2221
|
+
assert result is not None, "Required property 'rule_arn' is missing"
|
|
2222
|
+
return typing.cast(builtins.str, result)
|
|
2223
|
+
|
|
2224
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2225
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2226
|
+
|
|
2227
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2228
|
+
return not (rhs == self)
|
|
2229
|
+
|
|
2230
|
+
def __repr__(self) -> str:
|
|
2231
|
+
return "RuleReference(%s)" % ", ".join(
|
|
2232
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2233
|
+
)
|
|
2234
|
+
|
|
2235
|
+
|
|
2236
|
+
@jsii.data_type(
|
|
2237
|
+
jsii_type="aws-cdk-lib.interfaces.aws_connect.SecurityKeyReference",
|
|
2238
|
+
jsii_struct_bases=[],
|
|
2239
|
+
name_mapping={"association_id": "associationId", "instance_id": "instanceId"},
|
|
2240
|
+
)
|
|
2241
|
+
class SecurityKeyReference:
|
|
2242
|
+
def __init__(
|
|
2243
|
+
self,
|
|
2244
|
+
*,
|
|
2245
|
+
association_id: builtins.str,
|
|
2246
|
+
instance_id: builtins.str,
|
|
2247
|
+
) -> None:
|
|
2248
|
+
'''A reference to a SecurityKey resource.
|
|
2249
|
+
|
|
2250
|
+
:param association_id: The AssociationId of the SecurityKey resource.
|
|
2251
|
+
:param instance_id: The InstanceId of the SecurityKey resource.
|
|
2252
|
+
|
|
2253
|
+
:exampleMetadata: fixture=_generated
|
|
2254
|
+
|
|
2255
|
+
Example::
|
|
2256
|
+
|
|
2257
|
+
# The code below shows an example of how to instantiate this type.
|
|
2258
|
+
# The values are placeholders you should change.
|
|
2259
|
+
from aws_cdk.interfaces import aws_connect as interfaces_aws_connect
|
|
2260
|
+
|
|
2261
|
+
security_key_reference = interfaces_aws_connect.SecurityKeyReference(
|
|
2262
|
+
association_id="associationId",
|
|
2263
|
+
instance_id="instanceId"
|
|
2264
|
+
)
|
|
2265
|
+
'''
|
|
2266
|
+
if __debug__:
|
|
2267
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a21b74ea5d61053be00bd200db5a4e5a553cd6904bd5b26181227739a9cb351f)
|
|
2268
|
+
check_type(argname="argument association_id", value=association_id, expected_type=type_hints["association_id"])
|
|
2269
|
+
check_type(argname="argument instance_id", value=instance_id, expected_type=type_hints["instance_id"])
|
|
2270
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2271
|
+
"association_id": association_id,
|
|
2272
|
+
"instance_id": instance_id,
|
|
2273
|
+
}
|
|
2274
|
+
|
|
2275
|
+
@builtins.property
|
|
2276
|
+
def association_id(self) -> builtins.str:
|
|
2277
|
+
'''The AssociationId of the SecurityKey resource.'''
|
|
2278
|
+
result = self._values.get("association_id")
|
|
2279
|
+
assert result is not None, "Required property 'association_id' is missing"
|
|
2280
|
+
return typing.cast(builtins.str, result)
|
|
2281
|
+
|
|
2282
|
+
@builtins.property
|
|
2283
|
+
def instance_id(self) -> builtins.str:
|
|
2284
|
+
'''The InstanceId of the SecurityKey resource.'''
|
|
2285
|
+
result = self._values.get("instance_id")
|
|
2286
|
+
assert result is not None, "Required property 'instance_id' is missing"
|
|
2287
|
+
return typing.cast(builtins.str, result)
|
|
2288
|
+
|
|
2289
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2290
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2291
|
+
|
|
2292
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2293
|
+
return not (rhs == self)
|
|
2294
|
+
|
|
2295
|
+
def __repr__(self) -> str:
|
|
2296
|
+
return "SecurityKeyReference(%s)" % ", ".join(
|
|
2297
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2298
|
+
)
|
|
2299
|
+
|
|
2300
|
+
|
|
2301
|
+
@jsii.data_type(
|
|
2302
|
+
jsii_type="aws-cdk-lib.interfaces.aws_connect.SecurityProfileReference",
|
|
2303
|
+
jsii_struct_bases=[],
|
|
2304
|
+
name_mapping={"security_profile_arn": "securityProfileArn"},
|
|
2305
|
+
)
|
|
2306
|
+
class SecurityProfileReference:
|
|
2307
|
+
def __init__(self, *, security_profile_arn: builtins.str) -> None:
|
|
2308
|
+
'''A reference to a SecurityProfile resource.
|
|
2309
|
+
|
|
2310
|
+
:param security_profile_arn: The SecurityProfileArn of the SecurityProfile resource.
|
|
2311
|
+
|
|
2312
|
+
:exampleMetadata: fixture=_generated
|
|
2313
|
+
|
|
2314
|
+
Example::
|
|
2315
|
+
|
|
2316
|
+
# The code below shows an example of how to instantiate this type.
|
|
2317
|
+
# The values are placeholders you should change.
|
|
2318
|
+
from aws_cdk.interfaces import aws_connect as interfaces_aws_connect
|
|
2319
|
+
|
|
2320
|
+
security_profile_reference = interfaces_aws_connect.SecurityProfileReference(
|
|
2321
|
+
security_profile_arn="securityProfileArn"
|
|
2322
|
+
)
|
|
2323
|
+
'''
|
|
2324
|
+
if __debug__:
|
|
2325
|
+
type_hints = typing.get_type_hints(_typecheckingstub__da3b85906eb1f9b6f3415843aadaf0d8deb77a8f169449cfa7d84796c0932faa)
|
|
2326
|
+
check_type(argname="argument security_profile_arn", value=security_profile_arn, expected_type=type_hints["security_profile_arn"])
|
|
2327
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2328
|
+
"security_profile_arn": security_profile_arn,
|
|
2329
|
+
}
|
|
2330
|
+
|
|
2331
|
+
@builtins.property
|
|
2332
|
+
def security_profile_arn(self) -> builtins.str:
|
|
2333
|
+
'''The SecurityProfileArn of the SecurityProfile resource.'''
|
|
2334
|
+
result = self._values.get("security_profile_arn")
|
|
2335
|
+
assert result is not None, "Required property 'security_profile_arn' is missing"
|
|
2336
|
+
return typing.cast(builtins.str, result)
|
|
2337
|
+
|
|
2338
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2339
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2340
|
+
|
|
2341
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2342
|
+
return not (rhs == self)
|
|
2343
|
+
|
|
2344
|
+
def __repr__(self) -> str:
|
|
2345
|
+
return "SecurityProfileReference(%s)" % ", ".join(
|
|
2346
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2347
|
+
)
|
|
2348
|
+
|
|
2349
|
+
|
|
2350
|
+
@jsii.data_type(
|
|
2351
|
+
jsii_type="aws-cdk-lib.interfaces.aws_connect.TaskTemplateReference",
|
|
2352
|
+
jsii_struct_bases=[],
|
|
2353
|
+
name_mapping={"task_template_arn": "taskTemplateArn"},
|
|
2354
|
+
)
|
|
2355
|
+
class TaskTemplateReference:
|
|
2356
|
+
def __init__(self, *, task_template_arn: builtins.str) -> None:
|
|
2357
|
+
'''A reference to a TaskTemplate resource.
|
|
2358
|
+
|
|
2359
|
+
:param task_template_arn: The Arn of the TaskTemplate resource.
|
|
2360
|
+
|
|
2361
|
+
:exampleMetadata: fixture=_generated
|
|
2362
|
+
|
|
2363
|
+
Example::
|
|
2364
|
+
|
|
2365
|
+
# The code below shows an example of how to instantiate this type.
|
|
2366
|
+
# The values are placeholders you should change.
|
|
2367
|
+
from aws_cdk.interfaces import aws_connect as interfaces_aws_connect
|
|
2368
|
+
|
|
2369
|
+
task_template_reference = interfaces_aws_connect.TaskTemplateReference(
|
|
2370
|
+
task_template_arn="taskTemplateArn"
|
|
2371
|
+
)
|
|
2372
|
+
'''
|
|
2373
|
+
if __debug__:
|
|
2374
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7d2986f44b09563bb2a18f28dc14dc32045ae58bdb7a88833bb825b35ddbc07c)
|
|
2375
|
+
check_type(argname="argument task_template_arn", value=task_template_arn, expected_type=type_hints["task_template_arn"])
|
|
2376
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2377
|
+
"task_template_arn": task_template_arn,
|
|
2378
|
+
}
|
|
2379
|
+
|
|
2380
|
+
@builtins.property
|
|
2381
|
+
def task_template_arn(self) -> builtins.str:
|
|
2382
|
+
'''The Arn of the TaskTemplate resource.'''
|
|
2383
|
+
result = self._values.get("task_template_arn")
|
|
2384
|
+
assert result is not None, "Required property 'task_template_arn' is missing"
|
|
2385
|
+
return typing.cast(builtins.str, result)
|
|
2386
|
+
|
|
2387
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2388
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2389
|
+
|
|
2390
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2391
|
+
return not (rhs == self)
|
|
2392
|
+
|
|
2393
|
+
def __repr__(self) -> str:
|
|
2394
|
+
return "TaskTemplateReference(%s)" % ", ".join(
|
|
2395
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2396
|
+
)
|
|
2397
|
+
|
|
2398
|
+
|
|
2399
|
+
@jsii.data_type(
|
|
2400
|
+
jsii_type="aws-cdk-lib.interfaces.aws_connect.TrafficDistributionGroupReference",
|
|
2401
|
+
jsii_struct_bases=[],
|
|
2402
|
+
name_mapping={"traffic_distribution_group_arn": "trafficDistributionGroupArn"},
|
|
2403
|
+
)
|
|
2404
|
+
class TrafficDistributionGroupReference:
|
|
2405
|
+
def __init__(self, *, traffic_distribution_group_arn: builtins.str) -> None:
|
|
2406
|
+
'''A reference to a TrafficDistributionGroup resource.
|
|
2407
|
+
|
|
2408
|
+
:param traffic_distribution_group_arn: The TrafficDistributionGroupArn of the TrafficDistributionGroup resource.
|
|
2409
|
+
|
|
2410
|
+
:exampleMetadata: fixture=_generated
|
|
2411
|
+
|
|
2412
|
+
Example::
|
|
2413
|
+
|
|
2414
|
+
# The code below shows an example of how to instantiate this type.
|
|
2415
|
+
# The values are placeholders you should change.
|
|
2416
|
+
from aws_cdk.interfaces import aws_connect as interfaces_aws_connect
|
|
2417
|
+
|
|
2418
|
+
traffic_distribution_group_reference = interfaces_aws_connect.TrafficDistributionGroupReference(
|
|
2419
|
+
traffic_distribution_group_arn="trafficDistributionGroupArn"
|
|
2420
|
+
)
|
|
2421
|
+
'''
|
|
2422
|
+
if __debug__:
|
|
2423
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c796f8e45b121ab681d015e3771a509db889301a7e8baac72a2019b83b4601eb)
|
|
2424
|
+
check_type(argname="argument traffic_distribution_group_arn", value=traffic_distribution_group_arn, expected_type=type_hints["traffic_distribution_group_arn"])
|
|
2425
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2426
|
+
"traffic_distribution_group_arn": traffic_distribution_group_arn,
|
|
2427
|
+
}
|
|
2428
|
+
|
|
2429
|
+
@builtins.property
|
|
2430
|
+
def traffic_distribution_group_arn(self) -> builtins.str:
|
|
2431
|
+
'''The TrafficDistributionGroupArn of the TrafficDistributionGroup resource.'''
|
|
2432
|
+
result = self._values.get("traffic_distribution_group_arn")
|
|
2433
|
+
assert result is not None, "Required property 'traffic_distribution_group_arn' is missing"
|
|
2434
|
+
return typing.cast(builtins.str, result)
|
|
2435
|
+
|
|
2436
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2437
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2438
|
+
|
|
2439
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2440
|
+
return not (rhs == self)
|
|
2441
|
+
|
|
2442
|
+
def __repr__(self) -> str:
|
|
2443
|
+
return "TrafficDistributionGroupReference(%s)" % ", ".join(
|
|
2444
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2445
|
+
)
|
|
2446
|
+
|
|
2447
|
+
|
|
2448
|
+
@jsii.data_type(
|
|
2449
|
+
jsii_type="aws-cdk-lib.interfaces.aws_connect.UserHierarchyGroupReference",
|
|
2450
|
+
jsii_struct_bases=[],
|
|
2451
|
+
name_mapping={"user_hierarchy_group_arn": "userHierarchyGroupArn"},
|
|
2452
|
+
)
|
|
2453
|
+
class UserHierarchyGroupReference:
|
|
2454
|
+
def __init__(self, *, user_hierarchy_group_arn: builtins.str) -> None:
|
|
2455
|
+
'''A reference to a UserHierarchyGroup resource.
|
|
2456
|
+
|
|
2457
|
+
:param user_hierarchy_group_arn: The UserHierarchyGroupArn of the UserHierarchyGroup resource.
|
|
2458
|
+
|
|
2459
|
+
:exampleMetadata: fixture=_generated
|
|
2460
|
+
|
|
2461
|
+
Example::
|
|
2462
|
+
|
|
2463
|
+
# The code below shows an example of how to instantiate this type.
|
|
2464
|
+
# The values are placeholders you should change.
|
|
2465
|
+
from aws_cdk.interfaces import aws_connect as interfaces_aws_connect
|
|
2466
|
+
|
|
2467
|
+
user_hierarchy_group_reference = interfaces_aws_connect.UserHierarchyGroupReference(
|
|
2468
|
+
user_hierarchy_group_arn="userHierarchyGroupArn"
|
|
2469
|
+
)
|
|
2470
|
+
'''
|
|
2471
|
+
if __debug__:
|
|
2472
|
+
type_hints = typing.get_type_hints(_typecheckingstub__0bf3a8ec9856720f13fb245a1598df9f51892a36db03120b151e698a43a76193)
|
|
2473
|
+
check_type(argname="argument user_hierarchy_group_arn", value=user_hierarchy_group_arn, expected_type=type_hints["user_hierarchy_group_arn"])
|
|
2474
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2475
|
+
"user_hierarchy_group_arn": user_hierarchy_group_arn,
|
|
2476
|
+
}
|
|
2477
|
+
|
|
2478
|
+
@builtins.property
|
|
2479
|
+
def user_hierarchy_group_arn(self) -> builtins.str:
|
|
2480
|
+
'''The UserHierarchyGroupArn of the UserHierarchyGroup resource.'''
|
|
2481
|
+
result = self._values.get("user_hierarchy_group_arn")
|
|
2482
|
+
assert result is not None, "Required property 'user_hierarchy_group_arn' is missing"
|
|
2483
|
+
return typing.cast(builtins.str, result)
|
|
2484
|
+
|
|
2485
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2486
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2487
|
+
|
|
2488
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2489
|
+
return not (rhs == self)
|
|
2490
|
+
|
|
2491
|
+
def __repr__(self) -> str:
|
|
2492
|
+
return "UserHierarchyGroupReference(%s)" % ", ".join(
|
|
2493
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2494
|
+
)
|
|
2495
|
+
|
|
2496
|
+
|
|
2497
|
+
@jsii.data_type(
|
|
2498
|
+
jsii_type="aws-cdk-lib.interfaces.aws_connect.UserHierarchyStructureReference",
|
|
2499
|
+
jsii_struct_bases=[],
|
|
2500
|
+
name_mapping={"user_hierarchy_structure_arn": "userHierarchyStructureArn"},
|
|
2501
|
+
)
|
|
2502
|
+
class UserHierarchyStructureReference:
|
|
2503
|
+
def __init__(self, *, user_hierarchy_structure_arn: builtins.str) -> None:
|
|
2504
|
+
'''A reference to a UserHierarchyStructure resource.
|
|
2505
|
+
|
|
2506
|
+
:param user_hierarchy_structure_arn: The UserHierarchyStructureArn of the UserHierarchyStructure resource.
|
|
2507
|
+
|
|
2508
|
+
:exampleMetadata: fixture=_generated
|
|
2509
|
+
|
|
2510
|
+
Example::
|
|
2511
|
+
|
|
2512
|
+
# The code below shows an example of how to instantiate this type.
|
|
2513
|
+
# The values are placeholders you should change.
|
|
2514
|
+
from aws_cdk.interfaces import aws_connect as interfaces_aws_connect
|
|
2515
|
+
|
|
2516
|
+
user_hierarchy_structure_reference = interfaces_aws_connect.UserHierarchyStructureReference(
|
|
2517
|
+
user_hierarchy_structure_arn="userHierarchyStructureArn"
|
|
2518
|
+
)
|
|
2519
|
+
'''
|
|
2520
|
+
if __debug__:
|
|
2521
|
+
type_hints = typing.get_type_hints(_typecheckingstub__9427e68950421072d2545a0bc15ab942d9f19a69c2f5a7e6a57c0811e2fb51c9)
|
|
2522
|
+
check_type(argname="argument user_hierarchy_structure_arn", value=user_hierarchy_structure_arn, expected_type=type_hints["user_hierarchy_structure_arn"])
|
|
2523
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2524
|
+
"user_hierarchy_structure_arn": user_hierarchy_structure_arn,
|
|
2525
|
+
}
|
|
2526
|
+
|
|
2527
|
+
@builtins.property
|
|
2528
|
+
def user_hierarchy_structure_arn(self) -> builtins.str:
|
|
2529
|
+
'''The UserHierarchyStructureArn of the UserHierarchyStructure resource.'''
|
|
2530
|
+
result = self._values.get("user_hierarchy_structure_arn")
|
|
2531
|
+
assert result is not None, "Required property 'user_hierarchy_structure_arn' is missing"
|
|
2532
|
+
return typing.cast(builtins.str, result)
|
|
2533
|
+
|
|
2534
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2535
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2536
|
+
|
|
2537
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2538
|
+
return not (rhs == self)
|
|
2539
|
+
|
|
2540
|
+
def __repr__(self) -> str:
|
|
2541
|
+
return "UserHierarchyStructureReference(%s)" % ", ".join(
|
|
2542
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2543
|
+
)
|
|
2544
|
+
|
|
2545
|
+
|
|
2546
|
+
@jsii.data_type(
|
|
2547
|
+
jsii_type="aws-cdk-lib.interfaces.aws_connect.UserReference",
|
|
2548
|
+
jsii_struct_bases=[],
|
|
2549
|
+
name_mapping={"user_arn": "userArn"},
|
|
2550
|
+
)
|
|
2551
|
+
class UserReference:
|
|
2552
|
+
def __init__(self, *, user_arn: builtins.str) -> None:
|
|
2553
|
+
'''A reference to a User resource.
|
|
2554
|
+
|
|
2555
|
+
:param user_arn: The UserArn of the User resource.
|
|
2556
|
+
|
|
2557
|
+
:exampleMetadata: fixture=_generated
|
|
2558
|
+
|
|
2559
|
+
Example::
|
|
2560
|
+
|
|
2561
|
+
# The code below shows an example of how to instantiate this type.
|
|
2562
|
+
# The values are placeholders you should change.
|
|
2563
|
+
from aws_cdk.interfaces import aws_connect as interfaces_aws_connect
|
|
2564
|
+
|
|
2565
|
+
user_reference = interfaces_aws_connect.UserReference(
|
|
2566
|
+
user_arn="userArn"
|
|
2567
|
+
)
|
|
2568
|
+
'''
|
|
2569
|
+
if __debug__:
|
|
2570
|
+
type_hints = typing.get_type_hints(_typecheckingstub__539758d567c9a4a5ddb2d8ac3ec97c0389bab53bc9c8bf8042f80416ec4759e6)
|
|
2571
|
+
check_type(argname="argument user_arn", value=user_arn, expected_type=type_hints["user_arn"])
|
|
2572
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2573
|
+
"user_arn": user_arn,
|
|
2574
|
+
}
|
|
2575
|
+
|
|
2576
|
+
@builtins.property
|
|
2577
|
+
def user_arn(self) -> builtins.str:
|
|
2578
|
+
'''The UserArn of the User resource.'''
|
|
2579
|
+
result = self._values.get("user_arn")
|
|
2580
|
+
assert result is not None, "Required property 'user_arn' is missing"
|
|
2581
|
+
return typing.cast(builtins.str, result)
|
|
2582
|
+
|
|
2583
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2584
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2585
|
+
|
|
2586
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2587
|
+
return not (rhs == self)
|
|
2588
|
+
|
|
2589
|
+
def __repr__(self) -> str:
|
|
2590
|
+
return "UserReference(%s)" % ", ".join(
|
|
2591
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2592
|
+
)
|
|
2593
|
+
|
|
2594
|
+
|
|
2595
|
+
@jsii.data_type(
|
|
2596
|
+
jsii_type="aws-cdk-lib.interfaces.aws_connect.ViewReference",
|
|
2597
|
+
jsii_struct_bases=[],
|
|
2598
|
+
name_mapping={"view_arn": "viewArn"},
|
|
2599
|
+
)
|
|
2600
|
+
class ViewReference:
|
|
2601
|
+
def __init__(self, *, view_arn: builtins.str) -> None:
|
|
2602
|
+
'''A reference to a View resource.
|
|
2603
|
+
|
|
2604
|
+
:param view_arn: The ViewArn of the View resource.
|
|
2605
|
+
|
|
2606
|
+
:exampleMetadata: fixture=_generated
|
|
2607
|
+
|
|
2608
|
+
Example::
|
|
2609
|
+
|
|
2610
|
+
# The code below shows an example of how to instantiate this type.
|
|
2611
|
+
# The values are placeholders you should change.
|
|
2612
|
+
from aws_cdk.interfaces import aws_connect as interfaces_aws_connect
|
|
2613
|
+
|
|
2614
|
+
view_reference = interfaces_aws_connect.ViewReference(
|
|
2615
|
+
view_arn="viewArn"
|
|
2616
|
+
)
|
|
2617
|
+
'''
|
|
2618
|
+
if __debug__:
|
|
2619
|
+
type_hints = typing.get_type_hints(_typecheckingstub__00ff6f35080638036af764fa6c3eb9fa880d119d801ce3f9a958f4241dc4d400)
|
|
2620
|
+
check_type(argname="argument view_arn", value=view_arn, expected_type=type_hints["view_arn"])
|
|
2621
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2622
|
+
"view_arn": view_arn,
|
|
2623
|
+
}
|
|
2624
|
+
|
|
2625
|
+
@builtins.property
|
|
2626
|
+
def view_arn(self) -> builtins.str:
|
|
2627
|
+
'''The ViewArn of the View resource.'''
|
|
2628
|
+
result = self._values.get("view_arn")
|
|
2629
|
+
assert result is not None, "Required property 'view_arn' is missing"
|
|
2630
|
+
return typing.cast(builtins.str, result)
|
|
2631
|
+
|
|
2632
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2633
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2634
|
+
|
|
2635
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2636
|
+
return not (rhs == self)
|
|
2637
|
+
|
|
2638
|
+
def __repr__(self) -> str:
|
|
2639
|
+
return "ViewReference(%s)" % ", ".join(
|
|
2640
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2641
|
+
)
|
|
2642
|
+
|
|
2643
|
+
|
|
2644
|
+
@jsii.data_type(
|
|
2645
|
+
jsii_type="aws-cdk-lib.interfaces.aws_connect.ViewVersionReference",
|
|
2646
|
+
jsii_struct_bases=[],
|
|
2647
|
+
name_mapping={"view_version_arn": "viewVersionArn"},
|
|
2648
|
+
)
|
|
2649
|
+
class ViewVersionReference:
|
|
2650
|
+
def __init__(self, *, view_version_arn: builtins.str) -> None:
|
|
2651
|
+
'''A reference to a ViewVersion resource.
|
|
2652
|
+
|
|
2653
|
+
:param view_version_arn: The ViewVersionArn of the ViewVersion resource.
|
|
2654
|
+
|
|
2655
|
+
:exampleMetadata: fixture=_generated
|
|
2656
|
+
|
|
2657
|
+
Example::
|
|
2658
|
+
|
|
2659
|
+
# The code below shows an example of how to instantiate this type.
|
|
2660
|
+
# The values are placeholders you should change.
|
|
2661
|
+
from aws_cdk.interfaces import aws_connect as interfaces_aws_connect
|
|
2662
|
+
|
|
2663
|
+
view_version_reference = interfaces_aws_connect.ViewVersionReference(
|
|
2664
|
+
view_version_arn="viewVersionArn"
|
|
2665
|
+
)
|
|
2666
|
+
'''
|
|
2667
|
+
if __debug__:
|
|
2668
|
+
type_hints = typing.get_type_hints(_typecheckingstub__deae179674b96a536a16655001cf7da75f0dd842cd313daf145cd60ccff2aec3)
|
|
2669
|
+
check_type(argname="argument view_version_arn", value=view_version_arn, expected_type=type_hints["view_version_arn"])
|
|
2670
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2671
|
+
"view_version_arn": view_version_arn,
|
|
2672
|
+
}
|
|
2673
|
+
|
|
2674
|
+
@builtins.property
|
|
2675
|
+
def view_version_arn(self) -> builtins.str:
|
|
2676
|
+
'''The ViewVersionArn of the ViewVersion resource.'''
|
|
2677
|
+
result = self._values.get("view_version_arn")
|
|
2678
|
+
assert result is not None, "Required property 'view_version_arn' is missing"
|
|
2679
|
+
return typing.cast(builtins.str, result)
|
|
2680
|
+
|
|
2681
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2682
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2683
|
+
|
|
2684
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2685
|
+
return not (rhs == self)
|
|
2686
|
+
|
|
2687
|
+
def __repr__(self) -> str:
|
|
2688
|
+
return "ViewVersionReference(%s)" % ", ".join(
|
|
2689
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2690
|
+
)
|
|
2691
|
+
|
|
2692
|
+
|
|
2693
|
+
__all__ = [
|
|
2694
|
+
"AgentStatusReference",
|
|
2695
|
+
"ApprovedOriginReference",
|
|
2696
|
+
"ContactFlowModuleReference",
|
|
2697
|
+
"ContactFlowReference",
|
|
2698
|
+
"ContactFlowVersionReference",
|
|
2699
|
+
"EmailAddressReference",
|
|
2700
|
+
"EvaluationFormReference",
|
|
2701
|
+
"HoursOfOperationReference",
|
|
2702
|
+
"IAgentStatusRef",
|
|
2703
|
+
"IApprovedOriginRef",
|
|
2704
|
+
"IContactFlowModuleRef",
|
|
2705
|
+
"IContactFlowRef",
|
|
2706
|
+
"IContactFlowVersionRef",
|
|
2707
|
+
"IEmailAddressRef",
|
|
2708
|
+
"IEvaluationFormRef",
|
|
2709
|
+
"IHoursOfOperationRef",
|
|
2710
|
+
"IInstanceRef",
|
|
2711
|
+
"IInstanceStorageConfigRef",
|
|
2712
|
+
"IIntegrationAssociationRef",
|
|
2713
|
+
"IPhoneNumberRef",
|
|
2714
|
+
"IPredefinedAttributeRef",
|
|
2715
|
+
"IPromptRef",
|
|
2716
|
+
"IQueueRef",
|
|
2717
|
+
"IQuickConnectRef",
|
|
2718
|
+
"IRoutingProfileRef",
|
|
2719
|
+
"IRuleRef",
|
|
2720
|
+
"ISecurityKeyRef",
|
|
2721
|
+
"ISecurityProfileRef",
|
|
2722
|
+
"ITaskTemplateRef",
|
|
2723
|
+
"ITrafficDistributionGroupRef",
|
|
2724
|
+
"IUserHierarchyGroupRef",
|
|
2725
|
+
"IUserHierarchyStructureRef",
|
|
2726
|
+
"IUserRef",
|
|
2727
|
+
"IViewRef",
|
|
2728
|
+
"IViewVersionRef",
|
|
2729
|
+
"InstanceReference",
|
|
2730
|
+
"InstanceStorageConfigReference",
|
|
2731
|
+
"IntegrationAssociationReference",
|
|
2732
|
+
"PhoneNumberReference",
|
|
2733
|
+
"PredefinedAttributeReference",
|
|
2734
|
+
"PromptReference",
|
|
2735
|
+
"QueueReference",
|
|
2736
|
+
"QuickConnectReference",
|
|
2737
|
+
"RoutingProfileReference",
|
|
2738
|
+
"RuleReference",
|
|
2739
|
+
"SecurityKeyReference",
|
|
2740
|
+
"SecurityProfileReference",
|
|
2741
|
+
"TaskTemplateReference",
|
|
2742
|
+
"TrafficDistributionGroupReference",
|
|
2743
|
+
"UserHierarchyGroupReference",
|
|
2744
|
+
"UserHierarchyStructureReference",
|
|
2745
|
+
"UserReference",
|
|
2746
|
+
"ViewReference",
|
|
2747
|
+
"ViewVersionReference",
|
|
2748
|
+
]
|
|
2749
|
+
|
|
2750
|
+
publication.publish()
|
|
2751
|
+
|
|
2752
|
+
def _typecheckingstub__80c2ee1f86d017d30c810fdfe35ebe75edb827c0c9b72fce1dfaea275aebbeaa(
|
|
2753
|
+
*,
|
|
2754
|
+
agent_status_arn: builtins.str,
|
|
2755
|
+
) -> None:
|
|
2756
|
+
"""Type checking stubs"""
|
|
2757
|
+
pass
|
|
2758
|
+
|
|
2759
|
+
def _typecheckingstub__420107c3fcd91bed4de5358f4760ba480949bdc8881c5d0538f7ef3c2b2b5dca(
|
|
2760
|
+
*,
|
|
2761
|
+
instance_id: builtins.str,
|
|
2762
|
+
origin: builtins.str,
|
|
2763
|
+
) -> None:
|
|
2764
|
+
"""Type checking stubs"""
|
|
2765
|
+
pass
|
|
2766
|
+
|
|
2767
|
+
def _typecheckingstub__7ec59a97e450b6e15ebf5f88fe0e6ba5fd33f4df09f3ba1201e6804bf44c54c7(
|
|
2768
|
+
*,
|
|
2769
|
+
contact_flow_module_arn: builtins.str,
|
|
2770
|
+
) -> None:
|
|
2771
|
+
"""Type checking stubs"""
|
|
2772
|
+
pass
|
|
2773
|
+
|
|
2774
|
+
def _typecheckingstub__8dfa181ff2c0859219dbf48106492ecead1b4da0281898a69b709514db4d8f00(
|
|
2775
|
+
*,
|
|
2776
|
+
contact_flow_arn: builtins.str,
|
|
2777
|
+
) -> None:
|
|
2778
|
+
"""Type checking stubs"""
|
|
2779
|
+
pass
|
|
2780
|
+
|
|
2781
|
+
def _typecheckingstub__6f8ed10dcdc4a77bc2068dd63220cfc0b8add9c5c8c1020fec0826fbf1cecaa1(
|
|
2782
|
+
*,
|
|
2783
|
+
contact_flow_version_arn: builtins.str,
|
|
2784
|
+
) -> None:
|
|
2785
|
+
"""Type checking stubs"""
|
|
2786
|
+
pass
|
|
2787
|
+
|
|
2788
|
+
def _typecheckingstub__6089d57da936a584df9a8b70f9f44fb73b442ddc2498e220add2c31f7faba584(
|
|
2789
|
+
*,
|
|
2790
|
+
email_address_arn: builtins.str,
|
|
2791
|
+
) -> None:
|
|
2792
|
+
"""Type checking stubs"""
|
|
2793
|
+
pass
|
|
2794
|
+
|
|
2795
|
+
def _typecheckingstub__a5264e070ad3ac631aba777dd6c2a9c99c524dafea18344334f59097bfbddbb1(
|
|
2796
|
+
*,
|
|
2797
|
+
evaluation_form_arn: builtins.str,
|
|
2798
|
+
) -> None:
|
|
2799
|
+
"""Type checking stubs"""
|
|
2800
|
+
pass
|
|
2801
|
+
|
|
2802
|
+
def _typecheckingstub__963a1a8b18b2bbfd6eb3ab2343ba1df7da95bee1b6c17ccec51bc122ecdcd770(
|
|
2803
|
+
*,
|
|
2804
|
+
hours_of_operation_arn: builtins.str,
|
|
2805
|
+
) -> None:
|
|
2806
|
+
"""Type checking stubs"""
|
|
2807
|
+
pass
|
|
2808
|
+
|
|
2809
|
+
def _typecheckingstub__3b76dd1eb3d9005eac5fb96ac7e63df95d3bf741cb41df73de65028580b6b162(
|
|
2810
|
+
*,
|
|
2811
|
+
instance_arn: builtins.str,
|
|
2812
|
+
) -> None:
|
|
2813
|
+
"""Type checking stubs"""
|
|
2814
|
+
pass
|
|
2815
|
+
|
|
2816
|
+
def _typecheckingstub__ee4fc4417924caad1755e93ec3b6218e62a2b9def90ddb60999a95daf4804980(
|
|
2817
|
+
*,
|
|
2818
|
+
association_id: builtins.str,
|
|
2819
|
+
instance_arn: builtins.str,
|
|
2820
|
+
resource_type: builtins.str,
|
|
2821
|
+
) -> None:
|
|
2822
|
+
"""Type checking stubs"""
|
|
2823
|
+
pass
|
|
2824
|
+
|
|
2825
|
+
def _typecheckingstub__c5999c1ba890f4adfda7054c24861a2310b5ba7a9a28f49ee65ee35f0151b82c(
|
|
2826
|
+
*,
|
|
2827
|
+
instance_id: builtins.str,
|
|
2828
|
+
integration_arn: builtins.str,
|
|
2829
|
+
integration_type: builtins.str,
|
|
2830
|
+
) -> None:
|
|
2831
|
+
"""Type checking stubs"""
|
|
2832
|
+
pass
|
|
2833
|
+
|
|
2834
|
+
def _typecheckingstub__a017fc00d1c7cb21da571675bdda55010f440fa23e8e172f4a3b24f6bdaf5415(
|
|
2835
|
+
*,
|
|
2836
|
+
phone_number_arn: builtins.str,
|
|
2837
|
+
) -> None:
|
|
2838
|
+
"""Type checking stubs"""
|
|
2839
|
+
pass
|
|
2840
|
+
|
|
2841
|
+
def _typecheckingstub__1241b67955ca029382e8d7366caa0f732171738edf7def115902c0eb75ba1705(
|
|
2842
|
+
*,
|
|
2843
|
+
instance_arn: builtins.str,
|
|
2844
|
+
predefined_attribute_name: builtins.str,
|
|
2845
|
+
) -> None:
|
|
2846
|
+
"""Type checking stubs"""
|
|
2847
|
+
pass
|
|
2848
|
+
|
|
2849
|
+
def _typecheckingstub__d55b69f9fecfdd078d9274c7d3c724a275fb3a37dbf1567237993e5c3dad4690(
|
|
2850
|
+
*,
|
|
2851
|
+
prompt_arn: builtins.str,
|
|
2852
|
+
) -> None:
|
|
2853
|
+
"""Type checking stubs"""
|
|
2854
|
+
pass
|
|
2855
|
+
|
|
2856
|
+
def _typecheckingstub__27ae30bde80531a7290c70df5b8d8deb2082f04620811bc2cb904fb363bfd383(
|
|
2857
|
+
*,
|
|
2858
|
+
queue_arn: builtins.str,
|
|
2859
|
+
) -> None:
|
|
2860
|
+
"""Type checking stubs"""
|
|
2861
|
+
pass
|
|
2862
|
+
|
|
2863
|
+
def _typecheckingstub__61a9f07b8950a62478d108fcc8b7cc88257ae3ab15a2d5a0a6eeff2a6032a660(
|
|
2864
|
+
*,
|
|
2865
|
+
quick_connect_arn: builtins.str,
|
|
2866
|
+
) -> None:
|
|
2867
|
+
"""Type checking stubs"""
|
|
2868
|
+
pass
|
|
2869
|
+
|
|
2870
|
+
def _typecheckingstub__6d8e9adc471206e70d32a08e1e9311e9850a74b778329a4f2acfc0bd10fc2de1(
|
|
2871
|
+
*,
|
|
2872
|
+
routing_profile_arn: builtins.str,
|
|
2873
|
+
) -> None:
|
|
2874
|
+
"""Type checking stubs"""
|
|
2875
|
+
pass
|
|
2876
|
+
|
|
2877
|
+
def _typecheckingstub__0388549a3a18f273589be2892e2f4e691ef46c30d7457d3d5e09c6c7cd194df7(
|
|
2878
|
+
*,
|
|
2879
|
+
rule_arn: builtins.str,
|
|
2880
|
+
) -> None:
|
|
2881
|
+
"""Type checking stubs"""
|
|
2882
|
+
pass
|
|
2883
|
+
|
|
2884
|
+
def _typecheckingstub__a21b74ea5d61053be00bd200db5a4e5a553cd6904bd5b26181227739a9cb351f(
|
|
2885
|
+
*,
|
|
2886
|
+
association_id: builtins.str,
|
|
2887
|
+
instance_id: builtins.str,
|
|
2888
|
+
) -> None:
|
|
2889
|
+
"""Type checking stubs"""
|
|
2890
|
+
pass
|
|
2891
|
+
|
|
2892
|
+
def _typecheckingstub__da3b85906eb1f9b6f3415843aadaf0d8deb77a8f169449cfa7d84796c0932faa(
|
|
2893
|
+
*,
|
|
2894
|
+
security_profile_arn: builtins.str,
|
|
2895
|
+
) -> None:
|
|
2896
|
+
"""Type checking stubs"""
|
|
2897
|
+
pass
|
|
2898
|
+
|
|
2899
|
+
def _typecheckingstub__7d2986f44b09563bb2a18f28dc14dc32045ae58bdb7a88833bb825b35ddbc07c(
|
|
2900
|
+
*,
|
|
2901
|
+
task_template_arn: builtins.str,
|
|
2902
|
+
) -> None:
|
|
2903
|
+
"""Type checking stubs"""
|
|
2904
|
+
pass
|
|
2905
|
+
|
|
2906
|
+
def _typecheckingstub__c796f8e45b121ab681d015e3771a509db889301a7e8baac72a2019b83b4601eb(
|
|
2907
|
+
*,
|
|
2908
|
+
traffic_distribution_group_arn: builtins.str,
|
|
2909
|
+
) -> None:
|
|
2910
|
+
"""Type checking stubs"""
|
|
2911
|
+
pass
|
|
2912
|
+
|
|
2913
|
+
def _typecheckingstub__0bf3a8ec9856720f13fb245a1598df9f51892a36db03120b151e698a43a76193(
|
|
2914
|
+
*,
|
|
2915
|
+
user_hierarchy_group_arn: builtins.str,
|
|
2916
|
+
) -> None:
|
|
2917
|
+
"""Type checking stubs"""
|
|
2918
|
+
pass
|
|
2919
|
+
|
|
2920
|
+
def _typecheckingstub__9427e68950421072d2545a0bc15ab942d9f19a69c2f5a7e6a57c0811e2fb51c9(
|
|
2921
|
+
*,
|
|
2922
|
+
user_hierarchy_structure_arn: builtins.str,
|
|
2923
|
+
) -> None:
|
|
2924
|
+
"""Type checking stubs"""
|
|
2925
|
+
pass
|
|
2926
|
+
|
|
2927
|
+
def _typecheckingstub__539758d567c9a4a5ddb2d8ac3ec97c0389bab53bc9c8bf8042f80416ec4759e6(
|
|
2928
|
+
*,
|
|
2929
|
+
user_arn: builtins.str,
|
|
2930
|
+
) -> None:
|
|
2931
|
+
"""Type checking stubs"""
|
|
2932
|
+
pass
|
|
2933
|
+
|
|
2934
|
+
def _typecheckingstub__00ff6f35080638036af764fa6c3eb9fa880d119d801ce3f9a958f4241dc4d400(
|
|
2935
|
+
*,
|
|
2936
|
+
view_arn: builtins.str,
|
|
2937
|
+
) -> None:
|
|
2938
|
+
"""Type checking stubs"""
|
|
2939
|
+
pass
|
|
2940
|
+
|
|
2941
|
+
def _typecheckingstub__deae179674b96a536a16655001cf7da75f0dd842cd313daf145cd60ccff2aec3(
|
|
2942
|
+
*,
|
|
2943
|
+
view_version_arn: builtins.str,
|
|
2944
|
+
) -> None:
|
|
2945
|
+
"""Type checking stubs"""
|
|
2946
|
+
pass
|
|
2947
|
+
|
|
2948
|
+
for cls in [IAgentStatusRef, IApprovedOriginRef, IContactFlowModuleRef, IContactFlowRef, IContactFlowVersionRef, IEmailAddressRef, IEvaluationFormRef, IHoursOfOperationRef, IInstanceRef, IInstanceStorageConfigRef, IIntegrationAssociationRef, IPhoneNumberRef, IPredefinedAttributeRef, IPromptRef, IQueueRef, IQuickConnectRef, IRoutingProfileRef, IRuleRef, ISecurityKeyRef, ISecurityProfileRef, ITaskTemplateRef, ITrafficDistributionGroupRef, IUserHierarchyGroupRef, IUserHierarchyStructureRef, IUserRef, IViewRef, IViewVersionRef]:
|
|
2949
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|