aws-cdk-lib 2.200.2__py3-none-any.whl → 2.224.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +1349 -373
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.200.2.jsii.tgz → aws-cdk-lib@2.224.0.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +12 -2
- aws_cdk/aws_accessanalyzer/__init__.py +323 -6
- aws_cdk/aws_acmpca/__init__.py +53 -10
- aws_cdk/aws_aiops/__init__.py +1019 -0
- aws_cdk/aws_amazonmq/__init__.py +357 -313
- aws_cdk/aws_amplify/__init__.py +173 -17
- aws_cdk/aws_amplifyuibuilder/__init__.py +35 -6
- aws_cdk/aws_apigateway/__init__.py +1017 -155
- aws_cdk/aws_apigatewayv2/__init__.py +2796 -379
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +94 -16
- aws_cdk/aws_appconfig/__init__.py +298 -43
- aws_cdk/aws_appflow/__init__.py +151 -6
- aws_cdk/aws_appintegrations/__init__.py +546 -6
- aws_cdk/aws_applicationautoscaling/__init__.py +29 -6
- aws_cdk/aws_applicationinsights/__init__.py +13 -2
- aws_cdk/aws_applicationsignals/__init__.py +374 -6
- aws_cdk/aws_appmesh/__init__.py +94 -26
- aws_cdk/aws_apprunner/__init__.py +66 -18
- aws_cdk/aws_appstream/__init__.py +309 -55
- aws_cdk/aws_appsync/__init__.py +227 -53
- aws_cdk/aws_apptest/__init__.py +71 -2
- aws_cdk/aws_aps/__init__.py +1875 -132
- aws_cdk/aws_arcregionswitch/__init__.py +5095 -0
- aws_cdk/aws_arczonalshift/__init__.py +39 -12
- aws_cdk/aws_athena/__init__.py +365 -29
- aws_cdk/aws_auditmanager/__init__.py +71 -2
- aws_cdk/aws_autoscaling/__init__.py +135 -55
- aws_cdk/aws_autoscaling_common/__init__.py +3 -0
- aws_cdk/aws_autoscalingplans/__init__.py +13 -2
- aws_cdk/aws_b2bi/__init__.py +1819 -99
- aws_cdk/aws_backup/__init__.py +317 -28
- aws_cdk/aws_backupgateway/__init__.py +13 -2
- aws_cdk/aws_batch/__init__.py +1405 -178
- aws_cdk/aws_bcmdataexports/__init__.py +21 -2
- aws_cdk/aws_bedrock/__init__.py +6747 -627
- aws_cdk/aws_bedrockagentcore/__init__.py +10425 -0
- aws_cdk/aws_billingconductor/__init__.py +197 -11
- aws_cdk/aws_budgets/__init__.py +42 -4
- aws_cdk/aws_cassandra/__init__.py +247 -6
- aws_cdk/aws_ce/__init__.py +35 -6
- aws_cdk/aws_certificatemanager/__init__.py +237 -32
- aws_cdk/aws_chatbot/__init__.py +70 -6
- aws_cdk/aws_cleanrooms/__init__.py +709 -206
- aws_cdk/aws_cleanroomsml/__init__.py +13 -2
- aws_cdk/aws_cloud9/__init__.py +13 -2
- aws_cdk/aws_cloudformation/__init__.py +345 -166
- aws_cdk/aws_cloudfront/__init__.py +2101 -680
- aws_cdk/aws_cloudfront/experimental/__init__.py +108 -16
- aws_cdk/aws_cloudfront_origins/__init__.py +614 -73
- aws_cdk/aws_cloudtrail/__init__.py +301 -17
- aws_cdk/aws_cloudwatch/__init__.py +1414 -153
- aws_cdk/aws_codeartifact/__init__.py +35 -6
- aws_cdk/aws_codebuild/__init__.py +1103 -118
- aws_cdk/aws_codecommit/__init__.py +23 -9
- aws_cdk/aws_codeconnections/__init__.py +13 -2
- aws_cdk/aws_codedeploy/__init__.py +67 -6
- aws_cdk/aws_codeguruprofiler/__init__.py +74 -2
- aws_cdk/aws_codegurureviewer/__init__.py +13 -2
- aws_cdk/aws_codepipeline/__init__.py +127 -64
- aws_cdk/aws_codepipeline_actions/__init__.py +749 -0
- aws_cdk/aws_codestar/__init__.py +13 -2
- aws_cdk/aws_codestarconnections/__init__.py +35 -6
- aws_cdk/aws_codestarnotifications/__init__.py +16 -2
- aws_cdk/aws_cognito/__init__.py +814 -80
- aws_cdk/aws_cognito_identitypool/__init__.py +17 -12
- aws_cdk/aws_comprehend/__init__.py +24 -4
- aws_cdk/aws_config/__init__.py +191 -30
- aws_cdk/aws_connect/__init__.py +2736 -191
- aws_cdk/aws_connectcampaigns/__init__.py +13 -2
- aws_cdk/aws_connectcampaignsv2/__init__.py +268 -6
- aws_cdk/aws_controltower/__init__.py +35 -6
- aws_cdk/aws_cur/__init__.py +100 -4
- aws_cdk/aws_customerprofiles/__init__.py +617 -27
- aws_cdk/aws_databrew/__init__.py +68 -12
- aws_cdk/aws_datapipeline/__init__.py +42 -2
- aws_cdk/aws_datasync/__init__.py +723 -203
- aws_cdk/aws_datazone/__init__.py +4425 -608
- aws_cdk/aws_dax/__init__.py +83 -6
- aws_cdk/aws_deadline/__init__.py +321 -32
- aws_cdk/aws_detective/__init__.py +35 -6
- aws_cdk/aws_devicefarm/__init__.py +68 -12
- aws_cdk/aws_devopsguru/__init__.py +37 -6
- aws_cdk/aws_directoryservice/__init__.py +53 -4
- aws_cdk/aws_dlm/__init__.py +13 -2
- aws_cdk/aws_dms/__init__.py +184 -27
- aws_cdk/aws_docdb/__init__.py +323 -46
- aws_cdk/aws_docdbelastic/__init__.py +13 -2
- aws_cdk/aws_dsql/__init__.py +340 -12
- aws_cdk/aws_dynamodb/__init__.py +1463 -166
- aws_cdk/aws_ec2/__init__.py +9636 -1120
- aws_cdk/aws_ecr/__init__.py +631 -43
- aws_cdk/aws_ecr_assets/__init__.py +4 -0
- aws_cdk/aws_ecs/__init__.py +6524 -497
- aws_cdk/aws_ecs_patterns/__init__.py +2 -0
- aws_cdk/aws_efs/__init__.py +264 -24
- aws_cdk/aws_eks/__init__.py +1050 -218
- aws_cdk/aws_elasticache/__init__.py +373 -20
- aws_cdk/aws_elasticbeanstalk/__init__.py +75 -8
- aws_cdk/aws_elasticloadbalancing/__init__.py +16 -2
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +1670 -106
- aws_cdk/aws_elasticsearch/__init__.py +282 -9
- aws_cdk/aws_emr/__init__.py +187 -20
- aws_cdk/aws_emrcontainers/__init__.py +71 -2
- aws_cdk/aws_emrserverless/__init__.py +188 -3
- aws_cdk/aws_entityresolution/__init__.py +585 -58
- aws_cdk/aws_events/__init__.py +969 -124
- aws_cdk/aws_events_targets/__init__.py +310 -54
- aws_cdk/aws_eventschemas/__init__.py +46 -8
- aws_cdk/aws_evidently/__init__.py +57 -10
- aws_cdk/aws_evs/__init__.py +2244 -0
- aws_cdk/aws_finspace/__init__.py +71 -2
- aws_cdk/aws_fis/__init__.py +26 -4
- aws_cdk/aws_fms/__init__.py +35 -6
- aws_cdk/aws_forecast/__init__.py +24 -4
- aws_cdk/aws_frauddetector/__init__.py +79 -14
- aws_cdk/aws_fsx/__init__.py +1236 -142
- aws_cdk/aws_gamelift/__init__.py +653 -78
- aws_cdk/aws_gameliftstreams/__init__.py +38 -16
- aws_cdk/aws_globalaccelerator/__init__.py +55 -14
- aws_cdk/aws_glue/__init__.py +1368 -320
- aws_cdk/aws_grafana/__init__.py +13 -2
- aws_cdk/aws_greengrass/__init__.py +654 -32
- aws_cdk/aws_greengrassv2/__init__.py +53 -4
- aws_cdk/aws_groundstation/__init__.py +122 -6
- aws_cdk/aws_guardduty/__init__.py +1613 -123
- aws_cdk/aws_healthimaging/__init__.py +71 -2
- aws_cdk/aws_healthlake/__init__.py +42 -2
- aws_cdk/aws_iam/__init__.py +480 -140
- aws_cdk/aws_identitystore/__init__.py +24 -4
- aws_cdk/aws_imagebuilder/__init__.py +1433 -183
- aws_cdk/aws_inspector/__init__.py +38 -6
- aws_cdk/aws_inspectorv2/__init__.py +2285 -243
- aws_cdk/aws_internetmonitor/__init__.py +71 -2
- aws_cdk/aws_invoicing/__init__.py +13 -2
- aws_cdk/aws_iot/__init__.py +1730 -86
- aws_cdk/aws_iotanalytics/__init__.py +162 -8
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +106 -40
- aws_cdk/aws_iotevents/__init__.py +122 -6
- aws_cdk/aws_iotfleethub/__init__.py +71 -2
- aws_cdk/aws_iotfleetwise/__init__.py +195 -14
- aws_cdk/aws_iotsitewise/__init__.py +1837 -89
- aws_cdk/aws_iotthingsgraph/__init__.py +13 -2
- aws_cdk/aws_iottwinmaker/__init__.py +115 -10
- aws_cdk/aws_iotwireless/__init__.py +649 -22
- aws_cdk/aws_ivs/__init__.py +561 -57
- aws_cdk/aws_ivschat/__init__.py +24 -4
- aws_cdk/aws_kafkaconnect/__init__.py +35 -6
- aws_cdk/aws_kendra/__init__.py +120 -28
- aws_cdk/aws_kendraranking/__init__.py +13 -2
- aws_cdk/aws_kinesis/__init__.py +622 -22
- aws_cdk/aws_kinesisanalytics/__init__.py +467 -94
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +201 -11
- aws_cdk/aws_kinesisfirehose/__init__.py +3077 -295
- aws_cdk/aws_kinesisvideo/__init__.py +24 -4
- aws_cdk/aws_kms/__init__.py +188 -41
- aws_cdk/aws_lakeformation/__init__.py +80 -15
- aws_cdk/aws_lambda/__init__.py +2101 -252
- aws_cdk/aws_lambda_event_sources/__init__.py +638 -1
- aws_cdk/aws_lambda_nodejs/__init__.py +63 -24
- aws_cdk/aws_launchwizard/__init__.py +13 -2
- aws_cdk/aws_lex/__init__.py +871 -8
- aws_cdk/aws_licensemanager/__init__.py +24 -4
- aws_cdk/aws_lightsail/__init__.py +2159 -975
- aws_cdk/aws_location/__init__.py +618 -14
- aws_cdk/aws_logs/__init__.py +5904 -956
- aws_cdk/aws_lookoutequipment/__init__.py +13 -2
- aws_cdk/aws_lookoutmetrics/__init__.py +38 -6
- aws_cdk/aws_lookoutvision/__init__.py +71 -2
- aws_cdk/aws_m2/__init__.py +94 -19
- aws_cdk/aws_macie/__init__.py +49 -11
- aws_cdk/aws_managedblockchain/__init__.py +180 -6
- aws_cdk/aws_mediaconnect/__init__.py +101 -18
- aws_cdk/aws_mediaconvert/__init__.py +35 -6
- aws_cdk/aws_medialive/__init__.py +1239 -35
- aws_cdk/aws_mediapackage/__init__.py +59 -12
- aws_cdk/aws_mediapackagev2/__init__.py +1607 -225
- aws_cdk/aws_mediastore/__init__.py +13 -2
- aws_cdk/aws_mediatailor/__init__.py +583 -12
- aws_cdk/aws_memorydb/__init__.py +271 -12
- aws_cdk/aws_mpa/__init__.py +1495 -0
- aws_cdk/aws_msk/__init__.py +104 -18
- aws_cdk/aws_mwaa/__init__.py +121 -9
- aws_cdk/aws_neptune/__init__.py +290 -78
- aws_cdk/aws_neptunegraph/__init__.py +24 -4
- aws_cdk/aws_networkfirewall/__init__.py +1289 -273
- aws_cdk/aws_networkmanager/__init__.py +349 -33
- aws_cdk/aws_nimblestudio/__init__.py +75 -8
- aws_cdk/aws_notifications/__init__.py +317 -12
- aws_cdk/aws_notificationscontacts/__init__.py +13 -2
- aws_cdk/aws_oam/__init__.py +24 -4
- aws_cdk/aws_observabilityadmin/__init__.py +2561 -0
- aws_cdk/aws_odb/__init__.py +5872 -0
- aws_cdk/aws_omics/__init__.py +2495 -529
- aws_cdk/aws_opensearchserverless/__init__.py +312 -37
- aws_cdk/aws_opensearchservice/__init__.py +495 -19
- aws_cdk/aws_opsworks/__init__.py +235 -139
- aws_cdk/aws_opsworkscm/__init__.py +16 -52
- aws_cdk/aws_organizations/__init__.py +70 -10
- aws_cdk/aws_osis/__init__.py +167 -2
- aws_cdk/aws_panorama/__init__.py +151 -6
- aws_cdk/aws_paymentcryptography/__init__.py +24 -4
- aws_cdk/aws_pcaconnectorad/__init__.py +59 -10
- aws_cdk/aws_pcaconnectorscep/__init__.py +24 -4
- aws_cdk/aws_pcs/__init__.py +387 -68
- aws_cdk/aws_personalize/__init__.py +46 -8
- aws_cdk/aws_pinpoint/__init__.py +329 -38
- aws_cdk/aws_pinpointemail/__init__.py +48 -8
- aws_cdk/aws_pipes/__init__.py +12 -2
- aws_cdk/aws_proton/__init__.py +37 -6
- aws_cdk/aws_qbusiness/__init__.py +635 -34
- aws_cdk/aws_qldb/__init__.py +24 -4
- aws_cdk/aws_quicksight/__init__.py +7900 -1160
- aws_cdk/aws_ram/__init__.py +24 -4
- aws_cdk/aws_rbin/__init__.py +12 -2
- aws_cdk/aws_rds/__init__.py +3345 -512
- aws_cdk/aws_redshift/__init__.py +143 -20
- aws_cdk/aws_redshiftserverless/__init__.py +692 -4
- aws_cdk/aws_refactorspaces/__init__.py +64 -14
- aws_cdk/aws_rekognition/__init__.py +93 -6
- aws_cdk/aws_resiliencehub/__init__.py +24 -4
- aws_cdk/aws_resourceexplorer2/__init__.py +35 -6
- aws_cdk/aws_resourcegroups/__init__.py +82 -4
- aws_cdk/aws_robomaker/__init__.py +72 -12
- aws_cdk/aws_rolesanywhere/__init__.py +180 -6
- aws_cdk/aws_route53/__init__.py +3273 -1442
- aws_cdk/aws_route53_targets/__init__.py +3 -0
- aws_cdk/aws_route53profiles/__init__.py +37 -6
- aws_cdk/aws_route53recoverycontrol/__init__.py +46 -8
- aws_cdk/aws_route53recoveryreadiness/__init__.py +104 -8
- aws_cdk/aws_route53resolver/__init__.py +226 -36
- aws_cdk/aws_rtbfabric/__init__.py +3498 -0
- aws_cdk/aws_rum/__init__.py +13 -2
- aws_cdk/aws_s3/__init__.py +1291 -158
- aws_cdk/aws_s3_assets/__init__.py +11 -11
- aws_cdk/aws_s3_deployment/__init__.py +147 -11
- aws_cdk/aws_s3_notifications/__init__.py +7 -7
- aws_cdk/aws_s3express/__init__.py +266 -8
- aws_cdk/aws_s3objectlambda/__init__.py +68 -16
- aws_cdk/aws_s3outposts/__init__.py +46 -8
- aws_cdk/aws_s3tables/__init__.py +2000 -323
- aws_cdk/aws_s3vectors/__init__.py +1378 -0
- aws_cdk/aws_sagemaker/__init__.py +6617 -363
- aws_cdk/aws_sam/__init__.py +79 -14
- aws_cdk/aws_scheduler/__init__.py +237 -4
- aws_cdk/aws_sdb/__init__.py +12 -2
- aws_cdk/aws_secretsmanager/__init__.py +170 -14
- aws_cdk/aws_securityhub/__init__.py +3121 -176
- aws_cdk/aws_securitylake/__init__.py +46 -8
- aws_cdk/aws_servicecatalog/__init__.py +405 -246
- aws_cdk/aws_servicecatalogappregistry/__init__.py +164 -8
- aws_cdk/aws_servicediscovery/__init__.py +140 -47
- aws_cdk/aws_ses/__init__.py +1231 -140
- aws_cdk/aws_shield/__init__.py +46 -8
- aws_cdk/aws_signer/__init__.py +27 -4
- aws_cdk/aws_simspaceweaver/__init__.py +42 -2
- aws_cdk/aws_smsvoice/__init__.py +4716 -0
- aws_cdk/aws_sns/__init__.py +245 -29
- aws_cdk/aws_sns_subscriptions/__init__.py +3 -1
- aws_cdk/aws_sqs/__init__.py +211 -14
- aws_cdk/aws_ssm/__init__.py +401 -58
- aws_cdk/aws_ssmcontacts/__init__.py +46 -8
- aws_cdk/aws_ssmguiconnect/__init__.py +13 -2
- aws_cdk/aws_ssmincidents/__init__.py +24 -4
- aws_cdk/aws_ssmquicksetup/__init__.py +383 -6
- aws_cdk/aws_sso/__init__.py +70 -12
- aws_cdk/aws_stepfunctions/__init__.py +615 -70
- aws_cdk/aws_stepfunctions_tasks/__init__.py +781 -144
- aws_cdk/aws_supportapp/__init__.py +39 -6
- aws_cdk/aws_synthetics/__init__.py +861 -75
- aws_cdk/aws_systemsmanagersap/__init__.py +13 -2
- aws_cdk/aws_timestream/__init__.py +104 -8
- aws_cdk/aws_transfer/__init__.py +784 -87
- aws_cdk/aws_verifiedpermissions/__init__.py +145 -17
- aws_cdk/aws_voiceid/__init__.py +41 -2
- aws_cdk/aws_vpclattice/__init__.py +376 -30
- aws_cdk/aws_waf/__init__.py +79 -14
- aws_cdk/aws_wafregional/__init__.py +123 -22
- aws_cdk/aws_wafv2/__init__.py +1179 -60
- aws_cdk/aws_wisdom/__init__.py +1401 -90
- aws_cdk/aws_workspaces/__init__.py +93 -6
- aws_cdk/aws_workspacesinstances/__init__.py +3940 -0
- aws_cdk/aws_workspacesthinclient/__init__.py +79 -10
- aws_cdk/aws_workspacesweb/__init__.py +1057 -141
- aws_cdk/aws_xray/__init__.py +48 -8
- aws_cdk/cloud_assembly_schema/__init__.py +231 -6
- aws_cdk/custom_resources/__init__.py +40 -12
- aws_cdk/cx_api/__init__.py +85 -14
- aws_cdk/interfaces/__init__.py +739 -0
- aws_cdk/interfaces/alexa_ask/__init__.py +146 -0
- aws_cdk/interfaces/aws_accessanalyzer/__init__.py +146 -0
- aws_cdk/interfaces/aws_acmpca/__init__.py +501 -0
- aws_cdk/interfaces/aws_aiops/__init__.py +146 -0
- aws_cdk/interfaces/aws_amazonmq/__init__.py +386 -0
- aws_cdk/interfaces/aws_amplify/__init__.py +352 -0
- aws_cdk/interfaces/aws_amplifyuibuilder/__init__.py +454 -0
- aws_cdk/interfaces/aws_apigateway/__init__.py +2486 -0
- aws_cdk/interfaces/aws_apigatewayv2/__init__.py +1651 -0
- aws_cdk/interfaces/aws_appconfig/__init__.py +1020 -0
- aws_cdk/interfaces/aws_appflow/__init__.py +404 -0
- aws_cdk/interfaces/aws_appintegrations/__init__.py +396 -0
- aws_cdk/interfaces/aws_applicationautoscaling/__init__.py +307 -0
- aws_cdk/interfaces/aws_applicationinsights/__init__.py +148 -0
- aws_cdk/interfaces/aws_applicationsignals/__init__.py +358 -0
- aws_cdk/interfaces/aws_appmesh/__init__.py +888 -0
- aws_cdk/interfaces/aws_apprunner/__init__.py +564 -0
- aws_cdk/interfaces/aws_appstream/__init__.py +1482 -0
- aws_cdk/interfaces/aws_appsync/__init__.py +1326 -0
- aws_cdk/interfaces/aws_apptest/__init__.py +163 -0
- aws_cdk/interfaces/aws_aps/__init__.py +558 -0
- aws_cdk/interfaces/aws_arcregionswitch/__init__.py +146 -0
- aws_cdk/interfaces/aws_arczonalshift/__init__.py +273 -0
- aws_cdk/interfaces/aws_athena/__init__.py +575 -0
- aws_cdk/interfaces/aws_auditmanager/__init__.py +163 -0
- aws_cdk/interfaces/aws_autoscaling/__init__.py +705 -0
- aws_cdk/interfaces/aws_autoscalingplans/__init__.py +148 -0
- aws_cdk/interfaces/aws_b2bi/__init__.py +524 -0
- aws_cdk/interfaces/aws_backup/__init__.py +955 -0
- aws_cdk/interfaces/aws_backupgateway/__init__.py +146 -0
- aws_cdk/interfaces/aws_batch/__init__.py +681 -0
- aws_cdk/interfaces/aws_bcmdataexports/__init__.py +146 -0
- aws_cdk/interfaces/aws_bedrock/__init__.py +1942 -0
- aws_cdk/interfaces/aws_bedrockagentcore/__init__.py +934 -0
- aws_cdk/interfaces/aws_billing/__init__.py +146 -0
- aws_cdk/interfaces/aws_billingconductor/__init__.py +463 -0
- aws_cdk/interfaces/aws_budgets/__init__.py +261 -0
- aws_cdk/interfaces/aws_cassandra/__init__.py +381 -0
- aws_cdk/interfaces/aws_ce/__init__.py +352 -0
- aws_cdk/interfaces/aws_certificatemanager/__init__.py +251 -0
- aws_cdk/interfaces/aws_chatbot/__init__.py +366 -0
- aws_cdk/interfaces/aws_cleanrooms/__init__.py +1103 -0
- aws_cdk/interfaces/aws_cleanroomsml/__init__.py +148 -0
- aws_cdk/interfaces/aws_cloud9/__init__.py +166 -0
- aws_cdk/interfaces/aws_cloudformation/__init__.py +1919 -0
- aws_cdk/interfaces/aws_cloudfront/__init__.py +1998 -0
- aws_cdk/interfaces/aws_cloudtrail/__init__.py +570 -0
- aws_cdk/interfaces/aws_cloudwatch/__init__.py +733 -0
- aws_cdk/interfaces/aws_codeartifact/__init__.py +352 -0
- aws_cdk/interfaces/aws_codebuild/__init__.py +487 -0
- aws_cdk/interfaces/aws_codecommit/__init__.py +163 -0
- aws_cdk/interfaces/aws_codeconnections/__init__.py +146 -0
- aws_cdk/interfaces/aws_codedeploy/__init__.py +352 -0
- aws_cdk/interfaces/aws_codeguruprofiler/__init__.py +168 -0
- aws_cdk/interfaces/aws_codegurureviewer/__init__.py +148 -0
- aws_cdk/interfaces/aws_codepipeline/__init__.py +388 -0
- aws_cdk/interfaces/aws_codestar/__init__.py +146 -0
- aws_cdk/interfaces/aws_codestarconnections/__init__.py +370 -0
- aws_cdk/interfaces/aws_codestarnotifications/__init__.py +148 -0
- aws_cdk/interfaces/aws_cognito/__init__.py +1929 -0
- aws_cdk/interfaces/aws_comprehend/__init__.py +251 -0
- aws_cdk/interfaces/aws_config/__init__.py +1165 -0
- aws_cdk/interfaces/aws_connect/__init__.py +2949 -0
- aws_cdk/interfaces/aws_connectcampaigns/__init__.py +146 -0
- aws_cdk/interfaces/aws_connectcampaignsv2/__init__.py +146 -0
- aws_cdk/interfaces/aws_controltower/__init__.py +394 -0
- aws_cdk/interfaces/aws_cur/__init__.py +146 -0
- aws_cdk/interfaces/aws_customerprofiles/__init__.py +915 -0
- aws_cdk/interfaces/aws_databrew/__init__.py +661 -0
- aws_cdk/interfaces/aws_datapipeline/__init__.py +146 -0
- aws_cdk/interfaces/aws_datasync/__init__.py +1384 -0
- aws_cdk/interfaces/aws_datazone/__init__.py +2238 -0
- aws_cdk/interfaces/aws_dax/__init__.py +364 -0
- aws_cdk/interfaces/aws_deadline/__init__.py +1303 -0
- aws_cdk/interfaces/aws_detective/__init__.py +364 -0
- aws_cdk/interfaces/aws_devicefarm/__init__.py +663 -0
- aws_cdk/interfaces/aws_devopsguru/__init__.py +362 -0
- aws_cdk/interfaces/aws_directoryservice/__init__.py +251 -0
- aws_cdk/interfaces/aws_dlm/__init__.py +166 -0
- aws_cdk/interfaces/aws_dms/__init__.py +1176 -0
- aws_cdk/interfaces/aws_docdb/__init__.py +560 -0
- aws_cdk/interfaces/aws_docdbelastic/__init__.py +146 -0
- aws_cdk/interfaces/aws_dsql/__init__.py +146 -0
- aws_cdk/interfaces/aws_dynamodb/__init__.py +278 -0
- aws_cdk/interfaces/aws_ec2/__init__.py +11963 -0
- aws_cdk/interfaces/aws_ecr/__init__.py +814 -0
- aws_cdk/interfaces/aws_ecs/__init__.py +845 -0
- aws_cdk/interfaces/aws_efs/__init__.py +392 -0
- aws_cdk/interfaces/aws_eks/__init__.py +948 -0
- aws_cdk/interfaces/aws_elasticache/__init__.py +1108 -0
- aws_cdk/interfaces/aws_elasticbeanstalk/__init__.py +503 -0
- aws_cdk/interfaces/aws_elasticloadbalancing/__init__.py +148 -0
- aws_cdk/interfaces/aws_elasticloadbalancingv2/__init__.py +795 -0
- aws_cdk/interfaces/aws_elasticsearch/__init__.py +158 -0
- aws_cdk/interfaces/aws_emr/__init__.py +913 -0
- aws_cdk/interfaces/aws_emrcontainers/__init__.py +168 -0
- aws_cdk/interfaces/aws_emrserverless/__init__.py +166 -0
- aws_cdk/interfaces/aws_entityresolution/__init__.py +608 -0
- aws_cdk/interfaces/aws_events/__init__.py +872 -0
- aws_cdk/interfaces/aws_eventschemas/__init__.py +455 -0
- aws_cdk/interfaces/aws_evidently/__init__.py +558 -0
- aws_cdk/interfaces/aws_evs/__init__.py +166 -0
- aws_cdk/interfaces/aws_finspace/__init__.py +166 -0
- aws_cdk/interfaces/aws_fis/__init__.py +271 -0
- aws_cdk/interfaces/aws_fms/__init__.py +364 -0
- aws_cdk/interfaces/aws_forecast/__init__.py +249 -0
- aws_cdk/interfaces/aws_frauddetector/__init__.py +764 -0
- aws_cdk/interfaces/aws_fsx/__init__.py +663 -0
- aws_cdk/interfaces/aws_gamelift/__init__.py +1325 -0
- aws_cdk/interfaces/aws_gameliftstreams/__init__.py +249 -0
- aws_cdk/interfaces/aws_globalaccelerator/__init__.py +461 -0
- aws_cdk/interfaces/aws_glue/__init__.py +2377 -0
- aws_cdk/interfaces/aws_grafana/__init__.py +146 -0
- aws_cdk/interfaces/aws_greengrass/__init__.py +1871 -0
- aws_cdk/interfaces/aws_greengrassv2/__init__.py +251 -0
- aws_cdk/interfaces/aws_groundstation/__init__.py +396 -0
- aws_cdk/interfaces/aws_guardduty/__init__.py +1225 -0
- aws_cdk/interfaces/aws_healthimaging/__init__.py +163 -0
- aws_cdk/interfaces/aws_healthlake/__init__.py +146 -0
- aws_cdk/interfaces/aws_iam/__init__.py +1803 -0
- aws_cdk/interfaces/aws_identitystore/__init__.py +288 -0
- aws_cdk/interfaces/aws_imagebuilder/__init__.py +984 -0
- aws_cdk/interfaces/aws_inspector/__init__.py +354 -0
- aws_cdk/interfaces/aws_inspectorv2/__init__.py +467 -0
- aws_cdk/interfaces/aws_internetmonitor/__init__.py +163 -0
- aws_cdk/interfaces/aws_invoicing/__init__.py +146 -0
- aws_cdk/interfaces/aws_iot/__init__.py +3483 -0
- aws_cdk/interfaces/aws_iotanalytics/__init__.py +455 -0
- aws_cdk/interfaces/aws_iotcoredeviceadvisor/__init__.py +168 -0
- aws_cdk/interfaces/aws_iotevents/__init__.py +352 -0
- aws_cdk/interfaces/aws_iotfleethub/__init__.py +166 -0
- aws_cdk/interfaces/aws_iotfleetwise/__init__.py +892 -0
- aws_cdk/interfaces/aws_iotsitewise/__init__.py +1097 -0
- aws_cdk/interfaces/aws_iotthingsgraph/__init__.py +146 -0
- aws_cdk/interfaces/aws_iottwinmaker/__init__.py +711 -0
- aws_cdk/interfaces/aws_iotwireless/__init__.py +1401 -0
- aws_cdk/interfaces/aws_ivs/__init__.py +1075 -0
- aws_cdk/interfaces/aws_ivschat/__init__.py +251 -0
- aws_cdk/interfaces/aws_kafkaconnect/__init__.py +354 -0
- aws_cdk/interfaces/aws_kendra/__init__.py +428 -0
- aws_cdk/interfaces/aws_kendraranking/__init__.py +166 -0
- aws_cdk/interfaces/aws_kinesis/__init__.py +364 -0
- aws_cdk/interfaces/aws_kinesisanalytics/__init__.py +364 -0
- aws_cdk/interfaces/aws_kinesisanalyticsv2/__init__.py +479 -0
- aws_cdk/interfaces/aws_kinesisfirehose/__init__.py +168 -0
- aws_cdk/interfaces/aws_kinesisvideo/__init__.py +283 -0
- aws_cdk/interfaces/aws_kms/__init__.py +376 -0
- aws_cdk/interfaces/aws_lakeformation/__init__.py +860 -0
- aws_cdk/interfaces/aws_lambda/__init__.py +1141 -0
- aws_cdk/interfaces/aws_launchwizard/__init__.py +146 -0
- aws_cdk/interfaces/aws_lex/__init__.py +513 -0
- aws_cdk/interfaces/aws_licensemanager/__init__.py +249 -0
- aws_cdk/interfaces/aws_lightsail/__init__.py +1744 -0
- aws_cdk/interfaces/aws_location/__init__.py +879 -0
- aws_cdk/interfaces/aws_logs/__init__.py +1667 -0
- aws_cdk/interfaces/aws_lookoutequipment/__init__.py +168 -0
- aws_cdk/interfaces/aws_lookoutmetrics/__init__.py +251 -0
- aws_cdk/interfaces/aws_lookoutvision/__init__.py +163 -0
- aws_cdk/interfaces/aws_m2/__init__.py +352 -0
- aws_cdk/interfaces/aws_macie/__init__.py +512 -0
- aws_cdk/interfaces/aws_managedblockchain/__init__.py +381 -0
- aws_cdk/interfaces/aws_mediaconnect/__init__.py +1028 -0
- aws_cdk/interfaces/aws_mediaconvert/__init__.py +396 -0
- aws_cdk/interfaces/aws_medialive/__init__.py +1755 -0
- aws_cdk/interfaces/aws_mediapackage/__init__.py +644 -0
- aws_cdk/interfaces/aws_mediapackagev2/__init__.py +618 -0
- aws_cdk/interfaces/aws_mediastore/__init__.py +146 -0
- aws_cdk/interfaces/aws_mediatailor/__init__.py +788 -0
- aws_cdk/interfaces/aws_memorydb/__init__.py +685 -0
- aws_cdk/interfaces/aws_mpa/__init__.py +249 -0
- aws_cdk/interfaces/aws_msk/__init__.py +764 -0
- aws_cdk/interfaces/aws_mwaa/__init__.py +166 -0
- aws_cdk/interfaces/aws_neptune/__init__.py +663 -0
- aws_cdk/interfaces/aws_neptunegraph/__init__.py +265 -0
- aws_cdk/interfaces/aws_networkfirewall/__init__.py +669 -0
- aws_cdk/interfaces/aws_networkmanager/__init__.py +1832 -0
- aws_cdk/interfaces/aws_nimblestudio/__init__.py +388 -0
- aws_cdk/interfaces/aws_notifications/__init__.py +868 -0
- aws_cdk/interfaces/aws_notificationscontacts/__init__.py +148 -0
- aws_cdk/interfaces/aws_oam/__init__.py +249 -0
- aws_cdk/interfaces/aws_observabilityadmin/__init__.py +362 -0
- aws_cdk/interfaces/aws_odb/__init__.py +562 -0
- aws_cdk/interfaces/aws_omics/__init__.py +838 -0
- aws_cdk/interfaces/aws_opensearchserverless/__init__.py +859 -0
- aws_cdk/interfaces/aws_opensearchservice/__init__.py +283 -0
- aws_cdk/interfaces/aws_opsworks/__init__.py +772 -0
- aws_cdk/interfaces/aws_opsworkscm/__init__.py +146 -0
- aws_cdk/interfaces/aws_organizations/__init__.py +646 -0
- aws_cdk/interfaces/aws_osis/__init__.py +146 -0
- aws_cdk/interfaces/aws_panorama/__init__.py +420 -0
- aws_cdk/interfaces/aws_paymentcryptography/__init__.py +249 -0
- aws_cdk/interfaces/aws_pcaconnectorad/__init__.py +608 -0
- aws_cdk/interfaces/aws_pcaconnectorscep/__init__.py +249 -0
- aws_cdk/interfaces/aws_pcs/__init__.py +352 -0
- aws_cdk/interfaces/aws_personalize/__init__.py +455 -0
- aws_cdk/interfaces/aws_pinpoint/__init__.py +2125 -0
- aws_cdk/interfaces/aws_pinpointemail/__init__.py +467 -0
- aws_cdk/interfaces/aws_pipes/__init__.py +158 -0
- aws_cdk/interfaces/aws_proton/__init__.py +360 -0
- aws_cdk/interfaces/aws_qbusiness/__init__.py +1122 -0
- aws_cdk/interfaces/aws_qldb/__init__.py +283 -0
- aws_cdk/interfaces/aws_quicksight/__init__.py +1566 -0
- aws_cdk/interfaces/aws_ram/__init__.py +249 -0
- aws_cdk/interfaces/aws_rbin/__init__.py +146 -0
- aws_cdk/interfaces/aws_rds/__init__.py +1780 -0
- aws_cdk/interfaces/aws_redshift/__init__.py +1104 -0
- aws_cdk/interfaces/aws_redshiftserverless/__init__.py +356 -0
- aws_cdk/interfaces/aws_refactorspaces/__init__.py +605 -0
- aws_cdk/interfaces/aws_rekognition/__init__.py +406 -0
- aws_cdk/interfaces/aws_resiliencehub/__init__.py +251 -0
- aws_cdk/interfaces/aws_resourceexplorer2/__init__.py +354 -0
- aws_cdk/interfaces/aws_resourcegroups/__init__.py +261 -0
- aws_cdk/interfaces/aws_robomaker/__init__.py +673 -0
- aws_cdk/interfaces/aws_rolesanywhere/__init__.py +384 -0
- aws_cdk/interfaces/aws_route53/__init__.py +804 -0
- aws_cdk/interfaces/aws_route53profiles/__init__.py +368 -0
- aws_cdk/interfaces/aws_route53recoverycontrol/__init__.py +463 -0
- aws_cdk/interfaces/aws_route53recoveryreadiness/__init__.py +535 -0
- aws_cdk/interfaces/aws_route53resolver/__init__.py +1356 -0
- aws_cdk/interfaces/aws_rtbfabric/__init__.py +352 -0
- aws_cdk/interfaces/aws_rum/__init__.py +146 -0
- aws_cdk/interfaces/aws_s3/__init__.py +1171 -0
- aws_cdk/interfaces/aws_s3express/__init__.py +392 -0
- aws_cdk/interfaces/aws_s3objectlambda/__init__.py +271 -0
- aws_cdk/interfaces/aws_s3outposts/__init__.py +455 -0
- aws_cdk/interfaces/aws_s3tables/__init__.py +575 -0
- aws_cdk/interfaces/aws_s3vectors/__init__.py +354 -0
- aws_cdk/interfaces/aws_sagemaker/__init__.py +3797 -0
- aws_cdk/interfaces/aws_sam/__init__.py +603 -0
- aws_cdk/interfaces/aws_scheduler/__init__.py +286 -0
- aws_cdk/interfaces/aws_sdb/__init__.py +146 -0
- aws_cdk/interfaces/aws_secretsmanager/__init__.py +461 -0
- aws_cdk/interfaces/aws_securityhub/__init__.py +1499 -0
- aws_cdk/interfaces/aws_securitylake/__init__.py +474 -0
- aws_cdk/interfaces/aws_servicecatalog/__init__.py +1829 -0
- aws_cdk/interfaces/aws_servicecatalogappregistry/__init__.py +557 -0
- aws_cdk/interfaces/aws_servicediscovery/__init__.py +636 -0
- aws_cdk/interfaces/aws_ses/__init__.py +2018 -0
- aws_cdk/interfaces/aws_shield/__init__.py +455 -0
- aws_cdk/interfaces/aws_signer/__init__.py +266 -0
- aws_cdk/interfaces/aws_simspaceweaver/__init__.py +146 -0
- aws_cdk/interfaces/aws_smsvoice/__init__.py +892 -0
- aws_cdk/interfaces/aws_sns/__init__.py +455 -0
- aws_cdk/interfaces/aws_sqs/__init__.py +364 -0
- aws_cdk/interfaces/aws_ssm/__init__.py +982 -0
- aws_cdk/interfaces/aws_ssmcontacts/__init__.py +455 -0
- aws_cdk/interfaces/aws_ssmguiconnect/__init__.py +146 -0
- aws_cdk/interfaces/aws_ssmincidents/__init__.py +249 -0
- aws_cdk/interfaces/aws_ssmquicksetup/__init__.py +253 -0
- aws_cdk/interfaces/aws_sso/__init__.py +797 -0
- aws_cdk/interfaces/aws_stepfunctions/__init__.py +459 -0
- aws_cdk/interfaces/aws_supportapp/__init__.py +372 -0
- aws_cdk/interfaces/aws_synthetics/__init__.py +249 -0
- aws_cdk/interfaces/aws_systemsmanagersap/__init__.py +148 -0
- aws_cdk/interfaces/aws_timestream/__init__.py +526 -0
- aws_cdk/interfaces/aws_transfer/__init__.py +967 -0
- aws_cdk/interfaces/aws_verifiedpermissions/__init__.py +538 -0
- aws_cdk/interfaces/aws_voiceid/__init__.py +146 -0
- aws_cdk/interfaces/aws_vpclattice/__init__.py +1418 -0
- aws_cdk/interfaces/aws_waf/__init__.py +764 -0
- aws_cdk/interfaces/aws_wafregional/__init__.py +1182 -0
- aws_cdk/interfaces/aws_wafv2/__init__.py +870 -0
- aws_cdk/interfaces/aws_wisdom/__init__.py +1556 -0
- aws_cdk/interfaces/aws_workspaces/__init__.py +352 -0
- aws_cdk/interfaces/aws_workspacesinstances/__init__.py +390 -0
- aws_cdk/interfaces/aws_workspacesthinclient/__init__.py +168 -0
- aws_cdk/interfaces/aws_workspacesweb/__init__.py +1085 -0
- aws_cdk/interfaces/aws_xray/__init__.py +457 -0
- aws_cdk/pipelines/__init__.py +192 -42
- aws_cdk/region_info/__init__.py +3 -0
- aws_cdk/triggers/__init__.py +60 -18
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/METADATA +338 -16
- aws_cdk_lib-2.224.0.dist-info/RECORD +584 -0
- aws_cdk_lib-2.200.2.dist-info/RECORD +0 -304
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/top_level.txt +0 -0
|
@@ -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,6 +894,7 @@ 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]))
|
|
@@ -898,6 +944,12 @@ class EdgeFunction(
|
|
|
898
944
|
'''The name of the function.'''
|
|
899
945
|
return typing.cast(builtins.str, jsii.get(self, "functionName"))
|
|
900
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
|
+
|
|
901
953
|
@builtins.property
|
|
902
954
|
@jsii.member(jsii_name="grantPrincipal")
|
|
903
955
|
def grant_principal(self) -> _IPrincipal_539bb2fd:
|
|
@@ -955,6 +1007,12 @@ class EdgeFunction(
|
|
|
955
1007
|
'''The most recently deployed version of this function.'''
|
|
956
1008
|
return typing.cast(builtins.str, jsii.get(self, "version"))
|
|
957
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
|
+
|
|
958
1016
|
@builtins.property
|
|
959
1017
|
@jsii.member(jsii_name="role")
|
|
960
1018
|
def role(self) -> typing.Optional[_IRole_235f5d8e]:
|
|
@@ -996,6 +1054,7 @@ class EdgeFunction(
|
|
|
996
1054
|
"log_format": "logFormat",
|
|
997
1055
|
"logging_format": "loggingFormat",
|
|
998
1056
|
"log_group": "logGroup",
|
|
1057
|
+
"log_removal_policy": "logRemovalPolicy",
|
|
999
1058
|
"log_retention": "logRetention",
|
|
1000
1059
|
"log_retention_retry_options": "logRetentionRetryOptions",
|
|
1001
1060
|
"log_retention_role": "logRetentionRole",
|
|
@@ -1036,14 +1095,14 @@ class EdgeFunctionProps(_FunctionProps_a308e854):
|
|
|
1036
1095
|
application_log_level: typing.Optional[builtins.str] = None,
|
|
1037
1096
|
application_log_level_v2: typing.Optional[_ApplicationLogLevel_cd92660a] = None,
|
|
1038
1097
|
architecture: typing.Optional[_Architecture_12d5a53f] = None,
|
|
1039
|
-
code_signing_config: typing.Optional[
|
|
1098
|
+
code_signing_config: typing.Optional[_ICodeSigningConfigRef_1d909622] = None,
|
|
1040
1099
|
current_version_options: typing.Optional[typing.Union[_VersionOptions_981bb3c0, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
1041
1100
|
dead_letter_queue: typing.Optional[_IQueue_7ed6f679] = None,
|
|
1042
1101
|
dead_letter_queue_enabled: typing.Optional[builtins.bool] = None,
|
|
1043
1102
|
dead_letter_topic: typing.Optional[_ITopic_9eca4852] = None,
|
|
1044
1103
|
description: typing.Optional[builtins.str] = None,
|
|
1045
1104
|
environment: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
1046
|
-
environment_encryption: typing.Optional[
|
|
1105
|
+
environment_encryption: typing.Optional[_IKeyRef_d4fc6ef3] = None,
|
|
1047
1106
|
ephemeral_storage_size: typing.Optional[_Size_7b441c34] = None,
|
|
1048
1107
|
events: typing.Optional[typing.Sequence[_IEventSource_3686b3f8]] = None,
|
|
1049
1108
|
filesystem: typing.Optional[_FileSystem_a5fa005d] = None,
|
|
@@ -1055,6 +1114,7 @@ class EdgeFunctionProps(_FunctionProps_a308e854):
|
|
|
1055
1114
|
log_format: typing.Optional[builtins.str] = None,
|
|
1056
1115
|
logging_format: typing.Optional[_LoggingFormat_30be8e01] = None,
|
|
1057
1116
|
log_group: typing.Optional[_ILogGroup_3c4fa718] = None,
|
|
1117
|
+
log_removal_policy: typing.Optional[_RemovalPolicy_9f93c814] = None,
|
|
1058
1118
|
log_retention: typing.Optional[_RetentionDays_070f99f0] = None,
|
|
1059
1119
|
log_retention_retry_options: typing.Optional[typing.Union[_LogRetentionRetryOptions_ad797a7a, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
1060
1120
|
log_retention_role: typing.Optional[_IRole_235f5d8e] = None,
|
|
@@ -1111,7 +1171,8 @@ class EdgeFunctionProps(_FunctionProps_a308e854):
|
|
|
1111
1171
|
:param log_format: (deprecated) Sets the logFormat for the function. Default: "Text"
|
|
1112
1172
|
:param logging_format: Sets the loggingFormat for the function. Default: LoggingFormat.TEXT
|
|
1113
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
|
|
1114
|
-
: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
|
|
1115
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.
|
|
1116
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.
|
|
1117
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
|
|
@@ -1198,6 +1259,7 @@ class EdgeFunctionProps(_FunctionProps_a308e854):
|
|
|
1198
1259
|
check_type(argname="argument log_format", value=log_format, expected_type=type_hints["log_format"])
|
|
1199
1260
|
check_type(argname="argument logging_format", value=logging_format, expected_type=type_hints["logging_format"])
|
|
1200
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"])
|
|
1201
1263
|
check_type(argname="argument log_retention", value=log_retention, expected_type=type_hints["log_retention"])
|
|
1202
1264
|
check_type(argname="argument log_retention_retry_options", value=log_retention_retry_options, expected_type=type_hints["log_retention_retry_options"])
|
|
1203
1265
|
check_type(argname="argument log_retention_role", value=log_retention_role, expected_type=type_hints["log_retention_role"])
|
|
@@ -1286,6 +1348,8 @@ class EdgeFunctionProps(_FunctionProps_a308e854):
|
|
|
1286
1348
|
self._values["logging_format"] = logging_format
|
|
1287
1349
|
if log_group is not None:
|
|
1288
1350
|
self._values["log_group"] = log_group
|
|
1351
|
+
if log_removal_policy is not None:
|
|
1352
|
+
self._values["log_removal_policy"] = log_removal_policy
|
|
1289
1353
|
if log_retention is not None:
|
|
1290
1354
|
self._values["log_retention"] = log_retention
|
|
1291
1355
|
if log_retention_retry_options is not None:
|
|
@@ -1460,13 +1524,13 @@ class EdgeFunctionProps(_FunctionProps_a308e854):
|
|
|
1460
1524
|
return typing.cast(typing.Optional[_Architecture_12d5a53f], result)
|
|
1461
1525
|
|
|
1462
1526
|
@builtins.property
|
|
1463
|
-
def code_signing_config(self) -> typing.Optional[
|
|
1527
|
+
def code_signing_config(self) -> typing.Optional[_ICodeSigningConfigRef_1d909622]:
|
|
1464
1528
|
'''Code signing config associated with this function.
|
|
1465
1529
|
|
|
1466
1530
|
:default: - Not Sign the Code
|
|
1467
1531
|
'''
|
|
1468
1532
|
result = self._values.get("code_signing_config")
|
|
1469
|
-
return typing.cast(typing.Optional[
|
|
1533
|
+
return typing.cast(typing.Optional[_ICodeSigningConfigRef_1d909622], result)
|
|
1470
1534
|
|
|
1471
1535
|
@builtins.property
|
|
1472
1536
|
def current_version_options(self) -> typing.Optional[_VersionOptions_981bb3c0]:
|
|
@@ -1537,13 +1601,13 @@ class EdgeFunctionProps(_FunctionProps_a308e854):
|
|
|
1537
1601
|
return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], result)
|
|
1538
1602
|
|
|
1539
1603
|
@builtins.property
|
|
1540
|
-
def environment_encryption(self) -> typing.Optional[
|
|
1604
|
+
def environment_encryption(self) -> typing.Optional[_IKeyRef_d4fc6ef3]:
|
|
1541
1605
|
'''The AWS KMS key that's used to encrypt your function's environment variables.
|
|
1542
1606
|
|
|
1543
1607
|
:default: - AWS Lambda creates and uses an AWS managed customer master key (CMK).
|
|
1544
1608
|
'''
|
|
1545
1609
|
result = self._values.get("environment_encryption")
|
|
1546
|
-
return typing.cast(typing.Optional[
|
|
1610
|
+
return typing.cast(typing.Optional[_IKeyRef_d4fc6ef3], result)
|
|
1547
1611
|
|
|
1548
1612
|
@builtins.property
|
|
1549
1613
|
def ephemeral_storage_size(self) -> typing.Optional[_Size_7b441c34]:
|
|
@@ -1671,9 +1735,27 @@ class EdgeFunctionProps(_FunctionProps_a308e854):
|
|
|
1671
1735
|
result = self._values.get("log_group")
|
|
1672
1736
|
return typing.cast(typing.Optional[_ILogGroup_3c4fa718], result)
|
|
1673
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
|
+
|
|
1674
1756
|
@builtins.property
|
|
1675
1757
|
def log_retention(self) -> typing.Optional[_RetentionDays_070f99f0]:
|
|
1676
|
-
'''The number of days log events are kept in CloudWatch Logs.
|
|
1758
|
+
'''(deprecated) The number of days log events are kept in CloudWatch Logs.
|
|
1677
1759
|
|
|
1678
1760
|
When updating
|
|
1679
1761
|
this property, unsetting it doesn't remove the log retention policy. To
|
|
@@ -1694,6 +1776,10 @@ class EdgeFunctionProps(_FunctionProps_a308e854):
|
|
|
1694
1776
|
my_log_group.log_group_name
|
|
1695
1777
|
|
|
1696
1778
|
:default: logs.RetentionDays.INFINITE
|
|
1779
|
+
|
|
1780
|
+
:deprecated: use ``logGroup`` instead
|
|
1781
|
+
|
|
1782
|
+
:stability: deprecated
|
|
1697
1783
|
'''
|
|
1698
1784
|
result = self._values.get("log_retention")
|
|
1699
1785
|
return typing.cast(typing.Optional[_RetentionDays_070f99f0], result)
|
|
@@ -2011,14 +2097,14 @@ def _typecheckingstub__b2f96e5632f259adb036f7aba2bbc7c19fd9840c647d67a10a8135cb3
|
|
|
2011
2097
|
application_log_level: typing.Optional[builtins.str] = None,
|
|
2012
2098
|
application_log_level_v2: typing.Optional[_ApplicationLogLevel_cd92660a] = None,
|
|
2013
2099
|
architecture: typing.Optional[_Architecture_12d5a53f] = None,
|
|
2014
|
-
code_signing_config: typing.Optional[
|
|
2100
|
+
code_signing_config: typing.Optional[_ICodeSigningConfigRef_1d909622] = None,
|
|
2015
2101
|
current_version_options: typing.Optional[typing.Union[_VersionOptions_981bb3c0, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
2016
2102
|
dead_letter_queue: typing.Optional[_IQueue_7ed6f679] = None,
|
|
2017
2103
|
dead_letter_queue_enabled: typing.Optional[builtins.bool] = None,
|
|
2018
2104
|
dead_letter_topic: typing.Optional[_ITopic_9eca4852] = None,
|
|
2019
2105
|
description: typing.Optional[builtins.str] = None,
|
|
2020
2106
|
environment: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
2021
|
-
environment_encryption: typing.Optional[
|
|
2107
|
+
environment_encryption: typing.Optional[_IKeyRef_d4fc6ef3] = None,
|
|
2022
2108
|
ephemeral_storage_size: typing.Optional[_Size_7b441c34] = None,
|
|
2023
2109
|
events: typing.Optional[typing.Sequence[_IEventSource_3686b3f8]] = None,
|
|
2024
2110
|
filesystem: typing.Optional[_FileSystem_a5fa005d] = None,
|
|
@@ -2030,6 +2116,7 @@ def _typecheckingstub__b2f96e5632f259adb036f7aba2bbc7c19fd9840c647d67a10a8135cb3
|
|
|
2030
2116
|
log_format: typing.Optional[builtins.str] = None,
|
|
2031
2117
|
logging_format: typing.Optional[_LoggingFormat_30be8e01] = None,
|
|
2032
2118
|
log_group: typing.Optional[_ILogGroup_3c4fa718] = None,
|
|
2119
|
+
log_removal_policy: typing.Optional[_RemovalPolicy_9f93c814] = None,
|
|
2033
2120
|
log_retention: typing.Optional[_RetentionDays_070f99f0] = None,
|
|
2034
2121
|
log_retention_retry_options: typing.Optional[typing.Union[_LogRetentionRetryOptions_ad797a7a, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
2035
2122
|
log_retention_role: typing.Optional[_IRole_235f5d8e] = None,
|
|
@@ -2098,6 +2185,7 @@ def _typecheckingstub__e3a2f6769309cd3c52da869813738e2d4a94d233e574ada7ebba1654d
|
|
|
2098
2185
|
provisioned_poller_config: typing.Optional[typing.Union[_ProvisionedPollerConfig_1025e063, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
2099
2186
|
report_batch_item_failures: typing.Optional[builtins.bool] = None,
|
|
2100
2187
|
retry_attempts: typing.Optional[jsii.Number] = None,
|
|
2188
|
+
schema_registry_config: typing.Optional[_ISchemaRegistry_7e66a87f] = None,
|
|
2101
2189
|
source_access_configurations: typing.Optional[typing.Sequence[typing.Union[_SourceAccessConfiguration_1926ff89, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2102
2190
|
starting_position: typing.Optional[_StartingPosition_c0a4852c] = None,
|
|
2103
2191
|
starting_position_timestamp: typing.Optional[jsii.Number] = None,
|
|
@@ -2114,6 +2202,7 @@ def _typecheckingstub__2eb22d84593be3f12d95da9b201a03a4c5bc3b744aa1e4ce7f555d5cd
|
|
|
2114
2202
|
action: typing.Optional[builtins.str] = None,
|
|
2115
2203
|
event_source_token: typing.Optional[builtins.str] = None,
|
|
2116
2204
|
function_url_auth_type: typing.Optional[_FunctionUrlAuthType_9c7b2c86] = None,
|
|
2205
|
+
invoked_via_function_url: typing.Optional[builtins.bool] = None,
|
|
2117
2206
|
organization_id: typing.Optional[builtins.str] = None,
|
|
2118
2207
|
scope: typing.Optional[_constructs_77d1e7e8.Construct] = None,
|
|
2119
2208
|
source_account: typing.Optional[builtins.str] = None,
|
|
@@ -2165,6 +2254,7 @@ def _typecheckingstub__e35fb51736b3036c83dc4af9104a7ec11601ff54bef98bdf17e2325a3
|
|
|
2165
2254
|
account: typing.Optional[builtins.str] = None,
|
|
2166
2255
|
color: typing.Optional[builtins.str] = None,
|
|
2167
2256
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
2257
|
+
id: typing.Optional[builtins.str] = None,
|
|
2168
2258
|
label: typing.Optional[builtins.str] = None,
|
|
2169
2259
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
2170
2260
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -2172,6 +2262,7 @@ def _typecheckingstub__e35fb51736b3036c83dc4af9104a7ec11601ff54bef98bdf17e2325a3
|
|
|
2172
2262
|
stack_region: typing.Optional[builtins.str] = None,
|
|
2173
2263
|
statistic: typing.Optional[builtins.str] = None,
|
|
2174
2264
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
2265
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
2175
2266
|
) -> None:
|
|
2176
2267
|
"""Type checking stubs"""
|
|
2177
2268
|
pass
|
|
@@ -2189,14 +2280,14 @@ def _typecheckingstub__709cdcb05c7a5fc7f7bcd1d72557097c39c5c534076a00b6b8db807bd
|
|
|
2189
2280
|
application_log_level: typing.Optional[builtins.str] = None,
|
|
2190
2281
|
application_log_level_v2: typing.Optional[_ApplicationLogLevel_cd92660a] = None,
|
|
2191
2282
|
architecture: typing.Optional[_Architecture_12d5a53f] = None,
|
|
2192
|
-
code_signing_config: typing.Optional[
|
|
2283
|
+
code_signing_config: typing.Optional[_ICodeSigningConfigRef_1d909622] = None,
|
|
2193
2284
|
current_version_options: typing.Optional[typing.Union[_VersionOptions_981bb3c0, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
2194
2285
|
dead_letter_queue: typing.Optional[_IQueue_7ed6f679] = None,
|
|
2195
2286
|
dead_letter_queue_enabled: typing.Optional[builtins.bool] = None,
|
|
2196
2287
|
dead_letter_topic: typing.Optional[_ITopic_9eca4852] = None,
|
|
2197
2288
|
description: typing.Optional[builtins.str] = None,
|
|
2198
2289
|
environment: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
2199
|
-
environment_encryption: typing.Optional[
|
|
2290
|
+
environment_encryption: typing.Optional[_IKeyRef_d4fc6ef3] = None,
|
|
2200
2291
|
ephemeral_storage_size: typing.Optional[_Size_7b441c34] = None,
|
|
2201
2292
|
events: typing.Optional[typing.Sequence[_IEventSource_3686b3f8]] = None,
|
|
2202
2293
|
filesystem: typing.Optional[_FileSystem_a5fa005d] = None,
|
|
@@ -2208,6 +2299,7 @@ def _typecheckingstub__709cdcb05c7a5fc7f7bcd1d72557097c39c5c534076a00b6b8db807bd
|
|
|
2208
2299
|
log_format: typing.Optional[builtins.str] = None,
|
|
2209
2300
|
logging_format: typing.Optional[_LoggingFormat_30be8e01] = None,
|
|
2210
2301
|
log_group: typing.Optional[_ILogGroup_3c4fa718] = None,
|
|
2302
|
+
log_removal_policy: typing.Optional[_RemovalPolicy_9f93c814] = None,
|
|
2211
2303
|
log_retention: typing.Optional[_RetentionDays_070f99f0] = None,
|
|
2212
2304
|
log_retention_retry_options: typing.Optional[typing.Union[_LogRetentionRetryOptions_ad797a7a, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
2213
2305
|
log_retention_role: typing.Optional[_IRole_235f5d8e] = None,
|