@csermet/multiprovider
Version:
cloud-graph provider plugin for AWS used to fetch AWS cloud data.
15 lines (14 loc) • 853 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SNS_CUSTOM_DELAY = exports.MESSAGE_INTERVAL = exports.CLOUDFORMATION_STACK_CUSTOM_DELAY = exports.IAM_CUSTOM_DELAY = exports.ROUTE_53_CUSTOM_DELAY = exports.CLOUDWATCH_CUSTOM_DELAY = exports.ASG_CUSTOM_DELAY = exports.ALB_CUSTOM_DELAY = exports.API_GATEWAY_CUSTOM_DELAY = exports.BASE_CUSTOM_RETRY_DELAY = exports.MAX_FAILED_AWS_REQUEST_RETRIES = void 0;
exports.MAX_FAILED_AWS_REQUEST_RETRIES = 5;
exports.BASE_CUSTOM_RETRY_DELAY = 100;
exports.API_GATEWAY_CUSTOM_DELAY = 200;
exports.ALB_CUSTOM_DELAY = 750;
exports.ASG_CUSTOM_DELAY = 200;
exports.CLOUDWATCH_CUSTOM_DELAY = 200;
exports.ROUTE_53_CUSTOM_DELAY = 200;
exports.IAM_CUSTOM_DELAY = 1000;
exports.CLOUDFORMATION_STACK_CUSTOM_DELAY = 1000;
exports.MESSAGE_INTERVAL = 45000;
exports.SNS_CUSTOM_DELAY = 1000;