aws-cdk-lib 2.195.0__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 +1806 -417
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.195.0.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 +1245 -215
- aws_cdk/aws_apigatewayv2/__init__.py +3890 -476
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +94 -16
- aws_cdk/aws_appconfig/__init__.py +618 -91
- aws_cdk/aws_appflow/__init__.py +151 -6
- aws_cdk/aws_appintegrations/__init__.py +546 -6
- aws_cdk/aws_applicationautoscaling/__init__.py +75 -10
- aws_cdk/aws_applicationinsights/__init__.py +13 -2
- aws_cdk/aws_applicationsignals/__init__.py +374 -6
- aws_cdk/aws_appmesh/__init__.py +136 -26
- aws_cdk/aws_apprunner/__init__.py +66 -18
- aws_cdk/aws_appstream/__init__.py +309 -55
- aws_cdk/aws_appsync/__init__.py +350 -94
- aws_cdk/aws_apptest/__init__.py +71 -2
- aws_cdk/aws_aps/__init__.py +2188 -94
- 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 +165 -60
- 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 +370 -42
- aws_cdk/aws_backupgateway/__init__.py +13 -2
- aws_cdk/aws_batch/__init__.py +1462 -163
- aws_cdk/aws_bcmdataexports/__init__.py +21 -2
- aws_cdk/aws_bedrock/__init__.py +7867 -727
- aws_cdk/aws_bedrockagentcore/__init__.py +10425 -0
- aws_cdk/aws_billingconductor/__init__.py +197 -11
- aws_cdk/aws_budgets/__init__.py +611 -4
- aws_cdk/aws_cassandra/__init__.py +247 -6
- aws_cdk/aws_ce/__init__.py +35 -6
- aws_cdk/aws_certificatemanager/__init__.py +258 -32
- aws_cdk/aws_chatbot/__init__.py +76 -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 +362 -189
- aws_cdk/aws_cloudfront/__init__.py +2188 -674
- aws_cdk/aws_cloudfront/experimental/__init__.py +114 -16
- aws_cdk/aws_cloudfront_origins/__init__.py +615 -74
- aws_cdk/aws_cloudtrail/__init__.py +311 -21
- aws_cdk/aws_cloudwatch/__init__.py +3093 -1038
- aws_cdk/aws_cloudwatch_actions/__init__.py +75 -1
- aws_cdk/aws_codeartifact/__init__.py +35 -6
- aws_cdk/aws_codebuild/__init__.py +1303 -135
- aws_cdk/aws_codecommit/__init__.py +29 -9
- aws_cdk/aws_codeconnections/__init__.py +13 -2
- aws_cdk/aws_codedeploy/__init__.py +130 -6
- aws_cdk/aws_codeguruprofiler/__init__.py +80 -2
- aws_cdk/aws_codegurureviewer/__init__.py +13 -2
- aws_cdk/aws_codepipeline/__init__.py +177 -71
- aws_cdk/aws_codepipeline_actions/__init__.py +753 -4
- aws_cdk/aws_codestar/__init__.py +13 -2
- aws_cdk/aws_codestarconnections/__init__.py +35 -6
- aws_cdk/aws_codestarnotifications/__init__.py +22 -2
- aws_cdk/aws_cognito/__init__.py +905 -92
- aws_cdk/aws_cognito_identitypool/__init__.py +23 -12
- aws_cdk/aws_comprehend/__init__.py +24 -4
- aws_cdk/aws_config/__init__.py +227 -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 +1514 -977
- aws_cdk/aws_datazone/__init__.py +7426 -1763
- aws_cdk/aws_dax/__init__.py +83 -6
- aws_cdk/aws_deadline/__init__.py +511 -36
- 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 +350 -49
- aws_cdk/aws_docdbelastic/__init__.py +13 -2
- aws_cdk/aws_dsql/__init__.py +386 -16
- aws_cdk/aws_dynamodb/__init__.py +1479 -170
- aws_cdk/aws_ec2/__init__.py +10465 -1335
- aws_cdk/aws_ecr/__init__.py +637 -43
- aws_cdk/aws_ecr_assets/__init__.py +10 -0
- aws_cdk/aws_ecs/__init__.py +6629 -490
- aws_cdk/aws_ecs_patterns/__init__.py +124 -12
- aws_cdk/aws_efs/__init__.py +276 -24
- aws_cdk/aws_eks/__init__.py +1132 -227
- aws_cdk/aws_elasticache/__init__.py +378 -25
- aws_cdk/aws_elasticbeanstalk/__init__.py +75 -8
- aws_cdk/aws_elasticloadbalancing/__init__.py +22 -2
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +1796 -123
- aws_cdk/aws_elasticsearch/__init__.py +291 -9
- aws_cdk/aws_emr/__init__.py +219 -18
- 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 +1007 -126
- aws_cdk/aws_events_targets/__init__.py +398 -65
- 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 +1349 -127
- aws_cdk/aws_gamelift/__init__.py +755 -94
- aws_cdk/aws_gameliftstreams/__init__.py +44 -22
- aws_cdk/aws_globalaccelerator/__init__.py +73 -14
- aws_cdk/aws_glue/__init__.py +1455 -378
- 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 +921 -141
- aws_cdk/aws_identitystore/__init__.py +24 -4
- aws_cdk/aws_imagebuilder/__init__.py +1454 -199
- aws_cdk/aws_inspector/__init__.py +44 -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 +1760 -64
- 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 +641 -23
- aws_cdk/aws_kinesisanalytics/__init__.py +467 -96
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +207 -19
- aws_cdk/aws_kinesisfirehose/__init__.py +3087 -295
- aws_cdk/aws_kinesisvideo/__init__.py +24 -4
- aws_cdk/aws_kms/__init__.py +204 -45
- aws_cdk/aws_lakeformation/__init__.py +80 -15
- aws_cdk/aws_lambda/__init__.py +2236 -297
- 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 +2162 -212
- aws_cdk/aws_licensemanager/__init__.py +24 -4
- aws_cdk/aws_lightsail/__init__.py +2958 -1322
- aws_cdk/aws_location/__init__.py +618 -14
- aws_cdk/aws_logs/__init__.py +6014 -923
- 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 +1938 -532
- aws_cdk/aws_mediapackage/__init__.py +59 -12
- aws_cdk/aws_mediapackagev2/__init__.py +1616 -233
- 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 +108 -22
- 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 +1184 -164
- aws_cdk/aws_networkmanager/__init__.py +349 -33
- aws_cdk/aws_nimblestudio/__init__.py +283 -408
- 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 +2967 -162
- aws_cdk/aws_opensearchserverless/__init__.py +312 -37
- aws_cdk/aws_opensearchservice/__init__.py +501 -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 +181 -9
- 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 +516 -64
- 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 +3721 -573
- aws_cdk/aws_redshift/__init__.py +143 -20
- aws_cdk/aws_redshiftserverless/__init__.py +699 -11
- 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 +194 -19
- aws_cdk/aws_route53/__init__.py +3965 -1436
- 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 +189 -40
- aws_cdk/aws_rtbfabric/__init__.py +3498 -0
- aws_cdk/aws_rum/__init__.py +13 -2
- aws_cdk/aws_s3/__init__.py +1742 -221
- aws_cdk/aws_s3_assets/__init__.py +11 -11
- aws_cdk/aws_s3_deployment/__init__.py +153 -11
- aws_cdk/aws_s3_notifications/__init__.py +7 -7
- aws_cdk/aws_s3express/__init__.py +1053 -6
- 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 +6848 -373
- aws_cdk/aws_sam/__init__.py +79 -14
- aws_cdk/aws_scheduler/__init__.py +249 -4
- aws_cdk/aws_sdb/__init__.py +12 -2
- aws_cdk/aws_secretsmanager/__init__.py +194 -14
- aws_cdk/aws_securityhub/__init__.py +3121 -176
- aws_cdk/aws_securitylake/__init__.py +46 -8
- aws_cdk/aws_servicecatalog/__init__.py +429 -246
- aws_cdk/aws_servicecatalogappregistry/__init__.py +164 -8
- aws_cdk/aws_servicediscovery/__init__.py +188 -47
- aws_cdk/aws_ses/__init__.py +2265 -369
- aws_cdk/aws_shield/__init__.py +46 -8
- aws_cdk/aws_signer/__init__.py +33 -4
- aws_cdk/aws_simspaceweaver/__init__.py +42 -2
- aws_cdk/aws_smsvoice/__init__.py +4716 -0
- aws_cdk/aws_sns/__init__.py +263 -29
- aws_cdk/aws_sns_subscriptions/__init__.py +265 -2
- aws_cdk/aws_sqs/__init__.py +223 -14
- aws_cdk/aws_ssm/__init__.py +413 -58
- aws_cdk/aws_ssmcontacts/__init__.py +98 -9
- aws_cdk/aws_ssmguiconnect/__init__.py +20 -9
- aws_cdk/aws_ssmincidents/__init__.py +24 -4
- aws_cdk/aws_ssmquicksetup/__init__.py +393 -8
- aws_cdk/aws_sso/__init__.py +70 -12
- aws_cdk/aws_stepfunctions/__init__.py +823 -94
- aws_cdk/aws_stepfunctions_tasks/__init__.py +2323 -150
- aws_cdk/aws_supportapp/__init__.py +39 -6
- aws_cdk/aws_synthetics/__init__.py +1088 -126
- 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 +306 -13
- aws_cdk/aws_voiceid/__init__.py +54 -5
- aws_cdk/aws_vpclattice/__init__.py +589 -231
- aws_cdk/aws_waf/__init__.py +79 -14
- aws_cdk/aws_wafregional/__init__.py +123 -22
- aws_cdk/aws_wafv2/__init__.py +1183 -64
- aws_cdk/aws_wisdom/__init__.py +1403 -90
- aws_cdk/aws_workspaces/__init__.py +134 -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 +368 -48
- aws_cdk/custom_resources/__init__.py +58 -12
- aws_cdk/cx_api/__init__.py +125 -21
- 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/lambda_layer_awscli/__init__.py +6 -0
- aws_cdk/lambda_layer_node_proxy_agent/__init__.py +6 -0
- aws_cdk/pipelines/__init__.py +202 -52
- aws_cdk/region_info/__init__.py +3 -0
- aws_cdk/triggers/__init__.py +66 -18
- {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/METADATA +418 -18
- aws_cdk_lib-2.224.0.dist-info/RECORD +584 -0
- aws_cdk_lib-2.195.0.dist-info/RECORD +0 -304
- {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_appsync/__init__.py
CHANGED
|
@@ -1483,7 +1483,6 @@ from ..aws_iam import (
|
|
|
1483
1483
|
IRole as _IRole_235f5d8e,
|
|
1484
1484
|
Role as _Role_e8c6e11f,
|
|
1485
1485
|
)
|
|
1486
|
-
from ..aws_kms import IKey as _IKey_5f11635f
|
|
1487
1486
|
from ..aws_lambda import IFunction as _IFunction_6adb0ab8
|
|
1488
1487
|
from ..aws_logs import (
|
|
1489
1488
|
ILogGroup as _ILogGroup_3c4fa718, RetentionDays as _RetentionDays_070f99f0
|
|
@@ -1495,6 +1494,34 @@ from ..aws_rds import (
|
|
|
1495
1494
|
)
|
|
1496
1495
|
from ..aws_s3_assets import AssetOptions as _AssetOptions_2aa69621
|
|
1497
1496
|
from ..aws_secretsmanager import ISecret as _ISecret_6e020e6a
|
|
1497
|
+
from ..interfaces.aws_appsync import (
|
|
1498
|
+
ApiCacheReference as _ApiCacheReference_7deb2c07,
|
|
1499
|
+
ApiKeyReference as _ApiKeyReference_0d3e4a31,
|
|
1500
|
+
ApiReference as _ApiReference_f9af25ed,
|
|
1501
|
+
ChannelNamespaceReference as _ChannelNamespaceReference_be895f9c,
|
|
1502
|
+
DataSourceReference as _DataSourceReference_226e115b,
|
|
1503
|
+
DomainNameApiAssociationReference as _DomainNameApiAssociationReference_7ae2b882,
|
|
1504
|
+
DomainNameReference as _DomainNameReference_e0f7e463,
|
|
1505
|
+
FunctionConfigurationReference as _FunctionConfigurationReference_8b9e75dc,
|
|
1506
|
+
GraphQLApiReference as _GraphQLApiReference_833f473c,
|
|
1507
|
+
GraphQLSchemaReference as _GraphQLSchemaReference_af442698,
|
|
1508
|
+
IApiCacheRef as _IApiCacheRef_b621ec5d,
|
|
1509
|
+
IApiKeyRef as _IApiKeyRef_f32c50c4,
|
|
1510
|
+
IApiRef as _IApiRef_f01990a1,
|
|
1511
|
+
IChannelNamespaceRef as _IChannelNamespaceRef_68af2ba2,
|
|
1512
|
+
IDataSourceRef as _IDataSourceRef_7564634a,
|
|
1513
|
+
IDomainNameApiAssociationRef as _IDomainNameApiAssociationRef_1dfe71c1,
|
|
1514
|
+
IDomainNameRef as _IDomainNameRef_15b9da81,
|
|
1515
|
+
IFunctionConfigurationRef as _IFunctionConfigurationRef_6eb53e57,
|
|
1516
|
+
IGraphQLApiRef as _IGraphQLApiRef_d46d77ba,
|
|
1517
|
+
IGraphQLSchemaRef as _IGraphQLSchemaRef_8bbfb35f,
|
|
1518
|
+
IResolverRef as _IResolverRef_2a44c944,
|
|
1519
|
+
ISourceApiAssociationRef as _ISourceApiAssociationRef_c89e9f16,
|
|
1520
|
+
ResolverReference as _ResolverReference_1c237cfb,
|
|
1521
|
+
SourceApiAssociationReference as _SourceApiAssociationReference_1d1f2085,
|
|
1522
|
+
)
|
|
1523
|
+
from ..interfaces.aws_iam import IRoleRef as _IRoleRef_8400221f
|
|
1524
|
+
from ..interfaces.aws_kms import IKeyRef as _IKeyRef_d4fc6ef3
|
|
1498
1525
|
|
|
1499
1526
|
|
|
1500
1527
|
@jsii.data_type(
|
|
@@ -2296,6 +2323,8 @@ class AppSyncDataSourceType(enum.Enum):
|
|
|
2296
2323
|
'''Relational DB data source type.'''
|
|
2297
2324
|
BEDROCK = "BEDROCK"
|
|
2298
2325
|
'''Bedrock runtime data source type.'''
|
|
2326
|
+
ELASTICSEARCH = "ELASTICSEARCH"
|
|
2327
|
+
'''Elasticsearch data source type.'''
|
|
2299
2328
|
|
|
2300
2329
|
|
|
2301
2330
|
@jsii.data_type(
|
|
@@ -2950,7 +2979,7 @@ class AppSyncLogConfig:
|
|
|
2950
2979
|
exclude_verbose_content: typing.Optional[builtins.bool] = None,
|
|
2951
2980
|
field_log_level: typing.Optional[AppSyncFieldLogLevel] = None,
|
|
2952
2981
|
retention: typing.Optional[_RetentionDays_070f99f0] = None,
|
|
2953
|
-
role: typing.Optional[
|
|
2982
|
+
role: typing.Optional[_IRoleRef_8400221f] = None,
|
|
2954
2983
|
) -> None:
|
|
2955
2984
|
'''Logging configuration for AppSync.
|
|
2956
2985
|
|
|
@@ -3039,13 +3068,13 @@ class AppSyncLogConfig:
|
|
|
3039
3068
|
return typing.cast(typing.Optional[_RetentionDays_070f99f0], result)
|
|
3040
3069
|
|
|
3041
3070
|
@builtins.property
|
|
3042
|
-
def role(self) -> typing.Optional[
|
|
3071
|
+
def role(self) -> typing.Optional[_IRoleRef_8400221f]:
|
|
3043
3072
|
'''The role for CloudWatch Logs.
|
|
3044
3073
|
|
|
3045
3074
|
:default: - None
|
|
3046
3075
|
'''
|
|
3047
3076
|
result = self._values.get("role")
|
|
3048
|
-
return typing.cast(typing.Optional[
|
|
3077
|
+
return typing.cast(typing.Optional[_IRoleRef_8400221f], result)
|
|
3049
3078
|
|
|
3050
3079
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
3051
3080
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -4671,7 +4700,7 @@ class CachingConfig:
|
|
|
4671
4700
|
)
|
|
4672
4701
|
|
|
4673
4702
|
|
|
4674
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
4703
|
+
@jsii.implements(_IInspectable_c2943556, _IApiRef_f01990a1, _ITaggableV2_4e6798f8)
|
|
4675
4704
|
class CfnApi(
|
|
4676
4705
|
_CfnResource_9df397a6,
|
|
4677
4706
|
metaclass=jsii.JSIIMeta,
|
|
@@ -4755,7 +4784,8 @@ class CfnApi(
|
|
|
4755
4784
|
owner_contact: typing.Optional[builtins.str] = None,
|
|
4756
4785
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4757
4786
|
) -> None:
|
|
4758
|
-
'''
|
|
4787
|
+
'''Create a new ``AWS::AppSync::Api``.
|
|
4788
|
+
|
|
4759
4789
|
:param scope: Scope in which this resource is defined.
|
|
4760
4790
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
4761
4791
|
:param name: The name of the ``Api`` .
|
|
@@ -4806,6 +4836,12 @@ class CfnApi(
|
|
|
4806
4836
|
'''The CloudFormation resource type name for this resource class.'''
|
|
4807
4837
|
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
4808
4838
|
|
|
4839
|
+
@builtins.property
|
|
4840
|
+
@jsii.member(jsii_name="apiRef")
|
|
4841
|
+
def api_ref(self) -> _ApiReference_f9af25ed:
|
|
4842
|
+
'''A reference to a Api resource.'''
|
|
4843
|
+
return typing.cast(_ApiReference_f9af25ed, jsii.get(self, "apiRef"))
|
|
4844
|
+
|
|
4809
4845
|
@builtins.property
|
|
4810
4846
|
@jsii.member(jsii_name="attrApiArn")
|
|
4811
4847
|
def attr_api_arn(self) -> builtins.str:
|
|
@@ -5729,7 +5765,7 @@ class CfnApi(
|
|
|
5729
5765
|
)
|
|
5730
5766
|
|
|
5731
5767
|
|
|
5732
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
5768
|
+
@jsii.implements(_IInspectable_c2943556, _IApiCacheRef_b621ec5d)
|
|
5733
5769
|
class CfnApiCache(
|
|
5734
5770
|
_CfnResource_9df397a6,
|
|
5735
5771
|
metaclass=jsii.JSIIMeta,
|
|
@@ -5773,16 +5809,17 @@ class CfnApiCache(
|
|
|
5773
5809
|
health_metrics_config: typing.Optional[builtins.str] = None,
|
|
5774
5810
|
transit_encryption_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
5775
5811
|
) -> None:
|
|
5776
|
-
'''
|
|
5812
|
+
'''Create a new ``AWS::AppSync::ApiCache``.
|
|
5813
|
+
|
|
5777
5814
|
:param scope: Scope in which this resource is defined.
|
|
5778
5815
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
5779
5816
|
:param api_caching_behavior: Caching behavior. - *FULL_REQUEST_CACHING* : All requests from the same user are cached. Individual resolvers are automatically cached. All API calls will try to return responses from the cache. - *PER_RESOLVER_CACHING* : Individual resolvers that you specify are cached. - *OPERATION_LEVEL_CACHING* : Full requests are cached together and returned without executing resolvers.
|
|
5780
5817
|
:param api_id: The GraphQL API ID.
|
|
5781
5818
|
:param ttl: TTL in seconds for cache entries. Valid values are 1–3,600 seconds.
|
|
5782
5819
|
:param type: The cache instance type. Valid values are. - ``SMALL`` - ``MEDIUM`` - ``LARGE`` - ``XLARGE`` - ``LARGE_2X`` - ``LARGE_4X`` - ``LARGE_8X`` (not available in all regions) - ``LARGE_12X`` Historically, instance types were identified by an EC2-style value. As of July 2020, this is deprecated, and the generic identifiers above should be used. The following legacy instance types are available, but their use is discouraged: - *T2_SMALL* : A t2.small instance type. - *T2_MEDIUM* : A t2.medium instance type. - *R4_LARGE* : A r4.large instance type. - *R4_XLARGE* : A r4.xlarge instance type. - *R4_2XLARGE* : A r4.2xlarge instance type. - *R4_4XLARGE* : A r4.4xlarge instance type. - *R4_8XLARGE* : A r4.8xlarge instance type.
|
|
5783
|
-
:param at_rest_encryption_enabled: At-rest encryption flag for cache. You cannot update this setting after creation.
|
|
5820
|
+
:param at_rest_encryption_enabled: *This parameter has been deprecated* . At-rest encryption flag for cache. You cannot update this setting after creation.
|
|
5784
5821
|
:param health_metrics_config: Controls how cache health metrics will be emitted to CloudWatch. Cache health metrics include:. - *NetworkBandwidthOutAllowanceExceeded* : The network packets dropped because the throughput exceeded the aggregated bandwidth limit. This is useful for diagnosing bottlenecks in a cache configuration. - *EngineCPUUtilization* : The CPU utilization (percentage) allocated to the Redis process. This is useful for diagnosing bottlenecks in a cache configuration. Metrics will be recorded by API ID. You can set the value to ``ENABLED`` or ``DISABLED`` .
|
|
5785
|
-
:param transit_encryption_enabled: Transit encryption flag when connecting to cache. You cannot update this setting after creation.
|
|
5822
|
+
:param transit_encryption_enabled: *This parameter has been deprecated* . Transit encryption flag when connecting to cache. You cannot update this setting after creation.
|
|
5786
5823
|
'''
|
|
5787
5824
|
if __debug__:
|
|
5788
5825
|
type_hints = typing.get_type_hints(_typecheckingstub__e9d92b7b2abdac7341eb92f7ac10d2d67dd2700af68eaf42c72c47ffdaacc344)
|
|
@@ -5830,6 +5867,12 @@ class CfnApiCache(
|
|
|
5830
5867
|
'''The CloudFormation resource type name for this resource class.'''
|
|
5831
5868
|
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
5832
5869
|
|
|
5870
|
+
@builtins.property
|
|
5871
|
+
@jsii.member(jsii_name="apiCacheRef")
|
|
5872
|
+
def api_cache_ref(self) -> _ApiCacheReference_7deb2c07:
|
|
5873
|
+
'''A reference to a ApiCache resource.'''
|
|
5874
|
+
return typing.cast(_ApiCacheReference_7deb2c07, jsii.get(self, "apiCacheRef"))
|
|
5875
|
+
|
|
5833
5876
|
@builtins.property
|
|
5834
5877
|
@jsii.member(jsii_name="attrId")
|
|
5835
5878
|
def attr_id(self) -> builtins.str:
|
|
@@ -5903,7 +5946,7 @@ class CfnApiCache(
|
|
|
5903
5946
|
def at_rest_encryption_enabled(
|
|
5904
5947
|
self,
|
|
5905
5948
|
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
5906
|
-
'''
|
|
5949
|
+
'''*This parameter has been deprecated* .'''
|
|
5907
5950
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], jsii.get(self, "atRestEncryptionEnabled"))
|
|
5908
5951
|
|
|
5909
5952
|
@at_rest_encryption_enabled.setter
|
|
@@ -5937,7 +5980,7 @@ class CfnApiCache(
|
|
|
5937
5980
|
def transit_encryption_enabled(
|
|
5938
5981
|
self,
|
|
5939
5982
|
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
5940
|
-
'''
|
|
5983
|
+
'''*This parameter has been deprecated* .'''
|
|
5941
5984
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], jsii.get(self, "transitEncryptionEnabled"))
|
|
5942
5985
|
|
|
5943
5986
|
@transit_encryption_enabled.setter
|
|
@@ -5982,9 +6025,9 @@ class CfnApiCacheProps:
|
|
|
5982
6025
|
:param api_id: The GraphQL API ID.
|
|
5983
6026
|
:param ttl: TTL in seconds for cache entries. Valid values are 1–3,600 seconds.
|
|
5984
6027
|
:param type: The cache instance type. Valid values are. - ``SMALL`` - ``MEDIUM`` - ``LARGE`` - ``XLARGE`` - ``LARGE_2X`` - ``LARGE_4X`` - ``LARGE_8X`` (not available in all regions) - ``LARGE_12X`` Historically, instance types were identified by an EC2-style value. As of July 2020, this is deprecated, and the generic identifiers above should be used. The following legacy instance types are available, but their use is discouraged: - *T2_SMALL* : A t2.small instance type. - *T2_MEDIUM* : A t2.medium instance type. - *R4_LARGE* : A r4.large instance type. - *R4_XLARGE* : A r4.xlarge instance type. - *R4_2XLARGE* : A r4.2xlarge instance type. - *R4_4XLARGE* : A r4.4xlarge instance type. - *R4_8XLARGE* : A r4.8xlarge instance type.
|
|
5985
|
-
:param at_rest_encryption_enabled: At-rest encryption flag for cache. You cannot update this setting after creation.
|
|
6028
|
+
:param at_rest_encryption_enabled: *This parameter has been deprecated* . At-rest encryption flag for cache. You cannot update this setting after creation.
|
|
5986
6029
|
:param health_metrics_config: Controls how cache health metrics will be emitted to CloudWatch. Cache health metrics include:. - *NetworkBandwidthOutAllowanceExceeded* : The network packets dropped because the throughput exceeded the aggregated bandwidth limit. This is useful for diagnosing bottlenecks in a cache configuration. - *EngineCPUUtilization* : The CPU utilization (percentage) allocated to the Redis process. This is useful for diagnosing bottlenecks in a cache configuration. Metrics will be recorded by API ID. You can set the value to ``ENABLED`` or ``DISABLED`` .
|
|
5987
|
-
:param transit_encryption_enabled: Transit encryption flag when connecting to cache. You cannot update this setting after creation.
|
|
6030
|
+
:param transit_encryption_enabled: *This parameter has been deprecated* . Transit encryption flag when connecting to cache. You cannot update this setting after creation.
|
|
5988
6031
|
|
|
5989
6032
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html
|
|
5990
6033
|
:exampleMetadata: fixture=_generated
|
|
@@ -6100,9 +6143,9 @@ class CfnApiCacheProps:
|
|
|
6100
6143
|
def at_rest_encryption_enabled(
|
|
6101
6144
|
self,
|
|
6102
6145
|
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
6103
|
-
'''
|
|
6146
|
+
'''*This parameter has been deprecated* .
|
|
6104
6147
|
|
|
6105
|
-
You cannot update this setting after creation.
|
|
6148
|
+
At-rest encryption flag for cache. You cannot update this setting after creation.
|
|
6106
6149
|
|
|
6107
6150
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-atrestencryptionenabled
|
|
6108
6151
|
'''
|
|
@@ -6127,9 +6170,9 @@ class CfnApiCacheProps:
|
|
|
6127
6170
|
def transit_encryption_enabled(
|
|
6128
6171
|
self,
|
|
6129
6172
|
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
6130
|
-
'''
|
|
6173
|
+
'''*This parameter has been deprecated* .
|
|
6131
6174
|
|
|
6132
|
-
You cannot update this setting after creation.
|
|
6175
|
+
Transit encryption flag when connecting to cache. You cannot update this setting after creation.
|
|
6133
6176
|
|
|
6134
6177
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-transitencryptionenabled
|
|
6135
6178
|
'''
|
|
@@ -6148,7 +6191,7 @@ class CfnApiCacheProps:
|
|
|
6148
6191
|
)
|
|
6149
6192
|
|
|
6150
6193
|
|
|
6151
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
6194
|
+
@jsii.implements(_IInspectable_c2943556, _IApiKeyRef_f32c50c4)
|
|
6152
6195
|
class CfnApiKey(
|
|
6153
6196
|
_CfnResource_9df397a6,
|
|
6154
6197
|
metaclass=jsii.JSIIMeta,
|
|
@@ -6184,7 +6227,8 @@ class CfnApiKey(
|
|
|
6184
6227
|
description: typing.Optional[builtins.str] = None,
|
|
6185
6228
|
expires: typing.Optional[jsii.Number] = None,
|
|
6186
6229
|
) -> None:
|
|
6187
|
-
'''
|
|
6230
|
+
'''Create a new ``AWS::AppSync::ApiKey``.
|
|
6231
|
+
|
|
6188
6232
|
:param scope: Scope in which this resource is defined.
|
|
6189
6233
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
6190
6234
|
:param api_id: Unique AWS AppSync GraphQL API ID for this API key.
|
|
@@ -6229,6 +6273,12 @@ class CfnApiKey(
|
|
|
6229
6273
|
'''The CloudFormation resource type name for this resource class.'''
|
|
6230
6274
|
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
6231
6275
|
|
|
6276
|
+
@builtins.property
|
|
6277
|
+
@jsii.member(jsii_name="apiKeyRef")
|
|
6278
|
+
def api_key_ref(self) -> _ApiKeyReference_0d3e4a31:
|
|
6279
|
+
'''A reference to a ApiKey resource.'''
|
|
6280
|
+
return typing.cast(_ApiKeyReference_0d3e4a31, jsii.get(self, "apiKeyRef"))
|
|
6281
|
+
|
|
6232
6282
|
@builtins.property
|
|
6233
6283
|
@jsii.member(jsii_name="attrApiKey")
|
|
6234
6284
|
def attr_api_key(self) -> builtins.str:
|
|
@@ -6555,7 +6605,7 @@ class CfnApiProps:
|
|
|
6555
6605
|
)
|
|
6556
6606
|
|
|
6557
6607
|
|
|
6558
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
6608
|
+
@jsii.implements(_IInspectable_c2943556, _IChannelNamespaceRef_68af2ba2, _ITaggableV2_4e6798f8)
|
|
6559
6609
|
class CfnChannelNamespace(
|
|
6560
6610
|
_CfnResource_9df397a6,
|
|
6561
6611
|
metaclass=jsii.JSIIMeta,
|
|
@@ -6633,17 +6683,18 @@ class CfnChannelNamespace(
|
|
|
6633
6683
|
subscribe_auth_modes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannelNamespace.AuthModeProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
6634
6684
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6635
6685
|
) -> None:
|
|
6636
|
-
'''
|
|
6686
|
+
'''Create a new ``AWS::AppSync::ChannelNamespace``.
|
|
6687
|
+
|
|
6637
6688
|
:param scope: Scope in which this resource is defined.
|
|
6638
6689
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
6639
|
-
:param api_id:
|
|
6640
|
-
:param name:
|
|
6641
|
-
:param code_handlers:
|
|
6690
|
+
:param api_id: The ``Api`` ID.
|
|
6691
|
+
:param name: The name of the channel namespace. This name must be unique within the ``Api`` .
|
|
6692
|
+
:param code_handlers: The event handler functions that run custom business logic to process published events and subscribe requests.
|
|
6642
6693
|
:param code_s3_location: The Amazon S3 endpoint where the code is located.
|
|
6643
|
-
:param handler_configs:
|
|
6694
|
+
:param handler_configs: The configuration for the ``OnPublish`` and ``OnSubscribe`` handlers.
|
|
6644
6695
|
:param publish_auth_modes: The authorization mode to use for publishing messages on the channel namespace. This configuration overrides the default ``Api`` authorization configuration.
|
|
6645
6696
|
:param subscribe_auth_modes: The authorization mode to use for subscribing to messages on the channel namespace. This configuration overrides the default ``Api`` authorization configuration.
|
|
6646
|
-
:param tags:
|
|
6697
|
+
:param tags: A set of tags (key-value pairs) for this channel namespace.
|
|
6647
6698
|
'''
|
|
6648
6699
|
if __debug__:
|
|
6649
6700
|
type_hints = typing.get_type_hints(_typecheckingstub__a093c57f7353830d56f8cde41e8653e333d0f0b91da87dd9ca86d72460c39119)
|
|
@@ -6695,7 +6746,7 @@ class CfnChannelNamespace(
|
|
|
6695
6746
|
@builtins.property
|
|
6696
6747
|
@jsii.member(jsii_name="attrChannelNamespaceArn")
|
|
6697
6748
|
def attr_channel_namespace_arn(self) -> builtins.str:
|
|
6698
|
-
'''The Amazon Resource Name (ARN)
|
|
6749
|
+
'''The Amazon Resource Name (ARN) of the channel namespace.
|
|
6699
6750
|
|
|
6700
6751
|
:cloudformationAttribute: ChannelNamespaceArn
|
|
6701
6752
|
'''
|
|
@@ -6712,10 +6763,16 @@ class CfnChannelNamespace(
|
|
|
6712
6763
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
6713
6764
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
6714
6765
|
|
|
6766
|
+
@builtins.property
|
|
6767
|
+
@jsii.member(jsii_name="channelNamespaceRef")
|
|
6768
|
+
def channel_namespace_ref(self) -> _ChannelNamespaceReference_be895f9c:
|
|
6769
|
+
'''A reference to a ChannelNamespace resource.'''
|
|
6770
|
+
return typing.cast(_ChannelNamespaceReference_be895f9c, jsii.get(self, "channelNamespaceRef"))
|
|
6771
|
+
|
|
6715
6772
|
@builtins.property
|
|
6716
6773
|
@jsii.member(jsii_name="apiId")
|
|
6717
6774
|
def api_id(self) -> builtins.str:
|
|
6718
|
-
'''
|
|
6775
|
+
'''The ``Api`` ID.'''
|
|
6719
6776
|
return typing.cast(builtins.str, jsii.get(self, "apiId"))
|
|
6720
6777
|
|
|
6721
6778
|
@api_id.setter
|
|
@@ -6728,7 +6785,7 @@ class CfnChannelNamespace(
|
|
|
6728
6785
|
@builtins.property
|
|
6729
6786
|
@jsii.member(jsii_name="name")
|
|
6730
6787
|
def name(self) -> builtins.str:
|
|
6731
|
-
'''
|
|
6788
|
+
'''The name of the channel namespace.'''
|
|
6732
6789
|
return typing.cast(builtins.str, jsii.get(self, "name"))
|
|
6733
6790
|
|
|
6734
6791
|
@name.setter
|
|
@@ -6741,7 +6798,7 @@ class CfnChannelNamespace(
|
|
|
6741
6798
|
@builtins.property
|
|
6742
6799
|
@jsii.member(jsii_name="codeHandlers")
|
|
6743
6800
|
def code_handlers(self) -> typing.Optional[builtins.str]:
|
|
6744
|
-
'''
|
|
6801
|
+
'''The event handler functions that run custom business logic to process published events and subscribe requests.'''
|
|
6745
6802
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "codeHandlers"))
|
|
6746
6803
|
|
|
6747
6804
|
@code_handlers.setter
|
|
@@ -6769,6 +6826,7 @@ class CfnChannelNamespace(
|
|
|
6769
6826
|
def handler_configs(
|
|
6770
6827
|
self,
|
|
6771
6828
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannelNamespace.HandlerConfigsProperty"]]:
|
|
6829
|
+
'''The configuration for the ``OnPublish`` and ``OnSubscribe`` handlers.'''
|
|
6772
6830
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannelNamespace.HandlerConfigsProperty"]], jsii.get(self, "handlerConfigs"))
|
|
6773
6831
|
|
|
6774
6832
|
@handler_configs.setter
|
|
@@ -6820,7 +6878,7 @@ class CfnChannelNamespace(
|
|
|
6820
6878
|
@builtins.property
|
|
6821
6879
|
@jsii.member(jsii_name="tags")
|
|
6822
6880
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
6823
|
-
'''
|
|
6881
|
+
'''A set of tags (key-value pairs) for this channel namespace.'''
|
|
6824
6882
|
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
|
|
6825
6883
|
|
|
6826
6884
|
@tags.setter
|
|
@@ -6837,9 +6895,11 @@ class CfnChannelNamespace(
|
|
|
6837
6895
|
)
|
|
6838
6896
|
class AuthModeProperty:
|
|
6839
6897
|
def __init__(self, *, auth_type: typing.Optional[builtins.str] = None) -> None:
|
|
6840
|
-
'''
|
|
6898
|
+
'''Describes an authorization configuration.
|
|
6841
6899
|
|
|
6842
|
-
|
|
6900
|
+
Use ``AuthMode`` to specify the publishing and subscription authorization configuration for an Event API.
|
|
6901
|
+
|
|
6902
|
+
:param auth_type: The authorization type.
|
|
6843
6903
|
|
|
6844
6904
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-channelnamespace-authmode.html
|
|
6845
6905
|
:exampleMetadata: fixture=_generated
|
|
@@ -6863,7 +6923,7 @@ class CfnChannelNamespace(
|
|
|
6863
6923
|
|
|
6864
6924
|
@builtins.property
|
|
6865
6925
|
def auth_type(self) -> typing.Optional[builtins.str]:
|
|
6866
|
-
'''
|
|
6926
|
+
'''The authorization type.
|
|
6867
6927
|
|
|
6868
6928
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-channelnamespace-authmode.html#cfn-appsync-channelnamespace-authmode-authtype
|
|
6869
6929
|
'''
|
|
@@ -6893,9 +6953,10 @@ class CfnChannelNamespace(
|
|
|
6893
6953
|
behavior: builtins.str,
|
|
6894
6954
|
integration: typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannelNamespace.IntegrationProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
6895
6955
|
) -> None:
|
|
6896
|
-
'''
|
|
6897
|
-
|
|
6898
|
-
:param
|
|
6956
|
+
'''The ``HandlerConfig`` property type specifies the configuration for the handler.
|
|
6957
|
+
|
|
6958
|
+
:param behavior: The behavior for the handler.
|
|
6959
|
+
:param integration: The integration data source configuration for the handler.
|
|
6899
6960
|
|
|
6900
6961
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-channelnamespace-handlerconfig.html
|
|
6901
6962
|
:exampleMetadata: fixture=_generated
|
|
@@ -6929,7 +6990,7 @@ class CfnChannelNamespace(
|
|
|
6929
6990
|
|
|
6930
6991
|
@builtins.property
|
|
6931
6992
|
def behavior(self) -> builtins.str:
|
|
6932
|
-
'''
|
|
6993
|
+
'''The behavior for the handler.
|
|
6933
6994
|
|
|
6934
6995
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-channelnamespace-handlerconfig.html#cfn-appsync-channelnamespace-handlerconfig-behavior
|
|
6935
6996
|
'''
|
|
@@ -6941,7 +7002,8 @@ class CfnChannelNamespace(
|
|
|
6941
7002
|
def integration(
|
|
6942
7003
|
self,
|
|
6943
7004
|
) -> typing.Union[_IResolvable_da3f097b, "CfnChannelNamespace.IntegrationProperty"]:
|
|
6944
|
-
'''
|
|
7005
|
+
'''The integration data source configuration for the handler.
|
|
7006
|
+
|
|
6945
7007
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-channelnamespace-handlerconfig.html#cfn-appsync-channelnamespace-handlerconfig-integration
|
|
6946
7008
|
'''
|
|
6947
7009
|
result = self._values.get("integration")
|
|
@@ -6971,9 +7033,10 @@ class CfnChannelNamespace(
|
|
|
6971
7033
|
on_publish: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannelNamespace.HandlerConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6972
7034
|
on_subscribe: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannelNamespace.HandlerConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6973
7035
|
) -> None:
|
|
6974
|
-
'''
|
|
6975
|
-
|
|
6976
|
-
:param
|
|
7036
|
+
'''The ``HandlerConfigs`` property type specifies the configuration for the ``OnPublish`` and ``OnSubscribe`` handlers.
|
|
7037
|
+
|
|
7038
|
+
:param on_publish: The configuration for the ``OnPublish`` handler.
|
|
7039
|
+
:param on_subscribe: The configuration for the ``OnSubscribe`` handler.
|
|
6977
7040
|
|
|
6978
7041
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-channelnamespace-handlerconfigs.html
|
|
6979
7042
|
:exampleMetadata: fixture=_generated
|
|
@@ -7023,7 +7086,8 @@ class CfnChannelNamespace(
|
|
|
7023
7086
|
def on_publish(
|
|
7024
7087
|
self,
|
|
7025
7088
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannelNamespace.HandlerConfigProperty"]]:
|
|
7026
|
-
'''
|
|
7089
|
+
'''The configuration for the ``OnPublish`` handler.
|
|
7090
|
+
|
|
7027
7091
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-channelnamespace-handlerconfigs.html#cfn-appsync-channelnamespace-handlerconfigs-onpublish
|
|
7028
7092
|
'''
|
|
7029
7093
|
result = self._values.get("on_publish")
|
|
@@ -7033,7 +7097,8 @@ class CfnChannelNamespace(
|
|
|
7033
7097
|
def on_subscribe(
|
|
7034
7098
|
self,
|
|
7035
7099
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannelNamespace.HandlerConfigProperty"]]:
|
|
7036
|
-
'''
|
|
7100
|
+
'''The configuration for the ``OnSubscribe`` handler.
|
|
7101
|
+
|
|
7037
7102
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-channelnamespace-handlerconfigs.html#cfn-appsync-channelnamespace-handlerconfigs-onsubscribe
|
|
7038
7103
|
'''
|
|
7039
7104
|
result = self._values.get("on_subscribe")
|
|
@@ -7065,9 +7130,10 @@ class CfnChannelNamespace(
|
|
|
7065
7130
|
data_source_name: builtins.str,
|
|
7066
7131
|
lambda_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannelNamespace.LambdaConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7067
7132
|
) -> None:
|
|
7068
|
-
'''
|
|
7069
|
-
|
|
7070
|
-
:param
|
|
7133
|
+
'''The ``Integration`` property type specifies the integration data source configuration for the handler.
|
|
7134
|
+
|
|
7135
|
+
:param data_source_name: The unique name of the data source that has been configured on the API.
|
|
7136
|
+
:param lambda_config: The configuration for a Lambda data source.
|
|
7071
7137
|
|
|
7072
7138
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-channelnamespace-integration.html
|
|
7073
7139
|
:exampleMetadata: fixture=_generated
|
|
@@ -7099,7 +7165,7 @@ class CfnChannelNamespace(
|
|
|
7099
7165
|
|
|
7100
7166
|
@builtins.property
|
|
7101
7167
|
def data_source_name(self) -> builtins.str:
|
|
7102
|
-
'''
|
|
7168
|
+
'''The unique name of the data source that has been configured on the API.
|
|
7103
7169
|
|
|
7104
7170
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-channelnamespace-integration.html#cfn-appsync-channelnamespace-integration-datasourcename
|
|
7105
7171
|
'''
|
|
@@ -7111,7 +7177,8 @@ class CfnChannelNamespace(
|
|
|
7111
7177
|
def lambda_config(
|
|
7112
7178
|
self,
|
|
7113
7179
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannelNamespace.LambdaConfigProperty"]]:
|
|
7114
|
-
'''
|
|
7180
|
+
'''The configuration for a Lambda data source.
|
|
7181
|
+
|
|
7115
7182
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-channelnamespace-integration.html#cfn-appsync-channelnamespace-integration-lambdaconfig
|
|
7116
7183
|
'''
|
|
7117
7184
|
result = self._values.get("lambda_config")
|
|
@@ -7135,8 +7202,9 @@ class CfnChannelNamespace(
|
|
|
7135
7202
|
)
|
|
7136
7203
|
class LambdaConfigProperty:
|
|
7137
7204
|
def __init__(self, *, invoke_type: builtins.str) -> None:
|
|
7138
|
-
'''
|
|
7139
|
-
|
|
7205
|
+
'''The ``LambdaConfig`` property type specifies the integration configuration for a Lambda data source.
|
|
7206
|
+
|
|
7207
|
+
:param invoke_type: The invocation type for a Lambda data source.
|
|
7140
7208
|
|
|
7141
7209
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-channelnamespace-lambdaconfig.html
|
|
7142
7210
|
:exampleMetadata: fixture=_generated
|
|
@@ -7160,7 +7228,7 @@ class CfnChannelNamespace(
|
|
|
7160
7228
|
|
|
7161
7229
|
@builtins.property
|
|
7162
7230
|
def invoke_type(self) -> builtins.str:
|
|
7163
|
-
'''
|
|
7231
|
+
'''The invocation type for a Lambda data source.
|
|
7164
7232
|
|
|
7165
7233
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-channelnamespace-lambdaconfig.html#cfn-appsync-channelnamespace-lambdaconfig-invoketype
|
|
7166
7234
|
'''
|
|
@@ -7209,14 +7277,14 @@ class CfnChannelNamespaceProps:
|
|
|
7209
7277
|
) -> None:
|
|
7210
7278
|
'''Properties for defining a ``CfnChannelNamespace``.
|
|
7211
7279
|
|
|
7212
|
-
:param api_id:
|
|
7213
|
-
:param name:
|
|
7214
|
-
:param code_handlers:
|
|
7280
|
+
:param api_id: The ``Api`` ID.
|
|
7281
|
+
:param name: The name of the channel namespace. This name must be unique within the ``Api`` .
|
|
7282
|
+
:param code_handlers: The event handler functions that run custom business logic to process published events and subscribe requests.
|
|
7215
7283
|
:param code_s3_location: The Amazon S3 endpoint where the code is located.
|
|
7216
|
-
:param handler_configs:
|
|
7284
|
+
:param handler_configs: The configuration for the ``OnPublish`` and ``OnSubscribe`` handlers.
|
|
7217
7285
|
:param publish_auth_modes: The authorization mode to use for publishing messages on the channel namespace. This configuration overrides the default ``Api`` authorization configuration.
|
|
7218
7286
|
:param subscribe_auth_modes: The authorization mode to use for subscribing to messages on the channel namespace. This configuration overrides the default ``Api`` authorization configuration.
|
|
7219
|
-
:param tags:
|
|
7287
|
+
:param tags: A set of tags (key-value pairs) for this channel namespace.
|
|
7220
7288
|
|
|
7221
7289
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-channelnamespace.html
|
|
7222
7290
|
:exampleMetadata: fixture=_generated
|
|
@@ -7299,7 +7367,7 @@ class CfnChannelNamespaceProps:
|
|
|
7299
7367
|
|
|
7300
7368
|
@builtins.property
|
|
7301
7369
|
def api_id(self) -> builtins.str:
|
|
7302
|
-
'''
|
|
7370
|
+
'''The ``Api`` ID.
|
|
7303
7371
|
|
|
7304
7372
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-channelnamespace.html#cfn-appsync-channelnamespace-apiid
|
|
7305
7373
|
'''
|
|
@@ -7309,7 +7377,9 @@ class CfnChannelNamespaceProps:
|
|
|
7309
7377
|
|
|
7310
7378
|
@builtins.property
|
|
7311
7379
|
def name(self) -> builtins.str:
|
|
7312
|
-
'''
|
|
7380
|
+
'''The name of the channel namespace.
|
|
7381
|
+
|
|
7382
|
+
This name must be unique within the ``Api`` .
|
|
7313
7383
|
|
|
7314
7384
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-channelnamespace.html#cfn-appsync-channelnamespace-name
|
|
7315
7385
|
'''
|
|
@@ -7319,7 +7389,7 @@ class CfnChannelNamespaceProps:
|
|
|
7319
7389
|
|
|
7320
7390
|
@builtins.property
|
|
7321
7391
|
def code_handlers(self) -> typing.Optional[builtins.str]:
|
|
7322
|
-
'''
|
|
7392
|
+
'''The event handler functions that run custom business logic to process published events and subscribe requests.
|
|
7323
7393
|
|
|
7324
7394
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-channelnamespace.html#cfn-appsync-channelnamespace-codehandlers
|
|
7325
7395
|
'''
|
|
@@ -7339,7 +7409,8 @@ class CfnChannelNamespaceProps:
|
|
|
7339
7409
|
def handler_configs(
|
|
7340
7410
|
self,
|
|
7341
7411
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnChannelNamespace.HandlerConfigsProperty]]:
|
|
7342
|
-
'''
|
|
7412
|
+
'''The configuration for the ``OnPublish`` and ``OnSubscribe`` handlers.
|
|
7413
|
+
|
|
7343
7414
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-channelnamespace.html#cfn-appsync-channelnamespace-handlerconfigs
|
|
7344
7415
|
'''
|
|
7345
7416
|
result = self._values.get("handler_configs")
|
|
@@ -7373,7 +7444,7 @@ class CfnChannelNamespaceProps:
|
|
|
7373
7444
|
|
|
7374
7445
|
@builtins.property
|
|
7375
7446
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
7376
|
-
'''
|
|
7447
|
+
'''A set of tags (key-value pairs) for this channel namespace.
|
|
7377
7448
|
|
|
7378
7449
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-channelnamespace.html#cfn-appsync-channelnamespace-tags
|
|
7379
7450
|
'''
|
|
@@ -7392,7 +7463,7 @@ class CfnChannelNamespaceProps:
|
|
|
7392
7463
|
)
|
|
7393
7464
|
|
|
7394
7465
|
|
|
7395
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
7466
|
+
@jsii.implements(_IInspectable_c2943556, _IDataSourceRef_7564634a)
|
|
7396
7467
|
class CfnDataSource(
|
|
7397
7468
|
_CfnResource_9df397a6,
|
|
7398
7469
|
metaclass=jsii.JSIIMeta,
|
|
@@ -7498,7 +7569,8 @@ class CfnDataSource(
|
|
|
7498
7569
|
relational_database_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSource.RelationalDatabaseConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7499
7570
|
service_role_arn: typing.Optional[builtins.str] = None,
|
|
7500
7571
|
) -> None:
|
|
7501
|
-
'''
|
|
7572
|
+
'''Create a new ``AWS::AppSync::DataSource``.
|
|
7573
|
+
|
|
7502
7574
|
:param scope: Scope in which this resource is defined.
|
|
7503
7575
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
7504
7576
|
:param api_id: Unique AWS AppSync GraphQL API identifier where this data source will be created.
|
|
@@ -7590,6 +7662,12 @@ class CfnDataSource(
|
|
|
7590
7662
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
7591
7663
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
7592
7664
|
|
|
7665
|
+
@builtins.property
|
|
7666
|
+
@jsii.member(jsii_name="dataSourceRef")
|
|
7667
|
+
def data_source_ref(self) -> _DataSourceReference_226e115b:
|
|
7668
|
+
'''A reference to a DataSource resource.'''
|
|
7669
|
+
return typing.cast(_DataSourceReference_226e115b, jsii.get(self, "dataSourceRef"))
|
|
7670
|
+
|
|
7593
7671
|
@builtins.property
|
|
7594
7672
|
@jsii.member(jsii_name="apiId")
|
|
7595
7673
|
def api_id(self) -> builtins.str:
|
|
@@ -9067,7 +9145,7 @@ class CfnDataSourceProps:
|
|
|
9067
9145
|
)
|
|
9068
9146
|
|
|
9069
9147
|
|
|
9070
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
9148
|
+
@jsii.implements(_IInspectable_c2943556, _IDomainNameRef_15b9da81, _ITaggableV2_4e6798f8)
|
|
9071
9149
|
class CfnDomainName(
|
|
9072
9150
|
_CfnResource_9df397a6,
|
|
9073
9151
|
metaclass=jsii.JSIIMeta,
|
|
@@ -9108,10 +9186,11 @@ class CfnDomainName(
|
|
|
9108
9186
|
description: typing.Optional[builtins.str] = None,
|
|
9109
9187
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
9110
9188
|
) -> None:
|
|
9111
|
-
'''
|
|
9189
|
+
'''Create a new ``AWS::AppSync::DomainName``.
|
|
9190
|
+
|
|
9112
9191
|
:param scope: Scope in which this resource is defined.
|
|
9113
9192
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
9114
|
-
:param certificate_arn: The Amazon Resource Name (ARN) of the certificate. This will be an
|
|
9193
|
+
:param certificate_arn: The Amazon Resource Name (ARN) of the certificate. This will be an Certificate Manager certificate.
|
|
9115
9194
|
:param domain_name: The domain name.
|
|
9116
9195
|
:param description: The decription for your domain name.
|
|
9117
9196
|
:param tags: A set of tags (key-value pairs) for this domain name.
|
|
@@ -9129,6 +9208,48 @@ class CfnDomainName(
|
|
|
9129
9208
|
|
|
9130
9209
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
9131
9210
|
|
|
9211
|
+
@jsii.member(jsii_name="fromDomainName")
|
|
9212
|
+
@builtins.classmethod
|
|
9213
|
+
def from_domain_name(
|
|
9214
|
+
cls,
|
|
9215
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9216
|
+
id: builtins.str,
|
|
9217
|
+
domain_name: builtins.str,
|
|
9218
|
+
) -> _IDomainNameRef_15b9da81:
|
|
9219
|
+
'''Creates a new IDomainNameRef from a domainName.
|
|
9220
|
+
|
|
9221
|
+
:param scope: -
|
|
9222
|
+
:param id: -
|
|
9223
|
+
:param domain_name: -
|
|
9224
|
+
'''
|
|
9225
|
+
if __debug__:
|
|
9226
|
+
type_hints = typing.get_type_hints(_typecheckingstub__08c6def9587107d2278647a6d441c9caf964fa2d78a1d3deaea83b39bee09293)
|
|
9227
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
9228
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
9229
|
+
check_type(argname="argument domain_name", value=domain_name, expected_type=type_hints["domain_name"])
|
|
9230
|
+
return typing.cast(_IDomainNameRef_15b9da81, jsii.sinvoke(cls, "fromDomainName", [scope, id, domain_name]))
|
|
9231
|
+
|
|
9232
|
+
@jsii.member(jsii_name="fromDomainNameArn")
|
|
9233
|
+
@builtins.classmethod
|
|
9234
|
+
def from_domain_name_arn(
|
|
9235
|
+
cls,
|
|
9236
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9237
|
+
id: builtins.str,
|
|
9238
|
+
arn: builtins.str,
|
|
9239
|
+
) -> _IDomainNameRef_15b9da81:
|
|
9240
|
+
'''Creates a new IDomainNameRef from an ARN.
|
|
9241
|
+
|
|
9242
|
+
:param scope: -
|
|
9243
|
+
:param id: -
|
|
9244
|
+
:param arn: -
|
|
9245
|
+
'''
|
|
9246
|
+
if __debug__:
|
|
9247
|
+
type_hints = typing.get_type_hints(_typecheckingstub__749c3931247d77e821eae72c97fb9d854d79132a8471c8a0dbc46bb29336cbda)
|
|
9248
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
9249
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
9250
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
9251
|
+
return typing.cast(_IDomainNameRef_15b9da81, jsii.sinvoke(cls, "fromDomainNameArn", [scope, id, arn]))
|
|
9252
|
+
|
|
9132
9253
|
@jsii.member(jsii_name="inspect")
|
|
9133
9254
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
9134
9255
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -9206,6 +9327,12 @@ class CfnDomainName(
|
|
|
9206
9327
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
9207
9328
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
9208
9329
|
|
|
9330
|
+
@builtins.property
|
|
9331
|
+
@jsii.member(jsii_name="domainNameRef")
|
|
9332
|
+
def domain_name_ref(self) -> _DomainNameReference_e0f7e463:
|
|
9333
|
+
'''A reference to a DomainName resource.'''
|
|
9334
|
+
return typing.cast(_DomainNameReference_e0f7e463, jsii.get(self, "domainNameRef"))
|
|
9335
|
+
|
|
9209
9336
|
@builtins.property
|
|
9210
9337
|
@jsii.member(jsii_name="certificateArn")
|
|
9211
9338
|
def certificate_arn(self) -> builtins.str:
|
|
@@ -9259,7 +9386,7 @@ class CfnDomainName(
|
|
|
9259
9386
|
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
9260
9387
|
|
|
9261
9388
|
|
|
9262
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
9389
|
+
@jsii.implements(_IInspectable_c2943556, _IDomainNameApiAssociationRef_1dfe71c1)
|
|
9263
9390
|
class CfnDomainNameApiAssociation(
|
|
9264
9391
|
_CfnResource_9df397a6,
|
|
9265
9392
|
metaclass=jsii.JSIIMeta,
|
|
@@ -9291,7 +9418,8 @@ class CfnDomainNameApiAssociation(
|
|
|
9291
9418
|
api_id: builtins.str,
|
|
9292
9419
|
domain_name: builtins.str,
|
|
9293
9420
|
) -> None:
|
|
9294
|
-
'''
|
|
9421
|
+
'''Create a new ``AWS::AppSync::DomainNameApiAssociation``.
|
|
9422
|
+
|
|
9295
9423
|
:param scope: Scope in which this resource is defined.
|
|
9296
9424
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
9297
9425
|
:param api_id: The API ID.
|
|
@@ -9350,6 +9478,14 @@ class CfnDomainNameApiAssociation(
|
|
|
9350
9478
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
9351
9479
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
9352
9480
|
|
|
9481
|
+
@builtins.property
|
|
9482
|
+
@jsii.member(jsii_name="domainNameApiAssociationRef")
|
|
9483
|
+
def domain_name_api_association_ref(
|
|
9484
|
+
self,
|
|
9485
|
+
) -> _DomainNameApiAssociationReference_7ae2b882:
|
|
9486
|
+
'''A reference to a DomainNameApiAssociation resource.'''
|
|
9487
|
+
return typing.cast(_DomainNameApiAssociationReference_7ae2b882, jsii.get(self, "domainNameApiAssociationRef"))
|
|
9488
|
+
|
|
9353
9489
|
@builtins.property
|
|
9354
9490
|
@jsii.member(jsii_name="apiId")
|
|
9355
9491
|
def api_id(self) -> builtins.str:
|
|
@@ -9465,7 +9601,7 @@ class CfnDomainNameProps:
|
|
|
9465
9601
|
) -> None:
|
|
9466
9602
|
'''Properties for defining a ``CfnDomainName``.
|
|
9467
9603
|
|
|
9468
|
-
:param certificate_arn: The Amazon Resource Name (ARN) of the certificate. This will be an
|
|
9604
|
+
:param certificate_arn: The Amazon Resource Name (ARN) of the certificate. This will be an Certificate Manager certificate.
|
|
9469
9605
|
:param domain_name: The domain name.
|
|
9470
9606
|
:param description: The decription for your domain name.
|
|
9471
9607
|
:param tags: A set of tags (key-value pairs) for this domain name.
|
|
@@ -9510,7 +9646,7 @@ class CfnDomainNameProps:
|
|
|
9510
9646
|
def certificate_arn(self) -> builtins.str:
|
|
9511
9647
|
'''The Amazon Resource Name (ARN) of the certificate.
|
|
9512
9648
|
|
|
9513
|
-
This will be an
|
|
9649
|
+
This will be an Certificate Manager certificate.
|
|
9514
9650
|
|
|
9515
9651
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-domainname.html#cfn-appsync-domainname-certificatearn
|
|
9516
9652
|
'''
|
|
@@ -9558,7 +9694,7 @@ class CfnDomainNameProps:
|
|
|
9558
9694
|
)
|
|
9559
9695
|
|
|
9560
9696
|
|
|
9561
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
9697
|
+
@jsii.implements(_IInspectable_c2943556, _IFunctionConfigurationRef_6eb53e57)
|
|
9562
9698
|
class CfnFunctionConfiguration(
|
|
9563
9699
|
_CfnResource_9df397a6,
|
|
9564
9700
|
metaclass=jsii.JSIIMeta,
|
|
@@ -9634,7 +9770,8 @@ class CfnFunctionConfiguration(
|
|
|
9634
9770
|
runtime: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnFunctionConfiguration.AppSyncRuntimeProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
9635
9771
|
sync_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnFunctionConfiguration.SyncConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
9636
9772
|
) -> None:
|
|
9637
|
-
'''
|
|
9773
|
+
'''Create a new ``AWS::AppSync::FunctionConfiguration``.
|
|
9774
|
+
|
|
9638
9775
|
:param scope: Scope in which this resource is defined.
|
|
9639
9776
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
9640
9777
|
:param api_id: The AWS AppSync GraphQL API that you want to attach using this function.
|
|
@@ -9746,6 +9883,12 @@ class CfnFunctionConfiguration(
|
|
|
9746
9883
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
9747
9884
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
9748
9885
|
|
|
9886
|
+
@builtins.property
|
|
9887
|
+
@jsii.member(jsii_name="functionConfigurationRef")
|
|
9888
|
+
def function_configuration_ref(self) -> _FunctionConfigurationReference_8b9e75dc:
|
|
9889
|
+
'''A reference to a FunctionConfiguration resource.'''
|
|
9890
|
+
return typing.cast(_FunctionConfigurationReference_8b9e75dc, jsii.get(self, "functionConfigurationRef"))
|
|
9891
|
+
|
|
9749
9892
|
@builtins.property
|
|
9750
9893
|
@jsii.member(jsii_name="apiId")
|
|
9751
9894
|
def api_id(self) -> builtins.str:
|
|
@@ -10480,7 +10623,7 @@ class CfnFunctionConfigurationProps:
|
|
|
10480
10623
|
)
|
|
10481
10624
|
|
|
10482
10625
|
|
|
10483
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
10626
|
+
@jsii.implements(_IInspectable_c2943556, _IGraphQLApiRef_d46d77ba, _ITaggable_36806126)
|
|
10484
10627
|
class CfnGraphQLApi(
|
|
10485
10628
|
_CfnResource_9df397a6,
|
|
10486
10629
|
metaclass=jsii.JSIIMeta,
|
|
@@ -10595,7 +10738,8 @@ class CfnGraphQLApi(
|
|
|
10595
10738
|
visibility: typing.Optional[builtins.str] = None,
|
|
10596
10739
|
xray_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
10597
10740
|
) -> None:
|
|
10598
|
-
'''
|
|
10741
|
+
'''Create a new ``AWS::AppSync::GraphQLApi``.
|
|
10742
|
+
|
|
10599
10743
|
:param scope: Scope in which this resource is defined.
|
|
10600
10744
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
10601
10745
|
:param authentication_type: Security configuration for your GraphQL API. For allowed values (such as ``API_KEY`` , ``AWS_IAM`` , ``AMAZON_COGNITO_USER_POOLS`` , ``OPENID_CONNECT`` , or ``AWS_LAMBDA`` ), see `Security <https://docs.aws.amazon.com/appsync/latest/devguide/security.html>`_ in the *AWS AppSync Developer Guide* .
|
|
@@ -10744,6 +10888,12 @@ class CfnGraphQLApi(
|
|
|
10744
10888
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
10745
10889
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
10746
10890
|
|
|
10891
|
+
@builtins.property
|
|
10892
|
+
@jsii.member(jsii_name="graphQlApiRef")
|
|
10893
|
+
def graph_ql_api_ref(self) -> _GraphQLApiReference_833f473c:
|
|
10894
|
+
'''A reference to a GraphQLApi resource.'''
|
|
10895
|
+
return typing.cast(_GraphQLApiReference_833f473c, jsii.get(self, "graphQlApiRef"))
|
|
10896
|
+
|
|
10747
10897
|
@builtins.property
|
|
10748
10898
|
@jsii.member(jsii_name="tags")
|
|
10749
10899
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -12224,7 +12374,7 @@ class CfnGraphQLApiProps:
|
|
|
12224
12374
|
)
|
|
12225
12375
|
|
|
12226
12376
|
|
|
12227
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
12377
|
+
@jsii.implements(_IInspectable_c2943556, _IGraphQLSchemaRef_8bbfb35f)
|
|
12228
12378
|
class CfnGraphQLSchema(
|
|
12229
12379
|
_CfnResource_9df397a6,
|
|
12230
12380
|
metaclass=jsii.JSIIMeta,
|
|
@@ -12267,7 +12417,8 @@ class CfnGraphQLSchema(
|
|
|
12267
12417
|
definition: typing.Optional[builtins.str] = None,
|
|
12268
12418
|
definition_s3_location: typing.Optional[builtins.str] = None,
|
|
12269
12419
|
) -> None:
|
|
12270
|
-
'''
|
|
12420
|
+
'''Create a new ``AWS::AppSync::GraphQLSchema``.
|
|
12421
|
+
|
|
12271
12422
|
:param scope: Scope in which this resource is defined.
|
|
12272
12423
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
12273
12424
|
:param api_id: The AWS AppSync GraphQL API identifier to which you want to apply this schema.
|
|
@@ -12330,6 +12481,12 @@ class CfnGraphQLSchema(
|
|
|
12330
12481
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
12331
12482
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
12332
12483
|
|
|
12484
|
+
@builtins.property
|
|
12485
|
+
@jsii.member(jsii_name="graphQlSchemaRef")
|
|
12486
|
+
def graph_ql_schema_ref(self) -> _GraphQLSchemaReference_af442698:
|
|
12487
|
+
'''A reference to a GraphQLSchema resource.'''
|
|
12488
|
+
return typing.cast(_GraphQLSchemaReference_af442698, jsii.get(self, "graphQlSchemaRef"))
|
|
12489
|
+
|
|
12333
12490
|
@builtins.property
|
|
12334
12491
|
@jsii.member(jsii_name="apiId")
|
|
12335
12492
|
def api_id(self) -> builtins.str:
|
|
@@ -12467,7 +12624,7 @@ class CfnGraphQLSchemaProps:
|
|
|
12467
12624
|
)
|
|
12468
12625
|
|
|
12469
12626
|
|
|
12470
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
12627
|
+
@jsii.implements(_IInspectable_c2943556, _IResolverRef_2a44c944)
|
|
12471
12628
|
class CfnResolver(
|
|
12472
12629
|
_CfnResource_9df397a6,
|
|
12473
12630
|
metaclass=jsii.JSIIMeta,
|
|
@@ -12556,7 +12713,8 @@ class CfnResolver(
|
|
|
12556
12713
|
runtime: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnResolver.AppSyncRuntimeProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
12557
12714
|
sync_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnResolver.SyncConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
12558
12715
|
) -> None:
|
|
12559
|
-
'''
|
|
12716
|
+
'''Create a new ``AWS::AppSync::Resolver``.
|
|
12717
|
+
|
|
12560
12718
|
:param scope: Scope in which this resource is defined.
|
|
12561
12719
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
12562
12720
|
:param api_id: The AWS AppSync GraphQL API to which you want to attach this resolver.
|
|
@@ -12665,6 +12823,12 @@ class CfnResolver(
|
|
|
12665
12823
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
12666
12824
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
12667
12825
|
|
|
12826
|
+
@builtins.property
|
|
12827
|
+
@jsii.member(jsii_name="resolverRef")
|
|
12828
|
+
def resolver_ref(self) -> _ResolverReference_1c237cfb:
|
|
12829
|
+
'''A reference to a Resolver resource.'''
|
|
12830
|
+
return typing.cast(_ResolverReference_1c237cfb, jsii.get(self, "resolverRef"))
|
|
12831
|
+
|
|
12668
12832
|
@builtins.property
|
|
12669
12833
|
@jsii.member(jsii_name="apiId")
|
|
12670
12834
|
def api_id(self) -> builtins.str:
|
|
@@ -13642,7 +13806,7 @@ class CfnResolverProps:
|
|
|
13642
13806
|
)
|
|
13643
13807
|
|
|
13644
13808
|
|
|
13645
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
13809
|
+
@jsii.implements(_IInspectable_c2943556, _ISourceApiAssociationRef_c89e9f16)
|
|
13646
13810
|
class CfnSourceApiAssociation(
|
|
13647
13811
|
_CfnResource_9df397a6,
|
|
13648
13812
|
metaclass=jsii.JSIIMeta,
|
|
@@ -13682,7 +13846,8 @@ class CfnSourceApiAssociation(
|
|
|
13682
13846
|
source_api_association_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnSourceApiAssociation.SourceApiAssociationConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
13683
13847
|
source_api_identifier: typing.Optional[builtins.str] = None,
|
|
13684
13848
|
) -> None:
|
|
13685
|
-
'''
|
|
13849
|
+
'''Create a new ``AWS::AppSync::SourceApiAssociation``.
|
|
13850
|
+
|
|
13686
13851
|
:param scope: Scope in which this resource is defined.
|
|
13687
13852
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
13688
13853
|
:param description: The description field of the association configuration.
|
|
@@ -13825,6 +13990,12 @@ class CfnSourceApiAssociation(
|
|
|
13825
13990
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
13826
13991
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
13827
13992
|
|
|
13993
|
+
@builtins.property
|
|
13994
|
+
@jsii.member(jsii_name="sourceApiAssociationRef")
|
|
13995
|
+
def source_api_association_ref(self) -> _SourceApiAssociationReference_1d1f2085:
|
|
13996
|
+
'''A reference to a SourceApiAssociation resource.'''
|
|
13997
|
+
return typing.cast(_SourceApiAssociationReference_1d1f2085, jsii.get(self, "sourceApiAssociationRef"))
|
|
13998
|
+
|
|
13828
13999
|
@builtins.property
|
|
13829
14000
|
@jsii.member(jsii_name="description")
|
|
13830
14001
|
def description(self) -> typing.Optional[builtins.str]:
|
|
@@ -14376,7 +14547,7 @@ class Code(metaclass=jsii.JSIIAbstractClass, jsii_type="aws-cdk-lib.aws_appsync.
|
|
|
14376
14547
|
deploy_time: typing.Optional[builtins.bool] = None,
|
|
14377
14548
|
display_name: typing.Optional[builtins.str] = None,
|
|
14378
14549
|
readers: typing.Optional[typing.Sequence[_IGrantable_71c4f5de]] = None,
|
|
14379
|
-
source_kms_key: typing.Optional[
|
|
14550
|
+
source_kms_key: typing.Optional[_IKeyRef_d4fc6ef3] = None,
|
|
14380
14551
|
asset_hash: typing.Optional[builtins.str] = None,
|
|
14381
14552
|
asset_hash_type: typing.Optional[_AssetHashType_05b67f2d] = None,
|
|
14382
14553
|
bundling: typing.Optional[typing.Union[_BundlingOptions_588cc936, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
@@ -18478,7 +18649,7 @@ class LogConfig:
|
|
|
18478
18649
|
exclude_verbose_content: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
18479
18650
|
field_log_level: typing.Optional[FieldLogLevel] = None,
|
|
18480
18651
|
retention: typing.Optional[_RetentionDays_070f99f0] = None,
|
|
18481
|
-
role: typing.Optional[
|
|
18652
|
+
role: typing.Optional[_IRoleRef_8400221f] = None,
|
|
18482
18653
|
) -> None:
|
|
18483
18654
|
'''Logging configuration for AppSync.
|
|
18484
18655
|
|
|
@@ -18554,13 +18725,13 @@ class LogConfig:
|
|
|
18554
18725
|
return typing.cast(typing.Optional[_RetentionDays_070f99f0], result)
|
|
18555
18726
|
|
|
18556
18727
|
@builtins.property
|
|
18557
|
-
def role(self) -> typing.Optional[
|
|
18728
|
+
def role(self) -> typing.Optional[_IRoleRef_8400221f]:
|
|
18558
18729
|
'''The role for CloudWatch Logs.
|
|
18559
18730
|
|
|
18560
18731
|
:default: - None
|
|
18561
18732
|
'''
|
|
18562
18733
|
result = self._values.get("role")
|
|
18563
|
-
return typing.cast(typing.Optional[
|
|
18734
|
+
return typing.cast(typing.Optional[_IRoleRef_8400221f], result)
|
|
18564
18735
|
|
|
18565
18736
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
18566
18737
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -20147,6 +20318,12 @@ class SourceApiAssociation(
|
|
|
20147
20318
|
|
|
20148
20319
|
return typing.cast(ISourceApiAssociation, jsii.sinvoke(cls, "fromSourceApiAssociationAttributes", [scope, id, attrs]))
|
|
20149
20320
|
|
|
20321
|
+
@jsii.python.classproperty
|
|
20322
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
20323
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
20324
|
+
'''Uniquely identifies this class.'''
|
|
20325
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
20326
|
+
|
|
20150
20327
|
@builtins.property
|
|
20151
20328
|
@jsii.member(jsii_name="association")
|
|
20152
20329
|
def association(self) -> CfnSourceApiAssociation:
|
|
@@ -22470,6 +22647,12 @@ class AppsyncFunction(
|
|
|
22470
22647
|
|
|
22471
22648
|
return typing.cast(IAppsyncFunction, jsii.sinvoke(cls, "fromAppsyncFunctionAttributes", [scope, id, attrs]))
|
|
22472
22649
|
|
|
22650
|
+
@jsii.python.classproperty
|
|
22651
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
22652
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
22653
|
+
'''Uniquely identifies this class.'''
|
|
22654
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
22655
|
+
|
|
22473
22656
|
@builtins.property
|
|
22474
22657
|
@jsii.member(jsii_name="dataSource")
|
|
22475
22658
|
def data_source(self) -> BaseDataSource:
|
|
@@ -22697,11 +22880,11 @@ class AssetCode(
|
|
|
22697
22880
|
import aws_cdk as cdk
|
|
22698
22881
|
from aws_cdk import aws_appsync as appsync
|
|
22699
22882
|
from aws_cdk import aws_iam as iam
|
|
22700
|
-
from aws_cdk import aws_kms as
|
|
22883
|
+
from aws_cdk.interfaces import aws_kms as interfaces_aws_kms
|
|
22701
22884
|
|
|
22702
22885
|
# docker_image: cdk.DockerImage
|
|
22703
22886
|
# grantable: iam.IGrantable
|
|
22704
|
-
#
|
|
22887
|
+
# key_ref: interfaces_aws_kms.IKeyRef
|
|
22705
22888
|
# local_bundling: cdk.ILocalBundling
|
|
22706
22889
|
|
|
22707
22890
|
asset_code = appsync.AssetCode("path",
|
|
@@ -22739,7 +22922,7 @@ class AssetCode(
|
|
|
22739
22922
|
follow_symlinks=cdk.SymlinkFollowMode.NEVER,
|
|
22740
22923
|
ignore_mode=cdk.IgnoreMode.GLOB,
|
|
22741
22924
|
readers=[grantable],
|
|
22742
|
-
source_kMSKey=
|
|
22925
|
+
source_kMSKey=key_ref
|
|
22743
22926
|
)
|
|
22744
22927
|
'''
|
|
22745
22928
|
|
|
@@ -22750,7 +22933,7 @@ class AssetCode(
|
|
|
22750
22933
|
deploy_time: typing.Optional[builtins.bool] = None,
|
|
22751
22934
|
display_name: typing.Optional[builtins.str] = None,
|
|
22752
22935
|
readers: typing.Optional[typing.Sequence[_IGrantable_71c4f5de]] = None,
|
|
22753
|
-
source_kms_key: typing.Optional[
|
|
22936
|
+
source_kms_key: typing.Optional[_IKeyRef_d4fc6ef3] = None,
|
|
22754
22937
|
asset_hash: typing.Optional[builtins.str] = None,
|
|
22755
22938
|
asset_hash_type: typing.Optional[_AssetHashType_05b67f2d] = None,
|
|
22756
22939
|
bundling: typing.Optional[typing.Union[_BundlingOptions_588cc936, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
@@ -23110,6 +23293,12 @@ class ChannelNamespace(
|
|
|
23110
23293
|
check_type(argname="argument grantee", value=grantee, expected_type=type_hints["grantee"])
|
|
23111
23294
|
return typing.cast(_Grant_a7ae64f8, jsii.invoke(self, "grantSubscribe", [grantee]))
|
|
23112
23295
|
|
|
23296
|
+
@jsii.python.classproperty
|
|
23297
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
23298
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
23299
|
+
'''Uniquely identifies this class.'''
|
|
23300
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
23301
|
+
|
|
23113
23302
|
@builtins.property
|
|
23114
23303
|
@jsii.member(jsii_name="channelNamespaceArn")
|
|
23115
23304
|
def channel_namespace_arn(self) -> builtins.str:
|
|
@@ -23217,6 +23406,12 @@ class DynamoDbDataSource(
|
|
|
23217
23406
|
|
|
23218
23407
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
23219
23408
|
|
|
23409
|
+
@jsii.python.classproperty
|
|
23410
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
23411
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
23412
|
+
'''Uniquely identifies this class.'''
|
|
23413
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
23414
|
+
|
|
23220
23415
|
|
|
23221
23416
|
@jsii.data_type(
|
|
23222
23417
|
jsii_type="aws-cdk-lib.aws_appsync.DynamoDbDataSourceProps",
|
|
@@ -23990,6 +24185,12 @@ class EventBridgeDataSource(
|
|
|
23990
24185
|
|
|
23991
24186
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
23992
24187
|
|
|
24188
|
+
@jsii.python.classproperty
|
|
24189
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
24190
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
24191
|
+
'''Uniquely identifies this class.'''
|
|
24192
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
24193
|
+
|
|
23993
24194
|
|
|
23994
24195
|
@jsii.data_type(
|
|
23995
24196
|
jsii_type="aws-cdk-lib.aws_appsync.EventBridgeDataSourceProps",
|
|
@@ -24666,6 +24867,12 @@ class HttpDataSource(
|
|
|
24666
24867
|
|
|
24667
24868
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
24668
24869
|
|
|
24870
|
+
@jsii.python.classproperty
|
|
24871
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
24872
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
24873
|
+
'''Uniquely identifies this class.'''
|
|
24874
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
24875
|
+
|
|
24669
24876
|
|
|
24670
24877
|
@jsii.data_type(
|
|
24671
24878
|
jsii_type="aws-cdk-lib.aws_appsync.HttpDataSourceProps",
|
|
@@ -24876,6 +25083,12 @@ class LambdaDataSource(
|
|
|
24876
25083
|
|
|
24877
25084
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
24878
25085
|
|
|
25086
|
+
@jsii.python.classproperty
|
|
25087
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
25088
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
25089
|
+
'''Uniquely identifies this class.'''
|
|
25090
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
25091
|
+
|
|
24879
25092
|
|
|
24880
25093
|
@jsii.data_type(
|
|
24881
25094
|
jsii_type="aws-cdk-lib.aws_appsync.LambdaDataSourceProps",
|
|
@@ -25084,6 +25297,12 @@ class OpenSearchDataSource(
|
|
|
25084
25297
|
|
|
25085
25298
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
25086
25299
|
|
|
25300
|
+
@jsii.python.classproperty
|
|
25301
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
25302
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
25303
|
+
'''Uniquely identifies this class.'''
|
|
25304
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
25305
|
+
|
|
25087
25306
|
|
|
25088
25307
|
@jsii.data_type(
|
|
25089
25308
|
jsii_type="aws-cdk-lib.aws_appsync.OpenSearchDataSourceProps",
|
|
@@ -25364,6 +25583,12 @@ class RdsDataSource(
|
|
|
25364
25583
|
|
|
25365
25584
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
25366
25585
|
|
|
25586
|
+
@jsii.python.classproperty
|
|
25587
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
25588
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
25589
|
+
'''Uniquely identifies this class.'''
|
|
25590
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
25591
|
+
|
|
25367
25592
|
|
|
25368
25593
|
@jsii.data_type(
|
|
25369
25594
|
jsii_type="aws-cdk-lib.aws_appsync.RdsDataSourceProps",
|
|
@@ -25789,6 +26014,12 @@ class EventApi(
|
|
|
25789
26014
|
|
|
25790
26015
|
return typing.cast(IEventApi, jsii.sinvoke(cls, "fromEventApiAttributes", [scope, id, attrs]))
|
|
25791
26016
|
|
|
26017
|
+
@jsii.python.classproperty
|
|
26018
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
26019
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
26020
|
+
'''Uniquely identifies this class.'''
|
|
26021
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
26022
|
+
|
|
25792
26023
|
@builtins.property
|
|
25793
26024
|
@jsii.member(jsii_name="apiArn")
|
|
25794
26025
|
def api_arn(self) -> builtins.str:
|
|
@@ -26026,6 +26257,12 @@ class GraphqlApi(
|
|
|
26026
26257
|
check_type(argname="argument construct", value=construct, expected_type=type_hints["construct"])
|
|
26027
26258
|
return typing.cast(builtins.bool, jsii.invoke(self, "addSchemaDependency", [construct]))
|
|
26028
26259
|
|
|
26260
|
+
@jsii.python.classproperty
|
|
26261
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
26262
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
26263
|
+
'''Uniquely identifies this class.'''
|
|
26264
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
26265
|
+
|
|
26029
26266
|
@builtins.property
|
|
26030
26267
|
@jsii.member(jsii_name="apiId")
|
|
26031
26268
|
def api_id(self) -> builtins.str:
|
|
@@ -26408,7 +26645,7 @@ def _typecheckingstub__1f071c5d78b2c37c516b5230a27a665e8b9516682c1dc9b40977c1312
|
|
|
26408
26645
|
exclude_verbose_content: typing.Optional[builtins.bool] = None,
|
|
26409
26646
|
field_log_level: typing.Optional[AppSyncFieldLogLevel] = None,
|
|
26410
26647
|
retention: typing.Optional[_RetentionDays_070f99f0] = None,
|
|
26411
|
-
role: typing.Optional[
|
|
26648
|
+
role: typing.Optional[_IRoleRef_8400221f] = None,
|
|
26412
26649
|
) -> None:
|
|
26413
26650
|
"""Type checking stubs"""
|
|
26414
26651
|
pass
|
|
@@ -27237,6 +27474,22 @@ def _typecheckingstub__678693553586e835af6ffdc6ac5860f81ffd96791de73368d44d41d3a
|
|
|
27237
27474
|
"""Type checking stubs"""
|
|
27238
27475
|
pass
|
|
27239
27476
|
|
|
27477
|
+
def _typecheckingstub__08c6def9587107d2278647a6d441c9caf964fa2d78a1d3deaea83b39bee09293(
|
|
27478
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
27479
|
+
id: builtins.str,
|
|
27480
|
+
domain_name: builtins.str,
|
|
27481
|
+
) -> None:
|
|
27482
|
+
"""Type checking stubs"""
|
|
27483
|
+
pass
|
|
27484
|
+
|
|
27485
|
+
def _typecheckingstub__749c3931247d77e821eae72c97fb9d854d79132a8471c8a0dbc46bb29336cbda(
|
|
27486
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
27487
|
+
id: builtins.str,
|
|
27488
|
+
arn: builtins.str,
|
|
27489
|
+
) -> None:
|
|
27490
|
+
"""Type checking stubs"""
|
|
27491
|
+
pass
|
|
27492
|
+
|
|
27240
27493
|
def _typecheckingstub__a1bb36f58b6037c649f6de5b27bf9555b52f554bb5fe4108f80d1e6143cb6f24(
|
|
27241
27494
|
inspector: _TreeInspector_488e0dd5,
|
|
27242
27495
|
) -> None:
|
|
@@ -28068,7 +28321,7 @@ def _typecheckingstub__8eafa9f4fd31cdfcc23e497d115c1733ce980674eb036dad379eb9102
|
|
|
28068
28321
|
deploy_time: typing.Optional[builtins.bool] = None,
|
|
28069
28322
|
display_name: typing.Optional[builtins.str] = None,
|
|
28070
28323
|
readers: typing.Optional[typing.Sequence[_IGrantable_71c4f5de]] = None,
|
|
28071
|
-
source_kms_key: typing.Optional[
|
|
28324
|
+
source_kms_key: typing.Optional[_IKeyRef_d4fc6ef3] = None,
|
|
28072
28325
|
asset_hash: typing.Optional[builtins.str] = None,
|
|
28073
28326
|
asset_hash_type: typing.Optional[_AssetHashType_05b67f2d] = None,
|
|
28074
28327
|
bundling: typing.Optional[typing.Union[_BundlingOptions_588cc936, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
@@ -28617,7 +28870,7 @@ def _typecheckingstub__d73860e597bcfca4336f77cac0c6ce67113883e4171d802987f80c349
|
|
|
28617
28870
|
exclude_verbose_content: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
28618
28871
|
field_log_level: typing.Optional[FieldLogLevel] = None,
|
|
28619
28872
|
retention: typing.Optional[_RetentionDays_070f99f0] = None,
|
|
28620
|
-
role: typing.Optional[
|
|
28873
|
+
role: typing.Optional[_IRoleRef_8400221f] = None,
|
|
28621
28874
|
) -> None:
|
|
28622
28875
|
"""Type checking stubs"""
|
|
28623
28876
|
pass
|
|
@@ -29156,7 +29409,7 @@ def _typecheckingstub__f64c3b5b60096d2f072c0237f4540425eb18b7539e311bcd346760100
|
|
|
29156
29409
|
deploy_time: typing.Optional[builtins.bool] = None,
|
|
29157
29410
|
display_name: typing.Optional[builtins.str] = None,
|
|
29158
29411
|
readers: typing.Optional[typing.Sequence[_IGrantable_71c4f5de]] = None,
|
|
29159
|
-
source_kms_key: typing.Optional[
|
|
29412
|
+
source_kms_key: typing.Optional[_IKeyRef_d4fc6ef3] = None,
|
|
29160
29413
|
asset_hash: typing.Optional[builtins.str] = None,
|
|
29161
29414
|
asset_hash_type: typing.Optional[_AssetHashType_05b67f2d] = None,
|
|
29162
29415
|
bundling: typing.Optional[typing.Union[_BundlingOptions_588cc936, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
@@ -29793,3 +30046,6 @@ def _typecheckingstub__fca5d6afc67603703e938a4f127d82a052b1172c6c07cab72c6e3bded
|
|
|
29793
30046
|
) -> None:
|
|
29794
30047
|
"""Type checking stubs"""
|
|
29795
30048
|
pass
|
|
30049
|
+
|
|
30050
|
+
for cls in [IApi, IAppSyncAuthConfig, IAppsyncFunction, IChannelNamespace, IEventApi, IGraphqlApi, ISchema, ISchemaConfig, ISourceApiAssociation]:
|
|
30051
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|