@gradientedge/cdk-utils 8.89.0 → 8.90.0
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.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/src/lib/common/construct.d.ts +4 -4
- package/dist/src/lib/common/construct.js +1 -1
- package/dist/src/lib/common/index.d.ts +1 -0
- package/dist/src/lib/common/index.js +1 -0
- package/dist/src/lib/common/stack.d.ts +1 -1
- package/dist/src/lib/common/types.d.ts +22 -0
- package/dist/src/lib/common/types.js +2 -0
- package/dist/src/lib/{helper/api-to-eventbridge-target-rest-api.d.ts → construct/api-to-eventbridge-target/api.d.ts} +2 -2
- package/dist/src/lib/{helper/api-to-eventbridge-target-event.d.ts → construct/api-to-eventbridge-target/event.d.ts} +2 -2
- package/dist/src/lib/construct/api-to-eventbridge-target/index.d.ts +3 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/index.js +3 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/main.d.ts +5 -5
- package/dist/src/lib/construct/api-to-eventbridge-target/main.js +4 -3
- package/dist/src/lib/construct/api-to-eventbridge-target/types.d.ts +112 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/types.js +2 -0
- package/dist/src/lib/construct/api-to-eventbridge-target-with-sns/api-destined-lambda.d.ts +3 -3
- package/dist/src/lib/construct/api-to-eventbridge-target-with-sns/index.d.ts +1 -0
- package/dist/src/lib/construct/api-to-eventbridge-target-with-sns/index.js +1 -0
- package/dist/src/lib/construct/api-to-eventbridge-target-with-sns/main.d.ts +7 -6
- package/dist/src/lib/construct/api-to-eventbridge-target-with-sns/main.js +3 -3
- package/dist/src/lib/construct/api-to-eventbridge-target-with-sns/types.d.ts +26 -0
- package/dist/src/lib/construct/api-to-eventbridge-target-with-sns/types.js +2 -0
- package/dist/src/lib/{helper/api-to-lambda-target-rest-api.d.ts → construct/api-to-lambda-target/api.d.ts} +2 -2
- package/dist/src/lib/construct/api-to-lambda-target/index.d.ts +2 -0
- package/dist/src/lib/construct/api-to-lambda-target/index.js +2 -0
- package/dist/src/lib/construct/api-to-lambda-target/main.d.ts +4 -4
- package/dist/src/lib/construct/api-to-lambda-target/main.js +2 -2
- package/dist/src/lib/construct/api-to-lambda-target/types.d.ts +68 -0
- package/dist/src/lib/construct/api-to-lambda-target/types.js +2 -0
- package/dist/src/lib/construct/graphql-api-lambda/index.d.ts +1 -0
- package/dist/src/lib/construct/graphql-api-lambda/index.js +1 -0
- package/dist/src/lib/construct/graphql-api-lambda/main.d.ts +1 -1
- package/dist/src/lib/construct/graphql-api-lambda/types.d.ts +30 -0
- package/dist/src/lib/construct/graphql-api-lambda/types.js +2 -0
- package/dist/src/lib/construct/graphql-api-lambda-with-cache/index.d.ts +1 -0
- package/dist/src/lib/construct/graphql-api-lambda-with-cache/index.js +1 -0
- package/dist/src/lib/construct/graphql-api-lambda-with-cache/main.d.ts +1 -1
- package/dist/src/lib/construct/graphql-api-lambda-with-cache/types.d.ts +15 -0
- package/dist/src/lib/construct/graphql-api-lambda-with-cache/types.js +2 -0
- package/dist/src/lib/construct/lambda-with-iam-access/types.d.ts +2 -1
- package/dist/src/lib/construct/rest-api-lambda/index.d.ts +1 -0
- package/dist/src/lib/construct/rest-api-lambda/index.js +1 -0
- package/dist/src/lib/construct/rest-api-lambda/main.d.ts +1 -1
- package/dist/src/lib/construct/rest-api-lambda/types.d.ts +28 -0
- package/dist/src/lib/construct/rest-api-lambda/types.js +2 -0
- package/dist/src/lib/construct/rest-api-lambda-with-cache/index.d.ts +1 -0
- package/dist/src/lib/construct/rest-api-lambda-with-cache/index.js +1 -0
- package/dist/src/lib/construct/rest-api-lambda-with-cache/main.d.ts +1 -1
- package/dist/src/lib/construct/rest-api-lambda-with-cache/types.d.ts +14 -0
- package/dist/src/lib/construct/rest-api-lambda-with-cache/types.js +2 -0
- package/dist/src/lib/construct/site-with-ecs-backend/index.d.ts +1 -0
- package/dist/src/lib/construct/site-with-ecs-backend/index.js +1 -0
- package/dist/src/lib/construct/site-with-ecs-backend/main.d.ts +1 -1
- package/dist/src/lib/construct/site-with-ecs-backend/types.d.ts +30 -0
- package/dist/src/lib/construct/site-with-ecs-backend/types.js +2 -0
- package/dist/src/lib/construct/static-asset-deployment/types.d.ts +2 -1
- package/dist/src/lib/construct/static-site/index.d.ts +1 -0
- package/dist/src/lib/construct/static-site/index.js +1 -0
- package/dist/src/lib/construct/static-site/main.d.ts +1 -1
- package/dist/src/lib/construct/static-site/types.d.ts +26 -0
- package/dist/src/lib/construct/static-site/types.js +2 -0
- package/dist/src/lib/index.d.ts +5 -0
- package/dist/src/lib/index.js +21 -0
- package/dist/src/lib/services/aws/api-gateway/index.d.ts +2 -0
- package/dist/src/lib/{helper → services/aws/api-gateway}/index.js +2 -3
- package/dist/src/lib/{manager/aws/api-manager.d.ts → services/aws/api-gateway/main.d.ts} +14 -14
- package/dist/src/lib/{manager/aws/api-manager.js → services/aws/api-gateway/main.js} +13 -10
- package/dist/src/lib/services/aws/api-gateway/types.d.ts +9 -0
- package/dist/src/lib/services/aws/api-gateway/types.js +2 -0
- package/dist/src/lib/services/aws/appconfig/constants.d.ts +18 -0
- package/dist/src/lib/services/aws/appconfig/constants.js +60 -0
- package/dist/src/lib/services/aws/appconfig/index.d.ts +3 -0
- package/dist/src/lib/services/aws/appconfig/index.js +19 -0
- package/dist/src/lib/{manager/aws/app-config-manager.d.ts → services/aws/appconfig/main.d.ts} +18 -18
- package/dist/src/lib/services/aws/appconfig/main.js +135 -0
- package/dist/src/lib/services/aws/appconfig/types.d.ts +13 -0
- package/dist/src/lib/services/aws/appconfig/types.js +2 -0
- package/dist/src/lib/services/aws/certificate-manager/index.d.ts +2 -0
- package/dist/src/lib/services/aws/certificate-manager/index.js +18 -0
- package/dist/src/lib/{manager/aws/acm-manager.d.ts → services/aws/certificate-manager/main.d.ts} +7 -7
- package/dist/src/lib/{manager/aws/acm-manager.js → services/aws/certificate-manager/main.js} +5 -5
- package/dist/src/lib/services/aws/certificate-manager/types.d.ts +13 -0
- package/dist/src/lib/services/aws/certificate-manager/types.js +2 -0
- package/dist/src/lib/services/aws/cloudfront/index.d.ts +2 -0
- package/dist/src/lib/services/aws/cloudfront/index.js +18 -0
- package/dist/src/lib/{manager/aws/cloudfront-manager.d.ts → services/aws/cloudfront/main.d.ts} +24 -23
- package/dist/src/lib/{manager/aws/cloudfront-manager.js → services/aws/cloudfront/main.js} +16 -16
- package/dist/src/lib/services/aws/cloudfront/types.d.ts +25 -0
- package/dist/src/lib/services/aws/cloudfront/types.js +2 -0
- package/dist/src/lib/services/aws/cloudtrail/index.d.ts +2 -0
- package/dist/src/lib/services/aws/cloudtrail/index.js +18 -0
- package/dist/src/lib/{manager/aws/cloudtrail-manager.d.ts → services/aws/cloudtrail/main.d.ts} +9 -9
- package/dist/src/lib/{manager/aws/cloudtrail-manager.js → services/aws/cloudtrail/main.js} +7 -7
- package/dist/src/lib/services/aws/cloudtrail/types.d.ts +7 -0
- package/dist/src/lib/services/aws/cloudtrail/types.js +2 -0
- package/dist/src/lib/services/aws/cloudwatch/index.d.ts +3 -0
- package/dist/src/lib/services/aws/cloudwatch/index.js +19 -0
- package/dist/src/lib/{manager/aws/log-manager.d.ts → services/aws/cloudwatch/logs.d.ts} +15 -15
- package/dist/src/lib/{manager/aws/log-manager.js → services/aws/cloudwatch/logs.js} +11 -11
- package/dist/src/lib/services/aws/cloudwatch/main.d.ts +211 -0
- package/dist/src/lib/{manager/aws/cloudwatch-manager.js → services/aws/cloudwatch/main.js} +48 -48
- package/dist/src/lib/services/aws/cloudwatch/types.d.ts +111 -0
- package/dist/src/lib/services/aws/cloudwatch/types.js +2 -0
- package/dist/src/lib/services/aws/codebuild/index.d.ts +1 -0
- package/dist/src/lib/services/aws/codebuild/index.js +17 -0
- package/dist/src/lib/{manager/aws/codebuild-manager.d.ts → services/aws/codebuild/main.d.ts} +7 -7
- package/dist/src/lib/{manager/aws/codebuild-manager.js → services/aws/codebuild/main.js} +4 -4
- package/dist/src/lib/services/aws/dynamodb/index.d.ts +2 -0
- package/dist/src/lib/services/aws/dynamodb/index.js +18 -0
- package/dist/src/lib/{manager/aws/dynamodb-manager.d.ts → services/aws/dynamodb/main.d.ts} +7 -7
- package/dist/src/lib/{manager/aws/dynamodb-manager.js → services/aws/dynamodb/main.js} +5 -5
- package/dist/src/lib/services/aws/dynamodb/types.d.ts +9 -0
- package/dist/src/lib/services/aws/dynamodb/types.js +2 -0
- package/dist/src/lib/services/aws/elastic-container-registry/index.d.ts +1 -0
- package/dist/src/lib/services/aws/elastic-container-registry/index.js +17 -0
- package/dist/src/lib/{manager/aws/ecr-manager.d.ts → services/aws/elastic-container-registry/main.d.ts} +7 -7
- package/dist/src/lib/{manager/aws/ecr-manager.js → services/aws/elastic-container-registry/main.js} +6 -6
- package/dist/src/lib/services/aws/elastic-container-service/index.d.ts +2 -0
- package/dist/src/lib/services/aws/elastic-container-service/index.js +18 -0
- package/dist/src/lib/{manager/aws/ecs-manager.d.ts → services/aws/elastic-container-service/main.d.ts} +15 -15
- package/dist/src/lib/{manager/aws/ecs-manager.js → services/aws/elastic-container-service/main.js} +11 -11
- package/dist/src/lib/services/aws/elastic-container-service/types.d.ts +46 -0
- package/dist/src/lib/services/aws/elastic-container-service/types.js +2 -0
- package/dist/src/lib/services/aws/elastic-file-system/index.d.ts +2 -0
- package/dist/src/lib/services/aws/elastic-file-system/index.js +18 -0
- package/dist/src/lib/{manager/aws/efs-manager.d.ts → services/aws/elastic-file-system/main.d.ts} +10 -10
- package/dist/src/lib/{manager/aws/efs-manager.js → services/aws/elastic-file-system/main.js} +8 -8
- package/dist/src/lib/services/aws/elastic-file-system/types.d.ts +19 -0
- package/dist/src/lib/services/aws/elastic-file-system/types.js +2 -0
- package/dist/src/lib/services/aws/elastic-kubernetes-service/index.d.ts +2 -0
- package/dist/src/lib/services/aws/elastic-kubernetes-service/index.js +18 -0
- package/dist/src/lib/{manager/aws/eks-manager.d.ts → services/aws/elastic-kubernetes-service/main.d.ts} +9 -9
- package/dist/src/lib/{manager/aws/eks-manager.js → services/aws/elastic-kubernetes-service/main.js} +7 -7
- package/dist/src/lib/services/aws/elastic-kubernetes-service/types.d.ts +9 -0
- package/dist/src/lib/services/aws/elastic-kubernetes-service/types.js +2 -0
- package/dist/src/lib/services/aws/elasticache/index.d.ts +2 -0
- package/dist/src/lib/services/aws/elasticache/index.js +18 -0
- package/dist/src/lib/services/aws/elasticache/main.d.ts +51 -0
- package/dist/src/lib/{manager/aws/elasticache-manager.js → services/aws/elasticache/main.js} +11 -12
- package/dist/src/lib/services/aws/elasticache/types.d.ts +13 -0
- package/dist/src/lib/services/aws/elasticache/types.js +2 -0
- package/dist/src/lib/services/aws/eventbridge/index.d.ts +3 -0
- package/dist/src/lib/services/aws/eventbridge/index.js +19 -0
- package/dist/src/lib/{manager/aws/event-manager.d.ts → services/aws/eventbridge/main.d.ts} +20 -20
- package/dist/src/lib/{manager/aws/event-manager.js → services/aws/eventbridge/main.js} +21 -15
- package/dist/src/lib/{manager/aws/event-target-manager.d.ts → services/aws/eventbridge/target.d.ts} +7 -7
- package/dist/src/lib/{manager/aws/event-target-manager.js → services/aws/eventbridge/target.js} +5 -5
- package/dist/src/lib/services/aws/eventbridge/types.d.ts +35 -0
- package/dist/src/lib/services/aws/eventbridge/types.js +2 -0
- package/dist/src/lib/services/aws/evidently/index.d.ts +2 -0
- package/dist/src/lib/services/aws/evidently/index.js +18 -0
- package/dist/src/lib/{manager/aws/evidently-manager.d.ts → services/aws/evidently/main.d.ts} +16 -16
- package/dist/src/lib/{manager/aws/evidently-manager.js → services/aws/evidently/main.js} +10 -10
- package/dist/src/lib/services/aws/evidently/types.d.ts +31 -0
- package/dist/src/lib/services/aws/evidently/types.js +2 -0
- package/dist/src/lib/services/aws/identity-access-management/index.d.ts +1 -0
- package/dist/src/lib/services/aws/identity-access-management/index.js +17 -0
- package/dist/src/lib/{manager/aws/iam-manager.d.ts → services/aws/identity-access-management/main.d.ts} +39 -40
- package/dist/src/lib/{manager/aws/iam-manager.js → services/aws/identity-access-management/main.js} +22 -23
- package/dist/src/lib/services/aws/index.d.ts +28 -0
- package/dist/src/lib/services/aws/index.js +44 -0
- package/dist/src/lib/services/aws/key-management-service/index.d.ts +2 -0
- package/dist/src/lib/services/aws/key-management-service/index.js +18 -0
- package/dist/src/lib/{manager/aws/kms-manager.d.ts → services/aws/key-management-service/main.d.ts} +7 -7
- package/dist/src/lib/{manager/aws/kms-manager.js → services/aws/key-management-service/main.js} +5 -5
- package/dist/src/lib/services/aws/key-management-service/types.d.ts +7 -0
- package/dist/src/lib/services/aws/key-management-service/types.js +2 -0
- package/dist/src/lib/services/aws/lambda/index.d.ts +2 -0
- package/dist/src/lib/services/aws/lambda/index.js +18 -0
- package/dist/src/lib/{manager/aws/lambda-manager.d.ts → services/aws/lambda/main.d.ts} +22 -21
- package/dist/src/lib/{manager/aws/lambda-manager.js → services/aws/lambda/main.js} +21 -21
- package/dist/src/lib/services/aws/lambda/types.d.ts +52 -0
- package/dist/src/lib/services/aws/lambda/types.js +2 -0
- package/dist/src/lib/services/aws/route53/index.d.ts +2 -0
- package/dist/src/lib/services/aws/route53/index.js +18 -0
- package/dist/src/lib/{manager/aws/route53-manager.d.ts → services/aws/route53/main.d.ts} +17 -17
- package/dist/src/lib/{manager/aws/route53-manager.js → services/aws/route53/main.js} +11 -11
- package/dist/src/lib/services/aws/route53/types.d.ts +8 -0
- package/dist/src/lib/services/aws/route53/types.js +2 -0
- package/dist/src/lib/services/aws/secrets-manager/index.d.ts +1 -0
- package/dist/src/lib/services/aws/secrets-manager/index.js +17 -0
- package/dist/src/lib/{manager/aws/secrets-manager.d.ts → services/aws/secrets-manager/main.d.ts} +8 -8
- package/dist/src/lib/{manager/aws/secrets-manager.js → services/aws/secrets-manager/main.js} +6 -6
- package/dist/src/lib/services/aws/simple-notification-service/index.d.ts +2 -0
- package/dist/src/lib/services/aws/simple-notification-service/index.js +18 -0
- package/dist/src/lib/{manager/aws/sns-manager.d.ts → services/aws/simple-notification-service/main.d.ts} +13 -13
- package/dist/src/lib/{manager/aws/sns-manager.js → services/aws/simple-notification-service/main.js} +10 -10
- package/dist/src/lib/services/aws/simple-notification-service/types.d.ts +7 -0
- package/dist/src/lib/services/aws/simple-notification-service/types.js +2 -0
- package/dist/src/lib/services/aws/simple-queue-service/index.d.ts +2 -0
- package/dist/src/lib/services/aws/simple-queue-service/index.js +18 -0
- package/dist/src/lib/services/aws/simple-queue-service/main.d.ts +50 -0
- package/dist/src/lib/{manager/aws/sqs-manager.js → services/aws/simple-queue-service/main.js} +11 -11
- package/dist/src/lib/services/aws/simple-queue-service/types.d.ts +17 -0
- package/dist/src/lib/services/aws/simple-queue-service/types.js +2 -0
- package/dist/src/lib/services/aws/simple-storage-service/index.d.ts +2 -0
- package/dist/src/lib/services/aws/simple-storage-service/index.js +18 -0
- package/dist/src/lib/{manager/aws/s3-manager.d.ts → services/aws/simple-storage-service/main.d.ts} +23 -23
- package/dist/src/lib/{manager/aws/s3-manager.js → services/aws/simple-storage-service/main.js} +15 -16
- package/dist/src/lib/services/aws/simple-storage-service/types.d.ts +31 -0
- package/dist/src/lib/services/aws/simple-storage-service/types.js +2 -0
- package/dist/src/lib/services/aws/step-function/index.d.ts +2 -0
- package/dist/src/lib/services/aws/step-function/index.js +18 -0
- package/dist/src/lib/services/aws/step-function/main.d.ts +157 -0
- package/dist/src/lib/{manager/aws/sfn-manager.js → services/aws/step-function/main.js} +35 -35
- package/dist/src/lib/services/aws/step-function/types.d.ts +120 -0
- package/dist/src/lib/services/aws/step-function/types.js +2 -0
- package/dist/src/lib/services/aws/systems-manager/index.d.ts +2 -0
- package/dist/src/lib/services/aws/systems-manager/index.js +18 -0
- package/dist/src/lib/{manager/aws/ssm-manager.d.ts → services/aws/systems-manager/main.d.ts} +13 -13
- package/dist/src/lib/{manager/aws/ssm-manager.js → services/aws/systems-manager/main.js} +8 -8
- package/dist/src/lib/services/aws/systems-manager/types.d.ts +8 -0
- package/dist/src/lib/services/aws/systems-manager/types.js +2 -0
- package/dist/src/lib/services/aws/virtual-private-cloud/index.d.ts +1 -0
- package/dist/src/lib/services/aws/virtual-private-cloud/index.js +17 -0
- package/dist/src/lib/{manager/aws/vpc-manager.d.ts → services/aws/virtual-private-cloud/main.d.ts} +11 -11
- package/dist/src/lib/{manager/aws/vpc-manager.js → services/aws/virtual-private-cloud/main.js} +8 -8
- package/dist/src/lib/services/aws/web-application-firewall/index.d.ts +1 -0
- package/dist/src/lib/services/aws/web-application-firewall/index.js +17 -0
- package/dist/src/lib/services/aws/web-application-firewall/main.d.ts +39 -0
- package/dist/src/lib/{manager/aws/waf-manager.js → services/aws/web-application-firewall/main.js} +9 -9
- package/dist/src/lib/services/aws/web-application-firewall/types.d.ts +13 -0
- package/dist/src/lib/services/aws/web-application-firewall/types.js +2 -0
- package/dist/src/lib/types/aws/index.d.ts +0 -921
- package/index.ts +1 -1
- package/package.json +1 -1
- package/src/lib/common/construct.ts +4 -4
- package/src/lib/common/index.ts +1 -0
- package/src/lib/common/stack.ts +1 -1
- package/src/lib/common/types.ts +23 -0
- package/src/lib/{helper/api-to-eventbridge-target-rest-api.ts → construct/api-to-eventbridge-target/api.ts} +2 -2
- package/src/lib/{helper/api-to-eventbridge-target-event.ts → construct/api-to-eventbridge-target/event.ts} +2 -2
- package/src/lib/construct/api-to-eventbridge-target/index.ts +3 -0
- package/src/lib/construct/api-to-eventbridge-target/main.ts +13 -8
- package/src/lib/construct/api-to-eventbridge-target/types.ts +126 -0
- package/src/lib/construct/api-to-eventbridge-target-with-sns/api-destined-lambda.ts +3 -3
- package/src/lib/construct/api-to-eventbridge-target-with-sns/index.ts +1 -0
- package/src/lib/construct/api-to-eventbridge-target-with-sns/main.ts +15 -9
- package/src/lib/construct/api-to-eventbridge-target-with-sns/types.ts +28 -0
- package/src/lib/{helper/api-to-lambda-target-rest-api.ts → construct/api-to-lambda-target/api.ts} +2 -2
- package/src/lib/construct/api-to-lambda-target/index.ts +2 -0
- package/src/lib/construct/api-to-lambda-target/main.ts +6 -6
- package/src/lib/construct/api-to-lambda-target/types.ts +78 -0
- package/src/lib/construct/graphql-api-lambda/index.ts +1 -0
- package/src/lib/construct/graphql-api-lambda/main.ts +1 -1
- package/src/lib/construct/graphql-api-lambda/types.ts +31 -0
- package/src/lib/construct/graphql-api-lambda-with-cache/index.ts +1 -0
- package/src/lib/construct/graphql-api-lambda-with-cache/main.ts +1 -1
- package/src/lib/construct/graphql-api-lambda-with-cache/types.ts +16 -0
- package/src/lib/construct/lambda-with-iam-access/types.ts +2 -1
- package/src/lib/construct/rest-api-lambda/index.ts +1 -0
- package/src/lib/construct/rest-api-lambda/main.ts +1 -1
- package/src/lib/construct/rest-api-lambda/types.ts +29 -0
- package/src/lib/construct/rest-api-lambda-with-cache/index.ts +1 -0
- package/src/lib/construct/rest-api-lambda-with-cache/main.ts +1 -1
- package/src/lib/construct/rest-api-lambda-with-cache/types.ts +15 -0
- package/src/lib/construct/site-with-ecs-backend/index.ts +1 -0
- package/src/lib/construct/site-with-ecs-backend/main.ts +1 -1
- package/src/lib/construct/site-with-ecs-backend/types.ts +42 -0
- package/src/lib/construct/static-asset-deployment/types.ts +2 -1
- package/src/lib/construct/static-site/index.ts +1 -0
- package/src/lib/construct/static-site/main.ts +1 -1
- package/src/lib/construct/static-site/types.ts +27 -0
- package/src/lib/index.ts +5 -0
- package/src/lib/services/aws/api-gateway/index.ts +2 -0
- package/src/lib/{manager/aws/api-manager.ts → services/aws/api-gateway/main.ts} +20 -17
- package/src/lib/services/aws/api-gateway/types.ts +10 -0
- package/src/lib/services/aws/appconfig/constants.ts +58 -0
- package/src/lib/services/aws/appconfig/index.ts +3 -0
- package/src/lib/services/aws/appconfig/main.ts +130 -0
- package/src/lib/services/aws/appconfig/types.ts +20 -0
- package/src/lib/services/aws/certificate-manager/index.ts +2 -0
- package/src/lib/{manager/aws/acm-manager.ts → services/aws/certificate-manager/main.ts} +9 -9
- package/src/lib/services/aws/certificate-manager/types.ts +14 -0
- package/src/lib/services/aws/cloudfront/index.ts +2 -0
- package/src/lib/{manager/aws/cloudfront-manager.ts → services/aws/cloudfront/main.ts} +29 -29
- package/src/lib/services/aws/cloudfront/types.ts +28 -0
- package/src/lib/services/aws/cloudtrail/index.ts +2 -0
- package/src/lib/{manager/aws/cloudtrail-manager.ts → services/aws/cloudtrail/main.ts} +11 -11
- package/src/lib/services/aws/cloudtrail/types.ts +7 -0
- package/src/lib/services/aws/cloudwatch/index.ts +3 -0
- package/src/lib/{manager/aws/log-manager.ts → services/aws/cloudwatch/logs.ts} +16 -21
- package/src/lib/{manager/aws/cloudwatch-manager.ts → services/aws/cloudwatch/main.ts} +86 -112
- package/src/lib/services/aws/cloudwatch/types.ts +121 -0
- package/src/lib/services/aws/codebuild/index.ts +1 -0
- package/src/lib/{manager/aws/codebuild-manager.ts → services/aws/codebuild/main.ts} +7 -7
- package/src/lib/services/aws/dynamodb/index.ts +2 -0
- package/src/lib/{manager/aws/dynamodb-manager.ts → services/aws/dynamodb/main.ts} +8 -8
- package/src/lib/services/aws/dynamodb/types.ts +10 -0
- package/src/lib/services/aws/elastic-container-registry/index.ts +1 -0
- package/src/lib/{manager/aws/ecr-manager.ts → services/aws/elastic-container-registry/main.ts} +8 -8
- package/src/lib/services/aws/elastic-container-service/index.ts +2 -0
- package/src/lib/{manager/aws/ecs-manager.ts → services/aws/elastic-container-service/main.ts} +18 -18
- package/src/lib/services/aws/elastic-container-service/types.ts +51 -0
- package/src/lib/services/aws/elastic-file-system/index.ts +2 -0
- package/src/lib/{manager/aws/efs-manager.ts → services/aws/elastic-file-system/main.ts} +13 -13
- package/src/lib/services/aws/elastic-file-system/types.ts +20 -0
- package/src/lib/services/aws/elastic-kubernetes-service/index.ts +2 -0
- package/src/lib/{manager/aws/eks-manager.ts → services/aws/elastic-kubernetes-service/main.ts} +11 -11
- package/src/lib/services/aws/elastic-kubernetes-service/types.ts +10 -0
- package/src/lib/services/aws/elasticache/index.ts +2 -0
- package/src/lib/{manager/aws/elasticache-manager.ts → services/aws/elasticache/main.ts} +18 -20
- package/src/lib/services/aws/elasticache/types.ts +13 -0
- package/src/lib/services/aws/eventbridge/index.ts +3 -0
- package/src/lib/{manager/aws/event-manager.ts → services/aws/eventbridge/main.ts} +32 -26
- package/src/lib/{manager/aws/event-target-manager.ts → services/aws/eventbridge/target.ts} +7 -7
- package/src/lib/services/aws/eventbridge/types.ts +38 -0
- package/src/lib/services/aws/evidently/index.ts +2 -0
- package/src/lib/{manager/aws/evidently-manager.ts → services/aws/evidently/main.ts} +23 -18
- package/src/lib/services/aws/evidently/types.ts +37 -0
- package/src/lib/services/aws/identity-access-management/index.ts +1 -0
- package/src/lib/{manager/aws/iam-manager.ts → services/aws/identity-access-management/main.ts} +40 -51
- package/src/lib/services/aws/index.ts +28 -0
- package/src/lib/services/aws/key-management-service/index.ts +2 -0
- package/src/lib/{manager/aws/kms-manager.ts → services/aws/key-management-service/main.ts} +8 -8
- package/src/lib/services/aws/key-management-service/types.ts +7 -0
- package/src/lib/services/aws/lambda/index.ts +2 -0
- package/src/lib/{manager/aws/lambda-manager.ts → services/aws/lambda/main.ts} +30 -30
- package/src/lib/services/aws/lambda/types.ts +57 -0
- package/src/lib/services/aws/route53/index.ts +2 -0
- package/src/lib/{manager/aws/route53-manager.ts → services/aws/route53/main.ts} +18 -18
- package/src/lib/services/aws/route53/types.ts +9 -0
- package/src/lib/services/aws/secrets-manager/index.ts +1 -0
- package/src/lib/{manager/aws/secrets-manager.ts → services/aws/secrets-manager/main.ts} +9 -14
- package/src/lib/services/aws/simple-notification-service/index.ts +2 -0
- package/src/lib/{manager/aws/sns-manager.ts → services/aws/simple-notification-service/main.ts} +16 -16
- package/src/lib/services/aws/simple-notification-service/types.ts +7 -0
- package/src/lib/services/aws/simple-queue-service/index.ts +2 -0
- package/src/lib/{manager/aws/sqs-manager.ts → services/aws/simple-queue-service/main.ts} +18 -17
- package/src/lib/services/aws/simple-queue-service/types.ts +18 -0
- package/src/lib/services/aws/simple-storage-service/index.ts +2 -0
- package/src/lib/{manager/aws/s3-manager.ts → services/aws/simple-storage-service/main.ts} +26 -27
- package/src/lib/services/aws/simple-storage-service/types.ts +34 -0
- package/src/lib/services/aws/step-function/index.ts +2 -0
- package/src/lib/{manager/aws/sfn-manager.ts → services/aws/step-function/main.ts} +76 -61
- package/src/lib/services/aws/step-function/types.ts +152 -0
- package/src/lib/services/aws/systems-manager/index.ts +2 -0
- package/src/lib/{manager/aws/ssm-manager.ts → services/aws/systems-manager/main.ts} +15 -19
- package/src/lib/services/aws/systems-manager/types.ts +8 -0
- package/src/lib/services/aws/virtual-private-cloud/index.ts +1 -0
- package/src/lib/{manager/aws/vpc-manager.ts → services/aws/virtual-private-cloud/main.ts} +12 -12
- package/src/lib/services/aws/web-application-firewall/index.ts +1 -0
- package/src/lib/{manager/aws/waf-manager.ts → services/aws/web-application-firewall/main.ts} +13 -13
- package/src/lib/services/aws/web-application-firewall/types.ts +13 -0
- package/src/lib/types/aws/index.ts +0 -984
- package/dist/src/lib/helper/index.d.ts +0 -3
- package/dist/src/lib/manager/aws/app-config-manager.js +0 -191
- package/dist/src/lib/manager/aws/cloudwatch-manager.d.ts +0 -211
- package/dist/src/lib/manager/aws/elasticache-manager.d.ts +0 -52
- package/dist/src/lib/manager/aws/index.d.ts +0 -30
- package/dist/src/lib/manager/aws/index.js +0 -46
- package/dist/src/lib/manager/aws/sfn-manager.d.ts +0 -157
- package/dist/src/lib/manager/aws/sqs-manager.d.ts +0 -49
- package/dist/src/lib/manager/aws/waf-manager.d.ts +0 -39
- package/src/lib/helper/index.ts +0 -3
- package/src/lib/manager/aws/app-config-manager.ts +0 -192
- package/src/lib/manager/aws/index.ts +0 -30
- /package/dist/src/lib/{helper/api-to-eventbridge-target-rest-api.js → construct/api-to-eventbridge-target/api.js} +0 -0
- /package/dist/src/lib/{helper/api-to-eventbridge-target-event.js → construct/api-to-eventbridge-target/event.js} +0 -0
- /package/dist/src/lib/{helper/api-to-lambda-target-rest-api.js → construct/api-to-lambda-target/api.js} +0 -0
- /package/dist/src/lib/{manager → services}/aws/constants.d.ts +0 -0
- /package/dist/src/lib/{manager → services}/aws/constants.js +0 -0
- /package/dist/src/lib/{manager → services}/index.d.ts +0 -0
- /package/dist/src/lib/{manager → services}/index.js +0 -0
- /package/src/lib/{manager → services}/aws/constants.ts +0 -0
- /package/src/lib/{manager → services}/index.ts +0 -0
|
@@ -26,7 +26,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
26
26
|
exports.CloudWatchManager = void 0;
|
|
27
27
|
const cdk = __importStar(require("aws-cdk-lib"));
|
|
28
28
|
const watch = __importStar(require("aws-cdk-lib/aws-cloudwatch"));
|
|
29
|
-
const utils = __importStar(require("
|
|
29
|
+
const utils = __importStar(require("../../../utils"));
|
|
30
30
|
/**
|
|
31
31
|
* @category cdk-utils.cloudwatch-manager
|
|
32
32
|
* @subcategory Construct
|
|
@@ -45,12 +45,12 @@ var CloudWatchWidgetType;
|
|
|
45
45
|
* @category cdk-utils.cloudwatch-manager
|
|
46
46
|
* @subcategory Construct
|
|
47
47
|
* @classdesc Provides operations on AWS CloudWatch.
|
|
48
|
-
* - A new instance of this class is injected into {@link
|
|
49
|
-
* - If a custom construct extends {@link
|
|
48
|
+
* - A new instance of this class is injected into {@link CommonConstruct} constructor.
|
|
49
|
+
* - If a custom construct extends {@link CommonConstruct}, an instance is available within the context.
|
|
50
50
|
* @example
|
|
51
|
-
* import
|
|
51
|
+
* import { CommonConstruct } from '@gradientedge/cdk-utils'
|
|
52
52
|
*
|
|
53
|
-
* class CustomConstruct extends
|
|
53
|
+
* class CustomConstruct extends CommonConstruct {
|
|
54
54
|
* constructor(parent: cdk.Construct, id: string, props: common.CommonStackProps) {
|
|
55
55
|
* super(parent, id, props)
|
|
56
56
|
* this.props = props
|
|
@@ -64,8 +64,8 @@ class CloudWatchManager {
|
|
|
64
64
|
/**
|
|
65
65
|
* @summary Method to create a cloudwatch alarm for a given expression
|
|
66
66
|
* @param {string} id scoped id of the resource
|
|
67
|
-
* @param {
|
|
68
|
-
* @param {
|
|
67
|
+
* @param {CommonConstruct} scope scope in which this resource is defined
|
|
68
|
+
* @param {AlarmProps} props
|
|
69
69
|
*/
|
|
70
70
|
createAlarmForExpression(id, scope, props) {
|
|
71
71
|
if (!props)
|
|
@@ -97,8 +97,8 @@ class CloudWatchManager {
|
|
|
97
97
|
/**
|
|
98
98
|
* @summary Method to create a cloudwatch alarm for a given metric
|
|
99
99
|
* @param {string} id scoped id of the resource
|
|
100
|
-
* @param {
|
|
101
|
-
* @param {
|
|
100
|
+
* @param {CommonConstruct} scope scope in which this resource is defined
|
|
101
|
+
* @param {AlarmProps} props
|
|
102
102
|
* @param metric
|
|
103
103
|
*/
|
|
104
104
|
createAlarmForMetric(id, scope, props, metric) {
|
|
@@ -120,8 +120,8 @@ class CloudWatchManager {
|
|
|
120
120
|
/**
|
|
121
121
|
* @summary Method to create a cloudwatch dashboard
|
|
122
122
|
* @param {string} id scoped id of the resource
|
|
123
|
-
* @param {
|
|
124
|
-
* @param {
|
|
123
|
+
* @param {CommonConstruct} scope scope in which this resource is defined
|
|
124
|
+
* @param {DashboardProps} props
|
|
125
125
|
* @param widgets
|
|
126
126
|
*/
|
|
127
127
|
createDashboard(id, scope, props, widgets) {
|
|
@@ -139,7 +139,7 @@ class CloudWatchManager {
|
|
|
139
139
|
}
|
|
140
140
|
/**
|
|
141
141
|
* @summary Method to create cloudwatch widgets
|
|
142
|
-
* @param {
|
|
142
|
+
* @param {CommonConstruct} scope scope in which this resource is defined
|
|
143
143
|
* @param props
|
|
144
144
|
*/
|
|
145
145
|
createWidgets(scope, props) {
|
|
@@ -152,7 +152,7 @@ class CloudWatchManager {
|
|
|
152
152
|
/**
|
|
153
153
|
* @summary Method to create a cloudwatch widget
|
|
154
154
|
* @param {string} id scoped id of the resource
|
|
155
|
-
* @param {
|
|
155
|
+
* @param {CommonConstruct} scope scope in which this resource is defined
|
|
156
156
|
* @param props
|
|
157
157
|
*/
|
|
158
158
|
createWidget(id, scope, props) {
|
|
@@ -182,8 +182,8 @@ class CloudWatchManager {
|
|
|
182
182
|
/**
|
|
183
183
|
* @summary Method to create a cloudfront distribution widget
|
|
184
184
|
* @param {string} id scoped id of the resource
|
|
185
|
-
* @param {
|
|
186
|
-
* @param {
|
|
185
|
+
* @param {CommonConstruct} scope scope in which this resource is defined
|
|
186
|
+
* @param {TextWidgetProps} props
|
|
187
187
|
* @param {string} distributionId the cloudfront distribution id
|
|
188
188
|
*/
|
|
189
189
|
createCloudfrontDistributionWidget(id, scope, props, distributionId) {
|
|
@@ -200,8 +200,8 @@ class CloudWatchManager {
|
|
|
200
200
|
/**
|
|
201
201
|
* @summary Method to create a step function widget
|
|
202
202
|
* @param {string} id scoped id of the resource
|
|
203
|
-
* @param {
|
|
204
|
-
* @param {
|
|
203
|
+
* @param {CommonConstruct} scope scope in which this resource is defined
|
|
204
|
+
* @param {TextWidgetProps} props
|
|
205
205
|
* @param {string} stateMachineArn the step function arn
|
|
206
206
|
*/
|
|
207
207
|
createStateWidget(id, scope, props, stateMachineArn) {
|
|
@@ -218,8 +218,8 @@ class CloudWatchManager {
|
|
|
218
218
|
/**
|
|
219
219
|
* @summary Method to create an event widget
|
|
220
220
|
* @param {string} id scoped id of the resource
|
|
221
|
-
* @param {
|
|
222
|
-
* @param {
|
|
221
|
+
* @param {CommonConstruct} scope scope in which this resource is defined
|
|
222
|
+
* @param {TextWidgetProps} props
|
|
223
223
|
* @param {string} eventBusName the event bus name
|
|
224
224
|
* @param {string} ruleName the event rule name
|
|
225
225
|
*/
|
|
@@ -240,8 +240,8 @@ class CloudWatchManager {
|
|
|
240
240
|
/**
|
|
241
241
|
* @summary Method to create an api gateway widget
|
|
242
242
|
* @param {string} id scoped id of the resource
|
|
243
|
-
* @param {
|
|
244
|
-
* @param {
|
|
243
|
+
* @param {CommonConstruct} scope scope in which this resource is defined
|
|
244
|
+
* @param {TextWidgetProps} props
|
|
245
245
|
* @param {string} apiName the api name
|
|
246
246
|
*/
|
|
247
247
|
createApiGatewayWidget(id, scope, props, apiName) {
|
|
@@ -258,8 +258,8 @@ class CloudWatchManager {
|
|
|
258
258
|
/**
|
|
259
259
|
* @summary Method to create a lambda function widget
|
|
260
260
|
* @param {string} id scoped id of the resource
|
|
261
|
-
* @param {
|
|
262
|
-
* @param {
|
|
261
|
+
* @param {CommonConstruct} scope scope in which this resource is defined
|
|
262
|
+
* @param {TextWidgetProps} props
|
|
263
263
|
* @param {string} functionName the lambda function name
|
|
264
264
|
*/
|
|
265
265
|
createLambdaWidget(id, scope, props, functionName) {
|
|
@@ -276,8 +276,8 @@ class CloudWatchManager {
|
|
|
276
276
|
/**
|
|
277
277
|
* @summary Method to create a custom widget
|
|
278
278
|
* @param {string} id scoped id of the resource
|
|
279
|
-
* @param {
|
|
280
|
-
* @param {
|
|
279
|
+
* @param {CommonConstruct} scope scope in which this resource is defined
|
|
280
|
+
* @param {TextWidgetProps} props
|
|
281
281
|
* @param {string} service the service identifier
|
|
282
282
|
*/
|
|
283
283
|
createCustomWidget(id, scope, props, service) {
|
|
@@ -294,8 +294,8 @@ class CloudWatchManager {
|
|
|
294
294
|
/**
|
|
295
295
|
* @summary Method to create an ecs cluster widget
|
|
296
296
|
* @param {string} id scoped id of the resource
|
|
297
|
-
* @param {
|
|
298
|
-
* @param {
|
|
297
|
+
* @param {CommonConstruct} scope scope in which this resource is defined
|
|
298
|
+
* @param {TextWidgetProps} props
|
|
299
299
|
* @param {string} clusterName the ecs cluster name
|
|
300
300
|
*/
|
|
301
301
|
createEcsClusterWidget(id, scope, props, clusterName) {
|
|
@@ -312,8 +312,8 @@ class CloudWatchManager {
|
|
|
312
312
|
/**
|
|
313
313
|
* @summary Method to create an ecs service widget
|
|
314
314
|
* @param {string} id scoped id of the resource
|
|
315
|
-
* @param {
|
|
316
|
-
* @param {
|
|
315
|
+
* @param {CommonConstruct} scope scope in which this resource is defined
|
|
316
|
+
* @param {TextWidgetProps} props
|
|
317
317
|
* @param {string} clusterName the ecs cluster name
|
|
318
318
|
* @param {string} serviceName the ecs service name
|
|
319
319
|
*/
|
|
@@ -334,8 +334,8 @@ class CloudWatchManager {
|
|
|
334
334
|
/**
|
|
335
335
|
* @summary Method to create an elb widget
|
|
336
336
|
* @param {string} id scoped id of the resource
|
|
337
|
-
* @param {
|
|
338
|
-
* @param {
|
|
337
|
+
* @param {CommonConstruct} scope scope in which this resource is defined
|
|
338
|
+
* @param {TextWidgetProps} props
|
|
339
339
|
* @param {string} loadBalancer the loadbalancer reference
|
|
340
340
|
*/
|
|
341
341
|
createElbWidget(id, scope, props, loadBalancer) {
|
|
@@ -352,8 +352,8 @@ class CloudWatchManager {
|
|
|
352
352
|
/**
|
|
353
353
|
* @summary Method to create an elasticache widget
|
|
354
354
|
* @param {string} id scoped id of the resource
|
|
355
|
-
* @param {
|
|
356
|
-
* @param {
|
|
355
|
+
* @param {CommonConstruct} scope scope in which this resource is defined
|
|
356
|
+
* @param {TextWidgetProps} props
|
|
357
357
|
* @param {string} cacheClusterId the elasticache cluster id
|
|
358
358
|
*/
|
|
359
359
|
createCacheWidget(id, scope, props, cacheClusterId) {
|
|
@@ -370,8 +370,8 @@ class CloudWatchManager {
|
|
|
370
370
|
/**
|
|
371
371
|
* @summary Method to create a cloudwatch text widget
|
|
372
372
|
* @param {string} id scoped id of the resource
|
|
373
|
-
* @param {
|
|
374
|
-
* @param {
|
|
373
|
+
* @param {CommonConstruct} scope scope in which this resource is defined
|
|
374
|
+
* @param {TextWidgetProps} props
|
|
375
375
|
*/
|
|
376
376
|
createTextWidget(id, scope, props) {
|
|
377
377
|
if (!props)
|
|
@@ -388,8 +388,8 @@ class CloudWatchManager {
|
|
|
388
388
|
/**
|
|
389
389
|
* @summary Method to create a cloudwatch numeric widget
|
|
390
390
|
* @param {string} id scoped id of the resource
|
|
391
|
-
* @param {
|
|
392
|
-
* @param {
|
|
391
|
+
* @param {CommonConstruct} scope scope in which this resource is defined
|
|
392
|
+
* @param {NumericWidgetProps} props
|
|
393
393
|
* @param metrics
|
|
394
394
|
*/
|
|
395
395
|
createSingleValueWidget(id, scope, props, metrics) {
|
|
@@ -412,8 +412,8 @@ class CloudWatchManager {
|
|
|
412
412
|
/**
|
|
413
413
|
* @summary Method to create a cloudwatch guage widget
|
|
414
414
|
* @param {string} id scoped id of the resource
|
|
415
|
-
* @param {
|
|
416
|
-
* @param {
|
|
415
|
+
* @param {CommonConstruct} scope scope in which this resource is defined
|
|
416
|
+
* @param {GuageWidgetProps} props
|
|
417
417
|
* @param metrics
|
|
418
418
|
*/
|
|
419
419
|
createGuageWidget(id, scope, props, metrics) {
|
|
@@ -436,8 +436,8 @@ class CloudWatchManager {
|
|
|
436
436
|
/**
|
|
437
437
|
* @summary Method to create a cloudwatch graph widget
|
|
438
438
|
* @param {string} id scoped id of the resource
|
|
439
|
-
* @param {
|
|
440
|
-
* @param {
|
|
439
|
+
* @param {CommonConstruct} scope scope in which this resource is defined
|
|
440
|
+
* @param {GraphWidgetProps} props
|
|
441
441
|
* @param leftYMetrics
|
|
442
442
|
* @param rightYMetrics
|
|
443
443
|
*/
|
|
@@ -467,8 +467,8 @@ class CloudWatchManager {
|
|
|
467
467
|
/**
|
|
468
468
|
* @summary Method to create a cloudwatch alarm status widget
|
|
469
469
|
* @param {string} id scoped id of the resource
|
|
470
|
-
* @param {
|
|
471
|
-
* @param {
|
|
470
|
+
* @param {CommonConstruct} scope scope in which this resource is defined
|
|
471
|
+
* @param {AlarmStatusWidgetProps} props
|
|
472
472
|
* @param {watch.IAlarm[]} alarms
|
|
473
473
|
*/
|
|
474
474
|
createAlarmStatusWidget(id, scope, props, alarms) {
|
|
@@ -487,8 +487,8 @@ class CloudWatchManager {
|
|
|
487
487
|
/**
|
|
488
488
|
* @summary Method to create a cloudwatch log query widget
|
|
489
489
|
* @param {string} id scoped id of the resource
|
|
490
|
-
* @param {
|
|
491
|
-
* @param {
|
|
490
|
+
* @param {CommonConstruct} scope scope in which this resource is defined
|
|
491
|
+
* @param {LogQueryWidgetProps} props
|
|
492
492
|
* @param {string[]} logGroupNames
|
|
493
493
|
*/
|
|
494
494
|
createLogQueryWidget(id, scope, props, logGroupNames) {
|
|
@@ -510,8 +510,8 @@ class CloudWatchManager {
|
|
|
510
510
|
}
|
|
511
511
|
/**
|
|
512
512
|
* @summary Utility method to determine the metrics and dimensions
|
|
513
|
-
* @param {
|
|
514
|
-
* @param {
|
|
513
|
+
* @param {CommonConstruct} scope scope in which this resource is defined
|
|
514
|
+
* @param {MetricProps[]} metricProps
|
|
515
515
|
*/
|
|
516
516
|
determineMetrics(scope, metricProps) {
|
|
517
517
|
const metrics = [];
|
|
@@ -648,7 +648,7 @@ class CloudWatchManager {
|
|
|
648
648
|
/**
|
|
649
649
|
* @summary Utility method to determine the configured alarms
|
|
650
650
|
* @param {string} id scoped id of the resource
|
|
651
|
-
* @param {
|
|
651
|
+
* @param {CommonConstruct} scope scope in which this resource is defined
|
|
652
652
|
* @param {watch.AlarmProps[]} alarmProps
|
|
653
653
|
*/
|
|
654
654
|
determineAlarms(id, scope, alarmProps) {
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
import * as watch from 'aws-cdk-lib/aws-cloudwatch';
|
|
2
|
+
import * as logs from 'aws-cdk-lib/aws-logs';
|
|
3
|
+
import { TagProps } from '../../../types';
|
|
4
|
+
/**
|
|
5
|
+
* @category cdk-utils.cloudwatch-manager
|
|
6
|
+
* @subcategory Properties
|
|
7
|
+
*/
|
|
8
|
+
export interface AlarmProps extends watch.AlarmProps {
|
|
9
|
+
expression?: string;
|
|
10
|
+
metricProps?: MetricProps[];
|
|
11
|
+
periodInSecs?: number;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @category cdk-utils.cloudwatch-manager
|
|
15
|
+
* @subcategory Properties
|
|
16
|
+
*/
|
|
17
|
+
export interface DashboardProps extends watch.DashboardProps {
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* @category cdk-utils.cloudwatch-manager
|
|
21
|
+
* @subcategory Properties
|
|
22
|
+
*/
|
|
23
|
+
export interface MetricProps extends watch.MetricProps {
|
|
24
|
+
stageSuffix: boolean;
|
|
25
|
+
periodInSecs?: number;
|
|
26
|
+
functionName?: string;
|
|
27
|
+
dbClusterIdentifier?: string;
|
|
28
|
+
distributionId?: string;
|
|
29
|
+
loadBalancer?: string;
|
|
30
|
+
serviceName?: string;
|
|
31
|
+
clusterName?: string;
|
|
32
|
+
apiName?: string;
|
|
33
|
+
cacheClusterId?: string;
|
|
34
|
+
stateMachineArn?: string;
|
|
35
|
+
eventBusName?: string;
|
|
36
|
+
ruleName?: string;
|
|
37
|
+
service?: string;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* @category cdk-utils.cloudwatch-manager
|
|
41
|
+
* @subcategory Properties
|
|
42
|
+
*/
|
|
43
|
+
export interface TextWidgetProps extends watch.TextWidgetProps {
|
|
44
|
+
type: string;
|
|
45
|
+
positionX: number;
|
|
46
|
+
positionY: number;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* @category cdk-utils.cloudwatch-manager
|
|
50
|
+
* @subcategory Properties
|
|
51
|
+
*/
|
|
52
|
+
export interface NumericWidgetProps extends watch.SingleValueWidgetProps {
|
|
53
|
+
type: string;
|
|
54
|
+
positionX: number;
|
|
55
|
+
positionY: number;
|
|
56
|
+
metricProps: watch.MetricProps[];
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* @category cdk-utils.cloudwatch-manager
|
|
60
|
+
* @subcategory Properties
|
|
61
|
+
*/
|
|
62
|
+
export interface GuageWidgetProps extends watch.GaugeWidgetProps {
|
|
63
|
+
type: string;
|
|
64
|
+
positionX: number;
|
|
65
|
+
positionY: number;
|
|
66
|
+
metricProps: watch.MetricProps[];
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* @category cdk-utils.cloudwatch-manager
|
|
70
|
+
* @subcategory Properties
|
|
71
|
+
*/
|
|
72
|
+
export interface GraphWidgetProps extends watch.GraphWidgetProps {
|
|
73
|
+
type: string;
|
|
74
|
+
positionX: number;
|
|
75
|
+
positionY: number;
|
|
76
|
+
metricProps: MetricProps[];
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* @category cdk-utils.cloudwatch-manager
|
|
80
|
+
* @subcategory Properties
|
|
81
|
+
*/
|
|
82
|
+
export interface AlarmStatusWidgetProps extends watch.AlarmStatusWidgetProps {
|
|
83
|
+
type: string;
|
|
84
|
+
positionX: number;
|
|
85
|
+
positionY: number;
|
|
86
|
+
alarmProps: watch.AlarmProps[];
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* @category cdk-utils.cloudwatch-manager
|
|
90
|
+
* @subcategory Properties
|
|
91
|
+
*/
|
|
92
|
+
export interface LogQueryWidgetProps extends watch.LogQueryWidgetProps {
|
|
93
|
+
type: string;
|
|
94
|
+
positionX: number;
|
|
95
|
+
positionY: number;
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* @category cdk-utils.cloudwatch-manager
|
|
99
|
+
* @subcategory Properties
|
|
100
|
+
*/
|
|
101
|
+
export interface MetricFilterProps extends logs.MetricFilterProps {
|
|
102
|
+
periodInSecs: number;
|
|
103
|
+
options: watch.MetricOptions;
|
|
104
|
+
}
|
|
105
|
+
/**
|
|
106
|
+
* @category cdk-utils.cloudwatch-manager
|
|
107
|
+
* @subcategory Properties
|
|
108
|
+
*/
|
|
109
|
+
export interface LogProps extends logs.LogGroupProps {
|
|
110
|
+
tags?: TagProps[];
|
|
111
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './main';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./main"), exports);
|
package/dist/src/lib/{manager/aws/codebuild-manager.d.ts → services/aws/codebuild/main.d.ts}
RENAMED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import * as cdk from 'aws-cdk-lib';
|
|
2
|
-
import
|
|
2
|
+
import { CommonConstruct } from '../../../common';
|
|
3
3
|
/**
|
|
4
4
|
* @stability stable
|
|
5
5
|
* @category cdk-utils.codebuild-manager
|
|
6
6
|
* @subcategory Construct
|
|
7
7
|
* @classdesc Provides operations on AWS Code Build.
|
|
8
|
-
* - A new instance of this class is injected into {@link
|
|
9
|
-
* - If a custom construct extends {@link
|
|
8
|
+
* - A new instance of this class is injected into {@link CommonConstruct} constructor.
|
|
9
|
+
* - If a custom construct extends {@link CommonConstruct}, an instance is available within the context.
|
|
10
10
|
* @example
|
|
11
|
-
* import {
|
|
11
|
+
* import { CommonConstruct } from '@gradientedge/cdk-utils'
|
|
12
12
|
*
|
|
13
|
-
* class CustomConstruct extends
|
|
13
|
+
* class CustomConstruct extends CommonConstruct {
|
|
14
14
|
* constructor(parent: cdk.Construct, id: string, props: common.CommonStackProps) {
|
|
15
15
|
* super(parent, id, props)
|
|
16
16
|
* this.props = props
|
|
@@ -27,7 +27,7 @@ export declare class CodeBuildManager {
|
|
|
27
27
|
* @param scope
|
|
28
28
|
* @param dockerfilePath
|
|
29
29
|
*/
|
|
30
|
-
createImageForCloudfrontInvalidation(id: string, scope:
|
|
30
|
+
createImageForCloudfrontInvalidation(id: string, scope: CommonConstruct, dockerfilePath: string): cdk.aws_ecr_assets.DockerImageAsset;
|
|
31
31
|
/**
|
|
32
32
|
*
|
|
33
33
|
* @param id
|
|
@@ -36,5 +36,5 @@ export declare class CodeBuildManager {
|
|
|
36
36
|
* @param distributionId
|
|
37
37
|
* @param paths
|
|
38
38
|
*/
|
|
39
|
-
createProjectForCloudfrontInvalidation(id: string, scope:
|
|
39
|
+
createProjectForCloudfrontInvalidation(id: string, scope: CommonConstruct, dockerFilepath: string, distributionId: string, paths?: string): cdk.aws_codebuild.Project;
|
|
40
40
|
}
|
|
@@ -31,12 +31,12 @@ const codebuild = __importStar(require("aws-cdk-lib/aws-codebuild"));
|
|
|
31
31
|
* @category cdk-utils.codebuild-manager
|
|
32
32
|
* @subcategory Construct
|
|
33
33
|
* @classdesc Provides operations on AWS Code Build.
|
|
34
|
-
* - A new instance of this class is injected into {@link
|
|
35
|
-
* - If a custom construct extends {@link
|
|
34
|
+
* - A new instance of this class is injected into {@link CommonConstruct} constructor.
|
|
35
|
+
* - If a custom construct extends {@link CommonConstruct}, an instance is available within the context.
|
|
36
36
|
* @example
|
|
37
|
-
* import {
|
|
37
|
+
* import { CommonConstruct } from '@gradientedge/cdk-utils'
|
|
38
38
|
*
|
|
39
|
-
* class CustomConstruct extends
|
|
39
|
+
* class CustomConstruct extends CommonConstruct {
|
|
40
40
|
* constructor(parent: cdk.Construct, id: string, props: common.CommonStackProps) {
|
|
41
41
|
* super(parent, id, props)
|
|
42
42
|
* this.props = props
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./main"), exports);
|
|
18
|
+
__exportStar(require("./types"), exports);
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import * as dynamodb from 'aws-cdk-lib/aws-dynamodb';
|
|
2
|
-
import
|
|
3
|
-
import
|
|
2
|
+
import { CommonConstruct } from '../../../common';
|
|
3
|
+
import { TableProps } from './types';
|
|
4
4
|
/**
|
|
5
5
|
* @stability stable
|
|
6
6
|
* @category cdk-utils.dynamodb-manager
|
|
7
7
|
* @subcategory Construct
|
|
8
8
|
* @classdesc Provides operations on AWS DynamoDB.
|
|
9
|
-
* - A new instance of this class is injected into {@link
|
|
10
|
-
* - If a custom construct extends {@link
|
|
9
|
+
* - A new instance of this class is injected into {@link CommonConstruct} constructor.
|
|
10
|
+
* - If a custom construct extends {@link CommonConstruct}, an instance is available within the context.
|
|
11
11
|
* @example
|
|
12
12
|
* import { CommonConstruct } from '@gradientedge/cdk-utils'
|
|
13
13
|
*
|
|
@@ -25,8 +25,8 @@ export declare class DynamodbManager {
|
|
|
25
25
|
/**
|
|
26
26
|
* @summary Method to create a table
|
|
27
27
|
* @param {string} id scoped id of the resource
|
|
28
|
-
* @param {
|
|
29
|
-
* @param {
|
|
28
|
+
* @param {CommonConstruct} scope scope in which this resource is defined
|
|
29
|
+
* @param {TableProps} props table props
|
|
30
30
|
*/
|
|
31
|
-
createTable(id: string, scope:
|
|
31
|
+
createTable(id: string, scope: CommonConstruct, props: TableProps): dynamodb.Table;
|
|
32
32
|
}
|
|
@@ -25,15 +25,15 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.DynamodbManager = void 0;
|
|
27
27
|
const dynamodb = __importStar(require("aws-cdk-lib/aws-dynamodb"));
|
|
28
|
-
const utils = __importStar(require("
|
|
28
|
+
const utils = __importStar(require("../../../utils"));
|
|
29
29
|
const cdk = __importStar(require("aws-cdk-lib"));
|
|
30
30
|
/**
|
|
31
31
|
* @stability stable
|
|
32
32
|
* @category cdk-utils.dynamodb-manager
|
|
33
33
|
* @subcategory Construct
|
|
34
34
|
* @classdesc Provides operations on AWS DynamoDB.
|
|
35
|
-
* - A new instance of this class is injected into {@link
|
|
36
|
-
* - If a custom construct extends {@link
|
|
35
|
+
* - A new instance of this class is injected into {@link CommonConstruct} constructor.
|
|
36
|
+
* - If a custom construct extends {@link CommonConstruct}, an instance is available within the context.
|
|
37
37
|
* @example
|
|
38
38
|
* import { CommonConstruct } from '@gradientedge/cdk-utils'
|
|
39
39
|
*
|
|
@@ -51,8 +51,8 @@ class DynamodbManager {
|
|
|
51
51
|
/**
|
|
52
52
|
* @summary Method to create a table
|
|
53
53
|
* @param {string} id scoped id of the resource
|
|
54
|
-
* @param {
|
|
55
|
-
* @param {
|
|
54
|
+
* @param {CommonConstruct} scope scope in which this resource is defined
|
|
55
|
+
* @param {TableProps} props table props
|
|
56
56
|
*/
|
|
57
57
|
createTable(id, scope, props) {
|
|
58
58
|
if (!props)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './main';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./main"), exports);
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import * as ecr from 'aws-cdk-lib/aws-ecr-assets';
|
|
2
|
-
import
|
|
2
|
+
import { CommonConstruct } from '../../../common';
|
|
3
3
|
/**
|
|
4
4
|
* @stability stable
|
|
5
5
|
* @category cdk-utils.ecr-manager
|
|
6
6
|
* @subcategory Construct
|
|
7
7
|
* @classdesc Provides operations on AWS Elastic Container Registry.
|
|
8
|
-
* - A new instance of this class is injected into {@link
|
|
9
|
-
* - If a custom construct extends {@link
|
|
8
|
+
* - A new instance of this class is injected into {@link CommonConstruct} constructor.
|
|
9
|
+
* - If a custom construct extends {@link CommonConstruct}, an instance is available within the context.
|
|
10
10
|
* @example
|
|
11
|
-
* import
|
|
11
|
+
* import { CommonConstruct } from '@gradientedge/cdk-utils'
|
|
12
12
|
*
|
|
13
|
-
* class CustomConstruct extends
|
|
13
|
+
* class CustomConstruct extends CommonConstruct {
|
|
14
14
|
* constructor(parent: cdk.Construct, id: string, props: common.CommonStackProps) {
|
|
15
15
|
* super(parent, id, props)
|
|
16
16
|
* this.props = props
|
|
@@ -24,8 +24,8 @@ export declare class EcrManager {
|
|
|
24
24
|
/**
|
|
25
25
|
* @summary Method to create a docker image in ecr
|
|
26
26
|
* @param {string} id scoped id of the resource
|
|
27
|
-
* @param {
|
|
27
|
+
* @param {CommonConstruct} scope scope in which this resource is defined
|
|
28
28
|
* @param {string} dockerfilePath
|
|
29
29
|
*/
|
|
30
|
-
createDockerImage(id: string, scope:
|
|
30
|
+
createDockerImage(id: string, scope: CommonConstruct, dockerfilePath: string): ecr.DockerImageAsset;
|
|
31
31
|
}
|
package/dist/src/lib/{manager/aws/ecr-manager.js → services/aws/elastic-container-registry/main.js}
RENAMED
|
@@ -25,18 +25,18 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.EcrManager = void 0;
|
|
27
27
|
const ecr = __importStar(require("aws-cdk-lib/aws-ecr-assets"));
|
|
28
|
-
const utils = __importStar(require("
|
|
28
|
+
const utils = __importStar(require("../../../utils"));
|
|
29
29
|
/**
|
|
30
30
|
* @stability stable
|
|
31
31
|
* @category cdk-utils.ecr-manager
|
|
32
32
|
* @subcategory Construct
|
|
33
33
|
* @classdesc Provides operations on AWS Elastic Container Registry.
|
|
34
|
-
* - A new instance of this class is injected into {@link
|
|
35
|
-
* - If a custom construct extends {@link
|
|
34
|
+
* - A new instance of this class is injected into {@link CommonConstruct} constructor.
|
|
35
|
+
* - If a custom construct extends {@link CommonConstruct}, an instance is available within the context.
|
|
36
36
|
* @example
|
|
37
|
-
* import
|
|
37
|
+
* import { CommonConstruct } from '@gradientedge/cdk-utils'
|
|
38
38
|
*
|
|
39
|
-
* class CustomConstruct extends
|
|
39
|
+
* class CustomConstruct extends CommonConstruct {
|
|
40
40
|
* constructor(parent: cdk.Construct, id: string, props: common.CommonStackProps) {
|
|
41
41
|
* super(parent, id, props)
|
|
42
42
|
* this.props = props
|
|
@@ -50,7 +50,7 @@ class EcrManager {
|
|
|
50
50
|
/**
|
|
51
51
|
* @summary Method to create a docker image in ecr
|
|
52
52
|
* @param {string} id scoped id of the resource
|
|
53
|
-
* @param {
|
|
53
|
+
* @param {CommonConstruct} scope scope in which this resource is defined
|
|
54
54
|
* @param {string} dockerfilePath
|
|
55
55
|
*/
|
|
56
56
|
createDockerImage(id, scope, dockerfilePath) {
|