UNPKG

@pulumi/aws-native

Version:

The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)

32 lines 1.27 kB
"use strict"; // *** WARNING: this file was generated by pulumi-language-nodejs. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** Object.defineProperty(exports, "__esModule", { value: true }); exports.ProtectionGroupResourceType = exports.ProtectionGroupPattern = exports.ProtectionGroupAggregation = exports.ProtectionApplicationLayerAutomaticResponseConfigurationStatus = exports.ProactiveEngagementStatus = void 0; exports.ProactiveEngagementStatus = { Enabled: "ENABLED", Disabled: "DISABLED", }; exports.ProtectionApplicationLayerAutomaticResponseConfigurationStatus = { Enabled: "ENABLED", Disabled: "DISABLED", }; exports.ProtectionGroupAggregation = { Sum: "SUM", Mean: "MEAN", Max: "MAX", }; exports.ProtectionGroupPattern = { All: "ALL", Arbitrary: "ARBITRARY", ByResourceType: "BY_RESOURCE_TYPE", }; exports.ProtectionGroupResourceType = { CloudfrontDistribution: "CLOUDFRONT_DISTRIBUTION", Route53HostedZone: "ROUTE_53_HOSTED_ZONE", ElasticIpAllocation: "ELASTIC_IP_ALLOCATION", ClassicLoadBalancer: "CLASSIC_LOAD_BALANCER", ApplicationLoadBalancer: "APPLICATION_LOAD_BALANCER", GlobalAccelerator: "GLOBAL_ACCELERATOR", }; //# sourceMappingURL=index.js.map