@pulumi/cloudngfwaws 0.0.1
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/LICENSE +177 -0
- package/README.md +54 -0
- package/account.d.ts +148 -0
- package/account.js +73 -0
- package/account.js.map +1 -0
- package/accountOnboarding.d.ts +68 -0
- package/accountOnboarding.js +62 -0
- package/accountOnboarding.js.map +1 -0
- package/accountOnboardingStack.d.ts +233 -0
- package/accountOnboardingStack.js +103 -0
- package/accountOnboardingStack.js.map +1 -0
- package/certificate.d.ts +168 -0
- package/certificate.js +106 -0
- package/certificate.js.map +1 -0
- package/commitRulestack.d.ts +123 -0
- package/commitRulestack.js +83 -0
- package/commitRulestack.js.map +1 -0
- package/config/index.d.ts +1 -0
- package/config/index.js +21 -0
- package/config/index.js.map +1 -0
- package/config/vars.d.ts +96 -0
- package/config/vars.js +127 -0
- package/config/vars.js.map +1 -0
- package/customUrlCategory.d.ts +172 -0
- package/customUrlCategory.js +113 -0
- package/customUrlCategory.js.map +1 -0
- package/fqdnList.d.ts +159 -0
- package/fqdnList.js +110 -0
- package/fqdnList.js.map +1 -0
- package/getAccount.d.ts +138 -0
- package/getAccount.js +54 -0
- package/getAccount.js.map +1 -0
- package/getAccounts.d.ts +76 -0
- package/getAccounts.js +44 -0
- package/getAccounts.js.map +1 -0
- package/getAppIdVersion.d.ts +102 -0
- package/getAppIdVersion.js +62 -0
- package/getAppIdVersion.js.map +1 -0
- package/getAppIdVersions.d.ts +86 -0
- package/getAppIdVersions.js +58 -0
- package/getAppIdVersions.js.map +1 -0
- package/getCertificate.d.ts +148 -0
- package/getCertificate.js +86 -0
- package/getCertificate.js.map +1 -0
- package/getCountry.d.ts +88 -0
- package/getCountry.js +58 -0
- package/getCountry.js.map +1 -0
- package/getCustomUrlCategory.d.ts +148 -0
- package/getCustomUrlCategory.js +86 -0
- package/getCustomUrlCategory.js.map +1 -0
- package/getFqdnList.d.ts +144 -0
- package/getFqdnList.js +86 -0
- package/getFqdnList.js.map +1 -0
- package/getIntelligentFeed.d.ts +160 -0
- package/getIntelligentFeed.js +86 -0
- package/getIntelligentFeed.js.map +1 -0
- package/getNgfw.d.ts +146 -0
- package/getNgfw.js +60 -0
- package/getNgfw.js.map +1 -0
- package/getNgfwLogProfile.d.ts +101 -0
- package/getNgfwLogProfile.js +62 -0
- package/getNgfwLogProfile.js.map +1 -0
- package/getNgfws.d.ts +83 -0
- package/getNgfws.js +58 -0
- package/getNgfws.js.map +1 -0
- package/getPredefinedUrlCategories.d.ts +88 -0
- package/getPredefinedUrlCategories.js +60 -0
- package/getPredefinedUrlCategories.js.map +1 -0
- package/getPredefinedUrlCategoryOverride.d.ts +128 -0
- package/getPredefinedUrlCategoryOverride.js +84 -0
- package/getPredefinedUrlCategoryOverride.js.map +1 -0
- package/getPrefixList.d.ts +144 -0
- package/getPrefixList.js +86 -0
- package/getPrefixList.js.map +1 -0
- package/getRulestack.d.ts +128 -0
- package/getRulestack.js +64 -0
- package/getRulestack.js.map +1 -0
- package/getSecurityRule.d.ts +169 -0
- package/getSecurityRule.js +46 -0
- package/getSecurityRule.js.map +1 -0
- package/getValidateRulestack.d.ts +82 -0
- package/getValidateRulestack.js +40 -0
- package/getValidateRulestack.js.map +1 -0
- package/index.d.ts +102 -0
- package/index.js +158 -0
- package/index.js.map +1 -0
- package/intelligentFeed.d.ts +207 -0
- package/intelligentFeed.js +118 -0
- package/intelligentFeed.js.map +1 -0
- package/ngfw.d.ts +295 -0
- package/ngfw.js +153 -0
- package/ngfw.js.map +1 -0
- package/ngfwLogProfile.d.ts +191 -0
- package/ngfwLogProfile.js +149 -0
- package/ngfwLogProfile.js.map +1 -0
- package/package.json +32 -0
- package/predefinedUrlCategoryOverride.d.ts +130 -0
- package/predefinedUrlCategoryOverride.js +98 -0
- package/predefinedUrlCategoryOverride.js.map +1 -0
- package/prefixList.d.ts +159 -0
- package/prefixList.js +110 -0
- package/prefixList.js.map +1 -0
- package/provider.d.ts +192 -0
- package/provider.js +64 -0
- package/provider.js.map +1 -0
- package/rulestack.d.ts +184 -0
- package/rulestack.js +103 -0
- package/rulestack.js.map +1 -0
- package/securityRule.d.ts +344 -0
- package/securityRule.js +162 -0
- package/securityRule.js.map +1 -0
- package/types/index.d.ts +3 -0
- package/types/index.js +11 -0
- package/types/index.js.map +1 -0
- package/types/input.d.ts +174 -0
- package/types/input.js +5 -0
- package/types/input.js.map +1 -0
- package/types/output.d.ts +313 -0
- package/types/output.js +5 -0
- package/types/output.js.map +1 -0
- package/utilities.d.ts +8 -0
- package/utilities.js +101 -0
- package/utilities.js.map +1 -0
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "./types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data source for retrieving rulestack information.
|
|
5
|
+
*
|
|
6
|
+
* ## Admin Permission Type
|
|
7
|
+
*
|
|
8
|
+
* * `Rulestack` (for `scope="Local"`)
|
|
9
|
+
* * `Global Rulestack` (for `scope="Global"`)
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as cloudngfwaws from "@pulumi/cloudngfwaws";
|
|
16
|
+
*
|
|
17
|
+
* const example = cloudngfwaws.getRulestack({
|
|
18
|
+
* name: "my-rulestack-name",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
export declare function getRulestack(args: GetRulestackArgs, opts?: pulumi.InvokeOptions): Promise<GetRulestackResult>;
|
|
23
|
+
/**
|
|
24
|
+
* A collection of arguments for invoking getRulestack.
|
|
25
|
+
*/
|
|
26
|
+
export interface GetRulestackArgs {
|
|
27
|
+
/**
|
|
28
|
+
* Retrieve either the candidate or running config. Valid values are `candidate` or `running`. Defaults to `candidate`.
|
|
29
|
+
*/
|
|
30
|
+
configType?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The name.
|
|
33
|
+
*/
|
|
34
|
+
name: string;
|
|
35
|
+
/**
|
|
36
|
+
* The rulestack's scope. A local rulestack will require that you've retrieved a LRA JWT. A global rulestack will require that you've retrieved a GRA JWT. Valid values are `Local` or `Global`. Defaults to `Local`.
|
|
37
|
+
*/
|
|
38
|
+
scope?: string;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* A collection of values returned by getRulestack.
|
|
42
|
+
*/
|
|
43
|
+
export interface GetRulestackResult {
|
|
44
|
+
/**
|
|
45
|
+
* Account group.
|
|
46
|
+
*/
|
|
47
|
+
readonly accountGroup: string;
|
|
48
|
+
/**
|
|
49
|
+
* The account ID.
|
|
50
|
+
*/
|
|
51
|
+
readonly accountId: string;
|
|
52
|
+
/**
|
|
53
|
+
* Retrieve either the candidate or running config. Valid values are `candidate` or `running`. Defaults to `candidate`.
|
|
54
|
+
*/
|
|
55
|
+
readonly configType?: string;
|
|
56
|
+
/**
|
|
57
|
+
* The description.
|
|
58
|
+
*/
|
|
59
|
+
readonly description: string;
|
|
60
|
+
/**
|
|
61
|
+
* The provider-assigned unique ID for this managed resource.
|
|
62
|
+
*/
|
|
63
|
+
readonly id: string;
|
|
64
|
+
/**
|
|
65
|
+
* Lookup x forwarded for.
|
|
66
|
+
*/
|
|
67
|
+
readonly lookupXForwardedFor: string;
|
|
68
|
+
/**
|
|
69
|
+
* Minimum App-ID version number.
|
|
70
|
+
*/
|
|
71
|
+
readonly minimumAppIdVersion: string;
|
|
72
|
+
/**
|
|
73
|
+
* The name.
|
|
74
|
+
*/
|
|
75
|
+
readonly name: string;
|
|
76
|
+
readonly profileConfigs: outputs.GetRulestackProfileConfig[];
|
|
77
|
+
/**
|
|
78
|
+
* The rulestack's scope. A local rulestack will require that you've retrieved a LRA JWT. A global rulestack will require that you've retrieved a GRA JWT. Valid values are `Local` or `Global`. Defaults to `Local`.
|
|
79
|
+
*/
|
|
80
|
+
readonly scope?: string;
|
|
81
|
+
/**
|
|
82
|
+
* The rulestack state.
|
|
83
|
+
*/
|
|
84
|
+
readonly state: string;
|
|
85
|
+
/**
|
|
86
|
+
* The tags.
|
|
87
|
+
*/
|
|
88
|
+
readonly tags: {
|
|
89
|
+
[key: string]: string;
|
|
90
|
+
};
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* Data source for retrieving rulestack information.
|
|
94
|
+
*
|
|
95
|
+
* ## Admin Permission Type
|
|
96
|
+
*
|
|
97
|
+
* * `Rulestack` (for `scope="Local"`)
|
|
98
|
+
* * `Global Rulestack` (for `scope="Global"`)
|
|
99
|
+
*
|
|
100
|
+
* ## Example Usage
|
|
101
|
+
*
|
|
102
|
+
* ```typescript
|
|
103
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
104
|
+
* import * as cloudngfwaws from "@pulumi/cloudngfwaws";
|
|
105
|
+
*
|
|
106
|
+
* const example = cloudngfwaws.getRulestack({
|
|
107
|
+
* name: "my-rulestack-name",
|
|
108
|
+
* });
|
|
109
|
+
* ```
|
|
110
|
+
*/
|
|
111
|
+
export declare function getRulestackOutput(args: GetRulestackOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetRulestackResult>;
|
|
112
|
+
/**
|
|
113
|
+
* A collection of arguments for invoking getRulestack.
|
|
114
|
+
*/
|
|
115
|
+
export interface GetRulestackOutputArgs {
|
|
116
|
+
/**
|
|
117
|
+
* Retrieve either the candidate or running config. Valid values are `candidate` or `running`. Defaults to `candidate`.
|
|
118
|
+
*/
|
|
119
|
+
configType?: pulumi.Input<string>;
|
|
120
|
+
/**
|
|
121
|
+
* The name.
|
|
122
|
+
*/
|
|
123
|
+
name: pulumi.Input<string>;
|
|
124
|
+
/**
|
|
125
|
+
* The rulestack's scope. A local rulestack will require that you've retrieved a LRA JWT. A global rulestack will require that you've retrieved a GRA JWT. Valid values are `Local` or `Global`. Defaults to `Local`.
|
|
126
|
+
*/
|
|
127
|
+
scope?: pulumi.Input<string>;
|
|
128
|
+
}
|
package/getRulestack.js
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getRulestackOutput = exports.getRulestack = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data source for retrieving rulestack information.
|
|
10
|
+
*
|
|
11
|
+
* ## Admin Permission Type
|
|
12
|
+
*
|
|
13
|
+
* * `Rulestack` (for `scope="Local"`)
|
|
14
|
+
* * `Global Rulestack` (for `scope="Global"`)
|
|
15
|
+
*
|
|
16
|
+
* ## Example Usage
|
|
17
|
+
*
|
|
18
|
+
* ```typescript
|
|
19
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
20
|
+
* import * as cloudngfwaws from "@pulumi/cloudngfwaws";
|
|
21
|
+
*
|
|
22
|
+
* const example = cloudngfwaws.getRulestack({
|
|
23
|
+
* name: "my-rulestack-name",
|
|
24
|
+
* });
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
function getRulestack(args, opts) {
|
|
28
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
29
|
+
return pulumi.runtime.invoke("cloudngfwaws:index/getRulestack:getRulestack", {
|
|
30
|
+
"configType": args.configType,
|
|
31
|
+
"name": args.name,
|
|
32
|
+
"scope": args.scope,
|
|
33
|
+
}, opts);
|
|
34
|
+
}
|
|
35
|
+
exports.getRulestack = getRulestack;
|
|
36
|
+
/**
|
|
37
|
+
* Data source for retrieving rulestack information.
|
|
38
|
+
*
|
|
39
|
+
* ## Admin Permission Type
|
|
40
|
+
*
|
|
41
|
+
* * `Rulestack` (for `scope="Local"`)
|
|
42
|
+
* * `Global Rulestack` (for `scope="Global"`)
|
|
43
|
+
*
|
|
44
|
+
* ## Example Usage
|
|
45
|
+
*
|
|
46
|
+
* ```typescript
|
|
47
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
48
|
+
* import * as cloudngfwaws from "@pulumi/cloudngfwaws";
|
|
49
|
+
*
|
|
50
|
+
* const example = cloudngfwaws.getRulestack({
|
|
51
|
+
* name: "my-rulestack-name",
|
|
52
|
+
* });
|
|
53
|
+
* ```
|
|
54
|
+
*/
|
|
55
|
+
function getRulestackOutput(args, opts) {
|
|
56
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
57
|
+
return pulumi.runtime.invokeOutput("cloudngfwaws:index/getRulestack:getRulestack", {
|
|
58
|
+
"configType": args.configType,
|
|
59
|
+
"name": args.name,
|
|
60
|
+
"scope": args.scope,
|
|
61
|
+
}, opts);
|
|
62
|
+
}
|
|
63
|
+
exports.getRulestackOutput = getRulestackOutput;
|
|
64
|
+
//# sourceMappingURL=getRulestack.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getRulestack.js","sourceRoot":"","sources":["../getRulestack.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,oCAOC;AAsED;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE;QAC/E,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gDAOC"}
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "./types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data source for retrieving security rule information.
|
|
5
|
+
*
|
|
6
|
+
* ## Admin Permission Type
|
|
7
|
+
*
|
|
8
|
+
* * `Rulestack` (for `scope="Local"`)
|
|
9
|
+
* * `Global Rulestack` (for `scope="Global"`)
|
|
10
|
+
*/
|
|
11
|
+
export declare function getSecurityRule(args: GetSecurityRuleArgs, opts?: pulumi.InvokeOptions): Promise<GetSecurityRuleResult>;
|
|
12
|
+
/**
|
|
13
|
+
* A collection of arguments for invoking getSecurityRule.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetSecurityRuleArgs {
|
|
16
|
+
/**
|
|
17
|
+
* Retrieve either the candidate or running config. Valid values are `candidate` or `running`. Defaults to `candidate`.
|
|
18
|
+
*/
|
|
19
|
+
configType?: string;
|
|
20
|
+
/**
|
|
21
|
+
* The rule priority.
|
|
22
|
+
*/
|
|
23
|
+
priority: number;
|
|
24
|
+
/**
|
|
25
|
+
* The rulebase. Valid values are `PreRule`, `PostRule`, or `LocalRule`. Defaults to `PreRule`.
|
|
26
|
+
*/
|
|
27
|
+
ruleList?: string;
|
|
28
|
+
/**
|
|
29
|
+
* The rulestack.
|
|
30
|
+
*/
|
|
31
|
+
rulestack: string;
|
|
32
|
+
/**
|
|
33
|
+
* The rulestack's scope. A local rulestack will require that you've retrieved a LRA JWT. A global rulestack will require that you've retrieved a GRA JWT. Valid values are `Local` or `Global`. Defaults to `Local`.
|
|
34
|
+
*/
|
|
35
|
+
scope?: string;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* A collection of values returned by getSecurityRule.
|
|
39
|
+
*/
|
|
40
|
+
export interface GetSecurityRuleResult {
|
|
41
|
+
/**
|
|
42
|
+
* The action to take. Valid values are `Allow`, `DenySilent`, `DenyResetServer`, or `DenyResetBoth`.
|
|
43
|
+
*/
|
|
44
|
+
readonly action: string;
|
|
45
|
+
/**
|
|
46
|
+
* The list of applications.
|
|
47
|
+
*/
|
|
48
|
+
readonly applications: string[];
|
|
49
|
+
/**
|
|
50
|
+
* The audit comment.
|
|
51
|
+
*/
|
|
52
|
+
readonly auditComment: string;
|
|
53
|
+
/**
|
|
54
|
+
* The category spec.
|
|
55
|
+
*/
|
|
56
|
+
readonly categories: outputs.GetSecurityRuleCategory[];
|
|
57
|
+
/**
|
|
58
|
+
* Retrieve either the candidate or running config. Valid values are `candidate` or `running`. Defaults to `candidate`.
|
|
59
|
+
*/
|
|
60
|
+
readonly configType?: string;
|
|
61
|
+
/**
|
|
62
|
+
* Decryption rule type. Valid values are ``or`SSLOutboundInspection`.
|
|
63
|
+
*/
|
|
64
|
+
readonly decryptionRuleType: string;
|
|
65
|
+
/**
|
|
66
|
+
* The description.
|
|
67
|
+
*/
|
|
68
|
+
readonly description: string;
|
|
69
|
+
/**
|
|
70
|
+
* The destination spec.
|
|
71
|
+
*/
|
|
72
|
+
readonly destinations: outputs.GetSecurityRuleDestination[];
|
|
73
|
+
/**
|
|
74
|
+
* Set to false to disable this rule.
|
|
75
|
+
*/
|
|
76
|
+
readonly enabled: boolean;
|
|
77
|
+
/**
|
|
78
|
+
* The provider-assigned unique ID for this managed resource.
|
|
79
|
+
*/
|
|
80
|
+
readonly id: string;
|
|
81
|
+
/**
|
|
82
|
+
* Enable logging at end.
|
|
83
|
+
*/
|
|
84
|
+
readonly logging: boolean;
|
|
85
|
+
/**
|
|
86
|
+
* The name.
|
|
87
|
+
*/
|
|
88
|
+
readonly name: string;
|
|
89
|
+
/**
|
|
90
|
+
* Negate the destination definition.
|
|
91
|
+
*/
|
|
92
|
+
readonly negateDestination: boolean;
|
|
93
|
+
/**
|
|
94
|
+
* Negate the source definition.
|
|
95
|
+
*/
|
|
96
|
+
readonly negateSource: boolean;
|
|
97
|
+
/**
|
|
98
|
+
* The rule priority.
|
|
99
|
+
*/
|
|
100
|
+
readonly priority: number;
|
|
101
|
+
/**
|
|
102
|
+
* Protocol port list.
|
|
103
|
+
*/
|
|
104
|
+
readonly protPortLists: string[];
|
|
105
|
+
/**
|
|
106
|
+
* The protocol.
|
|
107
|
+
*/
|
|
108
|
+
readonly protocol: string;
|
|
109
|
+
/**
|
|
110
|
+
* The rulebase. Valid values are `PreRule`, `PostRule`, or `LocalRule`. Defaults to `PreRule`.
|
|
111
|
+
*/
|
|
112
|
+
readonly ruleList?: string;
|
|
113
|
+
/**
|
|
114
|
+
* The rulestack.
|
|
115
|
+
*/
|
|
116
|
+
readonly rulestack: string;
|
|
117
|
+
/**
|
|
118
|
+
* The rulestack's scope. A local rulestack will require that you've retrieved a LRA JWT. A global rulestack will require that you've retrieved a GRA JWT. Valid values are `Local` or `Global`. Defaults to `Local`.
|
|
119
|
+
*/
|
|
120
|
+
readonly scope?: string;
|
|
121
|
+
/**
|
|
122
|
+
* The source spec.
|
|
123
|
+
*/
|
|
124
|
+
readonly sources: outputs.GetSecurityRuleSource[];
|
|
125
|
+
/**
|
|
126
|
+
* The tags.
|
|
127
|
+
*/
|
|
128
|
+
readonly tags: {
|
|
129
|
+
[key: string]: string;
|
|
130
|
+
};
|
|
131
|
+
/**
|
|
132
|
+
* The update token.
|
|
133
|
+
*/
|
|
134
|
+
readonly updateToken: string;
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
* Data source for retrieving security rule information.
|
|
138
|
+
*
|
|
139
|
+
* ## Admin Permission Type
|
|
140
|
+
*
|
|
141
|
+
* * `Rulestack` (for `scope="Local"`)
|
|
142
|
+
* * `Global Rulestack` (for `scope="Global"`)
|
|
143
|
+
*/
|
|
144
|
+
export declare function getSecurityRuleOutput(args: GetSecurityRuleOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetSecurityRuleResult>;
|
|
145
|
+
/**
|
|
146
|
+
* A collection of arguments for invoking getSecurityRule.
|
|
147
|
+
*/
|
|
148
|
+
export interface GetSecurityRuleOutputArgs {
|
|
149
|
+
/**
|
|
150
|
+
* Retrieve either the candidate or running config. Valid values are `candidate` or `running`. Defaults to `candidate`.
|
|
151
|
+
*/
|
|
152
|
+
configType?: pulumi.Input<string>;
|
|
153
|
+
/**
|
|
154
|
+
* The rule priority.
|
|
155
|
+
*/
|
|
156
|
+
priority: pulumi.Input<number>;
|
|
157
|
+
/**
|
|
158
|
+
* The rulebase. Valid values are `PreRule`, `PostRule`, or `LocalRule`. Defaults to `PreRule`.
|
|
159
|
+
*/
|
|
160
|
+
ruleList?: pulumi.Input<string>;
|
|
161
|
+
/**
|
|
162
|
+
* The rulestack.
|
|
163
|
+
*/
|
|
164
|
+
rulestack: pulumi.Input<string>;
|
|
165
|
+
/**
|
|
166
|
+
* The rulestack's scope. A local rulestack will require that you've retrieved a LRA JWT. A global rulestack will require that you've retrieved a GRA JWT. Valid values are `Local` or `Global`. Defaults to `Local`.
|
|
167
|
+
*/
|
|
168
|
+
scope?: pulumi.Input<string>;
|
|
169
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getSecurityRuleOutput = exports.getSecurityRule = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data source for retrieving security rule information.
|
|
10
|
+
*
|
|
11
|
+
* ## Admin Permission Type
|
|
12
|
+
*
|
|
13
|
+
* * `Rulestack` (for `scope="Local"`)
|
|
14
|
+
* * `Global Rulestack` (for `scope="Global"`)
|
|
15
|
+
*/
|
|
16
|
+
function getSecurityRule(args, opts) {
|
|
17
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
18
|
+
return pulumi.runtime.invoke("cloudngfwaws:index/getSecurityRule:getSecurityRule", {
|
|
19
|
+
"configType": args.configType,
|
|
20
|
+
"priority": args.priority,
|
|
21
|
+
"ruleList": args.ruleList,
|
|
22
|
+
"rulestack": args.rulestack,
|
|
23
|
+
"scope": args.scope,
|
|
24
|
+
}, opts);
|
|
25
|
+
}
|
|
26
|
+
exports.getSecurityRule = getSecurityRule;
|
|
27
|
+
/**
|
|
28
|
+
* Data source for retrieving security rule information.
|
|
29
|
+
*
|
|
30
|
+
* ## Admin Permission Type
|
|
31
|
+
*
|
|
32
|
+
* * `Rulestack` (for `scope="Local"`)
|
|
33
|
+
* * `Global Rulestack` (for `scope="Global"`)
|
|
34
|
+
*/
|
|
35
|
+
function getSecurityRuleOutput(args, opts) {
|
|
36
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
37
|
+
return pulumi.runtime.invokeOutput("cloudngfwaws:index/getSecurityRule:getSecurityRule", {
|
|
38
|
+
"configType": args.configType,
|
|
39
|
+
"priority": args.priority,
|
|
40
|
+
"ruleList": args.ruleList,
|
|
41
|
+
"rulestack": args.rulestack,
|
|
42
|
+
"scope": args.scope,
|
|
43
|
+
}, opts);
|
|
44
|
+
}
|
|
45
|
+
exports.getSecurityRuleOutput = getSecurityRuleOutput;
|
|
46
|
+
//# sourceMappingURL=getSecurityRule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getSecurityRule.js","sourceRoot":"","sources":["../getSecurityRule.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;GAOG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,0CASC;AA6HD;;;;;;;GAOG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oDAAoD,EAAE;QACrF,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,sDASC"}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Data source to validate the rulestack config.
|
|
4
|
+
*
|
|
5
|
+
* ## Admin Permission Type
|
|
6
|
+
*
|
|
7
|
+
* * `Rulestack` (for `scope="Local"`)
|
|
8
|
+
* * `Global Rulestack` (for `scope="Global"`)
|
|
9
|
+
*/
|
|
10
|
+
export declare function getValidateRulestack(args: GetValidateRulestackArgs, opts?: pulumi.InvokeOptions): Promise<GetValidateRulestackResult>;
|
|
11
|
+
/**
|
|
12
|
+
* A collection of arguments for invoking getValidateRulestack.
|
|
13
|
+
*/
|
|
14
|
+
export interface GetValidateRulestackArgs {
|
|
15
|
+
/**
|
|
16
|
+
* The rulestack.
|
|
17
|
+
*/
|
|
18
|
+
rulestack: string;
|
|
19
|
+
/**
|
|
20
|
+
* The rulestack's scope. A local rulestack will require that you've retrieved a LRA JWT. A global rulestack will require that you've retrieved a GRA JWT. Valid values are `Local` or `Global`. Defaults to `Local`.
|
|
21
|
+
*/
|
|
22
|
+
scope?: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* A collection of values returned by getValidateRulestack.
|
|
26
|
+
*/
|
|
27
|
+
export interface GetValidateRulestackResult {
|
|
28
|
+
/**
|
|
29
|
+
* Commit error messages.
|
|
30
|
+
*/
|
|
31
|
+
readonly commitErrors: string[];
|
|
32
|
+
/**
|
|
33
|
+
* The commit status.
|
|
34
|
+
*/
|
|
35
|
+
readonly commitStatus: string;
|
|
36
|
+
/**
|
|
37
|
+
* The provider-assigned unique ID for this managed resource.
|
|
38
|
+
*/
|
|
39
|
+
readonly id: string;
|
|
40
|
+
/**
|
|
41
|
+
* The rulestack.
|
|
42
|
+
*/
|
|
43
|
+
readonly rulestack: string;
|
|
44
|
+
/**
|
|
45
|
+
* The rulestack's scope. A local rulestack will require that you've retrieved a LRA JWT. A global rulestack will require that you've retrieved a GRA JWT. Valid values are `Local` or `Global`. Defaults to `Local`.
|
|
46
|
+
*/
|
|
47
|
+
readonly scope?: string;
|
|
48
|
+
/**
|
|
49
|
+
* The rulestack state.
|
|
50
|
+
*/
|
|
51
|
+
readonly state: string;
|
|
52
|
+
/**
|
|
53
|
+
* Validation error messages.
|
|
54
|
+
*/
|
|
55
|
+
readonly validationErrors: string[];
|
|
56
|
+
/**
|
|
57
|
+
* The validation status.
|
|
58
|
+
*/
|
|
59
|
+
readonly validationStatus: string;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Data source to validate the rulestack config.
|
|
63
|
+
*
|
|
64
|
+
* ## Admin Permission Type
|
|
65
|
+
*
|
|
66
|
+
* * `Rulestack` (for `scope="Local"`)
|
|
67
|
+
* * `Global Rulestack` (for `scope="Global"`)
|
|
68
|
+
*/
|
|
69
|
+
export declare function getValidateRulestackOutput(args: GetValidateRulestackOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetValidateRulestackResult>;
|
|
70
|
+
/**
|
|
71
|
+
* A collection of arguments for invoking getValidateRulestack.
|
|
72
|
+
*/
|
|
73
|
+
export interface GetValidateRulestackOutputArgs {
|
|
74
|
+
/**
|
|
75
|
+
* The rulestack.
|
|
76
|
+
*/
|
|
77
|
+
rulestack: pulumi.Input<string>;
|
|
78
|
+
/**
|
|
79
|
+
* The rulestack's scope. A local rulestack will require that you've retrieved a LRA JWT. A global rulestack will require that you've retrieved a GRA JWT. Valid values are `Local` or `Global`. Defaults to `Local`.
|
|
80
|
+
*/
|
|
81
|
+
scope?: pulumi.Input<string>;
|
|
82
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getValidateRulestackOutput = exports.getValidateRulestack = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data source to validate the rulestack config.
|
|
10
|
+
*
|
|
11
|
+
* ## Admin Permission Type
|
|
12
|
+
*
|
|
13
|
+
* * `Rulestack` (for `scope="Local"`)
|
|
14
|
+
* * `Global Rulestack` (for `scope="Global"`)
|
|
15
|
+
*/
|
|
16
|
+
function getValidateRulestack(args, opts) {
|
|
17
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
18
|
+
return pulumi.runtime.invoke("cloudngfwaws:index/getValidateRulestack:getValidateRulestack", {
|
|
19
|
+
"rulestack": args.rulestack,
|
|
20
|
+
"scope": args.scope,
|
|
21
|
+
}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getValidateRulestack = getValidateRulestack;
|
|
24
|
+
/**
|
|
25
|
+
* Data source to validate the rulestack config.
|
|
26
|
+
*
|
|
27
|
+
* ## Admin Permission Type
|
|
28
|
+
*
|
|
29
|
+
* * `Rulestack` (for `scope="Local"`)
|
|
30
|
+
* * `Global Rulestack` (for `scope="Global"`)
|
|
31
|
+
*/
|
|
32
|
+
function getValidateRulestackOutput(args, opts) {
|
|
33
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
34
|
+
return pulumi.runtime.invokeOutput("cloudngfwaws:index/getValidateRulestack:getValidateRulestack", {
|
|
35
|
+
"rulestack": args.rulestack,
|
|
36
|
+
"scope": args.scope,
|
|
37
|
+
}, opts);
|
|
38
|
+
}
|
|
39
|
+
exports.getValidateRulestackOutput = getValidateRulestackOutput;
|
|
40
|
+
//# sourceMappingURL=getValidateRulestack.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getValidateRulestack.js","sourceRoot":"","sources":["../getValidateRulestack.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;GAOG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oDAMC;AAqDD;;;;;;;GAOG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8DAA8D,EAAE;QAC/F,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gEAMC"}
|
package/index.d.ts
ADDED
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
export { AccountArgs, AccountState } from "./account";
|
|
2
|
+
export type Account = import("./account").Account;
|
|
3
|
+
export declare const Account: typeof import("./account").Account;
|
|
4
|
+
export { AccountOnboardingArgs, AccountOnboardingState } from "./accountOnboarding";
|
|
5
|
+
export type AccountOnboarding = import("./accountOnboarding").AccountOnboarding;
|
|
6
|
+
export declare const AccountOnboarding: typeof import("./accountOnboarding").AccountOnboarding;
|
|
7
|
+
export { AccountOnboardingStackArgs, AccountOnboardingStackState } from "./accountOnboardingStack";
|
|
8
|
+
export type AccountOnboardingStack = import("./accountOnboardingStack").AccountOnboardingStack;
|
|
9
|
+
export declare const AccountOnboardingStack: typeof import("./accountOnboardingStack").AccountOnboardingStack;
|
|
10
|
+
export { CertificateArgs, CertificateState } from "./certificate";
|
|
11
|
+
export type Certificate = import("./certificate").Certificate;
|
|
12
|
+
export declare const Certificate: typeof import("./certificate").Certificate;
|
|
13
|
+
export { CommitRulestackArgs, CommitRulestackState } from "./commitRulestack";
|
|
14
|
+
export type CommitRulestack = import("./commitRulestack").CommitRulestack;
|
|
15
|
+
export declare const CommitRulestack: typeof import("./commitRulestack").CommitRulestack;
|
|
16
|
+
export { CustomUrlCategoryArgs, CustomUrlCategoryState } from "./customUrlCategory";
|
|
17
|
+
export type CustomUrlCategory = import("./customUrlCategory").CustomUrlCategory;
|
|
18
|
+
export declare const CustomUrlCategory: typeof import("./customUrlCategory").CustomUrlCategory;
|
|
19
|
+
export { FqdnListArgs, FqdnListState } from "./fqdnList";
|
|
20
|
+
export type FqdnList = import("./fqdnList").FqdnList;
|
|
21
|
+
export declare const FqdnList: typeof import("./fqdnList").FqdnList;
|
|
22
|
+
export { GetAccountArgs, GetAccountResult, GetAccountOutputArgs } from "./getAccount";
|
|
23
|
+
export declare const getAccount: typeof import("./getAccount").getAccount;
|
|
24
|
+
export declare const getAccountOutput: typeof import("./getAccount").getAccountOutput;
|
|
25
|
+
export { GetAccountsArgs, GetAccountsResult, GetAccountsOutputArgs } from "./getAccounts";
|
|
26
|
+
export declare const getAccounts: typeof import("./getAccounts").getAccounts;
|
|
27
|
+
export declare const getAccountsOutput: typeof import("./getAccounts").getAccountsOutput;
|
|
28
|
+
export { GetAppIdVersionArgs, GetAppIdVersionResult, GetAppIdVersionOutputArgs } from "./getAppIdVersion";
|
|
29
|
+
export declare const getAppIdVersion: typeof import("./getAppIdVersion").getAppIdVersion;
|
|
30
|
+
export declare const getAppIdVersionOutput: typeof import("./getAppIdVersion").getAppIdVersionOutput;
|
|
31
|
+
export { GetAppIdVersionsArgs, GetAppIdVersionsResult, GetAppIdVersionsOutputArgs } from "./getAppIdVersions";
|
|
32
|
+
export declare const getAppIdVersions: typeof import("./getAppIdVersions").getAppIdVersions;
|
|
33
|
+
export declare const getAppIdVersionsOutput: typeof import("./getAppIdVersions").getAppIdVersionsOutput;
|
|
34
|
+
export { GetCertificateArgs, GetCertificateResult, GetCertificateOutputArgs } from "./getCertificate";
|
|
35
|
+
export declare const getCertificate: typeof import("./getCertificate").getCertificate;
|
|
36
|
+
export declare const getCertificateOutput: typeof import("./getCertificate").getCertificateOutput;
|
|
37
|
+
export { GetCountryArgs, GetCountryResult, GetCountryOutputArgs } from "./getCountry";
|
|
38
|
+
export declare const getCountry: typeof import("./getCountry").getCountry;
|
|
39
|
+
export declare const getCountryOutput: typeof import("./getCountry").getCountryOutput;
|
|
40
|
+
export { GetCustomUrlCategoryArgs, GetCustomUrlCategoryResult, GetCustomUrlCategoryOutputArgs } from "./getCustomUrlCategory";
|
|
41
|
+
export declare const getCustomUrlCategory: typeof import("./getCustomUrlCategory").getCustomUrlCategory;
|
|
42
|
+
export declare const getCustomUrlCategoryOutput: typeof import("./getCustomUrlCategory").getCustomUrlCategoryOutput;
|
|
43
|
+
export { GetFqdnListArgs, GetFqdnListResult, GetFqdnListOutputArgs } from "./getFqdnList";
|
|
44
|
+
export declare const getFqdnList: typeof import("./getFqdnList").getFqdnList;
|
|
45
|
+
export declare const getFqdnListOutput: typeof import("./getFqdnList").getFqdnListOutput;
|
|
46
|
+
export { GetIntelligentFeedArgs, GetIntelligentFeedResult, GetIntelligentFeedOutputArgs } from "./getIntelligentFeed";
|
|
47
|
+
export declare const getIntelligentFeed: typeof import("./getIntelligentFeed").getIntelligentFeed;
|
|
48
|
+
export declare const getIntelligentFeedOutput: typeof import("./getIntelligentFeed").getIntelligentFeedOutput;
|
|
49
|
+
export { GetNgfwArgs, GetNgfwResult, GetNgfwOutputArgs } from "./getNgfw";
|
|
50
|
+
export declare const getNgfw: typeof import("./getNgfw").getNgfw;
|
|
51
|
+
export declare const getNgfwOutput: typeof import("./getNgfw").getNgfwOutput;
|
|
52
|
+
export { GetNgfwLogProfileArgs, GetNgfwLogProfileResult, GetNgfwLogProfileOutputArgs } from "./getNgfwLogProfile";
|
|
53
|
+
export declare const getNgfwLogProfile: typeof import("./getNgfwLogProfile").getNgfwLogProfile;
|
|
54
|
+
export declare const getNgfwLogProfileOutput: typeof import("./getNgfwLogProfile").getNgfwLogProfileOutput;
|
|
55
|
+
export { GetNgfwsArgs, GetNgfwsResult, GetNgfwsOutputArgs } from "./getNgfws";
|
|
56
|
+
export declare const getNgfws: typeof import("./getNgfws").getNgfws;
|
|
57
|
+
export declare const getNgfwsOutput: typeof import("./getNgfws").getNgfwsOutput;
|
|
58
|
+
export { GetPredefinedUrlCategoriesArgs, GetPredefinedUrlCategoriesResult, GetPredefinedUrlCategoriesOutputArgs } from "./getPredefinedUrlCategories";
|
|
59
|
+
export declare const getPredefinedUrlCategories: typeof import("./getPredefinedUrlCategories").getPredefinedUrlCategories;
|
|
60
|
+
export declare const getPredefinedUrlCategoriesOutput: typeof import("./getPredefinedUrlCategories").getPredefinedUrlCategoriesOutput;
|
|
61
|
+
export { GetPredefinedUrlCategoryOverrideArgs, GetPredefinedUrlCategoryOverrideResult, GetPredefinedUrlCategoryOverrideOutputArgs } from "./getPredefinedUrlCategoryOverride";
|
|
62
|
+
export declare const getPredefinedUrlCategoryOverride: typeof import("./getPredefinedUrlCategoryOverride").getPredefinedUrlCategoryOverride;
|
|
63
|
+
export declare const getPredefinedUrlCategoryOverrideOutput: typeof import("./getPredefinedUrlCategoryOverride").getPredefinedUrlCategoryOverrideOutput;
|
|
64
|
+
export { GetPrefixListArgs, GetPrefixListResult, GetPrefixListOutputArgs } from "./getPrefixList";
|
|
65
|
+
export declare const getPrefixList: typeof import("./getPrefixList").getPrefixList;
|
|
66
|
+
export declare const getPrefixListOutput: typeof import("./getPrefixList").getPrefixListOutput;
|
|
67
|
+
export { GetRulestackArgs, GetRulestackResult, GetRulestackOutputArgs } from "./getRulestack";
|
|
68
|
+
export declare const getRulestack: typeof import("./getRulestack").getRulestack;
|
|
69
|
+
export declare const getRulestackOutput: typeof import("./getRulestack").getRulestackOutput;
|
|
70
|
+
export { GetSecurityRuleArgs, GetSecurityRuleResult, GetSecurityRuleOutputArgs } from "./getSecurityRule";
|
|
71
|
+
export declare const getSecurityRule: typeof import("./getSecurityRule").getSecurityRule;
|
|
72
|
+
export declare const getSecurityRuleOutput: typeof import("./getSecurityRule").getSecurityRuleOutput;
|
|
73
|
+
export { GetValidateRulestackArgs, GetValidateRulestackResult, GetValidateRulestackOutputArgs } from "./getValidateRulestack";
|
|
74
|
+
export declare const getValidateRulestack: typeof import("./getValidateRulestack").getValidateRulestack;
|
|
75
|
+
export declare const getValidateRulestackOutput: typeof import("./getValidateRulestack").getValidateRulestackOutput;
|
|
76
|
+
export { IntelligentFeedArgs, IntelligentFeedState } from "./intelligentFeed";
|
|
77
|
+
export type IntelligentFeed = import("./intelligentFeed").IntelligentFeed;
|
|
78
|
+
export declare const IntelligentFeed: typeof import("./intelligentFeed").IntelligentFeed;
|
|
79
|
+
export { NgfwArgs, NgfwState } from "./ngfw";
|
|
80
|
+
export type Ngfw = import("./ngfw").Ngfw;
|
|
81
|
+
export declare const Ngfw: typeof import("./ngfw").Ngfw;
|
|
82
|
+
export { NgfwLogProfileArgs, NgfwLogProfileState } from "./ngfwLogProfile";
|
|
83
|
+
export type NgfwLogProfile = import("./ngfwLogProfile").NgfwLogProfile;
|
|
84
|
+
export declare const NgfwLogProfile: typeof import("./ngfwLogProfile").NgfwLogProfile;
|
|
85
|
+
export { PredefinedUrlCategoryOverrideArgs, PredefinedUrlCategoryOverrideState } from "./predefinedUrlCategoryOverride";
|
|
86
|
+
export type PredefinedUrlCategoryOverride = import("./predefinedUrlCategoryOverride").PredefinedUrlCategoryOverride;
|
|
87
|
+
export declare const PredefinedUrlCategoryOverride: typeof import("./predefinedUrlCategoryOverride").PredefinedUrlCategoryOverride;
|
|
88
|
+
export { PrefixListArgs, PrefixListState } from "./prefixList";
|
|
89
|
+
export type PrefixList = import("./prefixList").PrefixList;
|
|
90
|
+
export declare const PrefixList: typeof import("./prefixList").PrefixList;
|
|
91
|
+
export { ProviderArgs } from "./provider";
|
|
92
|
+
export type Provider = import("./provider").Provider;
|
|
93
|
+
export declare const Provider: typeof import("./provider").Provider;
|
|
94
|
+
export { RulestackArgs, RulestackState } from "./rulestack";
|
|
95
|
+
export type Rulestack = import("./rulestack").Rulestack;
|
|
96
|
+
export declare const Rulestack: typeof import("./rulestack").Rulestack;
|
|
97
|
+
export { SecurityRuleArgs, SecurityRuleState } from "./securityRule";
|
|
98
|
+
export type SecurityRule = import("./securityRule").SecurityRule;
|
|
99
|
+
export declare const SecurityRule: typeof import("./securityRule").SecurityRule;
|
|
100
|
+
import * as config from "./config";
|
|
101
|
+
import * as types from "./types";
|
|
102
|
+
export { config, types, };
|