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
|
@@ -381,9 +381,15 @@ from ..aws_iam import (
|
|
|
381
381
|
IRole as _IRole_235f5d8e,
|
|
382
382
|
)
|
|
383
383
|
from ..aws_kms import IKey as _IKey_5f11635f
|
|
384
|
+
from ..interfaces.aws_scheduler import (
|
|
385
|
+
IScheduleGroupRef as _IScheduleGroupRef_c08a74b7,
|
|
386
|
+
IScheduleRef as _IScheduleRef_5286fcb6,
|
|
387
|
+
ScheduleGroupReference as _ScheduleGroupReference_fd0e4c46,
|
|
388
|
+
ScheduleReference as _ScheduleReference_c219736f,
|
|
389
|
+
)
|
|
384
390
|
|
|
385
391
|
|
|
386
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
392
|
+
@jsii.implements(_IInspectable_c2943556, _IScheduleRef_5286fcb6)
|
|
387
393
|
class CfnSchedule(
|
|
388
394
|
_CfnResource_9df397a6,
|
|
389
395
|
metaclass=jsii.JSIIMeta,
|
|
@@ -515,7 +521,8 @@ class CfnSchedule(
|
|
|
515
521
|
start_date: typing.Optional[builtins.str] = None,
|
|
516
522
|
state: typing.Optional[builtins.str] = None,
|
|
517
523
|
) -> None:
|
|
518
|
-
'''
|
|
524
|
+
'''Create a new ``AWS::Scheduler::Schedule``.
|
|
525
|
+
|
|
519
526
|
:param scope: Scope in which this resource is defined.
|
|
520
527
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
521
528
|
:param flexible_time_window: Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.
|
|
@@ -594,6 +601,12 @@ class CfnSchedule(
|
|
|
594
601
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
595
602
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
596
603
|
|
|
604
|
+
@builtins.property
|
|
605
|
+
@jsii.member(jsii_name="scheduleRef")
|
|
606
|
+
def schedule_ref(self) -> _ScheduleReference_c219736f:
|
|
607
|
+
'''A reference to a Schedule resource.'''
|
|
608
|
+
return typing.cast(_ScheduleReference_c219736f, jsii.get(self, "scheduleRef"))
|
|
609
|
+
|
|
597
610
|
@builtins.property
|
|
598
611
|
@jsii.member(jsii_name="flexibleTimeWindow")
|
|
599
612
|
def flexible_time_window(
|
|
@@ -2280,7 +2293,7 @@ class CfnSchedule(
|
|
|
2280
2293
|
)
|
|
2281
2294
|
|
|
2282
2295
|
|
|
2283
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
2296
|
+
@jsii.implements(_IInspectable_c2943556, _IScheduleGroupRef_c08a74b7, _ITaggable_36806126)
|
|
2284
2297
|
class CfnScheduleGroup(
|
|
2285
2298
|
_CfnResource_9df397a6,
|
|
2286
2299
|
metaclass=jsii.JSIIMeta,
|
|
@@ -2319,7 +2332,8 @@ class CfnScheduleGroup(
|
|
|
2319
2332
|
name: typing.Optional[builtins.str] = None,
|
|
2320
2333
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2321
2334
|
) -> None:
|
|
2322
|
-
'''
|
|
2335
|
+
'''Create a new ``AWS::Scheduler::ScheduleGroup``.
|
|
2336
|
+
|
|
2323
2337
|
:param scope: Scope in which this resource is defined.
|
|
2324
2338
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
2325
2339
|
:param name: The name of the schedule group.
|
|
@@ -2406,6 +2420,12 @@ class CfnScheduleGroup(
|
|
|
2406
2420
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
2407
2421
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
2408
2422
|
|
|
2423
|
+
@builtins.property
|
|
2424
|
+
@jsii.member(jsii_name="scheduleGroupRef")
|
|
2425
|
+
def schedule_group_ref(self) -> _ScheduleGroupReference_fd0e4c46:
|
|
2426
|
+
'''A reference to a ScheduleGroup resource.'''
|
|
2427
|
+
return typing.cast(_ScheduleGroupReference_fd0e4c46, jsii.get(self, "scheduleGroupRef"))
|
|
2428
|
+
|
|
2409
2429
|
@builtins.property
|
|
2410
2430
|
@jsii.member(jsii_name="tags")
|
|
2411
2431
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -3185,6 +3205,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
|
|
|
3185
3205
|
account: typing.Optional[builtins.str] = None,
|
|
3186
3206
|
color: typing.Optional[builtins.str] = None,
|
|
3187
3207
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
3208
|
+
id: typing.Optional[builtins.str] = None,
|
|
3188
3209
|
label: typing.Optional[builtins.str] = None,
|
|
3189
3210
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
3190
3211
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -3192,6 +3213,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
|
|
|
3192
3213
|
stack_region: typing.Optional[builtins.str] = None,
|
|
3193
3214
|
statistic: typing.Optional[builtins.str] = None,
|
|
3194
3215
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
3216
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
3195
3217
|
) -> _Metric_e396a4dc:
|
|
3196
3218
|
'''Return the given named metric for this group schedules.
|
|
3197
3219
|
|
|
@@ -3199,6 +3221,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
|
|
|
3199
3221
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
3200
3222
|
: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
|
|
3201
3223
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
3224
|
+
: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
|
|
3202
3225
|
: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
|
|
3203
3226
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
3204
3227
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -3206,6 +3229,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
|
|
|
3206
3229
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
3207
3230
|
: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
|
|
3208
3231
|
: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
|
|
3232
|
+
: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
|
|
3209
3233
|
|
|
3210
3234
|
:default: - sum over 5 minutes
|
|
3211
3235
|
'''
|
|
@@ -3218,6 +3242,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
|
|
|
3218
3242
|
account: typing.Optional[builtins.str] = None,
|
|
3219
3243
|
color: typing.Optional[builtins.str] = None,
|
|
3220
3244
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
3245
|
+
id: typing.Optional[builtins.str] = None,
|
|
3221
3246
|
label: typing.Optional[builtins.str] = None,
|
|
3222
3247
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
3223
3248
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -3225,12 +3250,14 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
|
|
|
3225
3250
|
stack_region: typing.Optional[builtins.str] = None,
|
|
3226
3251
|
statistic: typing.Optional[builtins.str] = None,
|
|
3227
3252
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
3253
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
3228
3254
|
) -> _Metric_e396a4dc:
|
|
3229
3255
|
'''Metric for all invocation attempts.
|
|
3230
3256
|
|
|
3231
3257
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
3232
3258
|
: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
|
|
3233
3259
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
3260
|
+
: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
|
|
3234
3261
|
: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
|
|
3235
3262
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
3236
3263
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -3238,6 +3265,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
|
|
|
3238
3265
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
3239
3266
|
: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
|
|
3240
3267
|
: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
|
|
3268
|
+
: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
|
|
3241
3269
|
|
|
3242
3270
|
:default: - sum over 5 minutes
|
|
3243
3271
|
'''
|
|
@@ -3250,6 +3278,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
|
|
|
3250
3278
|
account: typing.Optional[builtins.str] = None,
|
|
3251
3279
|
color: typing.Optional[builtins.str] = None,
|
|
3252
3280
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
3281
|
+
id: typing.Optional[builtins.str] = None,
|
|
3253
3282
|
label: typing.Optional[builtins.str] = None,
|
|
3254
3283
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
3255
3284
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -3257,12 +3286,14 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
|
|
|
3257
3286
|
stack_region: typing.Optional[builtins.str] = None,
|
|
3258
3287
|
statistic: typing.Optional[builtins.str] = None,
|
|
3259
3288
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
3289
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
3260
3290
|
) -> _Metric_e396a4dc:
|
|
3261
3291
|
'''Metric for dropped invocations when EventBridge Scheduler stops attempting to invoke the target after a schedule's retry policy has been exhausted.
|
|
3262
3292
|
|
|
3263
3293
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
3264
3294
|
: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
|
|
3265
3295
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
3296
|
+
: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
|
|
3266
3297
|
: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
|
|
3267
3298
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
3268
3299
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -3270,6 +3301,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
|
|
|
3270
3301
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
3271
3302
|
: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
|
|
3272
3303
|
: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
|
|
3304
|
+
: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
|
|
3273
3305
|
|
|
3274
3306
|
:default: - sum over 5 minutes
|
|
3275
3307
|
'''
|
|
@@ -3283,6 +3315,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
|
|
|
3283
3315
|
account: typing.Optional[builtins.str] = None,
|
|
3284
3316
|
color: typing.Optional[builtins.str] = None,
|
|
3285
3317
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
3318
|
+
id: typing.Optional[builtins.str] = None,
|
|
3286
3319
|
label: typing.Optional[builtins.str] = None,
|
|
3287
3320
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
3288
3321
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -3290,6 +3323,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
|
|
|
3290
3323
|
stack_region: typing.Optional[builtins.str] = None,
|
|
3291
3324
|
statistic: typing.Optional[builtins.str] = None,
|
|
3292
3325
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
3326
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
3293
3327
|
) -> _Metric_e396a4dc:
|
|
3294
3328
|
'''Metric for failed invocations that also failed to deliver to DLQ.
|
|
3295
3329
|
|
|
@@ -3297,6 +3331,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
|
|
|
3297
3331
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
3298
3332
|
: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
|
|
3299
3333
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
3334
|
+
: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
|
|
3300
3335
|
: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
|
|
3301
3336
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
3302
3337
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -3304,6 +3339,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
|
|
|
3304
3339
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
3305
3340
|
: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
|
|
3306
3341
|
: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
|
|
3342
|
+
: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
|
|
3307
3343
|
|
|
3308
3344
|
:default: - sum over 5 minutes
|
|
3309
3345
|
'''
|
|
@@ -3316,6 +3352,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
|
|
|
3316
3352
|
account: typing.Optional[builtins.str] = None,
|
|
3317
3353
|
color: typing.Optional[builtins.str] = None,
|
|
3318
3354
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
3355
|
+
id: typing.Optional[builtins.str] = None,
|
|
3319
3356
|
label: typing.Optional[builtins.str] = None,
|
|
3320
3357
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
3321
3358
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -3323,12 +3360,14 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
|
|
|
3323
3360
|
stack_region: typing.Optional[builtins.str] = None,
|
|
3324
3361
|
statistic: typing.Optional[builtins.str] = None,
|
|
3325
3362
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
3363
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
3326
3364
|
) -> _Metric_e396a4dc:
|
|
3327
3365
|
'''Metric for invocations delivered to the DLQ.
|
|
3328
3366
|
|
|
3329
3367
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
3330
3368
|
: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
|
|
3331
3369
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
3370
|
+
: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
|
|
3332
3371
|
: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
|
|
3333
3372
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
3334
3373
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -3336,6 +3375,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
|
|
|
3336
3375
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
3337
3376
|
: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
|
|
3338
3377
|
: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
|
|
3378
|
+
: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
|
|
3339
3379
|
|
|
3340
3380
|
:default: - sum over 5 minutes
|
|
3341
3381
|
'''
|
|
@@ -3348,6 +3388,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
|
|
|
3348
3388
|
account: typing.Optional[builtins.str] = None,
|
|
3349
3389
|
color: typing.Optional[builtins.str] = None,
|
|
3350
3390
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
3391
|
+
id: typing.Optional[builtins.str] = None,
|
|
3351
3392
|
label: typing.Optional[builtins.str] = None,
|
|
3352
3393
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
3353
3394
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -3355,12 +3396,14 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
|
|
|
3355
3396
|
stack_region: typing.Optional[builtins.str] = None,
|
|
3356
3397
|
statistic: typing.Optional[builtins.str] = None,
|
|
3357
3398
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
3399
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
3358
3400
|
) -> _Metric_e396a4dc:
|
|
3359
3401
|
'''Metric for delivery of failed invocations to DLQ when the payload of the event sent to the DLQ exceeds the maximum size allowed by Amazon SQS.
|
|
3360
3402
|
|
|
3361
3403
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
3362
3404
|
: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
|
|
3363
3405
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
3406
|
+
: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
|
|
3364
3407
|
: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
|
|
3365
3408
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
3366
3409
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -3368,6 +3411,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
|
|
|
3368
3411
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
3369
3412
|
: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
|
|
3370
3413
|
: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
|
|
3414
|
+
: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
|
|
3371
3415
|
|
|
3372
3416
|
:default: - sum over 5 minutes
|
|
3373
3417
|
'''
|
|
@@ -3380,6 +3424,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
|
|
|
3380
3424
|
account: typing.Optional[builtins.str] = None,
|
|
3381
3425
|
color: typing.Optional[builtins.str] = None,
|
|
3382
3426
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
3427
|
+
id: typing.Optional[builtins.str] = None,
|
|
3383
3428
|
label: typing.Optional[builtins.str] = None,
|
|
3384
3429
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
3385
3430
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -3387,12 +3432,14 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
|
|
|
3387
3432
|
stack_region: typing.Optional[builtins.str] = None,
|
|
3388
3433
|
statistic: typing.Optional[builtins.str] = None,
|
|
3389
3434
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
3435
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
3390
3436
|
) -> _Metric_e396a4dc:
|
|
3391
3437
|
'''Emitted when the target returns an exception after EventBridge Scheduler calls the target API.
|
|
3392
3438
|
|
|
3393
3439
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
3394
3440
|
: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
|
|
3395
3441
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
3442
|
+
: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
|
|
3396
3443
|
: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
|
|
3397
3444
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
3398
3445
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -3400,6 +3447,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
|
|
|
3400
3447
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
3401
3448
|
: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
|
|
3402
3449
|
: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
|
|
3450
|
+
: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
|
|
3403
3451
|
|
|
3404
3452
|
:default: - sum over 5 minutes
|
|
3405
3453
|
'''
|
|
@@ -3412,6 +3460,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
|
|
|
3412
3460
|
account: typing.Optional[builtins.str] = None,
|
|
3413
3461
|
color: typing.Optional[builtins.str] = None,
|
|
3414
3462
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
3463
|
+
id: typing.Optional[builtins.str] = None,
|
|
3415
3464
|
label: typing.Optional[builtins.str] = None,
|
|
3416
3465
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
3417
3466
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -3419,12 +3468,14 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
|
|
|
3419
3468
|
stack_region: typing.Optional[builtins.str] = None,
|
|
3420
3469
|
statistic: typing.Optional[builtins.str] = None,
|
|
3421
3470
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
3471
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
3422
3472
|
) -> _Metric_e396a4dc:
|
|
3423
3473
|
'''Metric for invocation failures due to API throttling by the target.
|
|
3424
3474
|
|
|
3425
3475
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
3426
3476
|
: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
|
|
3427
3477
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
3478
|
+
: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
|
|
3428
3479
|
: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
|
|
3429
3480
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
3430
3481
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -3432,6 +3483,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
|
|
|
3432
3483
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
3433
3484
|
: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
|
|
3434
3485
|
: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
|
|
3486
|
+
: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
|
|
3435
3487
|
|
|
3436
3488
|
:default: - sum over 5 minutes
|
|
3437
3489
|
'''
|
|
@@ -3444,6 +3496,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
|
|
|
3444
3496
|
account: typing.Optional[builtins.str] = None,
|
|
3445
3497
|
color: typing.Optional[builtins.str] = None,
|
|
3446
3498
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
3499
|
+
id: typing.Optional[builtins.str] = None,
|
|
3447
3500
|
label: typing.Optional[builtins.str] = None,
|
|
3448
3501
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
3449
3502
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -3451,12 +3504,14 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
|
|
|
3451
3504
|
stack_region: typing.Optional[builtins.str] = None,
|
|
3452
3505
|
statistic: typing.Optional[builtins.str] = None,
|
|
3453
3506
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
3507
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
3454
3508
|
) -> _Metric_e396a4dc:
|
|
3455
3509
|
'''Metric for the number of invocations that were throttled because it exceeds your service quotas.
|
|
3456
3510
|
|
|
3457
3511
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
3458
3512
|
: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
|
|
3459
3513
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
3514
|
+
: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
|
|
3460
3515
|
: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
|
|
3461
3516
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
3462
3517
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -3464,6 +3519,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
|
|
|
3464
3519
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
3465
3520
|
: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
|
|
3466
3521
|
: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
|
|
3522
|
+
: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
|
|
3467
3523
|
|
|
3468
3524
|
:default: - sum over 5 minutes
|
|
3469
3525
|
|
|
@@ -3555,6 +3611,7 @@ class _IScheduleGroupProxy(
|
|
|
3555
3611
|
account: typing.Optional[builtins.str] = None,
|
|
3556
3612
|
color: typing.Optional[builtins.str] = None,
|
|
3557
3613
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
3614
|
+
id: typing.Optional[builtins.str] = None,
|
|
3558
3615
|
label: typing.Optional[builtins.str] = None,
|
|
3559
3616
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
3560
3617
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -3562,6 +3619,7 @@ class _IScheduleGroupProxy(
|
|
|
3562
3619
|
stack_region: typing.Optional[builtins.str] = None,
|
|
3563
3620
|
statistic: typing.Optional[builtins.str] = None,
|
|
3564
3621
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
3622
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
3565
3623
|
) -> _Metric_e396a4dc:
|
|
3566
3624
|
'''Return the given named metric for this group schedules.
|
|
3567
3625
|
|
|
@@ -3569,6 +3627,7 @@ class _IScheduleGroupProxy(
|
|
|
3569
3627
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
3570
3628
|
: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
|
|
3571
3629
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
3630
|
+
: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
|
|
3572
3631
|
: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
|
|
3573
3632
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
3574
3633
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -3576,6 +3635,7 @@ class _IScheduleGroupProxy(
|
|
|
3576
3635
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
3577
3636
|
: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
|
|
3578
3637
|
: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
|
|
3638
|
+
: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
|
|
3579
3639
|
|
|
3580
3640
|
:default: - sum over 5 minutes
|
|
3581
3641
|
'''
|
|
@@ -3586,6 +3646,7 @@ class _IScheduleGroupProxy(
|
|
|
3586
3646
|
account=account,
|
|
3587
3647
|
color=color,
|
|
3588
3648
|
dimensions_map=dimensions_map,
|
|
3649
|
+
id=id,
|
|
3589
3650
|
label=label,
|
|
3590
3651
|
period=period,
|
|
3591
3652
|
region=region,
|
|
@@ -3593,6 +3654,7 @@ class _IScheduleGroupProxy(
|
|
|
3593
3654
|
stack_region=stack_region,
|
|
3594
3655
|
statistic=statistic,
|
|
3595
3656
|
unit=unit,
|
|
3657
|
+
visible=visible,
|
|
3596
3658
|
)
|
|
3597
3659
|
|
|
3598
3660
|
return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metric", [metric_name, props]))
|
|
@@ -3604,6 +3666,7 @@ class _IScheduleGroupProxy(
|
|
|
3604
3666
|
account: typing.Optional[builtins.str] = None,
|
|
3605
3667
|
color: typing.Optional[builtins.str] = None,
|
|
3606
3668
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
3669
|
+
id: typing.Optional[builtins.str] = None,
|
|
3607
3670
|
label: typing.Optional[builtins.str] = None,
|
|
3608
3671
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
3609
3672
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -3611,12 +3674,14 @@ class _IScheduleGroupProxy(
|
|
|
3611
3674
|
stack_region: typing.Optional[builtins.str] = None,
|
|
3612
3675
|
statistic: typing.Optional[builtins.str] = None,
|
|
3613
3676
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
3677
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
3614
3678
|
) -> _Metric_e396a4dc:
|
|
3615
3679
|
'''Metric for all invocation attempts.
|
|
3616
3680
|
|
|
3617
3681
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
3618
3682
|
: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
|
|
3619
3683
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
3684
|
+
: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
|
|
3620
3685
|
: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
|
|
3621
3686
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
3622
3687
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -3624,6 +3689,7 @@ class _IScheduleGroupProxy(
|
|
|
3624
3689
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
3625
3690
|
: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
|
|
3626
3691
|
: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
|
|
3692
|
+
: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
|
|
3627
3693
|
|
|
3628
3694
|
:default: - sum over 5 minutes
|
|
3629
3695
|
'''
|
|
@@ -3631,6 +3697,7 @@ class _IScheduleGroupProxy(
|
|
|
3631
3697
|
account=account,
|
|
3632
3698
|
color=color,
|
|
3633
3699
|
dimensions_map=dimensions_map,
|
|
3700
|
+
id=id,
|
|
3634
3701
|
label=label,
|
|
3635
3702
|
period=period,
|
|
3636
3703
|
region=region,
|
|
@@ -3638,6 +3705,7 @@ class _IScheduleGroupProxy(
|
|
|
3638
3705
|
stack_region=stack_region,
|
|
3639
3706
|
statistic=statistic,
|
|
3640
3707
|
unit=unit,
|
|
3708
|
+
visible=visible,
|
|
3641
3709
|
)
|
|
3642
3710
|
|
|
3643
3711
|
return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricAttempts", [props]))
|
|
@@ -3649,6 +3717,7 @@ class _IScheduleGroupProxy(
|
|
|
3649
3717
|
account: typing.Optional[builtins.str] = None,
|
|
3650
3718
|
color: typing.Optional[builtins.str] = None,
|
|
3651
3719
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
3720
|
+
id: typing.Optional[builtins.str] = None,
|
|
3652
3721
|
label: typing.Optional[builtins.str] = None,
|
|
3653
3722
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
3654
3723
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -3656,12 +3725,14 @@ class _IScheduleGroupProxy(
|
|
|
3656
3725
|
stack_region: typing.Optional[builtins.str] = None,
|
|
3657
3726
|
statistic: typing.Optional[builtins.str] = None,
|
|
3658
3727
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
3728
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
3659
3729
|
) -> _Metric_e396a4dc:
|
|
3660
3730
|
'''Metric for dropped invocations when EventBridge Scheduler stops attempting to invoke the target after a schedule's retry policy has been exhausted.
|
|
3661
3731
|
|
|
3662
3732
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
3663
3733
|
: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
|
|
3664
3734
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
3735
|
+
: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
|
|
3665
3736
|
: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
|
|
3666
3737
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
3667
3738
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -3669,6 +3740,7 @@ class _IScheduleGroupProxy(
|
|
|
3669
3740
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
3670
3741
|
: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
|
|
3671
3742
|
: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
|
|
3743
|
+
: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
|
|
3672
3744
|
|
|
3673
3745
|
:default: - sum over 5 minutes
|
|
3674
3746
|
'''
|
|
@@ -3676,6 +3748,7 @@ class _IScheduleGroupProxy(
|
|
|
3676
3748
|
account=account,
|
|
3677
3749
|
color=color,
|
|
3678
3750
|
dimensions_map=dimensions_map,
|
|
3751
|
+
id=id,
|
|
3679
3752
|
label=label,
|
|
3680
3753
|
period=period,
|
|
3681
3754
|
region=region,
|
|
@@ -3683,6 +3756,7 @@ class _IScheduleGroupProxy(
|
|
|
3683
3756
|
stack_region=stack_region,
|
|
3684
3757
|
statistic=statistic,
|
|
3685
3758
|
unit=unit,
|
|
3759
|
+
visible=visible,
|
|
3686
3760
|
)
|
|
3687
3761
|
|
|
3688
3762
|
return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricDropped", [props]))
|
|
@@ -3695,6 +3769,7 @@ class _IScheduleGroupProxy(
|
|
|
3695
3769
|
account: typing.Optional[builtins.str] = None,
|
|
3696
3770
|
color: typing.Optional[builtins.str] = None,
|
|
3697
3771
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
3772
|
+
id: typing.Optional[builtins.str] = None,
|
|
3698
3773
|
label: typing.Optional[builtins.str] = None,
|
|
3699
3774
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
3700
3775
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -3702,6 +3777,7 @@ class _IScheduleGroupProxy(
|
|
|
3702
3777
|
stack_region: typing.Optional[builtins.str] = None,
|
|
3703
3778
|
statistic: typing.Optional[builtins.str] = None,
|
|
3704
3779
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
3780
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
3705
3781
|
) -> _Metric_e396a4dc:
|
|
3706
3782
|
'''Metric for failed invocations that also failed to deliver to DLQ.
|
|
3707
3783
|
|
|
@@ -3709,6 +3785,7 @@ class _IScheduleGroupProxy(
|
|
|
3709
3785
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
3710
3786
|
: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
|
|
3711
3787
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
3788
|
+
: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
|
|
3712
3789
|
: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
|
|
3713
3790
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
3714
3791
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -3716,6 +3793,7 @@ class _IScheduleGroupProxy(
|
|
|
3716
3793
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
3717
3794
|
: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
|
|
3718
3795
|
: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
|
|
3796
|
+
: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
|
|
3719
3797
|
|
|
3720
3798
|
:default: - sum over 5 minutes
|
|
3721
3799
|
'''
|
|
@@ -3726,6 +3804,7 @@ class _IScheduleGroupProxy(
|
|
|
3726
3804
|
account=account,
|
|
3727
3805
|
color=color,
|
|
3728
3806
|
dimensions_map=dimensions_map,
|
|
3807
|
+
id=id,
|
|
3729
3808
|
label=label,
|
|
3730
3809
|
period=period,
|
|
3731
3810
|
region=region,
|
|
@@ -3733,6 +3812,7 @@ class _IScheduleGroupProxy(
|
|
|
3733
3812
|
stack_region=stack_region,
|
|
3734
3813
|
statistic=statistic,
|
|
3735
3814
|
unit=unit,
|
|
3815
|
+
visible=visible,
|
|
3736
3816
|
)
|
|
3737
3817
|
|
|
3738
3818
|
return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricFailedToBeSentToDLQ", [error_code, props]))
|
|
@@ -3744,6 +3824,7 @@ class _IScheduleGroupProxy(
|
|
|
3744
3824
|
account: typing.Optional[builtins.str] = None,
|
|
3745
3825
|
color: typing.Optional[builtins.str] = None,
|
|
3746
3826
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
3827
|
+
id: typing.Optional[builtins.str] = None,
|
|
3747
3828
|
label: typing.Optional[builtins.str] = None,
|
|
3748
3829
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
3749
3830
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -3751,12 +3832,14 @@ class _IScheduleGroupProxy(
|
|
|
3751
3832
|
stack_region: typing.Optional[builtins.str] = None,
|
|
3752
3833
|
statistic: typing.Optional[builtins.str] = None,
|
|
3753
3834
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
3835
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
3754
3836
|
) -> _Metric_e396a4dc:
|
|
3755
3837
|
'''Metric for invocations delivered to the DLQ.
|
|
3756
3838
|
|
|
3757
3839
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
3758
3840
|
: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
|
|
3759
3841
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
3842
|
+
: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
|
|
3760
3843
|
: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
|
|
3761
3844
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
3762
3845
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -3764,6 +3847,7 @@ class _IScheduleGroupProxy(
|
|
|
3764
3847
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
3765
3848
|
: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
|
|
3766
3849
|
: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
|
|
3850
|
+
: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
|
|
3767
3851
|
|
|
3768
3852
|
:default: - sum over 5 minutes
|
|
3769
3853
|
'''
|
|
@@ -3771,6 +3855,7 @@ class _IScheduleGroupProxy(
|
|
|
3771
3855
|
account=account,
|
|
3772
3856
|
color=color,
|
|
3773
3857
|
dimensions_map=dimensions_map,
|
|
3858
|
+
id=id,
|
|
3774
3859
|
label=label,
|
|
3775
3860
|
period=period,
|
|
3776
3861
|
region=region,
|
|
@@ -3778,6 +3863,7 @@ class _IScheduleGroupProxy(
|
|
|
3778
3863
|
stack_region=stack_region,
|
|
3779
3864
|
statistic=statistic,
|
|
3780
3865
|
unit=unit,
|
|
3866
|
+
visible=visible,
|
|
3781
3867
|
)
|
|
3782
3868
|
|
|
3783
3869
|
return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricSentToDLQ", [props]))
|
|
@@ -3789,6 +3875,7 @@ class _IScheduleGroupProxy(
|
|
|
3789
3875
|
account: typing.Optional[builtins.str] = None,
|
|
3790
3876
|
color: typing.Optional[builtins.str] = None,
|
|
3791
3877
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
3878
|
+
id: typing.Optional[builtins.str] = None,
|
|
3792
3879
|
label: typing.Optional[builtins.str] = None,
|
|
3793
3880
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
3794
3881
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -3796,12 +3883,14 @@ class _IScheduleGroupProxy(
|
|
|
3796
3883
|
stack_region: typing.Optional[builtins.str] = None,
|
|
3797
3884
|
statistic: typing.Optional[builtins.str] = None,
|
|
3798
3885
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
3886
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
3799
3887
|
) -> _Metric_e396a4dc:
|
|
3800
3888
|
'''Metric for delivery of failed invocations to DLQ when the payload of the event sent to the DLQ exceeds the maximum size allowed by Amazon SQS.
|
|
3801
3889
|
|
|
3802
3890
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
3803
3891
|
: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
|
|
3804
3892
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
3893
|
+
: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
|
|
3805
3894
|
: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
|
|
3806
3895
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
3807
3896
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -3809,6 +3898,7 @@ class _IScheduleGroupProxy(
|
|
|
3809
3898
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
3810
3899
|
: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
|
|
3811
3900
|
: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
|
|
3901
|
+
: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
|
|
3812
3902
|
|
|
3813
3903
|
:default: - sum over 5 minutes
|
|
3814
3904
|
'''
|
|
@@ -3816,6 +3906,7 @@ class _IScheduleGroupProxy(
|
|
|
3816
3906
|
account=account,
|
|
3817
3907
|
color=color,
|
|
3818
3908
|
dimensions_map=dimensions_map,
|
|
3909
|
+
id=id,
|
|
3819
3910
|
label=label,
|
|
3820
3911
|
period=period,
|
|
3821
3912
|
region=region,
|
|
@@ -3823,6 +3914,7 @@ class _IScheduleGroupProxy(
|
|
|
3823
3914
|
stack_region=stack_region,
|
|
3824
3915
|
statistic=statistic,
|
|
3825
3916
|
unit=unit,
|
|
3917
|
+
visible=visible,
|
|
3826
3918
|
)
|
|
3827
3919
|
|
|
3828
3920
|
return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricSentToDLQTruncated", [props]))
|
|
@@ -3834,6 +3926,7 @@ class _IScheduleGroupProxy(
|
|
|
3834
3926
|
account: typing.Optional[builtins.str] = None,
|
|
3835
3927
|
color: typing.Optional[builtins.str] = None,
|
|
3836
3928
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
3929
|
+
id: typing.Optional[builtins.str] = None,
|
|
3837
3930
|
label: typing.Optional[builtins.str] = None,
|
|
3838
3931
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
3839
3932
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -3841,12 +3934,14 @@ class _IScheduleGroupProxy(
|
|
|
3841
3934
|
stack_region: typing.Optional[builtins.str] = None,
|
|
3842
3935
|
statistic: typing.Optional[builtins.str] = None,
|
|
3843
3936
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
3937
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
3844
3938
|
) -> _Metric_e396a4dc:
|
|
3845
3939
|
'''Emitted when the target returns an exception after EventBridge Scheduler calls the target API.
|
|
3846
3940
|
|
|
3847
3941
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
3848
3942
|
: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
|
|
3849
3943
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
3944
|
+
: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
|
|
3850
3945
|
: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
|
|
3851
3946
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
3852
3947
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -3854,6 +3949,7 @@ class _IScheduleGroupProxy(
|
|
|
3854
3949
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
3855
3950
|
: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
|
|
3856
3951
|
: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
|
|
3952
|
+
: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
|
|
3857
3953
|
|
|
3858
3954
|
:default: - sum over 5 minutes
|
|
3859
3955
|
'''
|
|
@@ -3861,6 +3957,7 @@ class _IScheduleGroupProxy(
|
|
|
3861
3957
|
account=account,
|
|
3862
3958
|
color=color,
|
|
3863
3959
|
dimensions_map=dimensions_map,
|
|
3960
|
+
id=id,
|
|
3864
3961
|
label=label,
|
|
3865
3962
|
period=period,
|
|
3866
3963
|
region=region,
|
|
@@ -3868,6 +3965,7 @@ class _IScheduleGroupProxy(
|
|
|
3868
3965
|
stack_region=stack_region,
|
|
3869
3966
|
statistic=statistic,
|
|
3870
3967
|
unit=unit,
|
|
3968
|
+
visible=visible,
|
|
3871
3969
|
)
|
|
3872
3970
|
|
|
3873
3971
|
return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricTargetErrors", [props]))
|
|
@@ -3879,6 +3977,7 @@ class _IScheduleGroupProxy(
|
|
|
3879
3977
|
account: typing.Optional[builtins.str] = None,
|
|
3880
3978
|
color: typing.Optional[builtins.str] = None,
|
|
3881
3979
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
3980
|
+
id: typing.Optional[builtins.str] = None,
|
|
3882
3981
|
label: typing.Optional[builtins.str] = None,
|
|
3883
3982
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
3884
3983
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -3886,12 +3985,14 @@ class _IScheduleGroupProxy(
|
|
|
3886
3985
|
stack_region: typing.Optional[builtins.str] = None,
|
|
3887
3986
|
statistic: typing.Optional[builtins.str] = None,
|
|
3888
3987
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
3988
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
3889
3989
|
) -> _Metric_e396a4dc:
|
|
3890
3990
|
'''Metric for invocation failures due to API throttling by the target.
|
|
3891
3991
|
|
|
3892
3992
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
3893
3993
|
: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
|
|
3894
3994
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
3995
|
+
: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
|
|
3895
3996
|
: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
|
|
3896
3997
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
3897
3998
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -3899,6 +4000,7 @@ class _IScheduleGroupProxy(
|
|
|
3899
4000
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
3900
4001
|
: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
|
|
3901
4002
|
: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
|
|
4003
|
+
: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
|
|
3902
4004
|
|
|
3903
4005
|
:default: - sum over 5 minutes
|
|
3904
4006
|
'''
|
|
@@ -3906,6 +4008,7 @@ class _IScheduleGroupProxy(
|
|
|
3906
4008
|
account=account,
|
|
3907
4009
|
color=color,
|
|
3908
4010
|
dimensions_map=dimensions_map,
|
|
4011
|
+
id=id,
|
|
3909
4012
|
label=label,
|
|
3910
4013
|
period=period,
|
|
3911
4014
|
region=region,
|
|
@@ -3913,6 +4016,7 @@ class _IScheduleGroupProxy(
|
|
|
3913
4016
|
stack_region=stack_region,
|
|
3914
4017
|
statistic=statistic,
|
|
3915
4018
|
unit=unit,
|
|
4019
|
+
visible=visible,
|
|
3916
4020
|
)
|
|
3917
4021
|
|
|
3918
4022
|
return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricTargetThrottled", [props]))
|
|
@@ -3924,6 +4028,7 @@ class _IScheduleGroupProxy(
|
|
|
3924
4028
|
account: typing.Optional[builtins.str] = None,
|
|
3925
4029
|
color: typing.Optional[builtins.str] = None,
|
|
3926
4030
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
4031
|
+
id: typing.Optional[builtins.str] = None,
|
|
3927
4032
|
label: typing.Optional[builtins.str] = None,
|
|
3928
4033
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
3929
4034
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -3931,12 +4036,14 @@ class _IScheduleGroupProxy(
|
|
|
3931
4036
|
stack_region: typing.Optional[builtins.str] = None,
|
|
3932
4037
|
statistic: typing.Optional[builtins.str] = None,
|
|
3933
4038
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
4039
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
3934
4040
|
) -> _Metric_e396a4dc:
|
|
3935
4041
|
'''Metric for the number of invocations that were throttled because it exceeds your service quotas.
|
|
3936
4042
|
|
|
3937
4043
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
3938
4044
|
: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
|
|
3939
4045
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
4046
|
+
: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
|
|
3940
4047
|
: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
|
|
3941
4048
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
3942
4049
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -3944,6 +4051,7 @@ class _IScheduleGroupProxy(
|
|
|
3944
4051
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
3945
4052
|
: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
|
|
3946
4053
|
: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
|
|
4054
|
+
: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
|
|
3947
4055
|
|
|
3948
4056
|
:default: - sum over 5 minutes
|
|
3949
4057
|
|
|
@@ -3953,6 +4061,7 @@ class _IScheduleGroupProxy(
|
|
|
3953
4061
|
account=account,
|
|
3954
4062
|
color=color,
|
|
3955
4063
|
dimensions_map=dimensions_map,
|
|
4064
|
+
id=id,
|
|
3956
4065
|
label=label,
|
|
3957
4066
|
period=period,
|
|
3958
4067
|
region=region,
|
|
@@ -3960,6 +4069,7 @@ class _IScheduleGroupProxy(
|
|
|
3960
4069
|
stack_region=stack_region,
|
|
3961
4070
|
statistic=statistic,
|
|
3962
4071
|
unit=unit,
|
|
4072
|
+
visible=visible,
|
|
3963
4073
|
)
|
|
3964
4074
|
|
|
3965
4075
|
return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricThrottled", [props]))
|
|
@@ -4108,6 +4218,7 @@ class Schedule(
|
|
|
4108
4218
|
account: typing.Optional[builtins.str] = None,
|
|
4109
4219
|
color: typing.Optional[builtins.str] = None,
|
|
4110
4220
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
4221
|
+
id: typing.Optional[builtins.str] = None,
|
|
4111
4222
|
label: typing.Optional[builtins.str] = None,
|
|
4112
4223
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
4113
4224
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -4115,6 +4226,7 @@ class Schedule(
|
|
|
4115
4226
|
stack_region: typing.Optional[builtins.str] = None,
|
|
4116
4227
|
statistic: typing.Optional[builtins.str] = None,
|
|
4117
4228
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
4229
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
4118
4230
|
) -> _Metric_e396a4dc:
|
|
4119
4231
|
'''Return the given named metric for all schedules.
|
|
4120
4232
|
|
|
@@ -4122,6 +4234,7 @@ class Schedule(
|
|
|
4122
4234
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
4123
4235
|
: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
|
|
4124
4236
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
4237
|
+
: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
|
|
4125
4238
|
: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
|
|
4126
4239
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
4127
4240
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -4129,6 +4242,7 @@ class Schedule(
|
|
|
4129
4242
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
4130
4243
|
: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
|
|
4131
4244
|
: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
|
|
4245
|
+
: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
|
|
4132
4246
|
|
|
4133
4247
|
:default: - sum over 5 minutes
|
|
4134
4248
|
'''
|
|
@@ -4139,6 +4253,7 @@ class Schedule(
|
|
|
4139
4253
|
account=account,
|
|
4140
4254
|
color=color,
|
|
4141
4255
|
dimensions_map=dimensions_map,
|
|
4256
|
+
id=id,
|
|
4142
4257
|
label=label,
|
|
4143
4258
|
period=period,
|
|
4144
4259
|
region=region,
|
|
@@ -4146,6 +4261,7 @@ class Schedule(
|
|
|
4146
4261
|
stack_region=stack_region,
|
|
4147
4262
|
statistic=statistic,
|
|
4148
4263
|
unit=unit,
|
|
4264
|
+
visible=visible,
|
|
4149
4265
|
)
|
|
4150
4266
|
|
|
4151
4267
|
return typing.cast(_Metric_e396a4dc, jsii.sinvoke(cls, "metricAll", [metric_name, props]))
|
|
@@ -4158,6 +4274,7 @@ class Schedule(
|
|
|
4158
4274
|
account: typing.Optional[builtins.str] = None,
|
|
4159
4275
|
color: typing.Optional[builtins.str] = None,
|
|
4160
4276
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
4277
|
+
id: typing.Optional[builtins.str] = None,
|
|
4161
4278
|
label: typing.Optional[builtins.str] = None,
|
|
4162
4279
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
4163
4280
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -4165,12 +4282,14 @@ class Schedule(
|
|
|
4165
4282
|
stack_region: typing.Optional[builtins.str] = None,
|
|
4166
4283
|
statistic: typing.Optional[builtins.str] = None,
|
|
4167
4284
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
4285
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
4168
4286
|
) -> _Metric_e396a4dc:
|
|
4169
4287
|
'''Metric for all invocation attempts across all schedules.
|
|
4170
4288
|
|
|
4171
4289
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
4172
4290
|
: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
|
|
4173
4291
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
4292
|
+
: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
|
|
4174
4293
|
: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
|
|
4175
4294
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
4176
4295
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -4178,6 +4297,7 @@ class Schedule(
|
|
|
4178
4297
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
4179
4298
|
: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
|
|
4180
4299
|
: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
|
|
4300
|
+
: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
|
|
4181
4301
|
|
|
4182
4302
|
:default: - sum over 5 minutes
|
|
4183
4303
|
'''
|
|
@@ -4185,6 +4305,7 @@ class Schedule(
|
|
|
4185
4305
|
account=account,
|
|
4186
4306
|
color=color,
|
|
4187
4307
|
dimensions_map=dimensions_map,
|
|
4308
|
+
id=id,
|
|
4188
4309
|
label=label,
|
|
4189
4310
|
period=period,
|
|
4190
4311
|
region=region,
|
|
@@ -4192,6 +4313,7 @@ class Schedule(
|
|
|
4192
4313
|
stack_region=stack_region,
|
|
4193
4314
|
statistic=statistic,
|
|
4194
4315
|
unit=unit,
|
|
4316
|
+
visible=visible,
|
|
4195
4317
|
)
|
|
4196
4318
|
|
|
4197
4319
|
return typing.cast(_Metric_e396a4dc, jsii.sinvoke(cls, "metricAllAttempts", [props]))
|
|
@@ -4204,6 +4326,7 @@ class Schedule(
|
|
|
4204
4326
|
account: typing.Optional[builtins.str] = None,
|
|
4205
4327
|
color: typing.Optional[builtins.str] = None,
|
|
4206
4328
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
4329
|
+
id: typing.Optional[builtins.str] = None,
|
|
4207
4330
|
label: typing.Optional[builtins.str] = None,
|
|
4208
4331
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
4209
4332
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -4211,6 +4334,7 @@ class Schedule(
|
|
|
4211
4334
|
stack_region: typing.Optional[builtins.str] = None,
|
|
4212
4335
|
statistic: typing.Optional[builtins.str] = None,
|
|
4213
4336
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
4337
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
4214
4338
|
) -> _Metric_e396a4dc:
|
|
4215
4339
|
'''Metric for dropped invocations when EventBridge Scheduler stops attempting to invoke the target after a schedule's retry policy has been exhausted.
|
|
4216
4340
|
|
|
@@ -4219,6 +4343,7 @@ class Schedule(
|
|
|
4219
4343
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
4220
4344
|
: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
|
|
4221
4345
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
4346
|
+
: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
|
|
4222
4347
|
: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
|
|
4223
4348
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
4224
4349
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -4226,6 +4351,7 @@ class Schedule(
|
|
|
4226
4351
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
4227
4352
|
: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
|
|
4228
4353
|
: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
|
|
4354
|
+
: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
|
|
4229
4355
|
|
|
4230
4356
|
:default: - sum over 5 minutes
|
|
4231
4357
|
'''
|
|
@@ -4233,6 +4359,7 @@ class Schedule(
|
|
|
4233
4359
|
account=account,
|
|
4234
4360
|
color=color,
|
|
4235
4361
|
dimensions_map=dimensions_map,
|
|
4362
|
+
id=id,
|
|
4236
4363
|
label=label,
|
|
4237
4364
|
period=period,
|
|
4238
4365
|
region=region,
|
|
@@ -4240,6 +4367,7 @@ class Schedule(
|
|
|
4240
4367
|
stack_region=stack_region,
|
|
4241
4368
|
statistic=statistic,
|
|
4242
4369
|
unit=unit,
|
|
4370
|
+
visible=visible,
|
|
4243
4371
|
)
|
|
4244
4372
|
|
|
4245
4373
|
return typing.cast(_Metric_e396a4dc, jsii.sinvoke(cls, "metricAllDropped", [props]))
|
|
@@ -4252,6 +4380,7 @@ class Schedule(
|
|
|
4252
4380
|
account: typing.Optional[builtins.str] = None,
|
|
4253
4381
|
color: typing.Optional[builtins.str] = None,
|
|
4254
4382
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
4383
|
+
id: typing.Optional[builtins.str] = None,
|
|
4255
4384
|
label: typing.Optional[builtins.str] = None,
|
|
4256
4385
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
4257
4386
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -4259,12 +4388,14 @@ class Schedule(
|
|
|
4259
4388
|
stack_region: typing.Optional[builtins.str] = None,
|
|
4260
4389
|
statistic: typing.Optional[builtins.str] = None,
|
|
4261
4390
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
4391
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
4262
4392
|
) -> _Metric_e396a4dc:
|
|
4263
4393
|
'''Emitted when the target returns an exception after EventBridge Scheduler calls the target API across all schedules.
|
|
4264
4394
|
|
|
4265
4395
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
4266
4396
|
: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
|
|
4267
4397
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
4398
|
+
: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
|
|
4268
4399
|
: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
|
|
4269
4400
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
4270
4401
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -4272,6 +4403,7 @@ class Schedule(
|
|
|
4272
4403
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
4273
4404
|
: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
|
|
4274
4405
|
: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
|
|
4406
|
+
: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
|
|
4275
4407
|
|
|
4276
4408
|
:default: - sum over 5 minutes
|
|
4277
4409
|
'''
|
|
@@ -4279,6 +4411,7 @@ class Schedule(
|
|
|
4279
4411
|
account=account,
|
|
4280
4412
|
color=color,
|
|
4281
4413
|
dimensions_map=dimensions_map,
|
|
4414
|
+
id=id,
|
|
4282
4415
|
label=label,
|
|
4283
4416
|
period=period,
|
|
4284
4417
|
region=region,
|
|
@@ -4286,6 +4419,7 @@ class Schedule(
|
|
|
4286
4419
|
stack_region=stack_region,
|
|
4287
4420
|
statistic=statistic,
|
|
4288
4421
|
unit=unit,
|
|
4422
|
+
visible=visible,
|
|
4289
4423
|
)
|
|
4290
4424
|
|
|
4291
4425
|
return typing.cast(_Metric_e396a4dc, jsii.sinvoke(cls, "metricAllErrors", [props]))
|
|
@@ -4299,6 +4433,7 @@ class Schedule(
|
|
|
4299
4433
|
account: typing.Optional[builtins.str] = None,
|
|
4300
4434
|
color: typing.Optional[builtins.str] = None,
|
|
4301
4435
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
4436
|
+
id: typing.Optional[builtins.str] = None,
|
|
4302
4437
|
label: typing.Optional[builtins.str] = None,
|
|
4303
4438
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
4304
4439
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -4306,6 +4441,7 @@ class Schedule(
|
|
|
4306
4441
|
stack_region: typing.Optional[builtins.str] = None,
|
|
4307
4442
|
statistic: typing.Optional[builtins.str] = None,
|
|
4308
4443
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
4444
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
4309
4445
|
) -> _Metric_e396a4dc:
|
|
4310
4446
|
'''Metric for failed invocations that also failed to deliver to DLQ across all schedules.
|
|
4311
4447
|
|
|
@@ -4313,6 +4449,7 @@ class Schedule(
|
|
|
4313
4449
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
4314
4450
|
: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
|
|
4315
4451
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
4452
|
+
: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
|
|
4316
4453
|
: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
|
|
4317
4454
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
4318
4455
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -4320,6 +4457,7 @@ class Schedule(
|
|
|
4320
4457
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
4321
4458
|
: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
|
|
4322
4459
|
: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
|
|
4460
|
+
: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
|
|
4323
4461
|
|
|
4324
4462
|
:default: - sum over 5 minutes
|
|
4325
4463
|
'''
|
|
@@ -4330,6 +4468,7 @@ class Schedule(
|
|
|
4330
4468
|
account=account,
|
|
4331
4469
|
color=color,
|
|
4332
4470
|
dimensions_map=dimensions_map,
|
|
4471
|
+
id=id,
|
|
4333
4472
|
label=label,
|
|
4334
4473
|
period=period,
|
|
4335
4474
|
region=region,
|
|
@@ -4337,6 +4476,7 @@ class Schedule(
|
|
|
4337
4476
|
stack_region=stack_region,
|
|
4338
4477
|
statistic=statistic,
|
|
4339
4478
|
unit=unit,
|
|
4479
|
+
visible=visible,
|
|
4340
4480
|
)
|
|
4341
4481
|
|
|
4342
4482
|
return typing.cast(_Metric_e396a4dc, jsii.sinvoke(cls, "metricAllFailedToBeSentToDLQ", [error_code, props]))
|
|
@@ -4349,6 +4489,7 @@ class Schedule(
|
|
|
4349
4489
|
account: typing.Optional[builtins.str] = None,
|
|
4350
4490
|
color: typing.Optional[builtins.str] = None,
|
|
4351
4491
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
4492
|
+
id: typing.Optional[builtins.str] = None,
|
|
4352
4493
|
label: typing.Optional[builtins.str] = None,
|
|
4353
4494
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
4354
4495
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -4356,12 +4497,14 @@ class Schedule(
|
|
|
4356
4497
|
stack_region: typing.Optional[builtins.str] = None,
|
|
4357
4498
|
statistic: typing.Optional[builtins.str] = None,
|
|
4358
4499
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
4500
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
4359
4501
|
) -> _Metric_e396a4dc:
|
|
4360
4502
|
'''Metric for invocations delivered to the DLQ across all schedules.
|
|
4361
4503
|
|
|
4362
4504
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
4363
4505
|
: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
|
|
4364
4506
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
4507
|
+
: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
|
|
4365
4508
|
: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
|
|
4366
4509
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
4367
4510
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -4369,6 +4512,7 @@ class Schedule(
|
|
|
4369
4512
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
4370
4513
|
: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
|
|
4371
4514
|
: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
|
|
4515
|
+
: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
|
|
4372
4516
|
|
|
4373
4517
|
:default: - sum over 5 minutes
|
|
4374
4518
|
'''
|
|
@@ -4376,6 +4520,7 @@ class Schedule(
|
|
|
4376
4520
|
account=account,
|
|
4377
4521
|
color=color,
|
|
4378
4522
|
dimensions_map=dimensions_map,
|
|
4523
|
+
id=id,
|
|
4379
4524
|
label=label,
|
|
4380
4525
|
period=period,
|
|
4381
4526
|
region=region,
|
|
@@ -4383,6 +4528,7 @@ class Schedule(
|
|
|
4383
4528
|
stack_region=stack_region,
|
|
4384
4529
|
statistic=statistic,
|
|
4385
4530
|
unit=unit,
|
|
4531
|
+
visible=visible,
|
|
4386
4532
|
)
|
|
4387
4533
|
|
|
4388
4534
|
return typing.cast(_Metric_e396a4dc, jsii.sinvoke(cls, "metricAllSentToDLQ", [props]))
|
|
@@ -4395,6 +4541,7 @@ class Schedule(
|
|
|
4395
4541
|
account: typing.Optional[builtins.str] = None,
|
|
4396
4542
|
color: typing.Optional[builtins.str] = None,
|
|
4397
4543
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
4544
|
+
id: typing.Optional[builtins.str] = None,
|
|
4398
4545
|
label: typing.Optional[builtins.str] = None,
|
|
4399
4546
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
4400
4547
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -4402,6 +4549,7 @@ class Schedule(
|
|
|
4402
4549
|
stack_region: typing.Optional[builtins.str] = None,
|
|
4403
4550
|
statistic: typing.Optional[builtins.str] = None,
|
|
4404
4551
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
4552
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
4405
4553
|
) -> _Metric_e396a4dc:
|
|
4406
4554
|
'''Metric for delivery of failed invocations to DLQ when the payload of the event sent to the DLQ exceeds the maximum size allowed by Amazon SQS.
|
|
4407
4555
|
|
|
@@ -4410,6 +4558,7 @@ class Schedule(
|
|
|
4410
4558
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
4411
4559
|
: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
|
|
4412
4560
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
4561
|
+
: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
|
|
4413
4562
|
: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
|
|
4414
4563
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
4415
4564
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -4417,6 +4566,7 @@ class Schedule(
|
|
|
4417
4566
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
4418
4567
|
: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
|
|
4419
4568
|
: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
|
|
4569
|
+
: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
|
|
4420
4570
|
|
|
4421
4571
|
:default: - sum over 5 minutes
|
|
4422
4572
|
'''
|
|
@@ -4424,6 +4574,7 @@ class Schedule(
|
|
|
4424
4574
|
account=account,
|
|
4425
4575
|
color=color,
|
|
4426
4576
|
dimensions_map=dimensions_map,
|
|
4577
|
+
id=id,
|
|
4427
4578
|
label=label,
|
|
4428
4579
|
period=period,
|
|
4429
4580
|
region=region,
|
|
@@ -4431,6 +4582,7 @@ class Schedule(
|
|
|
4431
4582
|
stack_region=stack_region,
|
|
4432
4583
|
statistic=statistic,
|
|
4433
4584
|
unit=unit,
|
|
4585
|
+
visible=visible,
|
|
4434
4586
|
)
|
|
4435
4587
|
|
|
4436
4588
|
return typing.cast(_Metric_e396a4dc, jsii.sinvoke(cls, "metricAllSentToDLQTruncated", [props]))
|
|
@@ -4443,6 +4595,7 @@ class Schedule(
|
|
|
4443
4595
|
account: typing.Optional[builtins.str] = None,
|
|
4444
4596
|
color: typing.Optional[builtins.str] = None,
|
|
4445
4597
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
4598
|
+
id: typing.Optional[builtins.str] = None,
|
|
4446
4599
|
label: typing.Optional[builtins.str] = None,
|
|
4447
4600
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
4448
4601
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -4450,12 +4603,14 @@ class Schedule(
|
|
|
4450
4603
|
stack_region: typing.Optional[builtins.str] = None,
|
|
4451
4604
|
statistic: typing.Optional[builtins.str] = None,
|
|
4452
4605
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
4606
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
4453
4607
|
) -> _Metric_e396a4dc:
|
|
4454
4608
|
'''Metric for invocation failures due to API throttling by the target across all schedules.
|
|
4455
4609
|
|
|
4456
4610
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
4457
4611
|
: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
|
|
4458
4612
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
4613
|
+
: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
|
|
4459
4614
|
: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
|
|
4460
4615
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
4461
4616
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -4463,6 +4618,7 @@ class Schedule(
|
|
|
4463
4618
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
4464
4619
|
: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
|
|
4465
4620
|
: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
|
|
4621
|
+
: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
|
|
4466
4622
|
|
|
4467
4623
|
:default: - sum over 5 minutes
|
|
4468
4624
|
'''
|
|
@@ -4470,6 +4626,7 @@ class Schedule(
|
|
|
4470
4626
|
account=account,
|
|
4471
4627
|
color=color,
|
|
4472
4628
|
dimensions_map=dimensions_map,
|
|
4629
|
+
id=id,
|
|
4473
4630
|
label=label,
|
|
4474
4631
|
period=period,
|
|
4475
4632
|
region=region,
|
|
@@ -4477,6 +4634,7 @@ class Schedule(
|
|
|
4477
4634
|
stack_region=stack_region,
|
|
4478
4635
|
statistic=statistic,
|
|
4479
4636
|
unit=unit,
|
|
4637
|
+
visible=visible,
|
|
4480
4638
|
)
|
|
4481
4639
|
|
|
4482
4640
|
return typing.cast(_Metric_e396a4dc, jsii.sinvoke(cls, "metricAllTargetThrottled", [props]))
|
|
@@ -4489,6 +4647,7 @@ class Schedule(
|
|
|
4489
4647
|
account: typing.Optional[builtins.str] = None,
|
|
4490
4648
|
color: typing.Optional[builtins.str] = None,
|
|
4491
4649
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
4650
|
+
id: typing.Optional[builtins.str] = None,
|
|
4492
4651
|
label: typing.Optional[builtins.str] = None,
|
|
4493
4652
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
4494
4653
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -4496,12 +4655,14 @@ class Schedule(
|
|
|
4496
4655
|
stack_region: typing.Optional[builtins.str] = None,
|
|
4497
4656
|
statistic: typing.Optional[builtins.str] = None,
|
|
4498
4657
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
4658
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
4499
4659
|
) -> _Metric_e396a4dc:
|
|
4500
4660
|
'''Metric for the number of invocations that were throttled across all schedules.
|
|
4501
4661
|
|
|
4502
4662
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
4503
4663
|
: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
|
|
4504
4664
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
4665
|
+
: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
|
|
4505
4666
|
: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
|
|
4506
4667
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
4507
4668
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -4509,6 +4670,7 @@ class Schedule(
|
|
|
4509
4670
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
4510
4671
|
: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
|
|
4511
4672
|
: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
|
|
4673
|
+
: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
|
|
4512
4674
|
|
|
4513
4675
|
:default: - sum over 5 minutes
|
|
4514
4676
|
|
|
@@ -4518,6 +4680,7 @@ class Schedule(
|
|
|
4518
4680
|
account=account,
|
|
4519
4681
|
color=color,
|
|
4520
4682
|
dimensions_map=dimensions_map,
|
|
4683
|
+
id=id,
|
|
4521
4684
|
label=label,
|
|
4522
4685
|
period=period,
|
|
4523
4686
|
region=region,
|
|
@@ -4525,10 +4688,17 @@ class Schedule(
|
|
|
4525
4688
|
stack_region=stack_region,
|
|
4526
4689
|
statistic=statistic,
|
|
4527
4690
|
unit=unit,
|
|
4691
|
+
visible=visible,
|
|
4528
4692
|
)
|
|
4529
4693
|
|
|
4530
4694
|
return typing.cast(_Metric_e396a4dc, jsii.sinvoke(cls, "metricAllThrottled", [props]))
|
|
4531
4695
|
|
|
4696
|
+
@jsii.python.classproperty
|
|
4697
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
4698
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
4699
|
+
'''Uniquely identifies this class.'''
|
|
4700
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
4701
|
+
|
|
4532
4702
|
@builtins.property
|
|
4533
4703
|
@jsii.member(jsii_name="scheduleArn")
|
|
4534
4704
|
def schedule_arn(self) -> builtins.str:
|
|
@@ -4873,6 +5043,7 @@ class ScheduleGroup(
|
|
|
4873
5043
|
account: typing.Optional[builtins.str] = None,
|
|
4874
5044
|
color: typing.Optional[builtins.str] = None,
|
|
4875
5045
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
5046
|
+
id: typing.Optional[builtins.str] = None,
|
|
4876
5047
|
label: typing.Optional[builtins.str] = None,
|
|
4877
5048
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
4878
5049
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -4880,6 +5051,7 @@ class ScheduleGroup(
|
|
|
4880
5051
|
stack_region: typing.Optional[builtins.str] = None,
|
|
4881
5052
|
statistic: typing.Optional[builtins.str] = None,
|
|
4882
5053
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
5054
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
4883
5055
|
) -> _Metric_e396a4dc:
|
|
4884
5056
|
'''Return the given named metric for this schedule group.
|
|
4885
5057
|
|
|
@@ -4887,6 +5059,7 @@ class ScheduleGroup(
|
|
|
4887
5059
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
4888
5060
|
: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
|
|
4889
5061
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
5062
|
+
: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
|
|
4890
5063
|
: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
|
|
4891
5064
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
4892
5065
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -4894,6 +5067,7 @@ class ScheduleGroup(
|
|
|
4894
5067
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
4895
5068
|
: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
|
|
4896
5069
|
: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
|
|
5070
|
+
: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
|
|
4897
5071
|
|
|
4898
5072
|
:default: - sum over 5 minutes
|
|
4899
5073
|
'''
|
|
@@ -4904,6 +5078,7 @@ class ScheduleGroup(
|
|
|
4904
5078
|
account=account,
|
|
4905
5079
|
color=color,
|
|
4906
5080
|
dimensions_map=dimensions_map,
|
|
5081
|
+
id=id,
|
|
4907
5082
|
label=label,
|
|
4908
5083
|
period=period,
|
|
4909
5084
|
region=region,
|
|
@@ -4911,6 +5086,7 @@ class ScheduleGroup(
|
|
|
4911
5086
|
stack_region=stack_region,
|
|
4912
5087
|
statistic=statistic,
|
|
4913
5088
|
unit=unit,
|
|
5089
|
+
visible=visible,
|
|
4914
5090
|
)
|
|
4915
5091
|
|
|
4916
5092
|
return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metric", [metric_name, props]))
|
|
@@ -4922,6 +5098,7 @@ class ScheduleGroup(
|
|
|
4922
5098
|
account: typing.Optional[builtins.str] = None,
|
|
4923
5099
|
color: typing.Optional[builtins.str] = None,
|
|
4924
5100
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
5101
|
+
id: typing.Optional[builtins.str] = None,
|
|
4925
5102
|
label: typing.Optional[builtins.str] = None,
|
|
4926
5103
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
4927
5104
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -4929,12 +5106,14 @@ class ScheduleGroup(
|
|
|
4929
5106
|
stack_region: typing.Optional[builtins.str] = None,
|
|
4930
5107
|
statistic: typing.Optional[builtins.str] = None,
|
|
4931
5108
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
5109
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
4932
5110
|
) -> _Metric_e396a4dc:
|
|
4933
5111
|
'''Metric for all invocation attempts.
|
|
4934
5112
|
|
|
4935
5113
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
4936
5114
|
: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
|
|
4937
5115
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
5116
|
+
: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
|
|
4938
5117
|
: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
|
|
4939
5118
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
4940
5119
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -4942,6 +5121,7 @@ class ScheduleGroup(
|
|
|
4942
5121
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
4943
5122
|
: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
|
|
4944
5123
|
: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
|
|
5124
|
+
: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
|
|
4945
5125
|
|
|
4946
5126
|
:default: - sum over 5 minutes
|
|
4947
5127
|
'''
|
|
@@ -4949,6 +5129,7 @@ class ScheduleGroup(
|
|
|
4949
5129
|
account=account,
|
|
4950
5130
|
color=color,
|
|
4951
5131
|
dimensions_map=dimensions_map,
|
|
5132
|
+
id=id,
|
|
4952
5133
|
label=label,
|
|
4953
5134
|
period=period,
|
|
4954
5135
|
region=region,
|
|
@@ -4956,6 +5137,7 @@ class ScheduleGroup(
|
|
|
4956
5137
|
stack_region=stack_region,
|
|
4957
5138
|
statistic=statistic,
|
|
4958
5139
|
unit=unit,
|
|
5140
|
+
visible=visible,
|
|
4959
5141
|
)
|
|
4960
5142
|
|
|
4961
5143
|
return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricAttempts", [props]))
|
|
@@ -4967,6 +5149,7 @@ class ScheduleGroup(
|
|
|
4967
5149
|
account: typing.Optional[builtins.str] = None,
|
|
4968
5150
|
color: typing.Optional[builtins.str] = None,
|
|
4969
5151
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
5152
|
+
id: typing.Optional[builtins.str] = None,
|
|
4970
5153
|
label: typing.Optional[builtins.str] = None,
|
|
4971
5154
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
4972
5155
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -4974,12 +5157,14 @@ class ScheduleGroup(
|
|
|
4974
5157
|
stack_region: typing.Optional[builtins.str] = None,
|
|
4975
5158
|
statistic: typing.Optional[builtins.str] = None,
|
|
4976
5159
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
5160
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
4977
5161
|
) -> _Metric_e396a4dc:
|
|
4978
5162
|
'''Metric for dropped invocations when EventBridge Scheduler stops attempting to invoke the target after a schedule's retry policy has been exhausted.
|
|
4979
5163
|
|
|
4980
5164
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
4981
5165
|
: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
|
|
4982
5166
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
5167
|
+
: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
|
|
4983
5168
|
: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
|
|
4984
5169
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
4985
5170
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -4987,6 +5172,7 @@ class ScheduleGroup(
|
|
|
4987
5172
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
4988
5173
|
: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
|
|
4989
5174
|
: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
|
|
5175
|
+
: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
|
|
4990
5176
|
|
|
4991
5177
|
:default: - sum over 5 minutes
|
|
4992
5178
|
'''
|
|
@@ -4994,6 +5180,7 @@ class ScheduleGroup(
|
|
|
4994
5180
|
account=account,
|
|
4995
5181
|
color=color,
|
|
4996
5182
|
dimensions_map=dimensions_map,
|
|
5183
|
+
id=id,
|
|
4997
5184
|
label=label,
|
|
4998
5185
|
period=period,
|
|
4999
5186
|
region=region,
|
|
@@ -5001,6 +5188,7 @@ class ScheduleGroup(
|
|
|
5001
5188
|
stack_region=stack_region,
|
|
5002
5189
|
statistic=statistic,
|
|
5003
5190
|
unit=unit,
|
|
5191
|
+
visible=visible,
|
|
5004
5192
|
)
|
|
5005
5193
|
|
|
5006
5194
|
return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricDropped", [props]))
|
|
@@ -5013,6 +5201,7 @@ class ScheduleGroup(
|
|
|
5013
5201
|
account: typing.Optional[builtins.str] = None,
|
|
5014
5202
|
color: typing.Optional[builtins.str] = None,
|
|
5015
5203
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
5204
|
+
id: typing.Optional[builtins.str] = None,
|
|
5016
5205
|
label: typing.Optional[builtins.str] = None,
|
|
5017
5206
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
5018
5207
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -5020,6 +5209,7 @@ class ScheduleGroup(
|
|
|
5020
5209
|
stack_region: typing.Optional[builtins.str] = None,
|
|
5021
5210
|
statistic: typing.Optional[builtins.str] = None,
|
|
5022
5211
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
5212
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
5023
5213
|
) -> _Metric_e396a4dc:
|
|
5024
5214
|
'''Metric for failed invocations that also failed to deliver to DLQ.
|
|
5025
5215
|
|
|
@@ -5027,6 +5217,7 @@ class ScheduleGroup(
|
|
|
5027
5217
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
5028
5218
|
: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
|
|
5029
5219
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
5220
|
+
: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
|
|
5030
5221
|
: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
|
|
5031
5222
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
5032
5223
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -5034,6 +5225,7 @@ class ScheduleGroup(
|
|
|
5034
5225
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
5035
5226
|
: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
|
|
5036
5227
|
: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
|
|
5228
|
+
: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
|
|
5037
5229
|
|
|
5038
5230
|
:default: - sum over 5 minutes
|
|
5039
5231
|
'''
|
|
@@ -5044,6 +5236,7 @@ class ScheduleGroup(
|
|
|
5044
5236
|
account=account,
|
|
5045
5237
|
color=color,
|
|
5046
5238
|
dimensions_map=dimensions_map,
|
|
5239
|
+
id=id,
|
|
5047
5240
|
label=label,
|
|
5048
5241
|
period=period,
|
|
5049
5242
|
region=region,
|
|
@@ -5051,6 +5244,7 @@ class ScheduleGroup(
|
|
|
5051
5244
|
stack_region=stack_region,
|
|
5052
5245
|
statistic=statistic,
|
|
5053
5246
|
unit=unit,
|
|
5247
|
+
visible=visible,
|
|
5054
5248
|
)
|
|
5055
5249
|
|
|
5056
5250
|
return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricFailedToBeSentToDLQ", [error_code, props]))
|
|
@@ -5062,6 +5256,7 @@ class ScheduleGroup(
|
|
|
5062
5256
|
account: typing.Optional[builtins.str] = None,
|
|
5063
5257
|
color: typing.Optional[builtins.str] = None,
|
|
5064
5258
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
5259
|
+
id: typing.Optional[builtins.str] = None,
|
|
5065
5260
|
label: typing.Optional[builtins.str] = None,
|
|
5066
5261
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
5067
5262
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -5069,12 +5264,14 @@ class ScheduleGroup(
|
|
|
5069
5264
|
stack_region: typing.Optional[builtins.str] = None,
|
|
5070
5265
|
statistic: typing.Optional[builtins.str] = None,
|
|
5071
5266
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
5267
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
5072
5268
|
) -> _Metric_e396a4dc:
|
|
5073
5269
|
'''Metric for invocations delivered to the DLQ.
|
|
5074
5270
|
|
|
5075
5271
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
5076
5272
|
: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
|
|
5077
5273
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
5274
|
+
: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
|
|
5078
5275
|
: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
|
|
5079
5276
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
5080
5277
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -5082,6 +5279,7 @@ class ScheduleGroup(
|
|
|
5082
5279
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
5083
5280
|
: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
|
|
5084
5281
|
: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
|
|
5282
|
+
: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
|
|
5085
5283
|
|
|
5086
5284
|
:default: - sum over 5 minutes
|
|
5087
5285
|
'''
|
|
@@ -5089,6 +5287,7 @@ class ScheduleGroup(
|
|
|
5089
5287
|
account=account,
|
|
5090
5288
|
color=color,
|
|
5091
5289
|
dimensions_map=dimensions_map,
|
|
5290
|
+
id=id,
|
|
5092
5291
|
label=label,
|
|
5093
5292
|
period=period,
|
|
5094
5293
|
region=region,
|
|
@@ -5096,6 +5295,7 @@ class ScheduleGroup(
|
|
|
5096
5295
|
stack_region=stack_region,
|
|
5097
5296
|
statistic=statistic,
|
|
5098
5297
|
unit=unit,
|
|
5298
|
+
visible=visible,
|
|
5099
5299
|
)
|
|
5100
5300
|
|
|
5101
5301
|
return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricSentToDLQ", [props]))
|
|
@@ -5107,6 +5307,7 @@ class ScheduleGroup(
|
|
|
5107
5307
|
account: typing.Optional[builtins.str] = None,
|
|
5108
5308
|
color: typing.Optional[builtins.str] = None,
|
|
5109
5309
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
5310
|
+
id: typing.Optional[builtins.str] = None,
|
|
5110
5311
|
label: typing.Optional[builtins.str] = None,
|
|
5111
5312
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
5112
5313
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -5114,12 +5315,14 @@ class ScheduleGroup(
|
|
|
5114
5315
|
stack_region: typing.Optional[builtins.str] = None,
|
|
5115
5316
|
statistic: typing.Optional[builtins.str] = None,
|
|
5116
5317
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
5318
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
5117
5319
|
) -> _Metric_e396a4dc:
|
|
5118
5320
|
'''Metric for delivery of failed invocations to DLQ when the payload of the event sent to the DLQ exceeds the maximum size allowed by Amazon SQS.
|
|
5119
5321
|
|
|
5120
5322
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
5121
5323
|
: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
|
|
5122
5324
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
5325
|
+
: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
|
|
5123
5326
|
: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
|
|
5124
5327
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
5125
5328
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -5127,6 +5330,7 @@ class ScheduleGroup(
|
|
|
5127
5330
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
5128
5331
|
: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
|
|
5129
5332
|
: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
|
|
5333
|
+
: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
|
|
5130
5334
|
|
|
5131
5335
|
:default: - sum over 5 minutes
|
|
5132
5336
|
'''
|
|
@@ -5134,6 +5338,7 @@ class ScheduleGroup(
|
|
|
5134
5338
|
account=account,
|
|
5135
5339
|
color=color,
|
|
5136
5340
|
dimensions_map=dimensions_map,
|
|
5341
|
+
id=id,
|
|
5137
5342
|
label=label,
|
|
5138
5343
|
period=period,
|
|
5139
5344
|
region=region,
|
|
@@ -5141,6 +5346,7 @@ class ScheduleGroup(
|
|
|
5141
5346
|
stack_region=stack_region,
|
|
5142
5347
|
statistic=statistic,
|
|
5143
5348
|
unit=unit,
|
|
5349
|
+
visible=visible,
|
|
5144
5350
|
)
|
|
5145
5351
|
|
|
5146
5352
|
return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricSentToDLQTruncated", [props]))
|
|
@@ -5152,6 +5358,7 @@ class ScheduleGroup(
|
|
|
5152
5358
|
account: typing.Optional[builtins.str] = None,
|
|
5153
5359
|
color: typing.Optional[builtins.str] = None,
|
|
5154
5360
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
5361
|
+
id: typing.Optional[builtins.str] = None,
|
|
5155
5362
|
label: typing.Optional[builtins.str] = None,
|
|
5156
5363
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
5157
5364
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -5159,12 +5366,14 @@ class ScheduleGroup(
|
|
|
5159
5366
|
stack_region: typing.Optional[builtins.str] = None,
|
|
5160
5367
|
statistic: typing.Optional[builtins.str] = None,
|
|
5161
5368
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
5369
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
5162
5370
|
) -> _Metric_e396a4dc:
|
|
5163
5371
|
'''Emitted when the target returns an exception after EventBridge Scheduler calls the target API.
|
|
5164
5372
|
|
|
5165
5373
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
5166
5374
|
: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
|
|
5167
5375
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
5376
|
+
: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
|
|
5168
5377
|
: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
|
|
5169
5378
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
5170
5379
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -5172,6 +5381,7 @@ class ScheduleGroup(
|
|
|
5172
5381
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
5173
5382
|
: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
|
|
5174
5383
|
: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
|
|
5384
|
+
: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
|
|
5175
5385
|
|
|
5176
5386
|
:default: - sum over 5 minutes
|
|
5177
5387
|
'''
|
|
@@ -5179,6 +5389,7 @@ class ScheduleGroup(
|
|
|
5179
5389
|
account=account,
|
|
5180
5390
|
color=color,
|
|
5181
5391
|
dimensions_map=dimensions_map,
|
|
5392
|
+
id=id,
|
|
5182
5393
|
label=label,
|
|
5183
5394
|
period=period,
|
|
5184
5395
|
region=region,
|
|
@@ -5186,6 +5397,7 @@ class ScheduleGroup(
|
|
|
5186
5397
|
stack_region=stack_region,
|
|
5187
5398
|
statistic=statistic,
|
|
5188
5399
|
unit=unit,
|
|
5400
|
+
visible=visible,
|
|
5189
5401
|
)
|
|
5190
5402
|
|
|
5191
5403
|
return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricTargetErrors", [props]))
|
|
@@ -5197,6 +5409,7 @@ class ScheduleGroup(
|
|
|
5197
5409
|
account: typing.Optional[builtins.str] = None,
|
|
5198
5410
|
color: typing.Optional[builtins.str] = None,
|
|
5199
5411
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
5412
|
+
id: typing.Optional[builtins.str] = None,
|
|
5200
5413
|
label: typing.Optional[builtins.str] = None,
|
|
5201
5414
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
5202
5415
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -5204,12 +5417,14 @@ class ScheduleGroup(
|
|
|
5204
5417
|
stack_region: typing.Optional[builtins.str] = None,
|
|
5205
5418
|
statistic: typing.Optional[builtins.str] = None,
|
|
5206
5419
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
5420
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
5207
5421
|
) -> _Metric_e396a4dc:
|
|
5208
5422
|
'''Metric for invocation failures due to API throttling by the target.
|
|
5209
5423
|
|
|
5210
5424
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
5211
5425
|
: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
|
|
5212
5426
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
5427
|
+
: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
|
|
5213
5428
|
: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
|
|
5214
5429
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
5215
5430
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -5217,6 +5432,7 @@ class ScheduleGroup(
|
|
|
5217
5432
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
5218
5433
|
: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
|
|
5219
5434
|
: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
|
|
5435
|
+
: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
|
|
5220
5436
|
|
|
5221
5437
|
:default: - sum over 5 minutes
|
|
5222
5438
|
'''
|
|
@@ -5224,6 +5440,7 @@ class ScheduleGroup(
|
|
|
5224
5440
|
account=account,
|
|
5225
5441
|
color=color,
|
|
5226
5442
|
dimensions_map=dimensions_map,
|
|
5443
|
+
id=id,
|
|
5227
5444
|
label=label,
|
|
5228
5445
|
period=period,
|
|
5229
5446
|
region=region,
|
|
@@ -5231,6 +5448,7 @@ class ScheduleGroup(
|
|
|
5231
5448
|
stack_region=stack_region,
|
|
5232
5449
|
statistic=statistic,
|
|
5233
5450
|
unit=unit,
|
|
5451
|
+
visible=visible,
|
|
5234
5452
|
)
|
|
5235
5453
|
|
|
5236
5454
|
return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricTargetThrottled", [props]))
|
|
@@ -5242,6 +5460,7 @@ class ScheduleGroup(
|
|
|
5242
5460
|
account: typing.Optional[builtins.str] = None,
|
|
5243
5461
|
color: typing.Optional[builtins.str] = None,
|
|
5244
5462
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
5463
|
+
id: typing.Optional[builtins.str] = None,
|
|
5245
5464
|
label: typing.Optional[builtins.str] = None,
|
|
5246
5465
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
5247
5466
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -5249,12 +5468,14 @@ class ScheduleGroup(
|
|
|
5249
5468
|
stack_region: typing.Optional[builtins.str] = None,
|
|
5250
5469
|
statistic: typing.Optional[builtins.str] = None,
|
|
5251
5470
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
5471
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
5252
5472
|
) -> _Metric_e396a4dc:
|
|
5253
5473
|
'''Metric for the number of invocations that were throttled because it exceeds your service quotas.
|
|
5254
5474
|
|
|
5255
5475
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
5256
5476
|
: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
|
|
5257
5477
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
5478
|
+
: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
|
|
5258
5479
|
: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
|
|
5259
5480
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
5260
5481
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -5262,6 +5483,7 @@ class ScheduleGroup(
|
|
|
5262
5483
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
5263
5484
|
: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
|
|
5264
5485
|
: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
|
|
5486
|
+
: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
|
|
5265
5487
|
|
|
5266
5488
|
:default: - sum over 5 minutes
|
|
5267
5489
|
|
|
@@ -5271,6 +5493,7 @@ class ScheduleGroup(
|
|
|
5271
5493
|
account=account,
|
|
5272
5494
|
color=color,
|
|
5273
5495
|
dimensions_map=dimensions_map,
|
|
5496
|
+
id=id,
|
|
5274
5497
|
label=label,
|
|
5275
5498
|
period=period,
|
|
5276
5499
|
region=region,
|
|
@@ -5278,10 +5501,17 @@ class ScheduleGroup(
|
|
|
5278
5501
|
stack_region=stack_region,
|
|
5279
5502
|
statistic=statistic,
|
|
5280
5503
|
unit=unit,
|
|
5504
|
+
visible=visible,
|
|
5281
5505
|
)
|
|
5282
5506
|
|
|
5283
5507
|
return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricThrottled", [props]))
|
|
5284
5508
|
|
|
5509
|
+
@jsii.python.classproperty
|
|
5510
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
5511
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
5512
|
+
'''Uniquely identifies this class.'''
|
|
5513
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
5514
|
+
|
|
5285
5515
|
@builtins.property
|
|
5286
5516
|
@jsii.member(jsii_name="scheduleGroupArn")
|
|
5287
5517
|
def schedule_group_arn(self) -> builtins.str:
|
|
@@ -6373,6 +6603,7 @@ def _typecheckingstub__b1a1c48be5584426072c1f842a1e31e59436e2cefe7df9e84b5a3115a
|
|
|
6373
6603
|
account: typing.Optional[builtins.str] = None,
|
|
6374
6604
|
color: typing.Optional[builtins.str] = None,
|
|
6375
6605
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
6606
|
+
id: typing.Optional[builtins.str] = None,
|
|
6376
6607
|
label: typing.Optional[builtins.str] = None,
|
|
6377
6608
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
6378
6609
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -6380,6 +6611,7 @@ def _typecheckingstub__b1a1c48be5584426072c1f842a1e31e59436e2cefe7df9e84b5a3115a
|
|
|
6380
6611
|
stack_region: typing.Optional[builtins.str] = None,
|
|
6381
6612
|
statistic: typing.Optional[builtins.str] = None,
|
|
6382
6613
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
6614
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
6383
6615
|
) -> None:
|
|
6384
6616
|
"""Type checking stubs"""
|
|
6385
6617
|
pass
|
|
@@ -6390,6 +6622,7 @@ def _typecheckingstub__43e3d3a73dae7296d8e1b29562f7a8fbdf941fb9885fa0ddcc13164e2
|
|
|
6390
6622
|
account: typing.Optional[builtins.str] = None,
|
|
6391
6623
|
color: typing.Optional[builtins.str] = None,
|
|
6392
6624
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
6625
|
+
id: typing.Optional[builtins.str] = None,
|
|
6393
6626
|
label: typing.Optional[builtins.str] = None,
|
|
6394
6627
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
6395
6628
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -6397,6 +6630,7 @@ def _typecheckingstub__43e3d3a73dae7296d8e1b29562f7a8fbdf941fb9885fa0ddcc13164e2
|
|
|
6397
6630
|
stack_region: typing.Optional[builtins.str] = None,
|
|
6398
6631
|
statistic: typing.Optional[builtins.str] = None,
|
|
6399
6632
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
6633
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
6400
6634
|
) -> None:
|
|
6401
6635
|
"""Type checking stubs"""
|
|
6402
6636
|
pass
|
|
@@ -6439,6 +6673,7 @@ def _typecheckingstub__3e9697edf3bddfcbab866b7220407b409d24e19d71a4831cc2eae389b
|
|
|
6439
6673
|
account: typing.Optional[builtins.str] = None,
|
|
6440
6674
|
color: typing.Optional[builtins.str] = None,
|
|
6441
6675
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
6676
|
+
id: typing.Optional[builtins.str] = None,
|
|
6442
6677
|
label: typing.Optional[builtins.str] = None,
|
|
6443
6678
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
6444
6679
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -6446,6 +6681,7 @@ def _typecheckingstub__3e9697edf3bddfcbab866b7220407b409d24e19d71a4831cc2eae389b
|
|
|
6446
6681
|
stack_region: typing.Optional[builtins.str] = None,
|
|
6447
6682
|
statistic: typing.Optional[builtins.str] = None,
|
|
6448
6683
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
6684
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
6449
6685
|
) -> None:
|
|
6450
6686
|
"""Type checking stubs"""
|
|
6451
6687
|
pass
|
|
@@ -6456,6 +6692,7 @@ def _typecheckingstub__897a723a752bdf5a7cbd4dc9c673edd8862b55def0dfc20984054c323
|
|
|
6456
6692
|
account: typing.Optional[builtins.str] = None,
|
|
6457
6693
|
color: typing.Optional[builtins.str] = None,
|
|
6458
6694
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
6695
|
+
id: typing.Optional[builtins.str] = None,
|
|
6459
6696
|
label: typing.Optional[builtins.str] = None,
|
|
6460
6697
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
6461
6698
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -6463,6 +6700,7 @@ def _typecheckingstub__897a723a752bdf5a7cbd4dc9c673edd8862b55def0dfc20984054c323
|
|
|
6463
6700
|
stack_region: typing.Optional[builtins.str] = None,
|
|
6464
6701
|
statistic: typing.Optional[builtins.str] = None,
|
|
6465
6702
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
6703
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
6466
6704
|
) -> None:
|
|
6467
6705
|
"""Type checking stubs"""
|
|
6468
6706
|
pass
|
|
@@ -6551,6 +6789,7 @@ def _typecheckingstub__634bd225463be60303d9d1588926bbaa9fbd72c940ca54fecf9724d90
|
|
|
6551
6789
|
account: typing.Optional[builtins.str] = None,
|
|
6552
6790
|
color: typing.Optional[builtins.str] = None,
|
|
6553
6791
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
6792
|
+
id: typing.Optional[builtins.str] = None,
|
|
6554
6793
|
label: typing.Optional[builtins.str] = None,
|
|
6555
6794
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
6556
6795
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -6558,6 +6797,7 @@ def _typecheckingstub__634bd225463be60303d9d1588926bbaa9fbd72c940ca54fecf9724d90
|
|
|
6558
6797
|
stack_region: typing.Optional[builtins.str] = None,
|
|
6559
6798
|
statistic: typing.Optional[builtins.str] = None,
|
|
6560
6799
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
6800
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
6561
6801
|
) -> None:
|
|
6562
6802
|
"""Type checking stubs"""
|
|
6563
6803
|
pass
|
|
@@ -6568,6 +6808,7 @@ def _typecheckingstub__ca970bf647095b0a6fd282ecce93e19b12761be780f7fac1db8cc3b6f
|
|
|
6568
6808
|
account: typing.Optional[builtins.str] = None,
|
|
6569
6809
|
color: typing.Optional[builtins.str] = None,
|
|
6570
6810
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
6811
|
+
id: typing.Optional[builtins.str] = None,
|
|
6571
6812
|
label: typing.Optional[builtins.str] = None,
|
|
6572
6813
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
6573
6814
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -6575,6 +6816,7 @@ def _typecheckingstub__ca970bf647095b0a6fd282ecce93e19b12761be780f7fac1db8cc3b6f
|
|
|
6575
6816
|
stack_region: typing.Optional[builtins.str] = None,
|
|
6576
6817
|
statistic: typing.Optional[builtins.str] = None,
|
|
6577
6818
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
6819
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
6578
6820
|
) -> None:
|
|
6579
6821
|
"""Type checking stubs"""
|
|
6580
6822
|
pass
|
|
@@ -6642,3 +6884,6 @@ def _typecheckingstub__6dd8fc85f0f89b4cd8d1345003a4cdf1c778546716260aab856c858e9
|
|
|
6642
6884
|
) -> None:
|
|
6643
6885
|
"""Type checking stubs"""
|
|
6644
6886
|
pass
|
|
6887
|
+
|
|
6888
|
+
for cls in [ISchedule, IScheduleGroup, IScheduleTarget]:
|
|
6889
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|