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,1942 @@
|
|
|
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_bedrock.AgentAliasReference",
|
|
39
|
+
jsii_struct_bases=[],
|
|
40
|
+
name_mapping={
|
|
41
|
+
"agent_alias_arn": "agentAliasArn",
|
|
42
|
+
"agent_alias_id": "agentAliasId",
|
|
43
|
+
"agent_id": "agentId",
|
|
44
|
+
},
|
|
45
|
+
)
|
|
46
|
+
class AgentAliasReference:
|
|
47
|
+
def __init__(
|
|
48
|
+
self,
|
|
49
|
+
*,
|
|
50
|
+
agent_alias_arn: builtins.str,
|
|
51
|
+
agent_alias_id: builtins.str,
|
|
52
|
+
agent_id: builtins.str,
|
|
53
|
+
) -> None:
|
|
54
|
+
'''A reference to a AgentAlias resource.
|
|
55
|
+
|
|
56
|
+
:param agent_alias_arn: The ARN of the AgentAlias resource.
|
|
57
|
+
:param agent_alias_id: The AgentAliasId of the AgentAlias resource.
|
|
58
|
+
:param agent_id: The AgentId of the AgentAlias resource.
|
|
59
|
+
|
|
60
|
+
:exampleMetadata: fixture=_generated
|
|
61
|
+
|
|
62
|
+
Example::
|
|
63
|
+
|
|
64
|
+
# The code below shows an example of how to instantiate this type.
|
|
65
|
+
# The values are placeholders you should change.
|
|
66
|
+
from aws_cdk.interfaces import aws_bedrock as interfaces_aws_bedrock
|
|
67
|
+
|
|
68
|
+
agent_alias_reference = interfaces_aws_bedrock.AgentAliasReference(
|
|
69
|
+
agent_alias_arn="agentAliasArn",
|
|
70
|
+
agent_alias_id="agentAliasId",
|
|
71
|
+
agent_id="agentId"
|
|
72
|
+
)
|
|
73
|
+
'''
|
|
74
|
+
if __debug__:
|
|
75
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b7863ca07ea79b188f977c72e03ff9119313dd3281bfea1fdc780c42e1e66684)
|
|
76
|
+
check_type(argname="argument agent_alias_arn", value=agent_alias_arn, expected_type=type_hints["agent_alias_arn"])
|
|
77
|
+
check_type(argname="argument agent_alias_id", value=agent_alias_id, expected_type=type_hints["agent_alias_id"])
|
|
78
|
+
check_type(argname="argument agent_id", value=agent_id, expected_type=type_hints["agent_id"])
|
|
79
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
80
|
+
"agent_alias_arn": agent_alias_arn,
|
|
81
|
+
"agent_alias_id": agent_alias_id,
|
|
82
|
+
"agent_id": agent_id,
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
@builtins.property
|
|
86
|
+
def agent_alias_arn(self) -> builtins.str:
|
|
87
|
+
'''The ARN of the AgentAlias resource.'''
|
|
88
|
+
result = self._values.get("agent_alias_arn")
|
|
89
|
+
assert result is not None, "Required property 'agent_alias_arn' is missing"
|
|
90
|
+
return typing.cast(builtins.str, result)
|
|
91
|
+
|
|
92
|
+
@builtins.property
|
|
93
|
+
def agent_alias_id(self) -> builtins.str:
|
|
94
|
+
'''The AgentAliasId of the AgentAlias resource.'''
|
|
95
|
+
result = self._values.get("agent_alias_id")
|
|
96
|
+
assert result is not None, "Required property 'agent_alias_id' is missing"
|
|
97
|
+
return typing.cast(builtins.str, result)
|
|
98
|
+
|
|
99
|
+
@builtins.property
|
|
100
|
+
def agent_id(self) -> builtins.str:
|
|
101
|
+
'''The AgentId of the AgentAlias resource.'''
|
|
102
|
+
result = self._values.get("agent_id")
|
|
103
|
+
assert result is not None, "Required property 'agent_id' is missing"
|
|
104
|
+
return typing.cast(builtins.str, result)
|
|
105
|
+
|
|
106
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
107
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
108
|
+
|
|
109
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
110
|
+
return not (rhs == self)
|
|
111
|
+
|
|
112
|
+
def __repr__(self) -> str:
|
|
113
|
+
return "AgentAliasReference(%s)" % ", ".join(
|
|
114
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
115
|
+
)
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
@jsii.data_type(
|
|
119
|
+
jsii_type="aws-cdk-lib.interfaces.aws_bedrock.AgentReference",
|
|
120
|
+
jsii_struct_bases=[],
|
|
121
|
+
name_mapping={"agent_arn": "agentArn", "agent_id": "agentId"},
|
|
122
|
+
)
|
|
123
|
+
class AgentReference:
|
|
124
|
+
def __init__(self, *, agent_arn: builtins.str, agent_id: builtins.str) -> None:
|
|
125
|
+
'''A reference to a Agent resource.
|
|
126
|
+
|
|
127
|
+
:param agent_arn: The ARN of the Agent resource.
|
|
128
|
+
:param agent_id: The AgentId of the Agent resource.
|
|
129
|
+
|
|
130
|
+
:exampleMetadata: fixture=_generated
|
|
131
|
+
|
|
132
|
+
Example::
|
|
133
|
+
|
|
134
|
+
# The code below shows an example of how to instantiate this type.
|
|
135
|
+
# The values are placeholders you should change.
|
|
136
|
+
from aws_cdk.interfaces import aws_bedrock as interfaces_aws_bedrock
|
|
137
|
+
|
|
138
|
+
agent_reference = interfaces_aws_bedrock.AgentReference(
|
|
139
|
+
agent_arn="agentArn",
|
|
140
|
+
agent_id="agentId"
|
|
141
|
+
)
|
|
142
|
+
'''
|
|
143
|
+
if __debug__:
|
|
144
|
+
type_hints = typing.get_type_hints(_typecheckingstub__aea3cfbcffff2ed7540a46c8063a2135275d1028bbdec6bdbd46f8d6317f5907)
|
|
145
|
+
check_type(argname="argument agent_arn", value=agent_arn, expected_type=type_hints["agent_arn"])
|
|
146
|
+
check_type(argname="argument agent_id", value=agent_id, expected_type=type_hints["agent_id"])
|
|
147
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
148
|
+
"agent_arn": agent_arn,
|
|
149
|
+
"agent_id": agent_id,
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
@builtins.property
|
|
153
|
+
def agent_arn(self) -> builtins.str:
|
|
154
|
+
'''The ARN of the Agent resource.'''
|
|
155
|
+
result = self._values.get("agent_arn")
|
|
156
|
+
assert result is not None, "Required property 'agent_arn' is missing"
|
|
157
|
+
return typing.cast(builtins.str, result)
|
|
158
|
+
|
|
159
|
+
@builtins.property
|
|
160
|
+
def agent_id(self) -> builtins.str:
|
|
161
|
+
'''The AgentId of the Agent resource.'''
|
|
162
|
+
result = self._values.get("agent_id")
|
|
163
|
+
assert result is not None, "Required property 'agent_id' is missing"
|
|
164
|
+
return typing.cast(builtins.str, result)
|
|
165
|
+
|
|
166
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
167
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
168
|
+
|
|
169
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
170
|
+
return not (rhs == self)
|
|
171
|
+
|
|
172
|
+
def __repr__(self) -> str:
|
|
173
|
+
return "AgentReference(%s)" % ", ".join(
|
|
174
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
175
|
+
)
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
@jsii.data_type(
|
|
179
|
+
jsii_type="aws-cdk-lib.interfaces.aws_bedrock.ApplicationInferenceProfileReference",
|
|
180
|
+
jsii_struct_bases=[],
|
|
181
|
+
name_mapping={"inference_profile_identifier": "inferenceProfileIdentifier"},
|
|
182
|
+
)
|
|
183
|
+
class ApplicationInferenceProfileReference:
|
|
184
|
+
def __init__(self, *, inference_profile_identifier: builtins.str) -> None:
|
|
185
|
+
'''A reference to a ApplicationInferenceProfile resource.
|
|
186
|
+
|
|
187
|
+
:param inference_profile_identifier: The InferenceProfileIdentifier of the ApplicationInferenceProfile resource.
|
|
188
|
+
|
|
189
|
+
:exampleMetadata: fixture=_generated
|
|
190
|
+
|
|
191
|
+
Example::
|
|
192
|
+
|
|
193
|
+
# The code below shows an example of how to instantiate this type.
|
|
194
|
+
# The values are placeholders you should change.
|
|
195
|
+
from aws_cdk.interfaces import aws_bedrock as interfaces_aws_bedrock
|
|
196
|
+
|
|
197
|
+
application_inference_profile_reference = interfaces_aws_bedrock.ApplicationInferenceProfileReference(
|
|
198
|
+
inference_profile_identifier="inferenceProfileIdentifier"
|
|
199
|
+
)
|
|
200
|
+
'''
|
|
201
|
+
if __debug__:
|
|
202
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4a9312f77d90c2991e17437afdee91a2a8e231ad7ed8db9d5b592a11c0bafb31)
|
|
203
|
+
check_type(argname="argument inference_profile_identifier", value=inference_profile_identifier, expected_type=type_hints["inference_profile_identifier"])
|
|
204
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
205
|
+
"inference_profile_identifier": inference_profile_identifier,
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
@builtins.property
|
|
209
|
+
def inference_profile_identifier(self) -> builtins.str:
|
|
210
|
+
'''The InferenceProfileIdentifier of the ApplicationInferenceProfile resource.'''
|
|
211
|
+
result = self._values.get("inference_profile_identifier")
|
|
212
|
+
assert result is not None, "Required property 'inference_profile_identifier' is missing"
|
|
213
|
+
return typing.cast(builtins.str, result)
|
|
214
|
+
|
|
215
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
216
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
217
|
+
|
|
218
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
219
|
+
return not (rhs == self)
|
|
220
|
+
|
|
221
|
+
def __repr__(self) -> str:
|
|
222
|
+
return "ApplicationInferenceProfileReference(%s)" % ", ".join(
|
|
223
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
224
|
+
)
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
@jsii.data_type(
|
|
228
|
+
jsii_type="aws-cdk-lib.interfaces.aws_bedrock.AutomatedReasoningPolicyReference",
|
|
229
|
+
jsii_struct_bases=[],
|
|
230
|
+
name_mapping={"policy_arn": "policyArn"},
|
|
231
|
+
)
|
|
232
|
+
class AutomatedReasoningPolicyReference:
|
|
233
|
+
def __init__(self, *, policy_arn: builtins.str) -> None:
|
|
234
|
+
'''A reference to a AutomatedReasoningPolicy resource.
|
|
235
|
+
|
|
236
|
+
:param policy_arn: The PolicyArn of the AutomatedReasoningPolicy resource.
|
|
237
|
+
|
|
238
|
+
:exampleMetadata: fixture=_generated
|
|
239
|
+
|
|
240
|
+
Example::
|
|
241
|
+
|
|
242
|
+
# The code below shows an example of how to instantiate this type.
|
|
243
|
+
# The values are placeholders you should change.
|
|
244
|
+
from aws_cdk.interfaces import aws_bedrock as interfaces_aws_bedrock
|
|
245
|
+
|
|
246
|
+
automated_reasoning_policy_reference = interfaces_aws_bedrock.AutomatedReasoningPolicyReference(
|
|
247
|
+
policy_arn="policyArn"
|
|
248
|
+
)
|
|
249
|
+
'''
|
|
250
|
+
if __debug__:
|
|
251
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8ddf668bf79c1411180f49e3b2f2491ea0caf68d4e73da779e6e8289bb0a346b)
|
|
252
|
+
check_type(argname="argument policy_arn", value=policy_arn, expected_type=type_hints["policy_arn"])
|
|
253
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
254
|
+
"policy_arn": policy_arn,
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
@builtins.property
|
|
258
|
+
def policy_arn(self) -> builtins.str:
|
|
259
|
+
'''The PolicyArn of the AutomatedReasoningPolicy resource.'''
|
|
260
|
+
result = self._values.get("policy_arn")
|
|
261
|
+
assert result is not None, "Required property 'policy_arn' is missing"
|
|
262
|
+
return typing.cast(builtins.str, result)
|
|
263
|
+
|
|
264
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
265
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
266
|
+
|
|
267
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
268
|
+
return not (rhs == self)
|
|
269
|
+
|
|
270
|
+
def __repr__(self) -> str:
|
|
271
|
+
return "AutomatedReasoningPolicyReference(%s)" % ", ".join(
|
|
272
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
273
|
+
)
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
@jsii.data_type(
|
|
277
|
+
jsii_type="aws-cdk-lib.interfaces.aws_bedrock.AutomatedReasoningPolicyVersionReference",
|
|
278
|
+
jsii_struct_bases=[],
|
|
279
|
+
name_mapping={"policy_arn": "policyArn", "version": "version"},
|
|
280
|
+
)
|
|
281
|
+
class AutomatedReasoningPolicyVersionReference:
|
|
282
|
+
def __init__(self, *, policy_arn: builtins.str, version: builtins.str) -> None:
|
|
283
|
+
'''A reference to a AutomatedReasoningPolicyVersion resource.
|
|
284
|
+
|
|
285
|
+
:param policy_arn: The PolicyArn of the AutomatedReasoningPolicyVersion resource.
|
|
286
|
+
:param version: The Version of the AutomatedReasoningPolicyVersion resource.
|
|
287
|
+
|
|
288
|
+
:exampleMetadata: fixture=_generated
|
|
289
|
+
|
|
290
|
+
Example::
|
|
291
|
+
|
|
292
|
+
# The code below shows an example of how to instantiate this type.
|
|
293
|
+
# The values are placeholders you should change.
|
|
294
|
+
from aws_cdk.interfaces import aws_bedrock as interfaces_aws_bedrock
|
|
295
|
+
|
|
296
|
+
automated_reasoning_policy_version_reference = interfaces_aws_bedrock.AutomatedReasoningPolicyVersionReference(
|
|
297
|
+
policy_arn="policyArn",
|
|
298
|
+
version="version"
|
|
299
|
+
)
|
|
300
|
+
'''
|
|
301
|
+
if __debug__:
|
|
302
|
+
type_hints = typing.get_type_hints(_typecheckingstub__178718377c8c6e20e87dd12c80145195f71cc3a95b298c70f47ca3e4f10989a6)
|
|
303
|
+
check_type(argname="argument policy_arn", value=policy_arn, expected_type=type_hints["policy_arn"])
|
|
304
|
+
check_type(argname="argument version", value=version, expected_type=type_hints["version"])
|
|
305
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
306
|
+
"policy_arn": policy_arn,
|
|
307
|
+
"version": version,
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
@builtins.property
|
|
311
|
+
def policy_arn(self) -> builtins.str:
|
|
312
|
+
'''The PolicyArn of the AutomatedReasoningPolicyVersion resource.'''
|
|
313
|
+
result = self._values.get("policy_arn")
|
|
314
|
+
assert result is not None, "Required property 'policy_arn' is missing"
|
|
315
|
+
return typing.cast(builtins.str, result)
|
|
316
|
+
|
|
317
|
+
@builtins.property
|
|
318
|
+
def version(self) -> builtins.str:
|
|
319
|
+
'''The Version of the AutomatedReasoningPolicyVersion resource.'''
|
|
320
|
+
result = self._values.get("version")
|
|
321
|
+
assert result is not None, "Required property 'version' is missing"
|
|
322
|
+
return typing.cast(builtins.str, result)
|
|
323
|
+
|
|
324
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
325
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
326
|
+
|
|
327
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
328
|
+
return not (rhs == self)
|
|
329
|
+
|
|
330
|
+
def __repr__(self) -> str:
|
|
331
|
+
return "AutomatedReasoningPolicyVersionReference(%s)" % ", ".join(
|
|
332
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
333
|
+
)
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
@jsii.data_type(
|
|
337
|
+
jsii_type="aws-cdk-lib.interfaces.aws_bedrock.BlueprintReference",
|
|
338
|
+
jsii_struct_bases=[],
|
|
339
|
+
name_mapping={"blueprint_arn": "blueprintArn"},
|
|
340
|
+
)
|
|
341
|
+
class BlueprintReference:
|
|
342
|
+
def __init__(self, *, blueprint_arn: builtins.str) -> None:
|
|
343
|
+
'''A reference to a Blueprint resource.
|
|
344
|
+
|
|
345
|
+
:param blueprint_arn: The BlueprintArn of the Blueprint resource.
|
|
346
|
+
|
|
347
|
+
:exampleMetadata: fixture=_generated
|
|
348
|
+
|
|
349
|
+
Example::
|
|
350
|
+
|
|
351
|
+
# The code below shows an example of how to instantiate this type.
|
|
352
|
+
# The values are placeholders you should change.
|
|
353
|
+
from aws_cdk.interfaces import aws_bedrock as interfaces_aws_bedrock
|
|
354
|
+
|
|
355
|
+
blueprint_reference = interfaces_aws_bedrock.BlueprintReference(
|
|
356
|
+
blueprint_arn="blueprintArn"
|
|
357
|
+
)
|
|
358
|
+
'''
|
|
359
|
+
if __debug__:
|
|
360
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8c467920c18d9ab11612b085e024f0c8d31837c54bb58d9a67f667e297a91090)
|
|
361
|
+
check_type(argname="argument blueprint_arn", value=blueprint_arn, expected_type=type_hints["blueprint_arn"])
|
|
362
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
363
|
+
"blueprint_arn": blueprint_arn,
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
@builtins.property
|
|
367
|
+
def blueprint_arn(self) -> builtins.str:
|
|
368
|
+
'''The BlueprintArn of the Blueprint resource.'''
|
|
369
|
+
result = self._values.get("blueprint_arn")
|
|
370
|
+
assert result is not None, "Required property 'blueprint_arn' is missing"
|
|
371
|
+
return typing.cast(builtins.str, result)
|
|
372
|
+
|
|
373
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
374
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
375
|
+
|
|
376
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
377
|
+
return not (rhs == self)
|
|
378
|
+
|
|
379
|
+
def __repr__(self) -> str:
|
|
380
|
+
return "BlueprintReference(%s)" % ", ".join(
|
|
381
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
382
|
+
)
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
@jsii.data_type(
|
|
386
|
+
jsii_type="aws-cdk-lib.interfaces.aws_bedrock.DataAutomationProjectReference",
|
|
387
|
+
jsii_struct_bases=[],
|
|
388
|
+
name_mapping={"project_arn": "projectArn"},
|
|
389
|
+
)
|
|
390
|
+
class DataAutomationProjectReference:
|
|
391
|
+
def __init__(self, *, project_arn: builtins.str) -> None:
|
|
392
|
+
'''A reference to a DataAutomationProject resource.
|
|
393
|
+
|
|
394
|
+
:param project_arn: The ProjectArn of the DataAutomationProject resource.
|
|
395
|
+
|
|
396
|
+
:exampleMetadata: fixture=_generated
|
|
397
|
+
|
|
398
|
+
Example::
|
|
399
|
+
|
|
400
|
+
# The code below shows an example of how to instantiate this type.
|
|
401
|
+
# The values are placeholders you should change.
|
|
402
|
+
from aws_cdk.interfaces import aws_bedrock as interfaces_aws_bedrock
|
|
403
|
+
|
|
404
|
+
data_automation_project_reference = interfaces_aws_bedrock.DataAutomationProjectReference(
|
|
405
|
+
project_arn="projectArn"
|
|
406
|
+
)
|
|
407
|
+
'''
|
|
408
|
+
if __debug__:
|
|
409
|
+
type_hints = typing.get_type_hints(_typecheckingstub__203506f3f388f0173acfcb73d107f5a4214bb61fda1a5934e4815e50677e3398)
|
|
410
|
+
check_type(argname="argument project_arn", value=project_arn, expected_type=type_hints["project_arn"])
|
|
411
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
412
|
+
"project_arn": project_arn,
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
@builtins.property
|
|
416
|
+
def project_arn(self) -> builtins.str:
|
|
417
|
+
'''The ProjectArn of the DataAutomationProject resource.'''
|
|
418
|
+
result = self._values.get("project_arn")
|
|
419
|
+
assert result is not None, "Required property 'project_arn' is missing"
|
|
420
|
+
return typing.cast(builtins.str, result)
|
|
421
|
+
|
|
422
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
423
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
424
|
+
|
|
425
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
426
|
+
return not (rhs == self)
|
|
427
|
+
|
|
428
|
+
def __repr__(self) -> str:
|
|
429
|
+
return "DataAutomationProjectReference(%s)" % ", ".join(
|
|
430
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
431
|
+
)
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
@jsii.data_type(
|
|
435
|
+
jsii_type="aws-cdk-lib.interfaces.aws_bedrock.DataSourceReference",
|
|
436
|
+
jsii_struct_bases=[],
|
|
437
|
+
name_mapping={
|
|
438
|
+
"data_source_id": "dataSourceId",
|
|
439
|
+
"knowledge_base_id": "knowledgeBaseId",
|
|
440
|
+
},
|
|
441
|
+
)
|
|
442
|
+
class DataSourceReference:
|
|
443
|
+
def __init__(
|
|
444
|
+
self,
|
|
445
|
+
*,
|
|
446
|
+
data_source_id: builtins.str,
|
|
447
|
+
knowledge_base_id: builtins.str,
|
|
448
|
+
) -> None:
|
|
449
|
+
'''A reference to a DataSource resource.
|
|
450
|
+
|
|
451
|
+
:param data_source_id: The DataSourceId of the DataSource resource.
|
|
452
|
+
:param knowledge_base_id: The KnowledgeBaseId of the DataSource resource.
|
|
453
|
+
|
|
454
|
+
:exampleMetadata: fixture=_generated
|
|
455
|
+
|
|
456
|
+
Example::
|
|
457
|
+
|
|
458
|
+
# The code below shows an example of how to instantiate this type.
|
|
459
|
+
# The values are placeholders you should change.
|
|
460
|
+
from aws_cdk.interfaces import aws_bedrock as interfaces_aws_bedrock
|
|
461
|
+
|
|
462
|
+
data_source_reference = interfaces_aws_bedrock.DataSourceReference(
|
|
463
|
+
data_source_id="dataSourceId",
|
|
464
|
+
knowledge_base_id="knowledgeBaseId"
|
|
465
|
+
)
|
|
466
|
+
'''
|
|
467
|
+
if __debug__:
|
|
468
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e0bf2d83e4541e1c43cb719782e1cec816e4258b1bd773390292a218ebdb85e3)
|
|
469
|
+
check_type(argname="argument data_source_id", value=data_source_id, expected_type=type_hints["data_source_id"])
|
|
470
|
+
check_type(argname="argument knowledge_base_id", value=knowledge_base_id, expected_type=type_hints["knowledge_base_id"])
|
|
471
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
472
|
+
"data_source_id": data_source_id,
|
|
473
|
+
"knowledge_base_id": knowledge_base_id,
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
@builtins.property
|
|
477
|
+
def data_source_id(self) -> builtins.str:
|
|
478
|
+
'''The DataSourceId of the DataSource resource.'''
|
|
479
|
+
result = self._values.get("data_source_id")
|
|
480
|
+
assert result is not None, "Required property 'data_source_id' is missing"
|
|
481
|
+
return typing.cast(builtins.str, result)
|
|
482
|
+
|
|
483
|
+
@builtins.property
|
|
484
|
+
def knowledge_base_id(self) -> builtins.str:
|
|
485
|
+
'''The KnowledgeBaseId of the DataSource resource.'''
|
|
486
|
+
result = self._values.get("knowledge_base_id")
|
|
487
|
+
assert result is not None, "Required property 'knowledge_base_id' is missing"
|
|
488
|
+
return typing.cast(builtins.str, result)
|
|
489
|
+
|
|
490
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
491
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
492
|
+
|
|
493
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
494
|
+
return not (rhs == self)
|
|
495
|
+
|
|
496
|
+
def __repr__(self) -> str:
|
|
497
|
+
return "DataSourceReference(%s)" % ", ".join(
|
|
498
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
499
|
+
)
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
@jsii.data_type(
|
|
503
|
+
jsii_type="aws-cdk-lib.interfaces.aws_bedrock.FlowAliasReference",
|
|
504
|
+
jsii_struct_bases=[],
|
|
505
|
+
name_mapping={"flow_alias_arn": "flowAliasArn", "flow_arn": "flowArn"},
|
|
506
|
+
)
|
|
507
|
+
class FlowAliasReference:
|
|
508
|
+
def __init__(self, *, flow_alias_arn: builtins.str, flow_arn: builtins.str) -> None:
|
|
509
|
+
'''A reference to a FlowAlias resource.
|
|
510
|
+
|
|
511
|
+
:param flow_alias_arn: The Arn of the FlowAlias resource.
|
|
512
|
+
:param flow_arn: The FlowArn of the FlowAlias resource.
|
|
513
|
+
|
|
514
|
+
:exampleMetadata: fixture=_generated
|
|
515
|
+
|
|
516
|
+
Example::
|
|
517
|
+
|
|
518
|
+
# The code below shows an example of how to instantiate this type.
|
|
519
|
+
# The values are placeholders you should change.
|
|
520
|
+
from aws_cdk.interfaces import aws_bedrock as interfaces_aws_bedrock
|
|
521
|
+
|
|
522
|
+
flow_alias_reference = interfaces_aws_bedrock.FlowAliasReference(
|
|
523
|
+
flow_alias_arn="flowAliasArn",
|
|
524
|
+
flow_arn="flowArn"
|
|
525
|
+
)
|
|
526
|
+
'''
|
|
527
|
+
if __debug__:
|
|
528
|
+
type_hints = typing.get_type_hints(_typecheckingstub__cd4ba560709dca470a071df17cea02681b0a31fe31bb8cb4f206c48e66d1c751)
|
|
529
|
+
check_type(argname="argument flow_alias_arn", value=flow_alias_arn, expected_type=type_hints["flow_alias_arn"])
|
|
530
|
+
check_type(argname="argument flow_arn", value=flow_arn, expected_type=type_hints["flow_arn"])
|
|
531
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
532
|
+
"flow_alias_arn": flow_alias_arn,
|
|
533
|
+
"flow_arn": flow_arn,
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
@builtins.property
|
|
537
|
+
def flow_alias_arn(self) -> builtins.str:
|
|
538
|
+
'''The Arn of the FlowAlias resource.'''
|
|
539
|
+
result = self._values.get("flow_alias_arn")
|
|
540
|
+
assert result is not None, "Required property 'flow_alias_arn' is missing"
|
|
541
|
+
return typing.cast(builtins.str, result)
|
|
542
|
+
|
|
543
|
+
@builtins.property
|
|
544
|
+
def flow_arn(self) -> builtins.str:
|
|
545
|
+
'''The FlowArn of the FlowAlias resource.'''
|
|
546
|
+
result = self._values.get("flow_arn")
|
|
547
|
+
assert result is not None, "Required property 'flow_arn' is missing"
|
|
548
|
+
return typing.cast(builtins.str, result)
|
|
549
|
+
|
|
550
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
551
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
552
|
+
|
|
553
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
554
|
+
return not (rhs == self)
|
|
555
|
+
|
|
556
|
+
def __repr__(self) -> str:
|
|
557
|
+
return "FlowAliasReference(%s)" % ", ".join(
|
|
558
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
559
|
+
)
|
|
560
|
+
|
|
561
|
+
|
|
562
|
+
@jsii.data_type(
|
|
563
|
+
jsii_type="aws-cdk-lib.interfaces.aws_bedrock.FlowReference",
|
|
564
|
+
jsii_struct_bases=[],
|
|
565
|
+
name_mapping={"flow_arn": "flowArn"},
|
|
566
|
+
)
|
|
567
|
+
class FlowReference:
|
|
568
|
+
def __init__(self, *, flow_arn: builtins.str) -> None:
|
|
569
|
+
'''A reference to a Flow resource.
|
|
570
|
+
|
|
571
|
+
:param flow_arn: The Arn of the Flow resource.
|
|
572
|
+
|
|
573
|
+
:exampleMetadata: fixture=_generated
|
|
574
|
+
|
|
575
|
+
Example::
|
|
576
|
+
|
|
577
|
+
# The code below shows an example of how to instantiate this type.
|
|
578
|
+
# The values are placeholders you should change.
|
|
579
|
+
from aws_cdk.interfaces import aws_bedrock as interfaces_aws_bedrock
|
|
580
|
+
|
|
581
|
+
flow_reference = interfaces_aws_bedrock.FlowReference(
|
|
582
|
+
flow_arn="flowArn"
|
|
583
|
+
)
|
|
584
|
+
'''
|
|
585
|
+
if __debug__:
|
|
586
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3ca1977b41f714c0366a9f6787636edbc6785719f675f1716baea9155bd130bb)
|
|
587
|
+
check_type(argname="argument flow_arn", value=flow_arn, expected_type=type_hints["flow_arn"])
|
|
588
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
589
|
+
"flow_arn": flow_arn,
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
@builtins.property
|
|
593
|
+
def flow_arn(self) -> builtins.str:
|
|
594
|
+
'''The Arn of the Flow resource.'''
|
|
595
|
+
result = self._values.get("flow_arn")
|
|
596
|
+
assert result is not None, "Required property 'flow_arn' is missing"
|
|
597
|
+
return typing.cast(builtins.str, result)
|
|
598
|
+
|
|
599
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
600
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
601
|
+
|
|
602
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
603
|
+
return not (rhs == self)
|
|
604
|
+
|
|
605
|
+
def __repr__(self) -> str:
|
|
606
|
+
return "FlowReference(%s)" % ", ".join(
|
|
607
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
608
|
+
)
|
|
609
|
+
|
|
610
|
+
|
|
611
|
+
@jsii.data_type(
|
|
612
|
+
jsii_type="aws-cdk-lib.interfaces.aws_bedrock.FlowVersionReference",
|
|
613
|
+
jsii_struct_bases=[],
|
|
614
|
+
name_mapping={"flow_arn": "flowArn", "version": "version"},
|
|
615
|
+
)
|
|
616
|
+
class FlowVersionReference:
|
|
617
|
+
def __init__(self, *, flow_arn: builtins.str, version: builtins.str) -> None:
|
|
618
|
+
'''A reference to a FlowVersion resource.
|
|
619
|
+
|
|
620
|
+
:param flow_arn: The FlowArn of the FlowVersion resource.
|
|
621
|
+
:param version: The Version of the FlowVersion resource.
|
|
622
|
+
|
|
623
|
+
:exampleMetadata: fixture=_generated
|
|
624
|
+
|
|
625
|
+
Example::
|
|
626
|
+
|
|
627
|
+
# The code below shows an example of how to instantiate this type.
|
|
628
|
+
# The values are placeholders you should change.
|
|
629
|
+
from aws_cdk.interfaces import aws_bedrock as interfaces_aws_bedrock
|
|
630
|
+
|
|
631
|
+
flow_version_reference = interfaces_aws_bedrock.FlowVersionReference(
|
|
632
|
+
flow_arn="flowArn",
|
|
633
|
+
version="version"
|
|
634
|
+
)
|
|
635
|
+
'''
|
|
636
|
+
if __debug__:
|
|
637
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2874419298b6a77a2646ece3a5825bb09b6b15912b8586919219403a05350598)
|
|
638
|
+
check_type(argname="argument flow_arn", value=flow_arn, expected_type=type_hints["flow_arn"])
|
|
639
|
+
check_type(argname="argument version", value=version, expected_type=type_hints["version"])
|
|
640
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
641
|
+
"flow_arn": flow_arn,
|
|
642
|
+
"version": version,
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
@builtins.property
|
|
646
|
+
def flow_arn(self) -> builtins.str:
|
|
647
|
+
'''The FlowArn of the FlowVersion resource.'''
|
|
648
|
+
result = self._values.get("flow_arn")
|
|
649
|
+
assert result is not None, "Required property 'flow_arn' is missing"
|
|
650
|
+
return typing.cast(builtins.str, result)
|
|
651
|
+
|
|
652
|
+
@builtins.property
|
|
653
|
+
def version(self) -> builtins.str:
|
|
654
|
+
'''The Version of the FlowVersion resource.'''
|
|
655
|
+
result = self._values.get("version")
|
|
656
|
+
assert result is not None, "Required property 'version' is missing"
|
|
657
|
+
return typing.cast(builtins.str, result)
|
|
658
|
+
|
|
659
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
660
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
661
|
+
|
|
662
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
663
|
+
return not (rhs == self)
|
|
664
|
+
|
|
665
|
+
def __repr__(self) -> str:
|
|
666
|
+
return "FlowVersionReference(%s)" % ", ".join(
|
|
667
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
668
|
+
)
|
|
669
|
+
|
|
670
|
+
|
|
671
|
+
@jsii.data_type(
|
|
672
|
+
jsii_type="aws-cdk-lib.interfaces.aws_bedrock.GuardrailReference",
|
|
673
|
+
jsii_struct_bases=[],
|
|
674
|
+
name_mapping={"guardrail_arn": "guardrailArn"},
|
|
675
|
+
)
|
|
676
|
+
class GuardrailReference:
|
|
677
|
+
def __init__(self, *, guardrail_arn: builtins.str) -> None:
|
|
678
|
+
'''A reference to a Guardrail resource.
|
|
679
|
+
|
|
680
|
+
:param guardrail_arn: The GuardrailArn of the Guardrail resource.
|
|
681
|
+
|
|
682
|
+
:exampleMetadata: fixture=_generated
|
|
683
|
+
|
|
684
|
+
Example::
|
|
685
|
+
|
|
686
|
+
# The code below shows an example of how to instantiate this type.
|
|
687
|
+
# The values are placeholders you should change.
|
|
688
|
+
from aws_cdk.interfaces import aws_bedrock as interfaces_aws_bedrock
|
|
689
|
+
|
|
690
|
+
guardrail_reference = interfaces_aws_bedrock.GuardrailReference(
|
|
691
|
+
guardrail_arn="guardrailArn"
|
|
692
|
+
)
|
|
693
|
+
'''
|
|
694
|
+
if __debug__:
|
|
695
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e2665c2aac3057a56a72b5390eb1e2eb341665446d4bf813819b0eee3accc12b)
|
|
696
|
+
check_type(argname="argument guardrail_arn", value=guardrail_arn, expected_type=type_hints["guardrail_arn"])
|
|
697
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
698
|
+
"guardrail_arn": guardrail_arn,
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
@builtins.property
|
|
702
|
+
def guardrail_arn(self) -> builtins.str:
|
|
703
|
+
'''The GuardrailArn of the Guardrail resource.'''
|
|
704
|
+
result = self._values.get("guardrail_arn")
|
|
705
|
+
assert result is not None, "Required property 'guardrail_arn' is missing"
|
|
706
|
+
return typing.cast(builtins.str, result)
|
|
707
|
+
|
|
708
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
709
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
710
|
+
|
|
711
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
712
|
+
return not (rhs == self)
|
|
713
|
+
|
|
714
|
+
def __repr__(self) -> str:
|
|
715
|
+
return "GuardrailReference(%s)" % ", ".join(
|
|
716
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
717
|
+
)
|
|
718
|
+
|
|
719
|
+
|
|
720
|
+
@jsii.data_type(
|
|
721
|
+
jsii_type="aws-cdk-lib.interfaces.aws_bedrock.GuardrailVersionReference",
|
|
722
|
+
jsii_struct_bases=[],
|
|
723
|
+
name_mapping={"guardrail_id": "guardrailId", "version": "version"},
|
|
724
|
+
)
|
|
725
|
+
class GuardrailVersionReference:
|
|
726
|
+
def __init__(self, *, guardrail_id: builtins.str, version: builtins.str) -> None:
|
|
727
|
+
'''A reference to a GuardrailVersion resource.
|
|
728
|
+
|
|
729
|
+
:param guardrail_id: The GuardrailId of the GuardrailVersion resource.
|
|
730
|
+
:param version: The Version of the GuardrailVersion resource.
|
|
731
|
+
|
|
732
|
+
:exampleMetadata: fixture=_generated
|
|
733
|
+
|
|
734
|
+
Example::
|
|
735
|
+
|
|
736
|
+
# The code below shows an example of how to instantiate this type.
|
|
737
|
+
# The values are placeholders you should change.
|
|
738
|
+
from aws_cdk.interfaces import aws_bedrock as interfaces_aws_bedrock
|
|
739
|
+
|
|
740
|
+
guardrail_version_reference = interfaces_aws_bedrock.GuardrailVersionReference(
|
|
741
|
+
guardrail_id="guardrailId",
|
|
742
|
+
version="version"
|
|
743
|
+
)
|
|
744
|
+
'''
|
|
745
|
+
if __debug__:
|
|
746
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d6a893f9decc690a69a3826bfbca36059edb95fc2a7868258aaef41e61af6d40)
|
|
747
|
+
check_type(argname="argument guardrail_id", value=guardrail_id, expected_type=type_hints["guardrail_id"])
|
|
748
|
+
check_type(argname="argument version", value=version, expected_type=type_hints["version"])
|
|
749
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
750
|
+
"guardrail_id": guardrail_id,
|
|
751
|
+
"version": version,
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
@builtins.property
|
|
755
|
+
def guardrail_id(self) -> builtins.str:
|
|
756
|
+
'''The GuardrailId of the GuardrailVersion resource.'''
|
|
757
|
+
result = self._values.get("guardrail_id")
|
|
758
|
+
assert result is not None, "Required property 'guardrail_id' is missing"
|
|
759
|
+
return typing.cast(builtins.str, result)
|
|
760
|
+
|
|
761
|
+
@builtins.property
|
|
762
|
+
def version(self) -> builtins.str:
|
|
763
|
+
'''The Version of the GuardrailVersion resource.'''
|
|
764
|
+
result = self._values.get("version")
|
|
765
|
+
assert result is not None, "Required property 'version' is missing"
|
|
766
|
+
return typing.cast(builtins.str, result)
|
|
767
|
+
|
|
768
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
769
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
770
|
+
|
|
771
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
772
|
+
return not (rhs == self)
|
|
773
|
+
|
|
774
|
+
def __repr__(self) -> str:
|
|
775
|
+
return "GuardrailVersionReference(%s)" % ", ".join(
|
|
776
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
777
|
+
)
|
|
778
|
+
|
|
779
|
+
|
|
780
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_bedrock.IAgentAliasRef")
|
|
781
|
+
class IAgentAliasRef(
|
|
782
|
+
_constructs_77d1e7e8.IConstruct,
|
|
783
|
+
_IEnvironmentAware_f39049ee,
|
|
784
|
+
typing_extensions.Protocol,
|
|
785
|
+
):
|
|
786
|
+
'''(experimental) Indicates that this resource can be referenced as a AgentAlias.
|
|
787
|
+
|
|
788
|
+
:stability: experimental
|
|
789
|
+
'''
|
|
790
|
+
|
|
791
|
+
@builtins.property
|
|
792
|
+
@jsii.member(jsii_name="agentAliasRef")
|
|
793
|
+
def agent_alias_ref(self) -> AgentAliasReference:
|
|
794
|
+
'''(experimental) A reference to a AgentAlias resource.
|
|
795
|
+
|
|
796
|
+
:stability: experimental
|
|
797
|
+
'''
|
|
798
|
+
...
|
|
799
|
+
|
|
800
|
+
|
|
801
|
+
class _IAgentAliasRefProxy(
|
|
802
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
803
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
804
|
+
):
|
|
805
|
+
'''(experimental) Indicates that this resource can be referenced as a AgentAlias.
|
|
806
|
+
|
|
807
|
+
:stability: experimental
|
|
808
|
+
'''
|
|
809
|
+
|
|
810
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_bedrock.IAgentAliasRef"
|
|
811
|
+
|
|
812
|
+
@builtins.property
|
|
813
|
+
@jsii.member(jsii_name="agentAliasRef")
|
|
814
|
+
def agent_alias_ref(self) -> AgentAliasReference:
|
|
815
|
+
'''(experimental) A reference to a AgentAlias resource.
|
|
816
|
+
|
|
817
|
+
:stability: experimental
|
|
818
|
+
'''
|
|
819
|
+
return typing.cast(AgentAliasReference, jsii.get(self, "agentAliasRef"))
|
|
820
|
+
|
|
821
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
822
|
+
typing.cast(typing.Any, IAgentAliasRef).__jsii_proxy_class__ = lambda : _IAgentAliasRefProxy
|
|
823
|
+
|
|
824
|
+
|
|
825
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_bedrock.IAgentRef")
|
|
826
|
+
class IAgentRef(
|
|
827
|
+
_constructs_77d1e7e8.IConstruct,
|
|
828
|
+
_IEnvironmentAware_f39049ee,
|
|
829
|
+
typing_extensions.Protocol,
|
|
830
|
+
):
|
|
831
|
+
'''(experimental) Indicates that this resource can be referenced as a Agent.
|
|
832
|
+
|
|
833
|
+
:stability: experimental
|
|
834
|
+
'''
|
|
835
|
+
|
|
836
|
+
@builtins.property
|
|
837
|
+
@jsii.member(jsii_name="agentRef")
|
|
838
|
+
def agent_ref(self) -> AgentReference:
|
|
839
|
+
'''(experimental) A reference to a Agent resource.
|
|
840
|
+
|
|
841
|
+
:stability: experimental
|
|
842
|
+
'''
|
|
843
|
+
...
|
|
844
|
+
|
|
845
|
+
|
|
846
|
+
class _IAgentRefProxy(
|
|
847
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
848
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
849
|
+
):
|
|
850
|
+
'''(experimental) Indicates that this resource can be referenced as a Agent.
|
|
851
|
+
|
|
852
|
+
:stability: experimental
|
|
853
|
+
'''
|
|
854
|
+
|
|
855
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_bedrock.IAgentRef"
|
|
856
|
+
|
|
857
|
+
@builtins.property
|
|
858
|
+
@jsii.member(jsii_name="agentRef")
|
|
859
|
+
def agent_ref(self) -> AgentReference:
|
|
860
|
+
'''(experimental) A reference to a Agent resource.
|
|
861
|
+
|
|
862
|
+
:stability: experimental
|
|
863
|
+
'''
|
|
864
|
+
return typing.cast(AgentReference, jsii.get(self, "agentRef"))
|
|
865
|
+
|
|
866
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
867
|
+
typing.cast(typing.Any, IAgentRef).__jsii_proxy_class__ = lambda : _IAgentRefProxy
|
|
868
|
+
|
|
869
|
+
|
|
870
|
+
@jsii.interface(
|
|
871
|
+
jsii_type="aws-cdk-lib.interfaces.aws_bedrock.IApplicationInferenceProfileRef"
|
|
872
|
+
)
|
|
873
|
+
class IApplicationInferenceProfileRef(
|
|
874
|
+
_constructs_77d1e7e8.IConstruct,
|
|
875
|
+
_IEnvironmentAware_f39049ee,
|
|
876
|
+
typing_extensions.Protocol,
|
|
877
|
+
):
|
|
878
|
+
'''(experimental) Indicates that this resource can be referenced as a ApplicationInferenceProfile.
|
|
879
|
+
|
|
880
|
+
:stability: experimental
|
|
881
|
+
'''
|
|
882
|
+
|
|
883
|
+
@builtins.property
|
|
884
|
+
@jsii.member(jsii_name="applicationInferenceProfileRef")
|
|
885
|
+
def application_inference_profile_ref(self) -> ApplicationInferenceProfileReference:
|
|
886
|
+
'''(experimental) A reference to a ApplicationInferenceProfile resource.
|
|
887
|
+
|
|
888
|
+
:stability: experimental
|
|
889
|
+
'''
|
|
890
|
+
...
|
|
891
|
+
|
|
892
|
+
|
|
893
|
+
class _IApplicationInferenceProfileRefProxy(
|
|
894
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
895
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
896
|
+
):
|
|
897
|
+
'''(experimental) Indicates that this resource can be referenced as a ApplicationInferenceProfile.
|
|
898
|
+
|
|
899
|
+
:stability: experimental
|
|
900
|
+
'''
|
|
901
|
+
|
|
902
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_bedrock.IApplicationInferenceProfileRef"
|
|
903
|
+
|
|
904
|
+
@builtins.property
|
|
905
|
+
@jsii.member(jsii_name="applicationInferenceProfileRef")
|
|
906
|
+
def application_inference_profile_ref(self) -> ApplicationInferenceProfileReference:
|
|
907
|
+
'''(experimental) A reference to a ApplicationInferenceProfile resource.
|
|
908
|
+
|
|
909
|
+
:stability: experimental
|
|
910
|
+
'''
|
|
911
|
+
return typing.cast(ApplicationInferenceProfileReference, jsii.get(self, "applicationInferenceProfileRef"))
|
|
912
|
+
|
|
913
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
914
|
+
typing.cast(typing.Any, IApplicationInferenceProfileRef).__jsii_proxy_class__ = lambda : _IApplicationInferenceProfileRefProxy
|
|
915
|
+
|
|
916
|
+
|
|
917
|
+
@jsii.interface(
|
|
918
|
+
jsii_type="aws-cdk-lib.interfaces.aws_bedrock.IAutomatedReasoningPolicyRef"
|
|
919
|
+
)
|
|
920
|
+
class IAutomatedReasoningPolicyRef(
|
|
921
|
+
_constructs_77d1e7e8.IConstruct,
|
|
922
|
+
_IEnvironmentAware_f39049ee,
|
|
923
|
+
typing_extensions.Protocol,
|
|
924
|
+
):
|
|
925
|
+
'''(experimental) Indicates that this resource can be referenced as a AutomatedReasoningPolicy.
|
|
926
|
+
|
|
927
|
+
:stability: experimental
|
|
928
|
+
'''
|
|
929
|
+
|
|
930
|
+
@builtins.property
|
|
931
|
+
@jsii.member(jsii_name="automatedReasoningPolicyRef")
|
|
932
|
+
def automated_reasoning_policy_ref(self) -> AutomatedReasoningPolicyReference:
|
|
933
|
+
'''(experimental) A reference to a AutomatedReasoningPolicy resource.
|
|
934
|
+
|
|
935
|
+
:stability: experimental
|
|
936
|
+
'''
|
|
937
|
+
...
|
|
938
|
+
|
|
939
|
+
|
|
940
|
+
class _IAutomatedReasoningPolicyRefProxy(
|
|
941
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
942
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
943
|
+
):
|
|
944
|
+
'''(experimental) Indicates that this resource can be referenced as a AutomatedReasoningPolicy.
|
|
945
|
+
|
|
946
|
+
:stability: experimental
|
|
947
|
+
'''
|
|
948
|
+
|
|
949
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_bedrock.IAutomatedReasoningPolicyRef"
|
|
950
|
+
|
|
951
|
+
@builtins.property
|
|
952
|
+
@jsii.member(jsii_name="automatedReasoningPolicyRef")
|
|
953
|
+
def automated_reasoning_policy_ref(self) -> AutomatedReasoningPolicyReference:
|
|
954
|
+
'''(experimental) A reference to a AutomatedReasoningPolicy resource.
|
|
955
|
+
|
|
956
|
+
:stability: experimental
|
|
957
|
+
'''
|
|
958
|
+
return typing.cast(AutomatedReasoningPolicyReference, jsii.get(self, "automatedReasoningPolicyRef"))
|
|
959
|
+
|
|
960
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
961
|
+
typing.cast(typing.Any, IAutomatedReasoningPolicyRef).__jsii_proxy_class__ = lambda : _IAutomatedReasoningPolicyRefProxy
|
|
962
|
+
|
|
963
|
+
|
|
964
|
+
@jsii.interface(
|
|
965
|
+
jsii_type="aws-cdk-lib.interfaces.aws_bedrock.IAutomatedReasoningPolicyVersionRef"
|
|
966
|
+
)
|
|
967
|
+
class IAutomatedReasoningPolicyVersionRef(
|
|
968
|
+
_constructs_77d1e7e8.IConstruct,
|
|
969
|
+
_IEnvironmentAware_f39049ee,
|
|
970
|
+
typing_extensions.Protocol,
|
|
971
|
+
):
|
|
972
|
+
'''(experimental) Indicates that this resource can be referenced as a AutomatedReasoningPolicyVersion.
|
|
973
|
+
|
|
974
|
+
:stability: experimental
|
|
975
|
+
'''
|
|
976
|
+
|
|
977
|
+
@builtins.property
|
|
978
|
+
@jsii.member(jsii_name="automatedReasoningPolicyVersionRef")
|
|
979
|
+
def automated_reasoning_policy_version_ref(
|
|
980
|
+
self,
|
|
981
|
+
) -> AutomatedReasoningPolicyVersionReference:
|
|
982
|
+
'''(experimental) A reference to a AutomatedReasoningPolicyVersion resource.
|
|
983
|
+
|
|
984
|
+
:stability: experimental
|
|
985
|
+
'''
|
|
986
|
+
...
|
|
987
|
+
|
|
988
|
+
|
|
989
|
+
class _IAutomatedReasoningPolicyVersionRefProxy(
|
|
990
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
991
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
992
|
+
):
|
|
993
|
+
'''(experimental) Indicates that this resource can be referenced as a AutomatedReasoningPolicyVersion.
|
|
994
|
+
|
|
995
|
+
:stability: experimental
|
|
996
|
+
'''
|
|
997
|
+
|
|
998
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_bedrock.IAutomatedReasoningPolicyVersionRef"
|
|
999
|
+
|
|
1000
|
+
@builtins.property
|
|
1001
|
+
@jsii.member(jsii_name="automatedReasoningPolicyVersionRef")
|
|
1002
|
+
def automated_reasoning_policy_version_ref(
|
|
1003
|
+
self,
|
|
1004
|
+
) -> AutomatedReasoningPolicyVersionReference:
|
|
1005
|
+
'''(experimental) A reference to a AutomatedReasoningPolicyVersion resource.
|
|
1006
|
+
|
|
1007
|
+
:stability: experimental
|
|
1008
|
+
'''
|
|
1009
|
+
return typing.cast(AutomatedReasoningPolicyVersionReference, jsii.get(self, "automatedReasoningPolicyVersionRef"))
|
|
1010
|
+
|
|
1011
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1012
|
+
typing.cast(typing.Any, IAutomatedReasoningPolicyVersionRef).__jsii_proxy_class__ = lambda : _IAutomatedReasoningPolicyVersionRefProxy
|
|
1013
|
+
|
|
1014
|
+
|
|
1015
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_bedrock.IBlueprintRef")
|
|
1016
|
+
class IBlueprintRef(
|
|
1017
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1018
|
+
_IEnvironmentAware_f39049ee,
|
|
1019
|
+
typing_extensions.Protocol,
|
|
1020
|
+
):
|
|
1021
|
+
'''(experimental) Indicates that this resource can be referenced as a Blueprint.
|
|
1022
|
+
|
|
1023
|
+
:stability: experimental
|
|
1024
|
+
'''
|
|
1025
|
+
|
|
1026
|
+
@builtins.property
|
|
1027
|
+
@jsii.member(jsii_name="blueprintRef")
|
|
1028
|
+
def blueprint_ref(self) -> BlueprintReference:
|
|
1029
|
+
'''(experimental) A reference to a Blueprint resource.
|
|
1030
|
+
|
|
1031
|
+
:stability: experimental
|
|
1032
|
+
'''
|
|
1033
|
+
...
|
|
1034
|
+
|
|
1035
|
+
|
|
1036
|
+
class _IBlueprintRefProxy(
|
|
1037
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1038
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1039
|
+
):
|
|
1040
|
+
'''(experimental) Indicates that this resource can be referenced as a Blueprint.
|
|
1041
|
+
|
|
1042
|
+
:stability: experimental
|
|
1043
|
+
'''
|
|
1044
|
+
|
|
1045
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_bedrock.IBlueprintRef"
|
|
1046
|
+
|
|
1047
|
+
@builtins.property
|
|
1048
|
+
@jsii.member(jsii_name="blueprintRef")
|
|
1049
|
+
def blueprint_ref(self) -> BlueprintReference:
|
|
1050
|
+
'''(experimental) A reference to a Blueprint resource.
|
|
1051
|
+
|
|
1052
|
+
:stability: experimental
|
|
1053
|
+
'''
|
|
1054
|
+
return typing.cast(BlueprintReference, jsii.get(self, "blueprintRef"))
|
|
1055
|
+
|
|
1056
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1057
|
+
typing.cast(typing.Any, IBlueprintRef).__jsii_proxy_class__ = lambda : _IBlueprintRefProxy
|
|
1058
|
+
|
|
1059
|
+
|
|
1060
|
+
@jsii.interface(
|
|
1061
|
+
jsii_type="aws-cdk-lib.interfaces.aws_bedrock.IDataAutomationProjectRef"
|
|
1062
|
+
)
|
|
1063
|
+
class IDataAutomationProjectRef(
|
|
1064
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1065
|
+
_IEnvironmentAware_f39049ee,
|
|
1066
|
+
typing_extensions.Protocol,
|
|
1067
|
+
):
|
|
1068
|
+
'''(experimental) Indicates that this resource can be referenced as a DataAutomationProject.
|
|
1069
|
+
|
|
1070
|
+
:stability: experimental
|
|
1071
|
+
'''
|
|
1072
|
+
|
|
1073
|
+
@builtins.property
|
|
1074
|
+
@jsii.member(jsii_name="dataAutomationProjectRef")
|
|
1075
|
+
def data_automation_project_ref(self) -> DataAutomationProjectReference:
|
|
1076
|
+
'''(experimental) A reference to a DataAutomationProject resource.
|
|
1077
|
+
|
|
1078
|
+
:stability: experimental
|
|
1079
|
+
'''
|
|
1080
|
+
...
|
|
1081
|
+
|
|
1082
|
+
|
|
1083
|
+
class _IDataAutomationProjectRefProxy(
|
|
1084
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1085
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1086
|
+
):
|
|
1087
|
+
'''(experimental) Indicates that this resource can be referenced as a DataAutomationProject.
|
|
1088
|
+
|
|
1089
|
+
:stability: experimental
|
|
1090
|
+
'''
|
|
1091
|
+
|
|
1092
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_bedrock.IDataAutomationProjectRef"
|
|
1093
|
+
|
|
1094
|
+
@builtins.property
|
|
1095
|
+
@jsii.member(jsii_name="dataAutomationProjectRef")
|
|
1096
|
+
def data_automation_project_ref(self) -> DataAutomationProjectReference:
|
|
1097
|
+
'''(experimental) A reference to a DataAutomationProject resource.
|
|
1098
|
+
|
|
1099
|
+
:stability: experimental
|
|
1100
|
+
'''
|
|
1101
|
+
return typing.cast(DataAutomationProjectReference, jsii.get(self, "dataAutomationProjectRef"))
|
|
1102
|
+
|
|
1103
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1104
|
+
typing.cast(typing.Any, IDataAutomationProjectRef).__jsii_proxy_class__ = lambda : _IDataAutomationProjectRefProxy
|
|
1105
|
+
|
|
1106
|
+
|
|
1107
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_bedrock.IDataSourceRef")
|
|
1108
|
+
class IDataSourceRef(
|
|
1109
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1110
|
+
_IEnvironmentAware_f39049ee,
|
|
1111
|
+
typing_extensions.Protocol,
|
|
1112
|
+
):
|
|
1113
|
+
'''(experimental) Indicates that this resource can be referenced as a DataSource.
|
|
1114
|
+
|
|
1115
|
+
:stability: experimental
|
|
1116
|
+
'''
|
|
1117
|
+
|
|
1118
|
+
@builtins.property
|
|
1119
|
+
@jsii.member(jsii_name="dataSourceRef")
|
|
1120
|
+
def data_source_ref(self) -> DataSourceReference:
|
|
1121
|
+
'''(experimental) A reference to a DataSource resource.
|
|
1122
|
+
|
|
1123
|
+
:stability: experimental
|
|
1124
|
+
'''
|
|
1125
|
+
...
|
|
1126
|
+
|
|
1127
|
+
|
|
1128
|
+
class _IDataSourceRefProxy(
|
|
1129
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1130
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1131
|
+
):
|
|
1132
|
+
'''(experimental) Indicates that this resource can be referenced as a DataSource.
|
|
1133
|
+
|
|
1134
|
+
:stability: experimental
|
|
1135
|
+
'''
|
|
1136
|
+
|
|
1137
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_bedrock.IDataSourceRef"
|
|
1138
|
+
|
|
1139
|
+
@builtins.property
|
|
1140
|
+
@jsii.member(jsii_name="dataSourceRef")
|
|
1141
|
+
def data_source_ref(self) -> DataSourceReference:
|
|
1142
|
+
'''(experimental) A reference to a DataSource resource.
|
|
1143
|
+
|
|
1144
|
+
:stability: experimental
|
|
1145
|
+
'''
|
|
1146
|
+
return typing.cast(DataSourceReference, jsii.get(self, "dataSourceRef"))
|
|
1147
|
+
|
|
1148
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1149
|
+
typing.cast(typing.Any, IDataSourceRef).__jsii_proxy_class__ = lambda : _IDataSourceRefProxy
|
|
1150
|
+
|
|
1151
|
+
|
|
1152
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_bedrock.IFlowAliasRef")
|
|
1153
|
+
class IFlowAliasRef(
|
|
1154
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1155
|
+
_IEnvironmentAware_f39049ee,
|
|
1156
|
+
typing_extensions.Protocol,
|
|
1157
|
+
):
|
|
1158
|
+
'''(experimental) Indicates that this resource can be referenced as a FlowAlias.
|
|
1159
|
+
|
|
1160
|
+
:stability: experimental
|
|
1161
|
+
'''
|
|
1162
|
+
|
|
1163
|
+
@builtins.property
|
|
1164
|
+
@jsii.member(jsii_name="flowAliasRef")
|
|
1165
|
+
def flow_alias_ref(self) -> FlowAliasReference:
|
|
1166
|
+
'''(experimental) A reference to a FlowAlias resource.
|
|
1167
|
+
|
|
1168
|
+
:stability: experimental
|
|
1169
|
+
'''
|
|
1170
|
+
...
|
|
1171
|
+
|
|
1172
|
+
|
|
1173
|
+
class _IFlowAliasRefProxy(
|
|
1174
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1175
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1176
|
+
):
|
|
1177
|
+
'''(experimental) Indicates that this resource can be referenced as a FlowAlias.
|
|
1178
|
+
|
|
1179
|
+
:stability: experimental
|
|
1180
|
+
'''
|
|
1181
|
+
|
|
1182
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_bedrock.IFlowAliasRef"
|
|
1183
|
+
|
|
1184
|
+
@builtins.property
|
|
1185
|
+
@jsii.member(jsii_name="flowAliasRef")
|
|
1186
|
+
def flow_alias_ref(self) -> FlowAliasReference:
|
|
1187
|
+
'''(experimental) A reference to a FlowAlias resource.
|
|
1188
|
+
|
|
1189
|
+
:stability: experimental
|
|
1190
|
+
'''
|
|
1191
|
+
return typing.cast(FlowAliasReference, jsii.get(self, "flowAliasRef"))
|
|
1192
|
+
|
|
1193
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1194
|
+
typing.cast(typing.Any, IFlowAliasRef).__jsii_proxy_class__ = lambda : _IFlowAliasRefProxy
|
|
1195
|
+
|
|
1196
|
+
|
|
1197
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_bedrock.IFlowRef")
|
|
1198
|
+
class IFlowRef(
|
|
1199
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1200
|
+
_IEnvironmentAware_f39049ee,
|
|
1201
|
+
typing_extensions.Protocol,
|
|
1202
|
+
):
|
|
1203
|
+
'''(experimental) Indicates that this resource can be referenced as a Flow.
|
|
1204
|
+
|
|
1205
|
+
:stability: experimental
|
|
1206
|
+
'''
|
|
1207
|
+
|
|
1208
|
+
@builtins.property
|
|
1209
|
+
@jsii.member(jsii_name="flowRef")
|
|
1210
|
+
def flow_ref(self) -> FlowReference:
|
|
1211
|
+
'''(experimental) A reference to a Flow resource.
|
|
1212
|
+
|
|
1213
|
+
:stability: experimental
|
|
1214
|
+
'''
|
|
1215
|
+
...
|
|
1216
|
+
|
|
1217
|
+
|
|
1218
|
+
class _IFlowRefProxy(
|
|
1219
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1220
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1221
|
+
):
|
|
1222
|
+
'''(experimental) Indicates that this resource can be referenced as a Flow.
|
|
1223
|
+
|
|
1224
|
+
:stability: experimental
|
|
1225
|
+
'''
|
|
1226
|
+
|
|
1227
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_bedrock.IFlowRef"
|
|
1228
|
+
|
|
1229
|
+
@builtins.property
|
|
1230
|
+
@jsii.member(jsii_name="flowRef")
|
|
1231
|
+
def flow_ref(self) -> FlowReference:
|
|
1232
|
+
'''(experimental) A reference to a Flow resource.
|
|
1233
|
+
|
|
1234
|
+
:stability: experimental
|
|
1235
|
+
'''
|
|
1236
|
+
return typing.cast(FlowReference, jsii.get(self, "flowRef"))
|
|
1237
|
+
|
|
1238
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1239
|
+
typing.cast(typing.Any, IFlowRef).__jsii_proxy_class__ = lambda : _IFlowRefProxy
|
|
1240
|
+
|
|
1241
|
+
|
|
1242
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_bedrock.IFlowVersionRef")
|
|
1243
|
+
class IFlowVersionRef(
|
|
1244
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1245
|
+
_IEnvironmentAware_f39049ee,
|
|
1246
|
+
typing_extensions.Protocol,
|
|
1247
|
+
):
|
|
1248
|
+
'''(experimental) Indicates that this resource can be referenced as a FlowVersion.
|
|
1249
|
+
|
|
1250
|
+
:stability: experimental
|
|
1251
|
+
'''
|
|
1252
|
+
|
|
1253
|
+
@builtins.property
|
|
1254
|
+
@jsii.member(jsii_name="flowVersionRef")
|
|
1255
|
+
def flow_version_ref(self) -> FlowVersionReference:
|
|
1256
|
+
'''(experimental) A reference to a FlowVersion resource.
|
|
1257
|
+
|
|
1258
|
+
:stability: experimental
|
|
1259
|
+
'''
|
|
1260
|
+
...
|
|
1261
|
+
|
|
1262
|
+
|
|
1263
|
+
class _IFlowVersionRefProxy(
|
|
1264
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1265
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1266
|
+
):
|
|
1267
|
+
'''(experimental) Indicates that this resource can be referenced as a FlowVersion.
|
|
1268
|
+
|
|
1269
|
+
:stability: experimental
|
|
1270
|
+
'''
|
|
1271
|
+
|
|
1272
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_bedrock.IFlowVersionRef"
|
|
1273
|
+
|
|
1274
|
+
@builtins.property
|
|
1275
|
+
@jsii.member(jsii_name="flowVersionRef")
|
|
1276
|
+
def flow_version_ref(self) -> FlowVersionReference:
|
|
1277
|
+
'''(experimental) A reference to a FlowVersion resource.
|
|
1278
|
+
|
|
1279
|
+
:stability: experimental
|
|
1280
|
+
'''
|
|
1281
|
+
return typing.cast(FlowVersionReference, jsii.get(self, "flowVersionRef"))
|
|
1282
|
+
|
|
1283
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1284
|
+
typing.cast(typing.Any, IFlowVersionRef).__jsii_proxy_class__ = lambda : _IFlowVersionRefProxy
|
|
1285
|
+
|
|
1286
|
+
|
|
1287
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_bedrock.IGuardrailRef")
|
|
1288
|
+
class IGuardrailRef(
|
|
1289
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1290
|
+
_IEnvironmentAware_f39049ee,
|
|
1291
|
+
typing_extensions.Protocol,
|
|
1292
|
+
):
|
|
1293
|
+
'''(experimental) Indicates that this resource can be referenced as a Guardrail.
|
|
1294
|
+
|
|
1295
|
+
:stability: experimental
|
|
1296
|
+
'''
|
|
1297
|
+
|
|
1298
|
+
@builtins.property
|
|
1299
|
+
@jsii.member(jsii_name="guardrailRef")
|
|
1300
|
+
def guardrail_ref(self) -> GuardrailReference:
|
|
1301
|
+
'''(experimental) A reference to a Guardrail resource.
|
|
1302
|
+
|
|
1303
|
+
:stability: experimental
|
|
1304
|
+
'''
|
|
1305
|
+
...
|
|
1306
|
+
|
|
1307
|
+
|
|
1308
|
+
class _IGuardrailRefProxy(
|
|
1309
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1310
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1311
|
+
):
|
|
1312
|
+
'''(experimental) Indicates that this resource can be referenced as a Guardrail.
|
|
1313
|
+
|
|
1314
|
+
:stability: experimental
|
|
1315
|
+
'''
|
|
1316
|
+
|
|
1317
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_bedrock.IGuardrailRef"
|
|
1318
|
+
|
|
1319
|
+
@builtins.property
|
|
1320
|
+
@jsii.member(jsii_name="guardrailRef")
|
|
1321
|
+
def guardrail_ref(self) -> GuardrailReference:
|
|
1322
|
+
'''(experimental) A reference to a Guardrail resource.
|
|
1323
|
+
|
|
1324
|
+
:stability: experimental
|
|
1325
|
+
'''
|
|
1326
|
+
return typing.cast(GuardrailReference, jsii.get(self, "guardrailRef"))
|
|
1327
|
+
|
|
1328
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1329
|
+
typing.cast(typing.Any, IGuardrailRef).__jsii_proxy_class__ = lambda : _IGuardrailRefProxy
|
|
1330
|
+
|
|
1331
|
+
|
|
1332
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_bedrock.IGuardrailVersionRef")
|
|
1333
|
+
class IGuardrailVersionRef(
|
|
1334
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1335
|
+
_IEnvironmentAware_f39049ee,
|
|
1336
|
+
typing_extensions.Protocol,
|
|
1337
|
+
):
|
|
1338
|
+
'''(experimental) Indicates that this resource can be referenced as a GuardrailVersion.
|
|
1339
|
+
|
|
1340
|
+
:stability: experimental
|
|
1341
|
+
'''
|
|
1342
|
+
|
|
1343
|
+
@builtins.property
|
|
1344
|
+
@jsii.member(jsii_name="guardrailVersionRef")
|
|
1345
|
+
def guardrail_version_ref(self) -> GuardrailVersionReference:
|
|
1346
|
+
'''(experimental) A reference to a GuardrailVersion resource.
|
|
1347
|
+
|
|
1348
|
+
:stability: experimental
|
|
1349
|
+
'''
|
|
1350
|
+
...
|
|
1351
|
+
|
|
1352
|
+
|
|
1353
|
+
class _IGuardrailVersionRefProxy(
|
|
1354
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1355
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1356
|
+
):
|
|
1357
|
+
'''(experimental) Indicates that this resource can be referenced as a GuardrailVersion.
|
|
1358
|
+
|
|
1359
|
+
:stability: experimental
|
|
1360
|
+
'''
|
|
1361
|
+
|
|
1362
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_bedrock.IGuardrailVersionRef"
|
|
1363
|
+
|
|
1364
|
+
@builtins.property
|
|
1365
|
+
@jsii.member(jsii_name="guardrailVersionRef")
|
|
1366
|
+
def guardrail_version_ref(self) -> GuardrailVersionReference:
|
|
1367
|
+
'''(experimental) A reference to a GuardrailVersion resource.
|
|
1368
|
+
|
|
1369
|
+
:stability: experimental
|
|
1370
|
+
'''
|
|
1371
|
+
return typing.cast(GuardrailVersionReference, jsii.get(self, "guardrailVersionRef"))
|
|
1372
|
+
|
|
1373
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1374
|
+
typing.cast(typing.Any, IGuardrailVersionRef).__jsii_proxy_class__ = lambda : _IGuardrailVersionRefProxy
|
|
1375
|
+
|
|
1376
|
+
|
|
1377
|
+
@jsii.interface(
|
|
1378
|
+
jsii_type="aws-cdk-lib.interfaces.aws_bedrock.IIntelligentPromptRouterRef"
|
|
1379
|
+
)
|
|
1380
|
+
class IIntelligentPromptRouterRef(
|
|
1381
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1382
|
+
_IEnvironmentAware_f39049ee,
|
|
1383
|
+
typing_extensions.Protocol,
|
|
1384
|
+
):
|
|
1385
|
+
'''(experimental) Indicates that this resource can be referenced as a IntelligentPromptRouter.
|
|
1386
|
+
|
|
1387
|
+
:stability: experimental
|
|
1388
|
+
'''
|
|
1389
|
+
|
|
1390
|
+
@builtins.property
|
|
1391
|
+
@jsii.member(jsii_name="intelligentPromptRouterRef")
|
|
1392
|
+
def intelligent_prompt_router_ref(self) -> "IntelligentPromptRouterReference":
|
|
1393
|
+
'''(experimental) A reference to a IntelligentPromptRouter resource.
|
|
1394
|
+
|
|
1395
|
+
:stability: experimental
|
|
1396
|
+
'''
|
|
1397
|
+
...
|
|
1398
|
+
|
|
1399
|
+
|
|
1400
|
+
class _IIntelligentPromptRouterRefProxy(
|
|
1401
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1402
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1403
|
+
):
|
|
1404
|
+
'''(experimental) Indicates that this resource can be referenced as a IntelligentPromptRouter.
|
|
1405
|
+
|
|
1406
|
+
:stability: experimental
|
|
1407
|
+
'''
|
|
1408
|
+
|
|
1409
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_bedrock.IIntelligentPromptRouterRef"
|
|
1410
|
+
|
|
1411
|
+
@builtins.property
|
|
1412
|
+
@jsii.member(jsii_name="intelligentPromptRouterRef")
|
|
1413
|
+
def intelligent_prompt_router_ref(self) -> "IntelligentPromptRouterReference":
|
|
1414
|
+
'''(experimental) A reference to a IntelligentPromptRouter resource.
|
|
1415
|
+
|
|
1416
|
+
:stability: experimental
|
|
1417
|
+
'''
|
|
1418
|
+
return typing.cast("IntelligentPromptRouterReference", jsii.get(self, "intelligentPromptRouterRef"))
|
|
1419
|
+
|
|
1420
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1421
|
+
typing.cast(typing.Any, IIntelligentPromptRouterRef).__jsii_proxy_class__ = lambda : _IIntelligentPromptRouterRefProxy
|
|
1422
|
+
|
|
1423
|
+
|
|
1424
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_bedrock.IKnowledgeBaseRef")
|
|
1425
|
+
class IKnowledgeBaseRef(
|
|
1426
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1427
|
+
_IEnvironmentAware_f39049ee,
|
|
1428
|
+
typing_extensions.Protocol,
|
|
1429
|
+
):
|
|
1430
|
+
'''(experimental) Indicates that this resource can be referenced as a KnowledgeBase.
|
|
1431
|
+
|
|
1432
|
+
:stability: experimental
|
|
1433
|
+
'''
|
|
1434
|
+
|
|
1435
|
+
@builtins.property
|
|
1436
|
+
@jsii.member(jsii_name="knowledgeBaseRef")
|
|
1437
|
+
def knowledge_base_ref(self) -> "KnowledgeBaseReference":
|
|
1438
|
+
'''(experimental) A reference to a KnowledgeBase resource.
|
|
1439
|
+
|
|
1440
|
+
:stability: experimental
|
|
1441
|
+
'''
|
|
1442
|
+
...
|
|
1443
|
+
|
|
1444
|
+
|
|
1445
|
+
class _IKnowledgeBaseRefProxy(
|
|
1446
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1447
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1448
|
+
):
|
|
1449
|
+
'''(experimental) Indicates that this resource can be referenced as a KnowledgeBase.
|
|
1450
|
+
|
|
1451
|
+
:stability: experimental
|
|
1452
|
+
'''
|
|
1453
|
+
|
|
1454
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_bedrock.IKnowledgeBaseRef"
|
|
1455
|
+
|
|
1456
|
+
@builtins.property
|
|
1457
|
+
@jsii.member(jsii_name="knowledgeBaseRef")
|
|
1458
|
+
def knowledge_base_ref(self) -> "KnowledgeBaseReference":
|
|
1459
|
+
'''(experimental) A reference to a KnowledgeBase resource.
|
|
1460
|
+
|
|
1461
|
+
:stability: experimental
|
|
1462
|
+
'''
|
|
1463
|
+
return typing.cast("KnowledgeBaseReference", jsii.get(self, "knowledgeBaseRef"))
|
|
1464
|
+
|
|
1465
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1466
|
+
typing.cast(typing.Any, IKnowledgeBaseRef).__jsii_proxy_class__ = lambda : _IKnowledgeBaseRefProxy
|
|
1467
|
+
|
|
1468
|
+
|
|
1469
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_bedrock.IPromptRef")
|
|
1470
|
+
class IPromptRef(
|
|
1471
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1472
|
+
_IEnvironmentAware_f39049ee,
|
|
1473
|
+
typing_extensions.Protocol,
|
|
1474
|
+
):
|
|
1475
|
+
'''(experimental) Indicates that this resource can be referenced as a Prompt.
|
|
1476
|
+
|
|
1477
|
+
:stability: experimental
|
|
1478
|
+
'''
|
|
1479
|
+
|
|
1480
|
+
@builtins.property
|
|
1481
|
+
@jsii.member(jsii_name="promptRef")
|
|
1482
|
+
def prompt_ref(self) -> "PromptReference":
|
|
1483
|
+
'''(experimental) A reference to a Prompt resource.
|
|
1484
|
+
|
|
1485
|
+
:stability: experimental
|
|
1486
|
+
'''
|
|
1487
|
+
...
|
|
1488
|
+
|
|
1489
|
+
|
|
1490
|
+
class _IPromptRefProxy(
|
|
1491
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1492
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1493
|
+
):
|
|
1494
|
+
'''(experimental) Indicates that this resource can be referenced as a Prompt.
|
|
1495
|
+
|
|
1496
|
+
:stability: experimental
|
|
1497
|
+
'''
|
|
1498
|
+
|
|
1499
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_bedrock.IPromptRef"
|
|
1500
|
+
|
|
1501
|
+
@builtins.property
|
|
1502
|
+
@jsii.member(jsii_name="promptRef")
|
|
1503
|
+
def prompt_ref(self) -> "PromptReference":
|
|
1504
|
+
'''(experimental) A reference to a Prompt resource.
|
|
1505
|
+
|
|
1506
|
+
:stability: experimental
|
|
1507
|
+
'''
|
|
1508
|
+
return typing.cast("PromptReference", jsii.get(self, "promptRef"))
|
|
1509
|
+
|
|
1510
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1511
|
+
typing.cast(typing.Any, IPromptRef).__jsii_proxy_class__ = lambda : _IPromptRefProxy
|
|
1512
|
+
|
|
1513
|
+
|
|
1514
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_bedrock.IPromptVersionRef")
|
|
1515
|
+
class IPromptVersionRef(
|
|
1516
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1517
|
+
_IEnvironmentAware_f39049ee,
|
|
1518
|
+
typing_extensions.Protocol,
|
|
1519
|
+
):
|
|
1520
|
+
'''(experimental) Indicates that this resource can be referenced as a PromptVersion.
|
|
1521
|
+
|
|
1522
|
+
:stability: experimental
|
|
1523
|
+
'''
|
|
1524
|
+
|
|
1525
|
+
@builtins.property
|
|
1526
|
+
@jsii.member(jsii_name="promptVersionRef")
|
|
1527
|
+
def prompt_version_ref(self) -> "PromptVersionReference":
|
|
1528
|
+
'''(experimental) A reference to a PromptVersion resource.
|
|
1529
|
+
|
|
1530
|
+
:stability: experimental
|
|
1531
|
+
'''
|
|
1532
|
+
...
|
|
1533
|
+
|
|
1534
|
+
|
|
1535
|
+
class _IPromptVersionRefProxy(
|
|
1536
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1537
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1538
|
+
):
|
|
1539
|
+
'''(experimental) Indicates that this resource can be referenced as a PromptVersion.
|
|
1540
|
+
|
|
1541
|
+
:stability: experimental
|
|
1542
|
+
'''
|
|
1543
|
+
|
|
1544
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_bedrock.IPromptVersionRef"
|
|
1545
|
+
|
|
1546
|
+
@builtins.property
|
|
1547
|
+
@jsii.member(jsii_name="promptVersionRef")
|
|
1548
|
+
def prompt_version_ref(self) -> "PromptVersionReference":
|
|
1549
|
+
'''(experimental) A reference to a PromptVersion resource.
|
|
1550
|
+
|
|
1551
|
+
:stability: experimental
|
|
1552
|
+
'''
|
|
1553
|
+
return typing.cast("PromptVersionReference", jsii.get(self, "promptVersionRef"))
|
|
1554
|
+
|
|
1555
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1556
|
+
typing.cast(typing.Any, IPromptVersionRef).__jsii_proxy_class__ = lambda : _IPromptVersionRefProxy
|
|
1557
|
+
|
|
1558
|
+
|
|
1559
|
+
@jsii.data_type(
|
|
1560
|
+
jsii_type="aws-cdk-lib.interfaces.aws_bedrock.IntelligentPromptRouterReference",
|
|
1561
|
+
jsii_struct_bases=[],
|
|
1562
|
+
name_mapping={"prompt_router_arn": "promptRouterArn"},
|
|
1563
|
+
)
|
|
1564
|
+
class IntelligentPromptRouterReference:
|
|
1565
|
+
def __init__(self, *, prompt_router_arn: builtins.str) -> None:
|
|
1566
|
+
'''A reference to a IntelligentPromptRouter resource.
|
|
1567
|
+
|
|
1568
|
+
:param prompt_router_arn: The PromptRouterArn of the IntelligentPromptRouter resource.
|
|
1569
|
+
|
|
1570
|
+
:exampleMetadata: fixture=_generated
|
|
1571
|
+
|
|
1572
|
+
Example::
|
|
1573
|
+
|
|
1574
|
+
# The code below shows an example of how to instantiate this type.
|
|
1575
|
+
# The values are placeholders you should change.
|
|
1576
|
+
from aws_cdk.interfaces import aws_bedrock as interfaces_aws_bedrock
|
|
1577
|
+
|
|
1578
|
+
intelligent_prompt_router_reference = interfaces_aws_bedrock.IntelligentPromptRouterReference(
|
|
1579
|
+
prompt_router_arn="promptRouterArn"
|
|
1580
|
+
)
|
|
1581
|
+
'''
|
|
1582
|
+
if __debug__:
|
|
1583
|
+
type_hints = typing.get_type_hints(_typecheckingstub__38a40ff6e0abe9dc6f7aade274b0120c2e6f40eee77f6758ec3f0558d176e782)
|
|
1584
|
+
check_type(argname="argument prompt_router_arn", value=prompt_router_arn, expected_type=type_hints["prompt_router_arn"])
|
|
1585
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1586
|
+
"prompt_router_arn": prompt_router_arn,
|
|
1587
|
+
}
|
|
1588
|
+
|
|
1589
|
+
@builtins.property
|
|
1590
|
+
def prompt_router_arn(self) -> builtins.str:
|
|
1591
|
+
'''The PromptRouterArn of the IntelligentPromptRouter resource.'''
|
|
1592
|
+
result = self._values.get("prompt_router_arn")
|
|
1593
|
+
assert result is not None, "Required property 'prompt_router_arn' is missing"
|
|
1594
|
+
return typing.cast(builtins.str, result)
|
|
1595
|
+
|
|
1596
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1597
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1598
|
+
|
|
1599
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1600
|
+
return not (rhs == self)
|
|
1601
|
+
|
|
1602
|
+
def __repr__(self) -> str:
|
|
1603
|
+
return "IntelligentPromptRouterReference(%s)" % ", ".join(
|
|
1604
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1605
|
+
)
|
|
1606
|
+
|
|
1607
|
+
|
|
1608
|
+
@jsii.data_type(
|
|
1609
|
+
jsii_type="aws-cdk-lib.interfaces.aws_bedrock.KnowledgeBaseReference",
|
|
1610
|
+
jsii_struct_bases=[],
|
|
1611
|
+
name_mapping={
|
|
1612
|
+
"knowledge_base_arn": "knowledgeBaseArn",
|
|
1613
|
+
"knowledge_base_id": "knowledgeBaseId",
|
|
1614
|
+
},
|
|
1615
|
+
)
|
|
1616
|
+
class KnowledgeBaseReference:
|
|
1617
|
+
def __init__(
|
|
1618
|
+
self,
|
|
1619
|
+
*,
|
|
1620
|
+
knowledge_base_arn: builtins.str,
|
|
1621
|
+
knowledge_base_id: builtins.str,
|
|
1622
|
+
) -> None:
|
|
1623
|
+
'''A reference to a KnowledgeBase resource.
|
|
1624
|
+
|
|
1625
|
+
:param knowledge_base_arn: The ARN of the KnowledgeBase resource.
|
|
1626
|
+
:param knowledge_base_id: The KnowledgeBaseId of the KnowledgeBase resource.
|
|
1627
|
+
|
|
1628
|
+
:exampleMetadata: fixture=_generated
|
|
1629
|
+
|
|
1630
|
+
Example::
|
|
1631
|
+
|
|
1632
|
+
# The code below shows an example of how to instantiate this type.
|
|
1633
|
+
# The values are placeholders you should change.
|
|
1634
|
+
from aws_cdk.interfaces import aws_bedrock as interfaces_aws_bedrock
|
|
1635
|
+
|
|
1636
|
+
knowledge_base_reference = interfaces_aws_bedrock.KnowledgeBaseReference(
|
|
1637
|
+
knowledge_base_arn="knowledgeBaseArn",
|
|
1638
|
+
knowledge_base_id="knowledgeBaseId"
|
|
1639
|
+
)
|
|
1640
|
+
'''
|
|
1641
|
+
if __debug__:
|
|
1642
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b94f3e512cb504adcdb57798a5a24eb1317d023c697a912239afbe89bab2685a)
|
|
1643
|
+
check_type(argname="argument knowledge_base_arn", value=knowledge_base_arn, expected_type=type_hints["knowledge_base_arn"])
|
|
1644
|
+
check_type(argname="argument knowledge_base_id", value=knowledge_base_id, expected_type=type_hints["knowledge_base_id"])
|
|
1645
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1646
|
+
"knowledge_base_arn": knowledge_base_arn,
|
|
1647
|
+
"knowledge_base_id": knowledge_base_id,
|
|
1648
|
+
}
|
|
1649
|
+
|
|
1650
|
+
@builtins.property
|
|
1651
|
+
def knowledge_base_arn(self) -> builtins.str:
|
|
1652
|
+
'''The ARN of the KnowledgeBase resource.'''
|
|
1653
|
+
result = self._values.get("knowledge_base_arn")
|
|
1654
|
+
assert result is not None, "Required property 'knowledge_base_arn' is missing"
|
|
1655
|
+
return typing.cast(builtins.str, result)
|
|
1656
|
+
|
|
1657
|
+
@builtins.property
|
|
1658
|
+
def knowledge_base_id(self) -> builtins.str:
|
|
1659
|
+
'''The KnowledgeBaseId of the KnowledgeBase resource.'''
|
|
1660
|
+
result = self._values.get("knowledge_base_id")
|
|
1661
|
+
assert result is not None, "Required property 'knowledge_base_id' is missing"
|
|
1662
|
+
return typing.cast(builtins.str, result)
|
|
1663
|
+
|
|
1664
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1665
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1666
|
+
|
|
1667
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1668
|
+
return not (rhs == self)
|
|
1669
|
+
|
|
1670
|
+
def __repr__(self) -> str:
|
|
1671
|
+
return "KnowledgeBaseReference(%s)" % ", ".join(
|
|
1672
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1673
|
+
)
|
|
1674
|
+
|
|
1675
|
+
|
|
1676
|
+
@jsii.data_type(
|
|
1677
|
+
jsii_type="aws-cdk-lib.interfaces.aws_bedrock.PromptReference",
|
|
1678
|
+
jsii_struct_bases=[],
|
|
1679
|
+
name_mapping={"prompt_arn": "promptArn"},
|
|
1680
|
+
)
|
|
1681
|
+
class PromptReference:
|
|
1682
|
+
def __init__(self, *, prompt_arn: builtins.str) -> None:
|
|
1683
|
+
'''A reference to a Prompt resource.
|
|
1684
|
+
|
|
1685
|
+
:param prompt_arn: The Arn of the Prompt resource.
|
|
1686
|
+
|
|
1687
|
+
:exampleMetadata: fixture=_generated
|
|
1688
|
+
|
|
1689
|
+
Example::
|
|
1690
|
+
|
|
1691
|
+
# The code below shows an example of how to instantiate this type.
|
|
1692
|
+
# The values are placeholders you should change.
|
|
1693
|
+
from aws_cdk.interfaces import aws_bedrock as interfaces_aws_bedrock
|
|
1694
|
+
|
|
1695
|
+
prompt_reference = interfaces_aws_bedrock.PromptReference(
|
|
1696
|
+
prompt_arn="promptArn"
|
|
1697
|
+
)
|
|
1698
|
+
'''
|
|
1699
|
+
if __debug__:
|
|
1700
|
+
type_hints = typing.get_type_hints(_typecheckingstub__824c4b5df0dd7a9ba3a74d15b7e6c36f15575e13a951b91dfe44fa9357bdf1a7)
|
|
1701
|
+
check_type(argname="argument prompt_arn", value=prompt_arn, expected_type=type_hints["prompt_arn"])
|
|
1702
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1703
|
+
"prompt_arn": prompt_arn,
|
|
1704
|
+
}
|
|
1705
|
+
|
|
1706
|
+
@builtins.property
|
|
1707
|
+
def prompt_arn(self) -> builtins.str:
|
|
1708
|
+
'''The Arn of the Prompt resource.'''
|
|
1709
|
+
result = self._values.get("prompt_arn")
|
|
1710
|
+
assert result is not None, "Required property 'prompt_arn' is missing"
|
|
1711
|
+
return typing.cast(builtins.str, result)
|
|
1712
|
+
|
|
1713
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1714
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1715
|
+
|
|
1716
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1717
|
+
return not (rhs == self)
|
|
1718
|
+
|
|
1719
|
+
def __repr__(self) -> str:
|
|
1720
|
+
return "PromptReference(%s)" % ", ".join(
|
|
1721
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1722
|
+
)
|
|
1723
|
+
|
|
1724
|
+
|
|
1725
|
+
@jsii.data_type(
|
|
1726
|
+
jsii_type="aws-cdk-lib.interfaces.aws_bedrock.PromptVersionReference",
|
|
1727
|
+
jsii_struct_bases=[],
|
|
1728
|
+
name_mapping={"prompt_version_arn": "promptVersionArn"},
|
|
1729
|
+
)
|
|
1730
|
+
class PromptVersionReference:
|
|
1731
|
+
def __init__(self, *, prompt_version_arn: builtins.str) -> None:
|
|
1732
|
+
'''A reference to a PromptVersion resource.
|
|
1733
|
+
|
|
1734
|
+
:param prompt_version_arn: The Arn of the PromptVersion resource.
|
|
1735
|
+
|
|
1736
|
+
:exampleMetadata: fixture=_generated
|
|
1737
|
+
|
|
1738
|
+
Example::
|
|
1739
|
+
|
|
1740
|
+
# The code below shows an example of how to instantiate this type.
|
|
1741
|
+
# The values are placeholders you should change.
|
|
1742
|
+
from aws_cdk.interfaces import aws_bedrock as interfaces_aws_bedrock
|
|
1743
|
+
|
|
1744
|
+
prompt_version_reference = interfaces_aws_bedrock.PromptVersionReference(
|
|
1745
|
+
prompt_version_arn="promptVersionArn"
|
|
1746
|
+
)
|
|
1747
|
+
'''
|
|
1748
|
+
if __debug__:
|
|
1749
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ac6e1c09d9b0c0069246f971a0e480a42b0dbc077e6ec81b3c8390956134b6be)
|
|
1750
|
+
check_type(argname="argument prompt_version_arn", value=prompt_version_arn, expected_type=type_hints["prompt_version_arn"])
|
|
1751
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1752
|
+
"prompt_version_arn": prompt_version_arn,
|
|
1753
|
+
}
|
|
1754
|
+
|
|
1755
|
+
@builtins.property
|
|
1756
|
+
def prompt_version_arn(self) -> builtins.str:
|
|
1757
|
+
'''The Arn of the PromptVersion resource.'''
|
|
1758
|
+
result = self._values.get("prompt_version_arn")
|
|
1759
|
+
assert result is not None, "Required property 'prompt_version_arn' is missing"
|
|
1760
|
+
return typing.cast(builtins.str, result)
|
|
1761
|
+
|
|
1762
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1763
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1764
|
+
|
|
1765
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1766
|
+
return not (rhs == self)
|
|
1767
|
+
|
|
1768
|
+
def __repr__(self) -> str:
|
|
1769
|
+
return "PromptVersionReference(%s)" % ", ".join(
|
|
1770
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1771
|
+
)
|
|
1772
|
+
|
|
1773
|
+
|
|
1774
|
+
__all__ = [
|
|
1775
|
+
"AgentAliasReference",
|
|
1776
|
+
"AgentReference",
|
|
1777
|
+
"ApplicationInferenceProfileReference",
|
|
1778
|
+
"AutomatedReasoningPolicyReference",
|
|
1779
|
+
"AutomatedReasoningPolicyVersionReference",
|
|
1780
|
+
"BlueprintReference",
|
|
1781
|
+
"DataAutomationProjectReference",
|
|
1782
|
+
"DataSourceReference",
|
|
1783
|
+
"FlowAliasReference",
|
|
1784
|
+
"FlowReference",
|
|
1785
|
+
"FlowVersionReference",
|
|
1786
|
+
"GuardrailReference",
|
|
1787
|
+
"GuardrailVersionReference",
|
|
1788
|
+
"IAgentAliasRef",
|
|
1789
|
+
"IAgentRef",
|
|
1790
|
+
"IApplicationInferenceProfileRef",
|
|
1791
|
+
"IAutomatedReasoningPolicyRef",
|
|
1792
|
+
"IAutomatedReasoningPolicyVersionRef",
|
|
1793
|
+
"IBlueprintRef",
|
|
1794
|
+
"IDataAutomationProjectRef",
|
|
1795
|
+
"IDataSourceRef",
|
|
1796
|
+
"IFlowAliasRef",
|
|
1797
|
+
"IFlowRef",
|
|
1798
|
+
"IFlowVersionRef",
|
|
1799
|
+
"IGuardrailRef",
|
|
1800
|
+
"IGuardrailVersionRef",
|
|
1801
|
+
"IIntelligentPromptRouterRef",
|
|
1802
|
+
"IKnowledgeBaseRef",
|
|
1803
|
+
"IPromptRef",
|
|
1804
|
+
"IPromptVersionRef",
|
|
1805
|
+
"IntelligentPromptRouterReference",
|
|
1806
|
+
"KnowledgeBaseReference",
|
|
1807
|
+
"PromptReference",
|
|
1808
|
+
"PromptVersionReference",
|
|
1809
|
+
]
|
|
1810
|
+
|
|
1811
|
+
publication.publish()
|
|
1812
|
+
|
|
1813
|
+
def _typecheckingstub__b7863ca07ea79b188f977c72e03ff9119313dd3281bfea1fdc780c42e1e66684(
|
|
1814
|
+
*,
|
|
1815
|
+
agent_alias_arn: builtins.str,
|
|
1816
|
+
agent_alias_id: builtins.str,
|
|
1817
|
+
agent_id: builtins.str,
|
|
1818
|
+
) -> None:
|
|
1819
|
+
"""Type checking stubs"""
|
|
1820
|
+
pass
|
|
1821
|
+
|
|
1822
|
+
def _typecheckingstub__aea3cfbcffff2ed7540a46c8063a2135275d1028bbdec6bdbd46f8d6317f5907(
|
|
1823
|
+
*,
|
|
1824
|
+
agent_arn: builtins.str,
|
|
1825
|
+
agent_id: builtins.str,
|
|
1826
|
+
) -> None:
|
|
1827
|
+
"""Type checking stubs"""
|
|
1828
|
+
pass
|
|
1829
|
+
|
|
1830
|
+
def _typecheckingstub__4a9312f77d90c2991e17437afdee91a2a8e231ad7ed8db9d5b592a11c0bafb31(
|
|
1831
|
+
*,
|
|
1832
|
+
inference_profile_identifier: builtins.str,
|
|
1833
|
+
) -> None:
|
|
1834
|
+
"""Type checking stubs"""
|
|
1835
|
+
pass
|
|
1836
|
+
|
|
1837
|
+
def _typecheckingstub__8ddf668bf79c1411180f49e3b2f2491ea0caf68d4e73da779e6e8289bb0a346b(
|
|
1838
|
+
*,
|
|
1839
|
+
policy_arn: builtins.str,
|
|
1840
|
+
) -> None:
|
|
1841
|
+
"""Type checking stubs"""
|
|
1842
|
+
pass
|
|
1843
|
+
|
|
1844
|
+
def _typecheckingstub__178718377c8c6e20e87dd12c80145195f71cc3a95b298c70f47ca3e4f10989a6(
|
|
1845
|
+
*,
|
|
1846
|
+
policy_arn: builtins.str,
|
|
1847
|
+
version: builtins.str,
|
|
1848
|
+
) -> None:
|
|
1849
|
+
"""Type checking stubs"""
|
|
1850
|
+
pass
|
|
1851
|
+
|
|
1852
|
+
def _typecheckingstub__8c467920c18d9ab11612b085e024f0c8d31837c54bb58d9a67f667e297a91090(
|
|
1853
|
+
*,
|
|
1854
|
+
blueprint_arn: builtins.str,
|
|
1855
|
+
) -> None:
|
|
1856
|
+
"""Type checking stubs"""
|
|
1857
|
+
pass
|
|
1858
|
+
|
|
1859
|
+
def _typecheckingstub__203506f3f388f0173acfcb73d107f5a4214bb61fda1a5934e4815e50677e3398(
|
|
1860
|
+
*,
|
|
1861
|
+
project_arn: builtins.str,
|
|
1862
|
+
) -> None:
|
|
1863
|
+
"""Type checking stubs"""
|
|
1864
|
+
pass
|
|
1865
|
+
|
|
1866
|
+
def _typecheckingstub__e0bf2d83e4541e1c43cb719782e1cec816e4258b1bd773390292a218ebdb85e3(
|
|
1867
|
+
*,
|
|
1868
|
+
data_source_id: builtins.str,
|
|
1869
|
+
knowledge_base_id: builtins.str,
|
|
1870
|
+
) -> None:
|
|
1871
|
+
"""Type checking stubs"""
|
|
1872
|
+
pass
|
|
1873
|
+
|
|
1874
|
+
def _typecheckingstub__cd4ba560709dca470a071df17cea02681b0a31fe31bb8cb4f206c48e66d1c751(
|
|
1875
|
+
*,
|
|
1876
|
+
flow_alias_arn: builtins.str,
|
|
1877
|
+
flow_arn: builtins.str,
|
|
1878
|
+
) -> None:
|
|
1879
|
+
"""Type checking stubs"""
|
|
1880
|
+
pass
|
|
1881
|
+
|
|
1882
|
+
def _typecheckingstub__3ca1977b41f714c0366a9f6787636edbc6785719f675f1716baea9155bd130bb(
|
|
1883
|
+
*,
|
|
1884
|
+
flow_arn: builtins.str,
|
|
1885
|
+
) -> None:
|
|
1886
|
+
"""Type checking stubs"""
|
|
1887
|
+
pass
|
|
1888
|
+
|
|
1889
|
+
def _typecheckingstub__2874419298b6a77a2646ece3a5825bb09b6b15912b8586919219403a05350598(
|
|
1890
|
+
*,
|
|
1891
|
+
flow_arn: builtins.str,
|
|
1892
|
+
version: builtins.str,
|
|
1893
|
+
) -> None:
|
|
1894
|
+
"""Type checking stubs"""
|
|
1895
|
+
pass
|
|
1896
|
+
|
|
1897
|
+
def _typecheckingstub__e2665c2aac3057a56a72b5390eb1e2eb341665446d4bf813819b0eee3accc12b(
|
|
1898
|
+
*,
|
|
1899
|
+
guardrail_arn: builtins.str,
|
|
1900
|
+
) -> None:
|
|
1901
|
+
"""Type checking stubs"""
|
|
1902
|
+
pass
|
|
1903
|
+
|
|
1904
|
+
def _typecheckingstub__d6a893f9decc690a69a3826bfbca36059edb95fc2a7868258aaef41e61af6d40(
|
|
1905
|
+
*,
|
|
1906
|
+
guardrail_id: builtins.str,
|
|
1907
|
+
version: builtins.str,
|
|
1908
|
+
) -> None:
|
|
1909
|
+
"""Type checking stubs"""
|
|
1910
|
+
pass
|
|
1911
|
+
|
|
1912
|
+
def _typecheckingstub__38a40ff6e0abe9dc6f7aade274b0120c2e6f40eee77f6758ec3f0558d176e782(
|
|
1913
|
+
*,
|
|
1914
|
+
prompt_router_arn: builtins.str,
|
|
1915
|
+
) -> None:
|
|
1916
|
+
"""Type checking stubs"""
|
|
1917
|
+
pass
|
|
1918
|
+
|
|
1919
|
+
def _typecheckingstub__b94f3e512cb504adcdb57798a5a24eb1317d023c697a912239afbe89bab2685a(
|
|
1920
|
+
*,
|
|
1921
|
+
knowledge_base_arn: builtins.str,
|
|
1922
|
+
knowledge_base_id: builtins.str,
|
|
1923
|
+
) -> None:
|
|
1924
|
+
"""Type checking stubs"""
|
|
1925
|
+
pass
|
|
1926
|
+
|
|
1927
|
+
def _typecheckingstub__824c4b5df0dd7a9ba3a74d15b7e6c36f15575e13a951b91dfe44fa9357bdf1a7(
|
|
1928
|
+
*,
|
|
1929
|
+
prompt_arn: builtins.str,
|
|
1930
|
+
) -> None:
|
|
1931
|
+
"""Type checking stubs"""
|
|
1932
|
+
pass
|
|
1933
|
+
|
|
1934
|
+
def _typecheckingstub__ac6e1c09d9b0c0069246f971a0e480a42b0dbc077e6ec81b3c8390956134b6be(
|
|
1935
|
+
*,
|
|
1936
|
+
prompt_version_arn: builtins.str,
|
|
1937
|
+
) -> None:
|
|
1938
|
+
"""Type checking stubs"""
|
|
1939
|
+
pass
|
|
1940
|
+
|
|
1941
|
+
for cls in [IAgentAliasRef, IAgentRef, IApplicationInferenceProfileRef, IAutomatedReasoningPolicyRef, IAutomatedReasoningPolicyVersionRef, IBlueprintRef, IDataAutomationProjectRef, IDataSourceRef, IFlowAliasRef, IFlowRef, IFlowVersionRef, IGuardrailRef, IGuardrailVersionRef, IIntelligentPromptRouterRef, IKnowledgeBaseRef, IPromptRef, IPromptVersionRef]:
|
|
1942
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|