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
aws_cdk/aws_ivschat/__init__.py
CHANGED
|
@@ -67,9 +67,15 @@ from .. import (
|
|
|
67
67
|
TagManager as _TagManager_0a598cb3,
|
|
68
68
|
TreeInspector as _TreeInspector_488e0dd5,
|
|
69
69
|
)
|
|
70
|
+
from ..interfaces.aws_ivschat import (
|
|
71
|
+
ILoggingConfigurationRef as _ILoggingConfigurationRef_0ca02c43,
|
|
72
|
+
IRoomRef as _IRoomRef_54a258f7,
|
|
73
|
+
LoggingConfigurationReference as _LoggingConfigurationReference_415d9c3a,
|
|
74
|
+
RoomReference as _RoomReference_99cba8a5,
|
|
75
|
+
)
|
|
70
76
|
|
|
71
77
|
|
|
72
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
78
|
+
@jsii.implements(_IInspectable_c2943556, _ILoggingConfigurationRef_0ca02c43, _ITaggable_36806126)
|
|
73
79
|
class CfnLoggingConfiguration(
|
|
74
80
|
_CfnResource_9df397a6,
|
|
75
81
|
metaclass=jsii.JSIIMeta,
|
|
@@ -120,7 +126,8 @@ class CfnLoggingConfiguration(
|
|
|
120
126
|
name: typing.Optional[builtins.str] = None,
|
|
121
127
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
122
128
|
) -> None:
|
|
123
|
-
'''
|
|
129
|
+
'''Create a new ``AWS::IVSChat::LoggingConfiguration``.
|
|
130
|
+
|
|
124
131
|
:param scope: Scope in which this resource is defined.
|
|
125
132
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
126
133
|
:param destination_configuration: The DestinationConfiguration is a complex type that contains information about where chat content will be logged.
|
|
@@ -205,6 +212,12 @@ class CfnLoggingConfiguration(
|
|
|
205
212
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
206
213
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
207
214
|
|
|
215
|
+
@builtins.property
|
|
216
|
+
@jsii.member(jsii_name="loggingConfigurationRef")
|
|
217
|
+
def logging_configuration_ref(self) -> _LoggingConfigurationReference_415d9c3a:
|
|
218
|
+
'''A reference to a LoggingConfiguration resource.'''
|
|
219
|
+
return typing.cast(_LoggingConfigurationReference_415d9c3a, jsii.get(self, "loggingConfigurationRef"))
|
|
220
|
+
|
|
208
221
|
@builtins.property
|
|
209
222
|
@jsii.member(jsii_name="tags")
|
|
210
223
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -627,7 +640,7 @@ class CfnLoggingConfigurationProps:
|
|
|
627
640
|
)
|
|
628
641
|
|
|
629
642
|
|
|
630
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
643
|
+
@jsii.implements(_IInspectable_c2943556, _IRoomRef_54a258f7, _ITaggable_36806126)
|
|
631
644
|
class CfnRoom(
|
|
632
645
|
_CfnResource_9df397a6,
|
|
633
646
|
metaclass=jsii.JSIIMeta,
|
|
@@ -675,7 +688,8 @@ class CfnRoom(
|
|
|
675
688
|
name: typing.Optional[builtins.str] = None,
|
|
676
689
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
677
690
|
) -> None:
|
|
678
|
-
'''
|
|
691
|
+
'''Create a new ``AWS::IVSChat::Room``.
|
|
692
|
+
|
|
679
693
|
:param scope: Scope in which this resource is defined.
|
|
680
694
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
681
695
|
:param logging_configuration_identifiers: List of logging-configuration identifiers attached to the room.
|
|
@@ -757,6 +771,12 @@ class CfnRoom(
|
|
|
757
771
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
758
772
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
759
773
|
|
|
774
|
+
@builtins.property
|
|
775
|
+
@jsii.member(jsii_name="roomRef")
|
|
776
|
+
def room_ref(self) -> _RoomReference_99cba8a5:
|
|
777
|
+
'''A reference to a Room resource.'''
|
|
778
|
+
return typing.cast(_RoomReference_99cba8a5, jsii.get(self, "roomRef"))
|
|
779
|
+
|
|
760
780
|
@builtins.property
|
|
761
781
|
@jsii.member(jsii_name="tags")
|
|
762
782
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -67,9 +67,17 @@ from .. import (
|
|
|
67
67
|
TagManager as _TagManager_0a598cb3,
|
|
68
68
|
TreeInspector as _TreeInspector_488e0dd5,
|
|
69
69
|
)
|
|
70
|
+
from ..interfaces.aws_kafkaconnect import (
|
|
71
|
+
ConnectorReference as _ConnectorReference_cba617c0,
|
|
72
|
+
CustomPluginReference as _CustomPluginReference_944d1765,
|
|
73
|
+
IConnectorRef as _IConnectorRef_e9a5be01,
|
|
74
|
+
ICustomPluginRef as _ICustomPluginRef_ddeca45d,
|
|
75
|
+
IWorkerConfigurationRef as _IWorkerConfigurationRef_7ea18433,
|
|
76
|
+
WorkerConfigurationReference as _WorkerConfigurationReference_9e60f2c6,
|
|
77
|
+
)
|
|
70
78
|
|
|
71
79
|
|
|
72
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
80
|
+
@jsii.implements(_IInspectable_c2943556, _IConnectorRef_e9a5be01, _ITaggableV2_4e6798f8)
|
|
73
81
|
class CfnConnector(
|
|
74
82
|
_CfnResource_9df397a6,
|
|
75
83
|
metaclass=jsii.JSIIMeta,
|
|
@@ -190,7 +198,8 @@ class CfnConnector(
|
|
|
190
198
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
191
199
|
worker_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnConnector.WorkerConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
192
200
|
) -> None:
|
|
193
|
-
'''
|
|
201
|
+
'''Create a new ``AWS::KafkaConnect::Connector``.
|
|
202
|
+
|
|
194
203
|
:param scope: Scope in which this resource is defined.
|
|
195
204
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
196
205
|
:param capacity: The connector's compute capacity settings.
|
|
@@ -279,6 +288,12 @@ class CfnConnector(
|
|
|
279
288
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
280
289
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
281
290
|
|
|
291
|
+
@builtins.property
|
|
292
|
+
@jsii.member(jsii_name="connectorRef")
|
|
293
|
+
def connector_ref(self) -> _ConnectorReference_cba617c0:
|
|
294
|
+
'''A reference to a Connector resource.'''
|
|
295
|
+
return typing.cast(_ConnectorReference_cba617c0, jsii.get(self, "connectorRef"))
|
|
296
|
+
|
|
282
297
|
@builtins.property
|
|
283
298
|
@jsii.member(jsii_name="capacity")
|
|
284
299
|
def capacity(
|
|
@@ -2184,7 +2199,7 @@ class CfnConnectorProps:
|
|
|
2184
2199
|
)
|
|
2185
2200
|
|
|
2186
2201
|
|
|
2187
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
2202
|
+
@jsii.implements(_IInspectable_c2943556, _ICustomPluginRef_ddeca45d, _ITaggableV2_4e6798f8)
|
|
2188
2203
|
class CfnCustomPlugin(
|
|
2189
2204
|
_CfnResource_9df397a6,
|
|
2190
2205
|
metaclass=jsii.JSIIMeta,
|
|
@@ -2235,7 +2250,8 @@ class CfnCustomPlugin(
|
|
|
2235
2250
|
description: typing.Optional[builtins.str] = None,
|
|
2236
2251
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2237
2252
|
) -> None:
|
|
2238
|
-
'''
|
|
2253
|
+
'''Create a new ``AWS::KafkaConnect::CustomPlugin``.
|
|
2254
|
+
|
|
2239
2255
|
:param scope: Scope in which this resource is defined.
|
|
2240
2256
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
2241
2257
|
:param content_type: The format of the plugin file.
|
|
@@ -2326,6 +2342,12 @@ class CfnCustomPlugin(
|
|
|
2326
2342
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
2327
2343
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
2328
2344
|
|
|
2345
|
+
@builtins.property
|
|
2346
|
+
@jsii.member(jsii_name="customPluginRef")
|
|
2347
|
+
def custom_plugin_ref(self) -> _CustomPluginReference_944d1765:
|
|
2348
|
+
'''A reference to a CustomPlugin resource.'''
|
|
2349
|
+
return typing.cast(_CustomPluginReference_944d1765, jsii.get(self, "customPluginRef"))
|
|
2350
|
+
|
|
2329
2351
|
@builtins.property
|
|
2330
2352
|
@jsii.member(jsii_name="contentType")
|
|
2331
2353
|
def content_type(self) -> builtins.str:
|
|
@@ -2765,7 +2787,7 @@ class CfnCustomPluginProps:
|
|
|
2765
2787
|
)
|
|
2766
2788
|
|
|
2767
2789
|
|
|
2768
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
2790
|
+
@jsii.implements(_IInspectable_c2943556, _IWorkerConfigurationRef_7ea18433, _ITaggableV2_4e6798f8)
|
|
2769
2791
|
class CfnWorkerConfiguration(
|
|
2770
2792
|
_CfnResource_9df397a6,
|
|
2771
2793
|
metaclass=jsii.JSIIMeta,
|
|
@@ -2806,7 +2828,8 @@ class CfnWorkerConfiguration(
|
|
|
2806
2828
|
description: typing.Optional[builtins.str] = None,
|
|
2807
2829
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2808
2830
|
) -> None:
|
|
2809
|
-
'''
|
|
2831
|
+
'''Create a new ``AWS::KafkaConnect::WorkerConfiguration``.
|
|
2832
|
+
|
|
2810
2833
|
:param scope: Scope in which this resource is defined.
|
|
2811
2834
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
2812
2835
|
:param name: The name of the worker configuration.
|
|
@@ -2886,6 +2909,12 @@ class CfnWorkerConfiguration(
|
|
|
2886
2909
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
2887
2910
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
2888
2911
|
|
|
2912
|
+
@builtins.property
|
|
2913
|
+
@jsii.member(jsii_name="workerConfigurationRef")
|
|
2914
|
+
def worker_configuration_ref(self) -> _WorkerConfigurationReference_9e60f2c6:
|
|
2915
|
+
'''A reference to a WorkerConfiguration resource.'''
|
|
2916
|
+
return typing.cast(_WorkerConfigurationReference_9e60f2c6, jsii.get(self, "workerConfigurationRef"))
|
|
2917
|
+
|
|
2889
2918
|
@builtins.property
|
|
2890
2919
|
@jsii.member(jsii_name="name")
|
|
2891
2920
|
def name(self) -> builtins.str:
|
aws_cdk/aws_kendra/__init__.py
CHANGED
|
@@ -67,9 +67,17 @@ from .. import (
|
|
|
67
67
|
TagManager as _TagManager_0a598cb3,
|
|
68
68
|
TreeInspector as _TreeInspector_488e0dd5,
|
|
69
69
|
)
|
|
70
|
+
from ..interfaces.aws_kendra import (
|
|
71
|
+
DataSourceReference as _DataSourceReference_9b52a083,
|
|
72
|
+
FaqReference as _FaqReference_599fc0ba,
|
|
73
|
+
IDataSourceRef as _IDataSourceRef_e4576e45,
|
|
74
|
+
IFaqRef as _IFaqRef_218eeb4a,
|
|
75
|
+
IIndexRef as _IIndexRef_a3487225,
|
|
76
|
+
IndexReference as _IndexReference_ae50038f,
|
|
77
|
+
)
|
|
70
78
|
|
|
71
79
|
|
|
72
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
80
|
+
@jsii.implements(_IInspectable_c2943556, _IDataSourceRef_e4576e45, _ITaggable_36806126)
|
|
73
81
|
class CfnDataSource(
|
|
74
82
|
_CfnResource_9df397a6,
|
|
75
83
|
metaclass=jsii.JSIIMeta,
|
|
@@ -540,7 +548,8 @@ class CfnDataSource(
|
|
|
540
548
|
schedule: typing.Optional[builtins.str] = None,
|
|
541
549
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
542
550
|
) -> None:
|
|
543
|
-
'''
|
|
551
|
+
'''Create a new ``AWS::Kendra::DataSource``.
|
|
552
|
+
|
|
544
553
|
:param scope: Scope in which this resource is defined.
|
|
545
554
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
546
555
|
:param index_id: The identifier of the index you want to use with the data source connector.
|
|
@@ -630,6 +639,12 @@ class CfnDataSource(
|
|
|
630
639
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
631
640
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
632
641
|
|
|
642
|
+
@builtins.property
|
|
643
|
+
@jsii.member(jsii_name="dataSourceRef")
|
|
644
|
+
def data_source_ref(self) -> _DataSourceReference_9b52a083:
|
|
645
|
+
'''A reference to a DataSource resource.'''
|
|
646
|
+
return typing.cast(_DataSourceReference_9b52a083, jsii.get(self, "dataSourceRef"))
|
|
647
|
+
|
|
633
648
|
@builtins.property
|
|
634
649
|
@jsii.member(jsii_name="tags")
|
|
635
650
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -2391,9 +2406,9 @@ class CfnDataSource(
|
|
|
2391
2406
|
:param salesforce_configuration: Provides the configuration information to connect to Salesforce as your data source.
|
|
2392
2407
|
:param service_now_configuration: Provides the configuration information to connect to ServiceNow as your data source.
|
|
2393
2408
|
:param share_point_configuration: Provides the configuration information to connect to Microsoft SharePoint as your data source.
|
|
2394
|
-
:param template_configuration:
|
|
2409
|
+
:param template_configuration: Provides a template for the configuration information to connect to your data source.
|
|
2395
2410
|
:param web_crawler_configuration: Provides the configuration information required for Amazon Kendra Web Crawler.
|
|
2396
|
-
:param work_docs_configuration: Provides the configuration information to connect to
|
|
2411
|
+
:param work_docs_configuration: Provides the configuration information to connect to WorkDocs as your data source.
|
|
2397
2412
|
|
|
2398
2413
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html
|
|
2399
2414
|
:exampleMetadata: fixture=_generated
|
|
@@ -2893,7 +2908,8 @@ class CfnDataSource(
|
|
|
2893
2908
|
def template_configuration(
|
|
2894
2909
|
self,
|
|
2895
2910
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSource.TemplateConfigurationProperty"]]:
|
|
2896
|
-
'''
|
|
2911
|
+
'''Provides a template for the configuration information to connect to your data source.
|
|
2912
|
+
|
|
2897
2913
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-templateconfiguration
|
|
2898
2914
|
'''
|
|
2899
2915
|
result = self._values.get("template_configuration")
|
|
@@ -2914,7 +2930,7 @@ class CfnDataSource(
|
|
|
2914
2930
|
def work_docs_configuration(
|
|
2915
2931
|
self,
|
|
2916
2932
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSource.WorkDocsConfigurationProperty"]]:
|
|
2917
|
-
'''Provides the configuration information to connect to
|
|
2933
|
+
'''Provides the configuration information to connect to WorkDocs as your data source.
|
|
2918
2934
|
|
|
2919
2935
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-workdocsconfiguration
|
|
2920
2936
|
'''
|
|
@@ -6539,8 +6555,9 @@ class CfnDataSource(
|
|
|
6539
6555
|
)
|
|
6540
6556
|
class TemplateConfigurationProperty:
|
|
6541
6557
|
def __init__(self, *, template: builtins.str) -> None:
|
|
6542
|
-
'''
|
|
6543
|
-
|
|
6558
|
+
'''Provides a template for the configuration information to connect to your data source.
|
|
6559
|
+
|
|
6560
|
+
:param template: The template schema used for the data source, where templates schemas are supported. See `Data source template schemas <https://docs.aws.amazon.com/kendra/latest/dg/ds-schemas.html>`_ .
|
|
6544
6561
|
|
|
6545
6562
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-templateconfiguration.html
|
|
6546
6563
|
:exampleMetadata: fixture=_generated
|
|
@@ -6564,7 +6581,10 @@ class CfnDataSource(
|
|
|
6564
6581
|
|
|
6565
6582
|
@builtins.property
|
|
6566
6583
|
def template(self) -> builtins.str:
|
|
6567
|
-
'''
|
|
6584
|
+
'''The template schema used for the data source, where templates schemas are supported.
|
|
6585
|
+
|
|
6586
|
+
See `Data source template schemas <https://docs.aws.amazon.com/kendra/latest/dg/ds-schemas.html>`_ .
|
|
6587
|
+
|
|
6568
6588
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-templateconfiguration.html#cfn-kendra-datasource-templateconfiguration-template
|
|
6569
6589
|
'''
|
|
6570
6590
|
result = self._values.get("template")
|
|
@@ -7249,16 +7269,16 @@ class CfnDataSource(
|
|
|
7249
7269
|
inclusion_patterns: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
7250
7270
|
use_change_log: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
7251
7271
|
) -> None:
|
|
7252
|
-
'''Provides the configuration information to connect to
|
|
7272
|
+
'''Provides the configuration information to connect to WorkDocs as your data source.
|
|
7253
7273
|
|
|
7254
|
-
|
|
7274
|
+
WorkDocs connector is available in Oregon, North Virginia, Sydney, Singapore and Ireland regions.
|
|
7255
7275
|
|
|
7256
|
-
:param organization_id: The identifier of the directory corresponding to your
|
|
7276
|
+
:param organization_id: The identifier of the directory corresponding to your WorkDocs site repository. You can find the organization ID in the `AWS Directory Service <https://docs.aws.amazon.com/directoryservicev2/>`_ by going to *Active Directory* , then *Directories* . Your WorkDocs site directory has an ID, which is the organization ID. You can also set up a new WorkDocs directory in the AWS Directory Service console and enable a WorkDocs site for the directory in the WorkDocs console.
|
|
7257
7277
|
:param crawl_comments: ``TRUE`` to include comments on documents in your index. Including comments in your index means each comment is a document that can be searched on. The default is set to ``FALSE`` .
|
|
7258
|
-
:param exclusion_patterns: A list of regular expression patterns to exclude certain files in your
|
|
7259
|
-
:param field_mappings: A list of ``DataSourceToIndexFieldMapping`` objects that map
|
|
7260
|
-
:param inclusion_patterns: A list of regular expression patterns to include certain files in your
|
|
7261
|
-
:param use_change_log: ``TRUE`` to use the
|
|
7278
|
+
:param exclusion_patterns: A list of regular expression patterns to exclude certain files in your WorkDocs site repository. Files that match the patterns are excluded from the index. Files that don’t match the patterns are included in the index. If a file matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.
|
|
7279
|
+
:param field_mappings: A list of ``DataSourceToIndexFieldMapping`` objects that map WorkDocs data source attributes or field names to Amazon Kendra index field names. To create custom fields, use the ``UpdateIndex`` API before you map to WorkDocs fields. For more information, see `Mapping data source fields <https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html>`_ . The WorkDocs data source field names must exist in your WorkDocs custom metadata.
|
|
7280
|
+
:param inclusion_patterns: A list of regular expression patterns to include certain files in your WorkDocs site repository. Files that match the patterns are included in the index. Files that don't match the patterns are excluded from the index. If a file matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.
|
|
7281
|
+
:param use_change_log: ``TRUE`` to use the WorkDocs change log to determine which documents require updating in the index. Depending on the change log's size, it may take longer for Amazon Kendra to use the change log than to scan all of your documents in WorkDocs.
|
|
7262
7282
|
|
|
7263
7283
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-workdocsconfiguration.html
|
|
7264
7284
|
:exampleMetadata: fixture=_generated
|
|
@@ -7310,9 +7330,9 @@ class CfnDataSource(
|
|
|
7310
7330
|
|
|
7311
7331
|
@builtins.property
|
|
7312
7332
|
def organization_id(self) -> builtins.str:
|
|
7313
|
-
'''The identifier of the directory corresponding to your
|
|
7333
|
+
'''The identifier of the directory corresponding to your WorkDocs site repository.
|
|
7314
7334
|
|
|
7315
|
-
You can find the organization ID in the `AWS Directory Service <https://docs.aws.amazon.com/directoryservicev2/>`_ by going to *Active Directory* , then *Directories* . Your
|
|
7335
|
+
You can find the organization ID in the `AWS Directory Service <https://docs.aws.amazon.com/directoryservicev2/>`_ by going to *Active Directory* , then *Directories* . Your WorkDocs site directory has an ID, which is the organization ID. You can also set up a new WorkDocs directory in the AWS Directory Service console and enable a WorkDocs site for the directory in the WorkDocs console.
|
|
7316
7336
|
|
|
7317
7337
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-workdocsconfiguration.html#cfn-kendra-datasource-workdocsconfiguration-organizationid
|
|
7318
7338
|
'''
|
|
@@ -7337,7 +7357,7 @@ class CfnDataSource(
|
|
|
7337
7357
|
|
|
7338
7358
|
@builtins.property
|
|
7339
7359
|
def exclusion_patterns(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
7340
|
-
'''A list of regular expression patterns to exclude certain files in your
|
|
7360
|
+
'''A list of regular expression patterns to exclude certain files in your WorkDocs site repository.
|
|
7341
7361
|
|
|
7342
7362
|
Files that match the patterns are excluded from the index. Files that don’t match the patterns are included in the index. If a file matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.
|
|
7343
7363
|
|
|
@@ -7350,9 +7370,9 @@ class CfnDataSource(
|
|
|
7350
7370
|
def field_mappings(
|
|
7351
7371
|
self,
|
|
7352
7372
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnDataSource.DataSourceToIndexFieldMappingProperty"]]]]:
|
|
7353
|
-
'''A list of ``DataSourceToIndexFieldMapping`` objects that map
|
|
7373
|
+
'''A list of ``DataSourceToIndexFieldMapping`` objects that map WorkDocs data source attributes or field names to Amazon Kendra index field names.
|
|
7354
7374
|
|
|
7355
|
-
To create custom fields, use the ``UpdateIndex`` API before you map to
|
|
7375
|
+
To create custom fields, use the ``UpdateIndex`` API before you map to WorkDocs fields. For more information, see `Mapping data source fields <https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html>`_ . The WorkDocs data source field names must exist in your WorkDocs custom metadata.
|
|
7356
7376
|
|
|
7357
7377
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-workdocsconfiguration.html#cfn-kendra-datasource-workdocsconfiguration-fieldmappings
|
|
7358
7378
|
'''
|
|
@@ -7361,7 +7381,7 @@ class CfnDataSource(
|
|
|
7361
7381
|
|
|
7362
7382
|
@builtins.property
|
|
7363
7383
|
def inclusion_patterns(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
7364
|
-
'''A list of regular expression patterns to include certain files in your
|
|
7384
|
+
'''A list of regular expression patterns to include certain files in your WorkDocs site repository.
|
|
7365
7385
|
|
|
7366
7386
|
Files that match the patterns are included in the index. Files that don't match the patterns are excluded from the index. If a file matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.
|
|
7367
7387
|
|
|
@@ -7374,9 +7394,9 @@ class CfnDataSource(
|
|
|
7374
7394
|
def use_change_log(
|
|
7375
7395
|
self,
|
|
7376
7396
|
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
7377
|
-
'''``TRUE`` to use the
|
|
7397
|
+
'''``TRUE`` to use the WorkDocs change log to determine which documents require updating in the index.
|
|
7378
7398
|
|
|
7379
|
-
Depending on the change log's size, it may take longer for Amazon Kendra to use the change log than to scan all of your documents in
|
|
7399
|
+
Depending on the change log's size, it may take longer for Amazon Kendra to use the change log than to scan all of your documents in WorkDocs.
|
|
7380
7400
|
|
|
7381
7401
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-workdocsconfiguration.html#cfn-kendra-datasource-workdocsconfiguration-usechangelog
|
|
7382
7402
|
'''
|
|
@@ -8036,7 +8056,7 @@ class CfnDataSourceProps:
|
|
|
8036
8056
|
)
|
|
8037
8057
|
|
|
8038
8058
|
|
|
8039
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
8059
|
+
@jsii.implements(_IInspectable_c2943556, _IFaqRef_218eeb4a, _ITaggable_36806126)
|
|
8040
8060
|
class CfnFaq(
|
|
8041
8061
|
_CfnResource_9df397a6,
|
|
8042
8062
|
metaclass=jsii.JSIIMeta,
|
|
@@ -8088,7 +8108,8 @@ class CfnFaq(
|
|
|
8088
8108
|
language_code: typing.Optional[builtins.str] = None,
|
|
8089
8109
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8090
8110
|
) -> None:
|
|
8091
|
-
'''
|
|
8111
|
+
'''Create a new ``AWS::Kendra::Faq``.
|
|
8112
|
+
|
|
8092
8113
|
:param scope: Scope in which this resource is defined.
|
|
8093
8114
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
8094
8115
|
:param index_id: The identifier of the index that contains the FAQ.
|
|
@@ -8172,6 +8193,12 @@ class CfnFaq(
|
|
|
8172
8193
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
8173
8194
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
8174
8195
|
|
|
8196
|
+
@builtins.property
|
|
8197
|
+
@jsii.member(jsii_name="faqRef")
|
|
8198
|
+
def faq_ref(self) -> _FaqReference_599fc0ba:
|
|
8199
|
+
'''A reference to a Faq resource.'''
|
|
8200
|
+
return typing.cast(_FaqReference_599fc0ba, jsii.get(self, "faqRef"))
|
|
8201
|
+
|
|
8175
8202
|
@builtins.property
|
|
8176
8203
|
@jsii.member(jsii_name="tags")
|
|
8177
8204
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -8545,7 +8572,7 @@ class CfnFaqProps:
|
|
|
8545
8572
|
)
|
|
8546
8573
|
|
|
8547
8574
|
|
|
8548
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
8575
|
+
@jsii.implements(_IInspectable_c2943556, _IIndexRef_a3487225, _ITaggable_36806126)
|
|
8549
8576
|
class CfnIndex(
|
|
8550
8577
|
_CfnResource_9df397a6,
|
|
8551
8578
|
metaclass=jsii.JSIIMeta,
|
|
@@ -8642,7 +8669,8 @@ class CfnIndex(
|
|
|
8642
8669
|
user_context_policy: typing.Optional[builtins.str] = None,
|
|
8643
8670
|
user_token_configurations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnIndex.UserTokenConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
8644
8671
|
) -> None:
|
|
8645
|
-
'''
|
|
8672
|
+
'''Create a new ``AWS::Kendra::Index``.
|
|
8673
|
+
|
|
8646
8674
|
:param scope: Scope in which this resource is defined.
|
|
8647
8675
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
8648
8676
|
:param edition: Indicates whether the index is a Enterprise Edition index, a Developer Edition index, or a GenAI Enterprise Edition index.
|
|
@@ -8675,6 +8703,48 @@ class CfnIndex(
|
|
|
8675
8703
|
|
|
8676
8704
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
8677
8705
|
|
|
8706
|
+
@jsii.member(jsii_name="fromIndexArn")
|
|
8707
|
+
@builtins.classmethod
|
|
8708
|
+
def from_index_arn(
|
|
8709
|
+
cls,
|
|
8710
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8711
|
+
id: builtins.str,
|
|
8712
|
+
arn: builtins.str,
|
|
8713
|
+
) -> _IIndexRef_a3487225:
|
|
8714
|
+
'''Creates a new IIndexRef from an ARN.
|
|
8715
|
+
|
|
8716
|
+
:param scope: -
|
|
8717
|
+
:param id: -
|
|
8718
|
+
:param arn: -
|
|
8719
|
+
'''
|
|
8720
|
+
if __debug__:
|
|
8721
|
+
type_hints = typing.get_type_hints(_typecheckingstub__9c3cbc2e84defcc8e097b629b1377eab8c983f072040ad64099e394d8a6b80f1)
|
|
8722
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
8723
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
8724
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
8725
|
+
return typing.cast(_IIndexRef_a3487225, jsii.sinvoke(cls, "fromIndexArn", [scope, id, arn]))
|
|
8726
|
+
|
|
8727
|
+
@jsii.member(jsii_name="fromIndexId")
|
|
8728
|
+
@builtins.classmethod
|
|
8729
|
+
def from_index_id(
|
|
8730
|
+
cls,
|
|
8731
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8732
|
+
id: builtins.str,
|
|
8733
|
+
index_id: builtins.str,
|
|
8734
|
+
) -> _IIndexRef_a3487225:
|
|
8735
|
+
'''Creates a new IIndexRef from a indexId.
|
|
8736
|
+
|
|
8737
|
+
:param scope: -
|
|
8738
|
+
:param id: -
|
|
8739
|
+
:param index_id: -
|
|
8740
|
+
'''
|
|
8741
|
+
if __debug__:
|
|
8742
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a3d65e01f4a12797e9ee2f3e2941dcfeed4c42a38a506c8b0213a0613c94d3f6)
|
|
8743
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
8744
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
8745
|
+
check_type(argname="argument index_id", value=index_id, expected_type=type_hints["index_id"])
|
|
8746
|
+
return typing.cast(_IIndexRef_a3487225, jsii.sinvoke(cls, "fromIndexId", [scope, id, index_id]))
|
|
8747
|
+
|
|
8678
8748
|
@jsii.member(jsii_name="inspect")
|
|
8679
8749
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
8680
8750
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -8732,6 +8802,12 @@ class CfnIndex(
|
|
|
8732
8802
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
8733
8803
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
8734
8804
|
|
|
8805
|
+
@builtins.property
|
|
8806
|
+
@jsii.member(jsii_name="indexRef")
|
|
8807
|
+
def index_ref(self) -> _IndexReference_ae50038f:
|
|
8808
|
+
'''A reference to a Index resource.'''
|
|
8809
|
+
return typing.cast(_IndexReference_ae50038f, jsii.get(self, "indexRef"))
|
|
8810
|
+
|
|
8735
8811
|
@builtins.property
|
|
8736
8812
|
@jsii.member(jsii_name="tags")
|
|
8737
8813
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -10823,6 +10899,22 @@ def _typecheckingstub__5f1204970a88ec523311382503badf4dde293efe7a39dfb0456e12407
|
|
|
10823
10899
|
"""Type checking stubs"""
|
|
10824
10900
|
pass
|
|
10825
10901
|
|
|
10902
|
+
def _typecheckingstub__9c3cbc2e84defcc8e097b629b1377eab8c983f072040ad64099e394d8a6b80f1(
|
|
10903
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
10904
|
+
id: builtins.str,
|
|
10905
|
+
arn: builtins.str,
|
|
10906
|
+
) -> None:
|
|
10907
|
+
"""Type checking stubs"""
|
|
10908
|
+
pass
|
|
10909
|
+
|
|
10910
|
+
def _typecheckingstub__a3d65e01f4a12797e9ee2f3e2941dcfeed4c42a38a506c8b0213a0613c94d3f6(
|
|
10911
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
10912
|
+
id: builtins.str,
|
|
10913
|
+
index_id: builtins.str,
|
|
10914
|
+
) -> None:
|
|
10915
|
+
"""Type checking stubs"""
|
|
10916
|
+
pass
|
|
10917
|
+
|
|
10826
10918
|
def _typecheckingstub__540517a32fdcfcd298c87cf94ee56816edf19e0499b0f6948fee9fd23be529c6(
|
|
10827
10919
|
inspector: _TreeInspector_488e0dd5,
|
|
10828
10920
|
) -> None:
|
|
@@ -67,9 +67,13 @@ from .. import (
|
|
|
67
67
|
TagManager as _TagManager_0a598cb3,
|
|
68
68
|
TreeInspector as _TreeInspector_488e0dd5,
|
|
69
69
|
)
|
|
70
|
+
from ..interfaces.aws_kendraranking import (
|
|
71
|
+
ExecutionPlanReference as _ExecutionPlanReference_e2683022,
|
|
72
|
+
IExecutionPlanRef as _IExecutionPlanRef_0496b464,
|
|
73
|
+
)
|
|
70
74
|
|
|
71
75
|
|
|
72
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
76
|
+
@jsii.implements(_IInspectable_c2943556, _IExecutionPlanRef_0496b464, _ITaggable_36806126)
|
|
73
77
|
class CfnExecutionPlan(
|
|
74
78
|
_CfnResource_9df397a6,
|
|
75
79
|
metaclass=jsii.JSIIMeta,
|
|
@@ -116,7 +120,8 @@ class CfnExecutionPlan(
|
|
|
116
120
|
description: typing.Optional[builtins.str] = None,
|
|
117
121
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
118
122
|
) -> None:
|
|
119
|
-
'''
|
|
123
|
+
'''Create a new ``AWS::KendraRanking::ExecutionPlan``.
|
|
124
|
+
|
|
120
125
|
:param scope: Scope in which this resource is defined.
|
|
121
126
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
122
127
|
:param name: A name for the rescore execution plan.
|
|
@@ -190,6 +195,12 @@ class CfnExecutionPlan(
|
|
|
190
195
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
191
196
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
192
197
|
|
|
198
|
+
@builtins.property
|
|
199
|
+
@jsii.member(jsii_name="executionPlanRef")
|
|
200
|
+
def execution_plan_ref(self) -> _ExecutionPlanReference_e2683022:
|
|
201
|
+
'''A reference to a ExecutionPlan resource.'''
|
|
202
|
+
return typing.cast(_ExecutionPlanReference_e2683022, jsii.get(self, "executionPlanRef"))
|
|
203
|
+
|
|
193
204
|
@builtins.property
|
|
194
205
|
@jsii.member(jsii_name="tags")
|
|
195
206
|
def tags(self) -> _TagManager_0a598cb3:
|