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
|
@@ -33,6 +33,7 @@ from ..._jsii import *
|
|
|
33
33
|
import constructs as _constructs_77d1e7e8
|
|
34
34
|
from ... import (
|
|
35
35
|
Duration as _Duration_4839e8c3,
|
|
36
|
+
RemovalPolicy as _RemovalPolicy_9f93c814,
|
|
36
37
|
Resource as _Resource_45bc6135,
|
|
37
38
|
Size as _Size_7b441c34,
|
|
38
39
|
)
|
|
@@ -73,12 +74,12 @@ from ...aws_lambda import (
|
|
|
73
74
|
FunctionUrlAuthType as _FunctionUrlAuthType_9c7b2c86,
|
|
74
75
|
FunctionUrlCorsOptions as _FunctionUrlCorsOptions_ca855cc0,
|
|
75
76
|
FunctionUrlOptions as _FunctionUrlOptions_84d38c38,
|
|
76
|
-
ICodeSigningConfig as _ICodeSigningConfig_edb41d1f,
|
|
77
77
|
IDestination as _IDestination_40f19de4,
|
|
78
78
|
IEventSource as _IEventSource_3686b3f8,
|
|
79
79
|
IEventSourceDlq as _IEventSourceDlq_5e2c6ad9,
|
|
80
80
|
IFunction as _IFunction_6adb0ab8,
|
|
81
81
|
ILayerVersion as _ILayerVersion_5ac127c8,
|
|
82
|
+
ISchemaRegistry as _ISchemaRegistry_7e66a87f,
|
|
82
83
|
IVersion as _IVersion_faf7234e,
|
|
83
84
|
InvokeMode as _InvokeMode_e7b50559,
|
|
84
85
|
LambdaInsightsVersion as _LambdaInsightsVersion_9dfbfef9,
|
|
@@ -104,6 +105,12 @@ from ...aws_logs import (
|
|
|
104
105
|
)
|
|
105
106
|
from ...aws_sns import ITopic as _ITopic_9eca4852
|
|
106
107
|
from ...aws_sqs import IQueue as _IQueue_7ed6f679
|
|
108
|
+
from ...interfaces.aws_kms import IKeyRef as _IKeyRef_d4fc6ef3
|
|
109
|
+
from ...interfaces.aws_lambda import (
|
|
110
|
+
FunctionReference as _FunctionReference_82f2efe9,
|
|
111
|
+
ICodeSigningConfigRef as _ICodeSigningConfigRef_1d909622,
|
|
112
|
+
VersionReference as _VersionReference_91666182,
|
|
113
|
+
)
|
|
107
114
|
|
|
108
115
|
|
|
109
116
|
@jsii.implements(_IVersion_faf7234e)
|
|
@@ -161,14 +168,14 @@ class EdgeFunction(
|
|
|
161
168
|
application_log_level: typing.Optional[builtins.str] = None,
|
|
162
169
|
application_log_level_v2: typing.Optional[_ApplicationLogLevel_cd92660a] = None,
|
|
163
170
|
architecture: typing.Optional[_Architecture_12d5a53f] = None,
|
|
164
|
-
code_signing_config: typing.Optional[
|
|
171
|
+
code_signing_config: typing.Optional[_ICodeSigningConfigRef_1d909622] = None,
|
|
165
172
|
current_version_options: typing.Optional[typing.Union[_VersionOptions_981bb3c0, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
166
173
|
dead_letter_queue: typing.Optional[_IQueue_7ed6f679] = None,
|
|
167
174
|
dead_letter_queue_enabled: typing.Optional[builtins.bool] = None,
|
|
168
175
|
dead_letter_topic: typing.Optional[_ITopic_9eca4852] = None,
|
|
169
176
|
description: typing.Optional[builtins.str] = None,
|
|
170
177
|
environment: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
171
|
-
environment_encryption: typing.Optional[
|
|
178
|
+
environment_encryption: typing.Optional[_IKeyRef_d4fc6ef3] = None,
|
|
172
179
|
ephemeral_storage_size: typing.Optional[_Size_7b441c34] = None,
|
|
173
180
|
events: typing.Optional[typing.Sequence[_IEventSource_3686b3f8]] = None,
|
|
174
181
|
filesystem: typing.Optional[_FileSystem_a5fa005d] = None,
|
|
@@ -180,6 +187,7 @@ class EdgeFunction(
|
|
|
180
187
|
log_format: typing.Optional[builtins.str] = None,
|
|
181
188
|
logging_format: typing.Optional[_LoggingFormat_30be8e01] = None,
|
|
182
189
|
log_group: typing.Optional[_ILogGroup_3c4fa718] = None,
|
|
190
|
+
log_removal_policy: typing.Optional[_RemovalPolicy_9f93c814] = None,
|
|
183
191
|
log_retention: typing.Optional[_RetentionDays_070f99f0] = None,
|
|
184
192
|
log_retention_retry_options: typing.Optional[typing.Union[_LogRetentionRetryOptions_ad797a7a, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
185
193
|
log_retention_role: typing.Optional[_IRole_235f5d8e] = None,
|
|
@@ -237,7 +245,8 @@ class EdgeFunction(
|
|
|
237
245
|
:param log_format: (deprecated) Sets the logFormat for the function. Default: "Text"
|
|
238
246
|
:param logging_format: Sets the loggingFormat for the function. Default: LoggingFormat.TEXT
|
|
239
247
|
:param log_group: The log group the function sends logs to. By default, Lambda functions send logs to an automatically created default log group named /aws/lambda/<function name>. However you cannot change the properties of this auto-created log group using the AWS CDK, e.g. you cannot set a different log retention. Use the ``logGroup`` property to create a fully customizable LogGroup ahead of time, and instruct the Lambda function to send logs to it. Providing a user-controlled log group was rolled out to commercial regions on 2023-11-16. If you are deploying to another type of region, please check regional availability first. Default: ``/aws/lambda/${this.functionName}`` - default log group created by Lambda
|
|
240
|
-
:param
|
|
248
|
+
:param log_removal_policy: (deprecated) Determine the removal policy of the log group that is auto-created by this construct. Normally you want to retain the log group so you can diagnose issues from logs even after a deployment that no longer includes the log group. In that case, use the normal date-based retention policy to age out your logs. Default: RemovalPolicy.Retain
|
|
249
|
+
:param log_retention: (deprecated) The number of days log events are kept in CloudWatch Logs. When updating this property, unsetting it doesn't remove the log retention policy. To remove the retention policy, set the value to ``INFINITE``. This is a legacy API and we strongly recommend you move away from it if you can. Instead create a fully customizable log group with ``logs.LogGroup`` and use the ``logGroup`` property to instruct the Lambda function to send logs to it. Migrating from ``logRetention`` to ``logGroup`` will cause the name of the log group to change. Users and code and referencing the name verbatim will have to adjust. In AWS CDK code, you can access the log group name directly from the LogGroup construct:: import * as logs from 'aws-cdk-lib/aws-logs'; declare const myLogGroup: logs.LogGroup; myLogGroup.logGroupName; Default: logs.RetentionDays.INFINITE
|
|
241
250
|
:param log_retention_retry_options: When log retention is specified, a custom resource attempts to create the CloudWatch log group. These options control the retry policy when interacting with CloudWatch APIs. This is a legacy API and we strongly recommend you migrate to ``logGroup`` if you can. ``logGroup`` allows you to create a fully customizable log group and instruct the Lambda function to send logs to it. Default: - Default AWS SDK retry options.
|
|
242
251
|
:param log_retention_role: The IAM role for the Lambda function associated with the custom resource that sets the retention policy. This is a legacy API and we strongly recommend you migrate to ``logGroup`` if you can. ``logGroup`` allows you to create a fully customizable log group and instruct the Lambda function to send logs to it. Default: - A new role is created.
|
|
243
252
|
:param memory_size: The amount of memory, in MB, that is allocated to your Lambda function. Lambda uses this value to proportionally allocate the amount of CPU power. For more information, see Resource Model in the AWS Lambda Developer Guide. Default: 128
|
|
@@ -296,6 +305,7 @@ class EdgeFunction(
|
|
|
296
305
|
log_format=log_format,
|
|
297
306
|
logging_format=logging_format,
|
|
298
307
|
log_group=log_group,
|
|
308
|
+
log_removal_policy=log_removal_policy,
|
|
299
309
|
log_retention=log_retention,
|
|
300
310
|
log_retention_retry_options=log_retention_retry_options,
|
|
301
311
|
log_retention_role=log_retention_role,
|
|
@@ -396,6 +406,7 @@ class EdgeFunction(
|
|
|
396
406
|
provisioned_poller_config: typing.Optional[typing.Union[_ProvisionedPollerConfig_1025e063, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
397
407
|
report_batch_item_failures: typing.Optional[builtins.bool] = None,
|
|
398
408
|
retry_attempts: typing.Optional[jsii.Number] = None,
|
|
409
|
+
schema_registry_config: typing.Optional[_ISchemaRegistry_7e66a87f] = None,
|
|
399
410
|
source_access_configurations: typing.Optional[typing.Sequence[typing.Union[_SourceAccessConfiguration_1926ff89, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
400
411
|
starting_position: typing.Optional[_StartingPosition_c0a4852c] = None,
|
|
401
412
|
starting_position_timestamp: typing.Optional[jsii.Number] = None,
|
|
@@ -423,6 +434,7 @@ class EdgeFunction(
|
|
|
423
434
|
:param provisioned_poller_config: Configuration for provisioned pollers that read from the event source. When specified, allows control over the minimum and maximum number of pollers that can be provisioned to process events from the source. Default: - no provisioned pollers
|
|
424
435
|
:param report_batch_item_failures: Allow functions to return partially successful responses for a batch of records. Default: false
|
|
425
436
|
:param retry_attempts: The maximum number of times to retry when the function returns an error. Set to ``undefined`` if you want lambda to keep retrying infinitely or until the record expires. Valid Range: - Minimum value of 0 - Maximum value of 10000 Default: - infinite or until the record expires.
|
|
437
|
+
:param schema_registry_config: Specific configuration settings for a Kafka schema registry. Default: - none
|
|
426
438
|
:param source_access_configurations: Specific settings like the authentication protocol or the VPC components to secure access to your event source. Default: - none
|
|
427
439
|
:param starting_position: The position in the DynamoDB, Kinesis or MSK stream where AWS Lambda should start reading. Default: - no starting position
|
|
428
440
|
:param starting_position_timestamp: The time from which to start reading, in Unix time seconds. Default: - no timestamp
|
|
@@ -451,6 +463,7 @@ class EdgeFunction(
|
|
|
451
463
|
provisioned_poller_config=provisioned_poller_config,
|
|
452
464
|
report_batch_item_failures=report_batch_item_failures,
|
|
453
465
|
retry_attempts=retry_attempts,
|
|
466
|
+
schema_registry_config=schema_registry_config,
|
|
454
467
|
source_access_configurations=source_access_configurations,
|
|
455
468
|
starting_position=starting_position,
|
|
456
469
|
starting_position_timestamp=starting_position_timestamp,
|
|
@@ -489,6 +502,7 @@ class EdgeFunction(
|
|
|
489
502
|
action: typing.Optional[builtins.str] = None,
|
|
490
503
|
event_source_token: typing.Optional[builtins.str] = None,
|
|
491
504
|
function_url_auth_type: typing.Optional[_FunctionUrlAuthType_9c7b2c86] = None,
|
|
505
|
+
invoked_via_function_url: typing.Optional[builtins.bool] = None,
|
|
492
506
|
organization_id: typing.Optional[builtins.str] = None,
|
|
493
507
|
scope: typing.Optional[_constructs_77d1e7e8.Construct] = None,
|
|
494
508
|
source_account: typing.Optional[builtins.str] = None,
|
|
@@ -501,6 +515,7 @@ class EdgeFunction(
|
|
|
501
515
|
:param action: The Lambda actions that you want to allow in this statement. For example, you can specify lambda:CreateFunction to specify a certain action, or use a wildcard (``lambda:*``) to grant permission to all Lambda actions. For a list of actions, see Actions and Condition Context Keys for AWS Lambda in the IAM User Guide. Default: 'lambda:InvokeFunction'
|
|
502
516
|
:param event_source_token: A unique token that must be supplied by the principal invoking the function. Default: - The caller would not need to present a token.
|
|
503
517
|
:param function_url_auth_type: The authType for the function URL that you are granting permissions for. Default: - No functionUrlAuthType
|
|
518
|
+
:param invoked_via_function_url: The condition key for limiting the scope of lambda:InvokeFunction action to Function URL only. When set to true, it restricts the principal in this policy to perform invokes for the resource only via Function URLs. Default: - false
|
|
504
519
|
:param organization_id: The organization you want to grant permissions to. Use this ONLY if you need to grant permissions to a subset of the organization. If you want to grant permissions to the entire organization, sending the organization principal through the ``principal`` property will suffice. You can use this property to ensure that all source principals are owned by a specific organization. Default: - No organizationId
|
|
505
520
|
:param scope: The scope to which the permission constructs be attached. The default is the Lambda function construct itself, but this would need to be different in cases such as cross-stack references where the Permissions would need to sit closer to the consumer of this permission (i.e., the caller). Default: - The instance of lambda.IFunction
|
|
506
521
|
:param source_account: The AWS account ID (without hyphens) of the source owner. For example, if you specify an S3 bucket in the SourceArn property, this value is the bucket owner's account ID. You can use this property to ensure that all source principals are owned by a specific account.
|
|
@@ -514,6 +529,7 @@ class EdgeFunction(
|
|
|
514
529
|
action=action,
|
|
515
530
|
event_source_token=event_source_token,
|
|
516
531
|
function_url_auth_type=function_url_auth_type,
|
|
532
|
+
invoked_via_function_url=invoked_via_function_url,
|
|
517
533
|
organization_id=organization_id,
|
|
518
534
|
scope=scope,
|
|
519
535
|
source_account=source_account,
|
|
@@ -633,6 +649,7 @@ class EdgeFunction(
|
|
|
633
649
|
account: typing.Optional[builtins.str] = None,
|
|
634
650
|
color: typing.Optional[builtins.str] = None,
|
|
635
651
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
652
|
+
id: typing.Optional[builtins.str] = None,
|
|
636
653
|
label: typing.Optional[builtins.str] = None,
|
|
637
654
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
638
655
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -640,6 +657,7 @@ class EdgeFunction(
|
|
|
640
657
|
stack_region: typing.Optional[builtins.str] = None,
|
|
641
658
|
statistic: typing.Optional[builtins.str] = None,
|
|
642
659
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
660
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
643
661
|
) -> _Metric_e396a4dc:
|
|
644
662
|
'''Return the given named metric for this Lambda Return the given named metric for this Function.
|
|
645
663
|
|
|
@@ -647,6 +665,7 @@ class EdgeFunction(
|
|
|
647
665
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
648
666
|
:param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
|
|
649
667
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
668
|
+
:param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
|
|
650
669
|
:param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
|
|
651
670
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
652
671
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -654,6 +673,7 @@ class EdgeFunction(
|
|
|
654
673
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
655
674
|
:param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
|
|
656
675
|
:param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
|
|
676
|
+
:param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
|
|
657
677
|
'''
|
|
658
678
|
if __debug__:
|
|
659
679
|
type_hints = typing.get_type_hints(_typecheckingstub__e35fb51736b3036c83dc4af9104a7ec11601ff54bef98bdf17e2325a3a1d9f89)
|
|
@@ -662,6 +682,7 @@ class EdgeFunction(
|
|
|
662
682
|
account=account,
|
|
663
683
|
color=color,
|
|
664
684
|
dimensions_map=dimensions_map,
|
|
685
|
+
id=id,
|
|
665
686
|
label=label,
|
|
666
687
|
period=period,
|
|
667
688
|
region=region,
|
|
@@ -669,6 +690,7 @@ class EdgeFunction(
|
|
|
669
690
|
stack_region=stack_region,
|
|
670
691
|
statistic=statistic,
|
|
671
692
|
unit=unit,
|
|
693
|
+
visible=visible,
|
|
672
694
|
)
|
|
673
695
|
|
|
674
696
|
return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metric", [metric_name, props]))
|
|
@@ -680,6 +702,7 @@ class EdgeFunction(
|
|
|
680
702
|
account: typing.Optional[builtins.str] = None,
|
|
681
703
|
color: typing.Optional[builtins.str] = None,
|
|
682
704
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
705
|
+
id: typing.Optional[builtins.str] = None,
|
|
683
706
|
label: typing.Optional[builtins.str] = None,
|
|
684
707
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
685
708
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -687,6 +710,7 @@ class EdgeFunction(
|
|
|
687
710
|
stack_region: typing.Optional[builtins.str] = None,
|
|
688
711
|
statistic: typing.Optional[builtins.str] = None,
|
|
689
712
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
713
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
690
714
|
) -> _Metric_e396a4dc:
|
|
691
715
|
'''Metric for the Duration of this Lambda How long execution of this Lambda takes.
|
|
692
716
|
|
|
@@ -695,6 +719,7 @@ class EdgeFunction(
|
|
|
695
719
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
696
720
|
:param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
|
|
697
721
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
722
|
+
:param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
|
|
698
723
|
:param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
|
|
699
724
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
700
725
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -702,11 +727,13 @@ class EdgeFunction(
|
|
|
702
727
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
703
728
|
:param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
|
|
704
729
|
:param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
|
|
730
|
+
:param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
|
|
705
731
|
'''
|
|
706
732
|
props = _MetricOptions_1788b62f(
|
|
707
733
|
account=account,
|
|
708
734
|
color=color,
|
|
709
735
|
dimensions_map=dimensions_map,
|
|
736
|
+
id=id,
|
|
710
737
|
label=label,
|
|
711
738
|
period=period,
|
|
712
739
|
region=region,
|
|
@@ -714,6 +741,7 @@ class EdgeFunction(
|
|
|
714
741
|
stack_region=stack_region,
|
|
715
742
|
statistic=statistic,
|
|
716
743
|
unit=unit,
|
|
744
|
+
visible=visible,
|
|
717
745
|
)
|
|
718
746
|
|
|
719
747
|
return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricDuration", [props]))
|
|
@@ -725,6 +753,7 @@ class EdgeFunction(
|
|
|
725
753
|
account: typing.Optional[builtins.str] = None,
|
|
726
754
|
color: typing.Optional[builtins.str] = None,
|
|
727
755
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
756
|
+
id: typing.Optional[builtins.str] = None,
|
|
728
757
|
label: typing.Optional[builtins.str] = None,
|
|
729
758
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
730
759
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -732,6 +761,7 @@ class EdgeFunction(
|
|
|
732
761
|
stack_region: typing.Optional[builtins.str] = None,
|
|
733
762
|
statistic: typing.Optional[builtins.str] = None,
|
|
734
763
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
764
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
735
765
|
) -> _Metric_e396a4dc:
|
|
736
766
|
'''How many invocations of this Lambda fail.
|
|
737
767
|
|
|
@@ -740,6 +770,7 @@ class EdgeFunction(
|
|
|
740
770
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
741
771
|
:param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
|
|
742
772
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
773
|
+
:param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
|
|
743
774
|
:param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
|
|
744
775
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
745
776
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -747,11 +778,13 @@ class EdgeFunction(
|
|
|
747
778
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
748
779
|
:param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
|
|
749
780
|
:param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
|
|
781
|
+
:param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
|
|
750
782
|
'''
|
|
751
783
|
props = _MetricOptions_1788b62f(
|
|
752
784
|
account=account,
|
|
753
785
|
color=color,
|
|
754
786
|
dimensions_map=dimensions_map,
|
|
787
|
+
id=id,
|
|
755
788
|
label=label,
|
|
756
789
|
period=period,
|
|
757
790
|
region=region,
|
|
@@ -759,6 +792,7 @@ class EdgeFunction(
|
|
|
759
792
|
stack_region=stack_region,
|
|
760
793
|
statistic=statistic,
|
|
761
794
|
unit=unit,
|
|
795
|
+
visible=visible,
|
|
762
796
|
)
|
|
763
797
|
|
|
764
798
|
return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricErrors", [props]))
|
|
@@ -770,6 +804,7 @@ class EdgeFunction(
|
|
|
770
804
|
account: typing.Optional[builtins.str] = None,
|
|
771
805
|
color: typing.Optional[builtins.str] = None,
|
|
772
806
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
807
|
+
id: typing.Optional[builtins.str] = None,
|
|
773
808
|
label: typing.Optional[builtins.str] = None,
|
|
774
809
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
775
810
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -777,6 +812,7 @@ class EdgeFunction(
|
|
|
777
812
|
stack_region: typing.Optional[builtins.str] = None,
|
|
778
813
|
statistic: typing.Optional[builtins.str] = None,
|
|
779
814
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
815
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
780
816
|
) -> _Metric_e396a4dc:
|
|
781
817
|
'''Metric for the number of invocations of this Lambda How often this Lambda is invoked.
|
|
782
818
|
|
|
@@ -785,6 +821,7 @@ class EdgeFunction(
|
|
|
785
821
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
786
822
|
:param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
|
|
787
823
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
824
|
+
:param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
|
|
788
825
|
:param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
|
|
789
826
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
790
827
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -792,11 +829,13 @@ class EdgeFunction(
|
|
|
792
829
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
793
830
|
:param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
|
|
794
831
|
:param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
|
|
832
|
+
:param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
|
|
795
833
|
'''
|
|
796
834
|
props = _MetricOptions_1788b62f(
|
|
797
835
|
account=account,
|
|
798
836
|
color=color,
|
|
799
837
|
dimensions_map=dimensions_map,
|
|
838
|
+
id=id,
|
|
800
839
|
label=label,
|
|
801
840
|
period=period,
|
|
802
841
|
region=region,
|
|
@@ -804,6 +843,7 @@ class EdgeFunction(
|
|
|
804
843
|
stack_region=stack_region,
|
|
805
844
|
statistic=statistic,
|
|
806
845
|
unit=unit,
|
|
846
|
+
visible=visible,
|
|
807
847
|
)
|
|
808
848
|
|
|
809
849
|
return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricInvocations", [props]))
|
|
@@ -815,6 +855,7 @@ class EdgeFunction(
|
|
|
815
855
|
account: typing.Optional[builtins.str] = None,
|
|
816
856
|
color: typing.Optional[builtins.str] = None,
|
|
817
857
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
858
|
+
id: typing.Optional[builtins.str] = None,
|
|
818
859
|
label: typing.Optional[builtins.str] = None,
|
|
819
860
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
820
861
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -822,6 +863,7 @@ class EdgeFunction(
|
|
|
822
863
|
stack_region: typing.Optional[builtins.str] = None,
|
|
823
864
|
statistic: typing.Optional[builtins.str] = None,
|
|
824
865
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
866
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
825
867
|
) -> _Metric_e396a4dc:
|
|
826
868
|
'''Metric for the number of throttled invocations of this Lambda How often this Lambda is throttled.
|
|
827
869
|
|
|
@@ -830,6 +872,7 @@ class EdgeFunction(
|
|
|
830
872
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
831
873
|
:param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
|
|
832
874
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
875
|
+
:param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
|
|
833
876
|
:param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
|
|
834
877
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
835
878
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -837,11 +880,13 @@ class EdgeFunction(
|
|
|
837
880
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
838
881
|
:param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
|
|
839
882
|
:param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
|
|
883
|
+
:param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
|
|
840
884
|
'''
|
|
841
885
|
props = _MetricOptions_1788b62f(
|
|
842
886
|
account=account,
|
|
843
887
|
color=color,
|
|
844
888
|
dimensions_map=dimensions_map,
|
|
889
|
+
id=id,
|
|
845
890
|
label=label,
|
|
846
891
|
period=period,
|
|
847
892
|
region=region,
|
|
@@ -849,10 +894,17 @@ class EdgeFunction(
|
|
|
849
894
|
stack_region=stack_region,
|
|
850
895
|
statistic=statistic,
|
|
851
896
|
unit=unit,
|
|
897
|
+
visible=visible,
|
|
852
898
|
)
|
|
853
899
|
|
|
854
900
|
return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricThrottles", [props]))
|
|
855
901
|
|
|
902
|
+
@jsii.python.classproperty
|
|
903
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
904
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
905
|
+
'''Uniquely identifies this class.'''
|
|
906
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
907
|
+
|
|
856
908
|
@builtins.property
|
|
857
909
|
@jsii.member(jsii_name="architecture")
|
|
858
910
|
def architecture(self) -> _Architecture_12d5a53f:
|
|
@@ -892,6 +944,12 @@ class EdgeFunction(
|
|
|
892
944
|
'''The name of the function.'''
|
|
893
945
|
return typing.cast(builtins.str, jsii.get(self, "functionName"))
|
|
894
946
|
|
|
947
|
+
@builtins.property
|
|
948
|
+
@jsii.member(jsii_name="functionRef")
|
|
949
|
+
def function_ref(self) -> _FunctionReference_82f2efe9:
|
|
950
|
+
'''A reference to a Function resource.'''
|
|
951
|
+
return typing.cast(_FunctionReference_82f2efe9, jsii.get(self, "functionRef"))
|
|
952
|
+
|
|
895
953
|
@builtins.property
|
|
896
954
|
@jsii.member(jsii_name="grantPrincipal")
|
|
897
955
|
def grant_principal(self) -> _IPrincipal_539bb2fd:
|
|
@@ -949,6 +1007,12 @@ class EdgeFunction(
|
|
|
949
1007
|
'''The most recently deployed version of this function.'''
|
|
950
1008
|
return typing.cast(builtins.str, jsii.get(self, "version"))
|
|
951
1009
|
|
|
1010
|
+
@builtins.property
|
|
1011
|
+
@jsii.member(jsii_name="versionRef")
|
|
1012
|
+
def version_ref(self) -> _VersionReference_91666182:
|
|
1013
|
+
'''A reference to a Version resource.'''
|
|
1014
|
+
return typing.cast(_VersionReference_91666182, jsii.get(self, "versionRef"))
|
|
1015
|
+
|
|
952
1016
|
@builtins.property
|
|
953
1017
|
@jsii.member(jsii_name="role")
|
|
954
1018
|
def role(self) -> typing.Optional[_IRole_235f5d8e]:
|
|
@@ -990,6 +1054,7 @@ class EdgeFunction(
|
|
|
990
1054
|
"log_format": "logFormat",
|
|
991
1055
|
"logging_format": "loggingFormat",
|
|
992
1056
|
"log_group": "logGroup",
|
|
1057
|
+
"log_removal_policy": "logRemovalPolicy",
|
|
993
1058
|
"log_retention": "logRetention",
|
|
994
1059
|
"log_retention_retry_options": "logRetentionRetryOptions",
|
|
995
1060
|
"log_retention_role": "logRetentionRole",
|
|
@@ -1030,14 +1095,14 @@ class EdgeFunctionProps(_FunctionProps_a308e854):
|
|
|
1030
1095
|
application_log_level: typing.Optional[builtins.str] = None,
|
|
1031
1096
|
application_log_level_v2: typing.Optional[_ApplicationLogLevel_cd92660a] = None,
|
|
1032
1097
|
architecture: typing.Optional[_Architecture_12d5a53f] = None,
|
|
1033
|
-
code_signing_config: typing.Optional[
|
|
1098
|
+
code_signing_config: typing.Optional[_ICodeSigningConfigRef_1d909622] = None,
|
|
1034
1099
|
current_version_options: typing.Optional[typing.Union[_VersionOptions_981bb3c0, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
1035
1100
|
dead_letter_queue: typing.Optional[_IQueue_7ed6f679] = None,
|
|
1036
1101
|
dead_letter_queue_enabled: typing.Optional[builtins.bool] = None,
|
|
1037
1102
|
dead_letter_topic: typing.Optional[_ITopic_9eca4852] = None,
|
|
1038
1103
|
description: typing.Optional[builtins.str] = None,
|
|
1039
1104
|
environment: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
1040
|
-
environment_encryption: typing.Optional[
|
|
1105
|
+
environment_encryption: typing.Optional[_IKeyRef_d4fc6ef3] = None,
|
|
1041
1106
|
ephemeral_storage_size: typing.Optional[_Size_7b441c34] = None,
|
|
1042
1107
|
events: typing.Optional[typing.Sequence[_IEventSource_3686b3f8]] = None,
|
|
1043
1108
|
filesystem: typing.Optional[_FileSystem_a5fa005d] = None,
|
|
@@ -1049,6 +1114,7 @@ class EdgeFunctionProps(_FunctionProps_a308e854):
|
|
|
1049
1114
|
log_format: typing.Optional[builtins.str] = None,
|
|
1050
1115
|
logging_format: typing.Optional[_LoggingFormat_30be8e01] = None,
|
|
1051
1116
|
log_group: typing.Optional[_ILogGroup_3c4fa718] = None,
|
|
1117
|
+
log_removal_policy: typing.Optional[_RemovalPolicy_9f93c814] = None,
|
|
1052
1118
|
log_retention: typing.Optional[_RetentionDays_070f99f0] = None,
|
|
1053
1119
|
log_retention_retry_options: typing.Optional[typing.Union[_LogRetentionRetryOptions_ad797a7a, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
1054
1120
|
log_retention_role: typing.Optional[_IRole_235f5d8e] = None,
|
|
@@ -1105,7 +1171,8 @@ class EdgeFunctionProps(_FunctionProps_a308e854):
|
|
|
1105
1171
|
:param log_format: (deprecated) Sets the logFormat for the function. Default: "Text"
|
|
1106
1172
|
:param logging_format: Sets the loggingFormat for the function. Default: LoggingFormat.TEXT
|
|
1107
1173
|
:param log_group: The log group the function sends logs to. By default, Lambda functions send logs to an automatically created default log group named /aws/lambda/<function name>. However you cannot change the properties of this auto-created log group using the AWS CDK, e.g. you cannot set a different log retention. Use the ``logGroup`` property to create a fully customizable LogGroup ahead of time, and instruct the Lambda function to send logs to it. Providing a user-controlled log group was rolled out to commercial regions on 2023-11-16. If you are deploying to another type of region, please check regional availability first. Default: ``/aws/lambda/${this.functionName}`` - default log group created by Lambda
|
|
1108
|
-
:param
|
|
1174
|
+
:param log_removal_policy: (deprecated) Determine the removal policy of the log group that is auto-created by this construct. Normally you want to retain the log group so you can diagnose issues from logs even after a deployment that no longer includes the log group. In that case, use the normal date-based retention policy to age out your logs. Default: RemovalPolicy.Retain
|
|
1175
|
+
:param log_retention: (deprecated) The number of days log events are kept in CloudWatch Logs. When updating this property, unsetting it doesn't remove the log retention policy. To remove the retention policy, set the value to ``INFINITE``. This is a legacy API and we strongly recommend you move away from it if you can. Instead create a fully customizable log group with ``logs.LogGroup`` and use the ``logGroup`` property to instruct the Lambda function to send logs to it. Migrating from ``logRetention`` to ``logGroup`` will cause the name of the log group to change. Users and code and referencing the name verbatim will have to adjust. In AWS CDK code, you can access the log group name directly from the LogGroup construct:: import * as logs from 'aws-cdk-lib/aws-logs'; declare const myLogGroup: logs.LogGroup; myLogGroup.logGroupName; Default: logs.RetentionDays.INFINITE
|
|
1109
1176
|
:param log_retention_retry_options: When log retention is specified, a custom resource attempts to create the CloudWatch log group. These options control the retry policy when interacting with CloudWatch APIs. This is a legacy API and we strongly recommend you migrate to ``logGroup`` if you can. ``logGroup`` allows you to create a fully customizable log group and instruct the Lambda function to send logs to it. Default: - Default AWS SDK retry options.
|
|
1110
1177
|
:param log_retention_role: The IAM role for the Lambda function associated with the custom resource that sets the retention policy. This is a legacy API and we strongly recommend you migrate to ``logGroup`` if you can. ``logGroup`` allows you to create a fully customizable log group and instruct the Lambda function to send logs to it. Default: - A new role is created.
|
|
1111
1178
|
:param memory_size: The amount of memory, in MB, that is allocated to your Lambda function. Lambda uses this value to proportionally allocate the amount of CPU power. For more information, see Resource Model in the AWS Lambda Developer Guide. Default: 128
|
|
@@ -1192,6 +1259,7 @@ class EdgeFunctionProps(_FunctionProps_a308e854):
|
|
|
1192
1259
|
check_type(argname="argument log_format", value=log_format, expected_type=type_hints["log_format"])
|
|
1193
1260
|
check_type(argname="argument logging_format", value=logging_format, expected_type=type_hints["logging_format"])
|
|
1194
1261
|
check_type(argname="argument log_group", value=log_group, expected_type=type_hints["log_group"])
|
|
1262
|
+
check_type(argname="argument log_removal_policy", value=log_removal_policy, expected_type=type_hints["log_removal_policy"])
|
|
1195
1263
|
check_type(argname="argument log_retention", value=log_retention, expected_type=type_hints["log_retention"])
|
|
1196
1264
|
check_type(argname="argument log_retention_retry_options", value=log_retention_retry_options, expected_type=type_hints["log_retention_retry_options"])
|
|
1197
1265
|
check_type(argname="argument log_retention_role", value=log_retention_role, expected_type=type_hints["log_retention_role"])
|
|
@@ -1280,6 +1348,8 @@ class EdgeFunctionProps(_FunctionProps_a308e854):
|
|
|
1280
1348
|
self._values["logging_format"] = logging_format
|
|
1281
1349
|
if log_group is not None:
|
|
1282
1350
|
self._values["log_group"] = log_group
|
|
1351
|
+
if log_removal_policy is not None:
|
|
1352
|
+
self._values["log_removal_policy"] = log_removal_policy
|
|
1283
1353
|
if log_retention is not None:
|
|
1284
1354
|
self._values["log_retention"] = log_retention
|
|
1285
1355
|
if log_retention_retry_options is not None:
|
|
@@ -1454,13 +1524,13 @@ class EdgeFunctionProps(_FunctionProps_a308e854):
|
|
|
1454
1524
|
return typing.cast(typing.Optional[_Architecture_12d5a53f], result)
|
|
1455
1525
|
|
|
1456
1526
|
@builtins.property
|
|
1457
|
-
def code_signing_config(self) -> typing.Optional[
|
|
1527
|
+
def code_signing_config(self) -> typing.Optional[_ICodeSigningConfigRef_1d909622]:
|
|
1458
1528
|
'''Code signing config associated with this function.
|
|
1459
1529
|
|
|
1460
1530
|
:default: - Not Sign the Code
|
|
1461
1531
|
'''
|
|
1462
1532
|
result = self._values.get("code_signing_config")
|
|
1463
|
-
return typing.cast(typing.Optional[
|
|
1533
|
+
return typing.cast(typing.Optional[_ICodeSigningConfigRef_1d909622], result)
|
|
1464
1534
|
|
|
1465
1535
|
@builtins.property
|
|
1466
1536
|
def current_version_options(self) -> typing.Optional[_VersionOptions_981bb3c0]:
|
|
@@ -1531,13 +1601,13 @@ class EdgeFunctionProps(_FunctionProps_a308e854):
|
|
|
1531
1601
|
return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], result)
|
|
1532
1602
|
|
|
1533
1603
|
@builtins.property
|
|
1534
|
-
def environment_encryption(self) -> typing.Optional[
|
|
1604
|
+
def environment_encryption(self) -> typing.Optional[_IKeyRef_d4fc6ef3]:
|
|
1535
1605
|
'''The AWS KMS key that's used to encrypt your function's environment variables.
|
|
1536
1606
|
|
|
1537
1607
|
:default: - AWS Lambda creates and uses an AWS managed customer master key (CMK).
|
|
1538
1608
|
'''
|
|
1539
1609
|
result = self._values.get("environment_encryption")
|
|
1540
|
-
return typing.cast(typing.Optional[
|
|
1610
|
+
return typing.cast(typing.Optional[_IKeyRef_d4fc6ef3], result)
|
|
1541
1611
|
|
|
1542
1612
|
@builtins.property
|
|
1543
1613
|
def ephemeral_storage_size(self) -> typing.Optional[_Size_7b441c34]:
|
|
@@ -1665,9 +1735,27 @@ class EdgeFunctionProps(_FunctionProps_a308e854):
|
|
|
1665
1735
|
result = self._values.get("log_group")
|
|
1666
1736
|
return typing.cast(typing.Optional[_ILogGroup_3c4fa718], result)
|
|
1667
1737
|
|
|
1738
|
+
@builtins.property
|
|
1739
|
+
def log_removal_policy(self) -> typing.Optional[_RemovalPolicy_9f93c814]:
|
|
1740
|
+
'''(deprecated) Determine the removal policy of the log group that is auto-created by this construct.
|
|
1741
|
+
|
|
1742
|
+
Normally you want to retain the log group so you can diagnose issues
|
|
1743
|
+
from logs even after a deployment that no longer includes the log group.
|
|
1744
|
+
In that case, use the normal date-based retention policy to age out your
|
|
1745
|
+
logs.
|
|
1746
|
+
|
|
1747
|
+
:default: RemovalPolicy.Retain
|
|
1748
|
+
|
|
1749
|
+
:deprecated: use ``logGroup`` instead
|
|
1750
|
+
|
|
1751
|
+
:stability: deprecated
|
|
1752
|
+
'''
|
|
1753
|
+
result = self._values.get("log_removal_policy")
|
|
1754
|
+
return typing.cast(typing.Optional[_RemovalPolicy_9f93c814], result)
|
|
1755
|
+
|
|
1668
1756
|
@builtins.property
|
|
1669
1757
|
def log_retention(self) -> typing.Optional[_RetentionDays_070f99f0]:
|
|
1670
|
-
'''The number of days log events are kept in CloudWatch Logs.
|
|
1758
|
+
'''(deprecated) The number of days log events are kept in CloudWatch Logs.
|
|
1671
1759
|
|
|
1672
1760
|
When updating
|
|
1673
1761
|
this property, unsetting it doesn't remove the log retention policy. To
|
|
@@ -1688,6 +1776,10 @@ class EdgeFunctionProps(_FunctionProps_a308e854):
|
|
|
1688
1776
|
my_log_group.log_group_name
|
|
1689
1777
|
|
|
1690
1778
|
:default: logs.RetentionDays.INFINITE
|
|
1779
|
+
|
|
1780
|
+
:deprecated: use ``logGroup`` instead
|
|
1781
|
+
|
|
1782
|
+
:stability: deprecated
|
|
1691
1783
|
'''
|
|
1692
1784
|
result = self._values.get("log_retention")
|
|
1693
1785
|
return typing.cast(typing.Optional[_RetentionDays_070f99f0], result)
|
|
@@ -2005,14 +2097,14 @@ def _typecheckingstub__b2f96e5632f259adb036f7aba2bbc7c19fd9840c647d67a10a8135cb3
|
|
|
2005
2097
|
application_log_level: typing.Optional[builtins.str] = None,
|
|
2006
2098
|
application_log_level_v2: typing.Optional[_ApplicationLogLevel_cd92660a] = None,
|
|
2007
2099
|
architecture: typing.Optional[_Architecture_12d5a53f] = None,
|
|
2008
|
-
code_signing_config: typing.Optional[
|
|
2100
|
+
code_signing_config: typing.Optional[_ICodeSigningConfigRef_1d909622] = None,
|
|
2009
2101
|
current_version_options: typing.Optional[typing.Union[_VersionOptions_981bb3c0, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
2010
2102
|
dead_letter_queue: typing.Optional[_IQueue_7ed6f679] = None,
|
|
2011
2103
|
dead_letter_queue_enabled: typing.Optional[builtins.bool] = None,
|
|
2012
2104
|
dead_letter_topic: typing.Optional[_ITopic_9eca4852] = None,
|
|
2013
2105
|
description: typing.Optional[builtins.str] = None,
|
|
2014
2106
|
environment: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
2015
|
-
environment_encryption: typing.Optional[
|
|
2107
|
+
environment_encryption: typing.Optional[_IKeyRef_d4fc6ef3] = None,
|
|
2016
2108
|
ephemeral_storage_size: typing.Optional[_Size_7b441c34] = None,
|
|
2017
2109
|
events: typing.Optional[typing.Sequence[_IEventSource_3686b3f8]] = None,
|
|
2018
2110
|
filesystem: typing.Optional[_FileSystem_a5fa005d] = None,
|
|
@@ -2024,6 +2116,7 @@ def _typecheckingstub__b2f96e5632f259adb036f7aba2bbc7c19fd9840c647d67a10a8135cb3
|
|
|
2024
2116
|
log_format: typing.Optional[builtins.str] = None,
|
|
2025
2117
|
logging_format: typing.Optional[_LoggingFormat_30be8e01] = None,
|
|
2026
2118
|
log_group: typing.Optional[_ILogGroup_3c4fa718] = None,
|
|
2119
|
+
log_removal_policy: typing.Optional[_RemovalPolicy_9f93c814] = None,
|
|
2027
2120
|
log_retention: typing.Optional[_RetentionDays_070f99f0] = None,
|
|
2028
2121
|
log_retention_retry_options: typing.Optional[typing.Union[_LogRetentionRetryOptions_ad797a7a, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
2029
2122
|
log_retention_role: typing.Optional[_IRole_235f5d8e] = None,
|
|
@@ -2092,6 +2185,7 @@ def _typecheckingstub__e3a2f6769309cd3c52da869813738e2d4a94d233e574ada7ebba1654d
|
|
|
2092
2185
|
provisioned_poller_config: typing.Optional[typing.Union[_ProvisionedPollerConfig_1025e063, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
2093
2186
|
report_batch_item_failures: typing.Optional[builtins.bool] = None,
|
|
2094
2187
|
retry_attempts: typing.Optional[jsii.Number] = None,
|
|
2188
|
+
schema_registry_config: typing.Optional[_ISchemaRegistry_7e66a87f] = None,
|
|
2095
2189
|
source_access_configurations: typing.Optional[typing.Sequence[typing.Union[_SourceAccessConfiguration_1926ff89, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2096
2190
|
starting_position: typing.Optional[_StartingPosition_c0a4852c] = None,
|
|
2097
2191
|
starting_position_timestamp: typing.Optional[jsii.Number] = None,
|
|
@@ -2108,6 +2202,7 @@ def _typecheckingstub__2eb22d84593be3f12d95da9b201a03a4c5bc3b744aa1e4ce7f555d5cd
|
|
|
2108
2202
|
action: typing.Optional[builtins.str] = None,
|
|
2109
2203
|
event_source_token: typing.Optional[builtins.str] = None,
|
|
2110
2204
|
function_url_auth_type: typing.Optional[_FunctionUrlAuthType_9c7b2c86] = None,
|
|
2205
|
+
invoked_via_function_url: typing.Optional[builtins.bool] = None,
|
|
2111
2206
|
organization_id: typing.Optional[builtins.str] = None,
|
|
2112
2207
|
scope: typing.Optional[_constructs_77d1e7e8.Construct] = None,
|
|
2113
2208
|
source_account: typing.Optional[builtins.str] = None,
|
|
@@ -2159,6 +2254,7 @@ def _typecheckingstub__e35fb51736b3036c83dc4af9104a7ec11601ff54bef98bdf17e2325a3
|
|
|
2159
2254
|
account: typing.Optional[builtins.str] = None,
|
|
2160
2255
|
color: typing.Optional[builtins.str] = None,
|
|
2161
2256
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
2257
|
+
id: typing.Optional[builtins.str] = None,
|
|
2162
2258
|
label: typing.Optional[builtins.str] = None,
|
|
2163
2259
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
2164
2260
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -2166,6 +2262,7 @@ def _typecheckingstub__e35fb51736b3036c83dc4af9104a7ec11601ff54bef98bdf17e2325a3
|
|
|
2166
2262
|
stack_region: typing.Optional[builtins.str] = None,
|
|
2167
2263
|
statistic: typing.Optional[builtins.str] = None,
|
|
2168
2264
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
2265
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
2169
2266
|
) -> None:
|
|
2170
2267
|
"""Type checking stubs"""
|
|
2171
2268
|
pass
|
|
@@ -2183,14 +2280,14 @@ def _typecheckingstub__709cdcb05c7a5fc7f7bcd1d72557097c39c5c534076a00b6b8db807bd
|
|
|
2183
2280
|
application_log_level: typing.Optional[builtins.str] = None,
|
|
2184
2281
|
application_log_level_v2: typing.Optional[_ApplicationLogLevel_cd92660a] = None,
|
|
2185
2282
|
architecture: typing.Optional[_Architecture_12d5a53f] = None,
|
|
2186
|
-
code_signing_config: typing.Optional[
|
|
2283
|
+
code_signing_config: typing.Optional[_ICodeSigningConfigRef_1d909622] = None,
|
|
2187
2284
|
current_version_options: typing.Optional[typing.Union[_VersionOptions_981bb3c0, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
2188
2285
|
dead_letter_queue: typing.Optional[_IQueue_7ed6f679] = None,
|
|
2189
2286
|
dead_letter_queue_enabled: typing.Optional[builtins.bool] = None,
|
|
2190
2287
|
dead_letter_topic: typing.Optional[_ITopic_9eca4852] = None,
|
|
2191
2288
|
description: typing.Optional[builtins.str] = None,
|
|
2192
2289
|
environment: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
2193
|
-
environment_encryption: typing.Optional[
|
|
2290
|
+
environment_encryption: typing.Optional[_IKeyRef_d4fc6ef3] = None,
|
|
2194
2291
|
ephemeral_storage_size: typing.Optional[_Size_7b441c34] = None,
|
|
2195
2292
|
events: typing.Optional[typing.Sequence[_IEventSource_3686b3f8]] = None,
|
|
2196
2293
|
filesystem: typing.Optional[_FileSystem_a5fa005d] = None,
|
|
@@ -2202,6 +2299,7 @@ def _typecheckingstub__709cdcb05c7a5fc7f7bcd1d72557097c39c5c534076a00b6b8db807bd
|
|
|
2202
2299
|
log_format: typing.Optional[builtins.str] = None,
|
|
2203
2300
|
logging_format: typing.Optional[_LoggingFormat_30be8e01] = None,
|
|
2204
2301
|
log_group: typing.Optional[_ILogGroup_3c4fa718] = None,
|
|
2302
|
+
log_removal_policy: typing.Optional[_RemovalPolicy_9f93c814] = None,
|
|
2205
2303
|
log_retention: typing.Optional[_RetentionDays_070f99f0] = None,
|
|
2206
2304
|
log_retention_retry_options: typing.Optional[typing.Union[_LogRetentionRetryOptions_ad797a7a, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
2207
2305
|
log_retention_role: typing.Optional[_IRole_235f5d8e] = None,
|