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)

31 lines 1.19 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.PolicyType = exports.PolicyResourceTagLogicalOperator = exports.PolicyNetworkAclEntryRuleAction = exports.PolicyFirewallDeploymentModel = void 0; exports.PolicyFirewallDeploymentModel = { Distributed: "DISTRIBUTED", Centralized: "CENTRALIZED", }; exports.PolicyNetworkAclEntryRuleAction = { Allow: "allow", Deny: "deny", }; exports.PolicyResourceTagLogicalOperator = { And: "AND", Or: "OR", }; exports.PolicyType = { Waf: "WAF", Wafv2: "WAFV2", ShieldAdvanced: "SHIELD_ADVANCED", SecurityGroupsCommon: "SECURITY_GROUPS_COMMON", SecurityGroupsContentAudit: "SECURITY_GROUPS_CONTENT_AUDIT", SecurityGroupsUsageAudit: "SECURITY_GROUPS_USAGE_AUDIT", NetworkFirewall: "NETWORK_FIREWALL", ThirdPartyFirewall: "THIRD_PARTY_FIREWALL", DnsFirewall: "DNS_FIREWALL", ImportNetworkFirewall: "IMPORT_NETWORK_FIREWALL", NetworkAclCommon: "NETWORK_ACL_COMMON", }; //# sourceMappingURL=index.js.map