@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.
Files changed (123) hide show
  1. package/LICENSE +177 -0
  2. package/README.md +54 -0
  3. package/account.d.ts +148 -0
  4. package/account.js +73 -0
  5. package/account.js.map +1 -0
  6. package/accountOnboarding.d.ts +68 -0
  7. package/accountOnboarding.js +62 -0
  8. package/accountOnboarding.js.map +1 -0
  9. package/accountOnboardingStack.d.ts +233 -0
  10. package/accountOnboardingStack.js +103 -0
  11. package/accountOnboardingStack.js.map +1 -0
  12. package/certificate.d.ts +168 -0
  13. package/certificate.js +106 -0
  14. package/certificate.js.map +1 -0
  15. package/commitRulestack.d.ts +123 -0
  16. package/commitRulestack.js +83 -0
  17. package/commitRulestack.js.map +1 -0
  18. package/config/index.d.ts +1 -0
  19. package/config/index.js +21 -0
  20. package/config/index.js.map +1 -0
  21. package/config/vars.d.ts +96 -0
  22. package/config/vars.js +127 -0
  23. package/config/vars.js.map +1 -0
  24. package/customUrlCategory.d.ts +172 -0
  25. package/customUrlCategory.js +113 -0
  26. package/customUrlCategory.js.map +1 -0
  27. package/fqdnList.d.ts +159 -0
  28. package/fqdnList.js +110 -0
  29. package/fqdnList.js.map +1 -0
  30. package/getAccount.d.ts +138 -0
  31. package/getAccount.js +54 -0
  32. package/getAccount.js.map +1 -0
  33. package/getAccounts.d.ts +76 -0
  34. package/getAccounts.js +44 -0
  35. package/getAccounts.js.map +1 -0
  36. package/getAppIdVersion.d.ts +102 -0
  37. package/getAppIdVersion.js +62 -0
  38. package/getAppIdVersion.js.map +1 -0
  39. package/getAppIdVersions.d.ts +86 -0
  40. package/getAppIdVersions.js +58 -0
  41. package/getAppIdVersions.js.map +1 -0
  42. package/getCertificate.d.ts +148 -0
  43. package/getCertificate.js +86 -0
  44. package/getCertificate.js.map +1 -0
  45. package/getCountry.d.ts +88 -0
  46. package/getCountry.js +58 -0
  47. package/getCountry.js.map +1 -0
  48. package/getCustomUrlCategory.d.ts +148 -0
  49. package/getCustomUrlCategory.js +86 -0
  50. package/getCustomUrlCategory.js.map +1 -0
  51. package/getFqdnList.d.ts +144 -0
  52. package/getFqdnList.js +86 -0
  53. package/getFqdnList.js.map +1 -0
  54. package/getIntelligentFeed.d.ts +160 -0
  55. package/getIntelligentFeed.js +86 -0
  56. package/getIntelligentFeed.js.map +1 -0
  57. package/getNgfw.d.ts +146 -0
  58. package/getNgfw.js +60 -0
  59. package/getNgfw.js.map +1 -0
  60. package/getNgfwLogProfile.d.ts +101 -0
  61. package/getNgfwLogProfile.js +62 -0
  62. package/getNgfwLogProfile.js.map +1 -0
  63. package/getNgfws.d.ts +83 -0
  64. package/getNgfws.js +58 -0
  65. package/getNgfws.js.map +1 -0
  66. package/getPredefinedUrlCategories.d.ts +88 -0
  67. package/getPredefinedUrlCategories.js +60 -0
  68. package/getPredefinedUrlCategories.js.map +1 -0
  69. package/getPredefinedUrlCategoryOverride.d.ts +128 -0
  70. package/getPredefinedUrlCategoryOverride.js +84 -0
  71. package/getPredefinedUrlCategoryOverride.js.map +1 -0
  72. package/getPrefixList.d.ts +144 -0
  73. package/getPrefixList.js +86 -0
  74. package/getPrefixList.js.map +1 -0
  75. package/getRulestack.d.ts +128 -0
  76. package/getRulestack.js +64 -0
  77. package/getRulestack.js.map +1 -0
  78. package/getSecurityRule.d.ts +169 -0
  79. package/getSecurityRule.js +46 -0
  80. package/getSecurityRule.js.map +1 -0
  81. package/getValidateRulestack.d.ts +82 -0
  82. package/getValidateRulestack.js +40 -0
  83. package/getValidateRulestack.js.map +1 -0
  84. package/index.d.ts +102 -0
  85. package/index.js +158 -0
  86. package/index.js.map +1 -0
  87. package/intelligentFeed.d.ts +207 -0
  88. package/intelligentFeed.js +118 -0
  89. package/intelligentFeed.js.map +1 -0
  90. package/ngfw.d.ts +295 -0
  91. package/ngfw.js +153 -0
  92. package/ngfw.js.map +1 -0
  93. package/ngfwLogProfile.d.ts +191 -0
  94. package/ngfwLogProfile.js +149 -0
  95. package/ngfwLogProfile.js.map +1 -0
  96. package/package.json +32 -0
  97. package/predefinedUrlCategoryOverride.d.ts +130 -0
  98. package/predefinedUrlCategoryOverride.js +98 -0
  99. package/predefinedUrlCategoryOverride.js.map +1 -0
  100. package/prefixList.d.ts +159 -0
  101. package/prefixList.js +110 -0
  102. package/prefixList.js.map +1 -0
  103. package/provider.d.ts +192 -0
  104. package/provider.js +64 -0
  105. package/provider.js.map +1 -0
  106. package/rulestack.d.ts +184 -0
  107. package/rulestack.js +103 -0
  108. package/rulestack.js.map +1 -0
  109. package/securityRule.d.ts +344 -0
  110. package/securityRule.js +162 -0
  111. package/securityRule.js.map +1 -0
  112. package/types/index.d.ts +3 -0
  113. package/types/index.js +11 -0
  114. package/types/index.js.map +1 -0
  115. package/types/input.d.ts +174 -0
  116. package/types/input.js +5 -0
  117. package/types/input.js.map +1 -0
  118. package/types/output.d.ts +313 -0
  119. package/types/output.js +5 -0
  120. package/types/output.js.map +1 -0
  121. package/utilities.d.ts +8 -0
  122. package/utilities.js +101 -0
  123. package/utilities.js.map +1 -0
package/getCountry.js ADDED
@@ -0,0 +1,58 @@
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.getCountryOutput = exports.getCountry = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * Data source get a list of countries and their country codes.
10
+ *
11
+ * ## Admin Permission Type
12
+ *
13
+ * * `Rulestack`
14
+ *
15
+ * ## Example Usage
16
+ *
17
+ * ```typescript
18
+ * import * as pulumi from "@pulumi/pulumi";
19
+ * import * as cloudngfwaws from "@pulumi/cloudngfwaws";
20
+ *
21
+ * const example = cloudngfwaws.getCountry({});
22
+ * ```
23
+ */
24
+ function getCountry(args, opts) {
25
+ args = args || {};
26
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
27
+ return pulumi.runtime.invoke("cloudngfwaws:index/getCountry:getCountry", {
28
+ "maxResults": args.maxResults,
29
+ "token": args.token,
30
+ }, opts);
31
+ }
32
+ exports.getCountry = getCountry;
33
+ /**
34
+ * Data source get a list of countries and their country codes.
35
+ *
36
+ * ## Admin Permission Type
37
+ *
38
+ * * `Rulestack`
39
+ *
40
+ * ## Example Usage
41
+ *
42
+ * ```typescript
43
+ * import * as pulumi from "@pulumi/pulumi";
44
+ * import * as cloudngfwaws from "@pulumi/cloudngfwaws";
45
+ *
46
+ * const example = cloudngfwaws.getCountry({});
47
+ * ```
48
+ */
49
+ function getCountryOutput(args, opts) {
50
+ args = args || {};
51
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
52
+ return pulumi.runtime.invokeOutput("cloudngfwaws:index/getCountry:getCountry", {
53
+ "maxResults": args.maxResults,
54
+ "token": args.token,
55
+ }, opts);
56
+ }
57
+ exports.getCountryOutput = getCountryOutput;
58
+ //# sourceMappingURL=getCountry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getCountry.js","sourceRoot":"","sources":["../getCountry.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gCAOC;AAyCD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0CAA0C,EAAE;QAC3E,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4CAOC"}
@@ -0,0 +1,148 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Data source for retrieving custom url category information.
4
+ *
5
+ * ## Admin Permission Type
6
+ *
7
+ * * `Rulestack` (for `scope="Local"`)
8
+ * * `Global Rulestack` (for `scope="Global"`)
9
+ *
10
+ * ## Example Usage
11
+ *
12
+ * ```typescript
13
+ * import * as pulumi from "@pulumi/pulumi";
14
+ * import * as cloudngfwaws from "@pulumi/cloudngfwaws";
15
+ *
16
+ * const r = new cloudngfwaws.Rulestack("r", {
17
+ * name: "my-rulestack",
18
+ * scope: "Local",
19
+ * accountId: "12345",
20
+ * description: "Made by Pulumi",
21
+ * profileConfig: {
22
+ * antiSpyware: "BestPractice",
23
+ * },
24
+ * });
25
+ * const example = cloudngfwaws.getCustomUrlCategoryOutput({
26
+ * rulestack: r.name,
27
+ * name: "foobar",
28
+ * });
29
+ * ```
30
+ */
31
+ export declare function getCustomUrlCategory(args: GetCustomUrlCategoryArgs, opts?: pulumi.InvokeOptions): Promise<GetCustomUrlCategoryResult>;
32
+ /**
33
+ * A collection of arguments for invoking getCustomUrlCategory.
34
+ */
35
+ export interface GetCustomUrlCategoryArgs {
36
+ /**
37
+ * Retrieve either the candidate or running config. Valid values are `candidate` or `running`. Defaults to `candidate`.
38
+ */
39
+ configType?: string;
40
+ /**
41
+ * The name.
42
+ */
43
+ name: string;
44
+ /**
45
+ * The rulestack.
46
+ */
47
+ rulestack: string;
48
+ /**
49
+ * 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`.
50
+ */
51
+ scope?: string;
52
+ }
53
+ /**
54
+ * A collection of values returned by getCustomUrlCategory.
55
+ */
56
+ export interface GetCustomUrlCategoryResult {
57
+ /**
58
+ * The action to take. Valid values are `none`, `alert`, `allow`, `block`, `continue`, or `override`.
59
+ */
60
+ readonly action: string;
61
+ /**
62
+ * The audit comment.
63
+ */
64
+ readonly auditComment: string;
65
+ /**
66
+ * Retrieve either the candidate or running config. Valid values are `candidate` or `running`. Defaults to `candidate`.
67
+ */
68
+ readonly configType?: string;
69
+ /**
70
+ * The description.
71
+ */
72
+ readonly description: string;
73
+ /**
74
+ * The provider-assigned unique ID for this managed resource.
75
+ */
76
+ readonly id: string;
77
+ /**
78
+ * The name.
79
+ */
80
+ readonly name: string;
81
+ /**
82
+ * The rulestack.
83
+ */
84
+ readonly rulestack: string;
85
+ /**
86
+ * 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`.
87
+ */
88
+ readonly scope?: string;
89
+ /**
90
+ * The update token.
91
+ */
92
+ readonly updateToken: string;
93
+ /**
94
+ * The URL list for this custom URL category.
95
+ */
96
+ readonly urlLists: string[];
97
+ }
98
+ /**
99
+ * Data source for retrieving custom url category information.
100
+ *
101
+ * ## Admin Permission Type
102
+ *
103
+ * * `Rulestack` (for `scope="Local"`)
104
+ * * `Global Rulestack` (for `scope="Global"`)
105
+ *
106
+ * ## Example Usage
107
+ *
108
+ * ```typescript
109
+ * import * as pulumi from "@pulumi/pulumi";
110
+ * import * as cloudngfwaws from "@pulumi/cloudngfwaws";
111
+ *
112
+ * const r = new cloudngfwaws.Rulestack("r", {
113
+ * name: "my-rulestack",
114
+ * scope: "Local",
115
+ * accountId: "12345",
116
+ * description: "Made by Pulumi",
117
+ * profileConfig: {
118
+ * antiSpyware: "BestPractice",
119
+ * },
120
+ * });
121
+ * const example = cloudngfwaws.getCustomUrlCategoryOutput({
122
+ * rulestack: r.name,
123
+ * name: "foobar",
124
+ * });
125
+ * ```
126
+ */
127
+ export declare function getCustomUrlCategoryOutput(args: GetCustomUrlCategoryOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetCustomUrlCategoryResult>;
128
+ /**
129
+ * A collection of arguments for invoking getCustomUrlCategory.
130
+ */
131
+ export interface GetCustomUrlCategoryOutputArgs {
132
+ /**
133
+ * Retrieve either the candidate or running config. Valid values are `candidate` or `running`. Defaults to `candidate`.
134
+ */
135
+ configType?: pulumi.Input<string>;
136
+ /**
137
+ * The name.
138
+ */
139
+ name: pulumi.Input<string>;
140
+ /**
141
+ * The rulestack.
142
+ */
143
+ rulestack: pulumi.Input<string>;
144
+ /**
145
+ * 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`.
146
+ */
147
+ scope?: pulumi.Input<string>;
148
+ }
@@ -0,0 +1,86 @@
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.getCustomUrlCategoryOutput = exports.getCustomUrlCategory = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * Data source for retrieving custom url category 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 r = new cloudngfwaws.Rulestack("r", {
23
+ * name: "my-rulestack",
24
+ * scope: "Local",
25
+ * accountId: "12345",
26
+ * description: "Made by Pulumi",
27
+ * profileConfig: {
28
+ * antiSpyware: "BestPractice",
29
+ * },
30
+ * });
31
+ * const example = cloudngfwaws.getCustomUrlCategoryOutput({
32
+ * rulestack: r.name,
33
+ * name: "foobar",
34
+ * });
35
+ * ```
36
+ */
37
+ function getCustomUrlCategory(args, opts) {
38
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
39
+ return pulumi.runtime.invoke("cloudngfwaws:index/getCustomUrlCategory:getCustomUrlCategory", {
40
+ "configType": args.configType,
41
+ "name": args.name,
42
+ "rulestack": args.rulestack,
43
+ "scope": args.scope,
44
+ }, opts);
45
+ }
46
+ exports.getCustomUrlCategory = getCustomUrlCategory;
47
+ /**
48
+ * Data source for retrieving custom url category information.
49
+ *
50
+ * ## Admin Permission Type
51
+ *
52
+ * * `Rulestack` (for `scope="Local"`)
53
+ * * `Global Rulestack` (for `scope="Global"`)
54
+ *
55
+ * ## Example Usage
56
+ *
57
+ * ```typescript
58
+ * import * as pulumi from "@pulumi/pulumi";
59
+ * import * as cloudngfwaws from "@pulumi/cloudngfwaws";
60
+ *
61
+ * const r = new cloudngfwaws.Rulestack("r", {
62
+ * name: "my-rulestack",
63
+ * scope: "Local",
64
+ * accountId: "12345",
65
+ * description: "Made by Pulumi",
66
+ * profileConfig: {
67
+ * antiSpyware: "BestPractice",
68
+ * },
69
+ * });
70
+ * const example = cloudngfwaws.getCustomUrlCategoryOutput({
71
+ * rulestack: r.name,
72
+ * name: "foobar",
73
+ * });
74
+ * ```
75
+ */
76
+ function getCustomUrlCategoryOutput(args, opts) {
77
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
78
+ return pulumi.runtime.invokeOutput("cloudngfwaws:index/getCustomUrlCategory:getCustomUrlCategory", {
79
+ "configType": args.configType,
80
+ "name": args.name,
81
+ "rulestack": args.rulestack,
82
+ "scope": args.scope,
83
+ }, opts);
84
+ }
85
+ exports.getCustomUrlCategoryOutput = getCustomUrlCategoryOutput;
86
+ //# sourceMappingURL=getCustomUrlCategory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getCustomUrlCategory.js","sourceRoot":"","sources":["../getCustomUrlCategory.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;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,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,oDAQC;AAqED;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;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,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,gEAQC"}
@@ -0,0 +1,144 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Data source for retrieving fqdn list information.
4
+ *
5
+ * ## Admin Permission Type
6
+ *
7
+ * * `Rulestack` (for `scope="Local"`)
8
+ * * `Global Rulestack` (for `scope="Global"`)
9
+ *
10
+ * ## Example Usage
11
+ *
12
+ * ```typescript
13
+ * import * as pulumi from "@pulumi/pulumi";
14
+ * import * as cloudngfwaws from "@pulumi/cloudngfwaws";
15
+ *
16
+ * const r = new cloudngfwaws.Rulestack("r", {
17
+ * name: "my-rulestack",
18
+ * scope: "Local",
19
+ * accountId: "12345",
20
+ * description: "Made by Pulumi",
21
+ * profileConfig: {
22
+ * antiSpyware: "BestPractice",
23
+ * },
24
+ * });
25
+ * const example = cloudngfwaws.getFqdnListOutput({
26
+ * rulestack: r.name,
27
+ * name: "foobar",
28
+ * });
29
+ * ```
30
+ */
31
+ export declare function getFqdnList(args: GetFqdnListArgs, opts?: pulumi.InvokeOptions): Promise<GetFqdnListResult>;
32
+ /**
33
+ * A collection of arguments for invoking getFqdnList.
34
+ */
35
+ export interface GetFqdnListArgs {
36
+ /**
37
+ * Retrieve either the candidate or running config. Valid values are `candidate` or `running`. Defaults to `candidate`.
38
+ */
39
+ configType?: string;
40
+ /**
41
+ * The name.
42
+ */
43
+ name: string;
44
+ /**
45
+ * The rulestack.
46
+ */
47
+ rulestack: string;
48
+ /**
49
+ * 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`.
50
+ */
51
+ scope?: string;
52
+ }
53
+ /**
54
+ * A collection of values returned by getFqdnList.
55
+ */
56
+ export interface GetFqdnListResult {
57
+ /**
58
+ * The audit comment.
59
+ */
60
+ readonly auditComment: string;
61
+ /**
62
+ * Retrieve either the candidate or running config. Valid values are `candidate` or `running`. Defaults to `candidate`.
63
+ */
64
+ readonly configType?: string;
65
+ /**
66
+ * The description.
67
+ */
68
+ readonly description: string;
69
+ /**
70
+ * The fqdn list.
71
+ */
72
+ readonly fqdnLists: string[];
73
+ /**
74
+ * The provider-assigned unique ID for this managed resource.
75
+ */
76
+ readonly id: string;
77
+ /**
78
+ * The name.
79
+ */
80
+ readonly name: string;
81
+ /**
82
+ * The rulestack.
83
+ */
84
+ readonly rulestack: string;
85
+ /**
86
+ * 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`.
87
+ */
88
+ readonly scope?: string;
89
+ /**
90
+ * The update token.
91
+ */
92
+ readonly updateToken: string;
93
+ }
94
+ /**
95
+ * Data source for retrieving fqdn list information.
96
+ *
97
+ * ## Admin Permission Type
98
+ *
99
+ * * `Rulestack` (for `scope="Local"`)
100
+ * * `Global Rulestack` (for `scope="Global"`)
101
+ *
102
+ * ## Example Usage
103
+ *
104
+ * ```typescript
105
+ * import * as pulumi from "@pulumi/pulumi";
106
+ * import * as cloudngfwaws from "@pulumi/cloudngfwaws";
107
+ *
108
+ * const r = new cloudngfwaws.Rulestack("r", {
109
+ * name: "my-rulestack",
110
+ * scope: "Local",
111
+ * accountId: "12345",
112
+ * description: "Made by Pulumi",
113
+ * profileConfig: {
114
+ * antiSpyware: "BestPractice",
115
+ * },
116
+ * });
117
+ * const example = cloudngfwaws.getFqdnListOutput({
118
+ * rulestack: r.name,
119
+ * name: "foobar",
120
+ * });
121
+ * ```
122
+ */
123
+ export declare function getFqdnListOutput(args: GetFqdnListOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetFqdnListResult>;
124
+ /**
125
+ * A collection of arguments for invoking getFqdnList.
126
+ */
127
+ export interface GetFqdnListOutputArgs {
128
+ /**
129
+ * Retrieve either the candidate or running config. Valid values are `candidate` or `running`. Defaults to `candidate`.
130
+ */
131
+ configType?: pulumi.Input<string>;
132
+ /**
133
+ * The name.
134
+ */
135
+ name: pulumi.Input<string>;
136
+ /**
137
+ * The rulestack.
138
+ */
139
+ rulestack: pulumi.Input<string>;
140
+ /**
141
+ * 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`.
142
+ */
143
+ scope?: pulumi.Input<string>;
144
+ }
package/getFqdnList.js ADDED
@@ -0,0 +1,86 @@
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.getFqdnListOutput = exports.getFqdnList = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * Data source for retrieving fqdn list 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 r = new cloudngfwaws.Rulestack("r", {
23
+ * name: "my-rulestack",
24
+ * scope: "Local",
25
+ * accountId: "12345",
26
+ * description: "Made by Pulumi",
27
+ * profileConfig: {
28
+ * antiSpyware: "BestPractice",
29
+ * },
30
+ * });
31
+ * const example = cloudngfwaws.getFqdnListOutput({
32
+ * rulestack: r.name,
33
+ * name: "foobar",
34
+ * });
35
+ * ```
36
+ */
37
+ function getFqdnList(args, opts) {
38
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
39
+ return pulumi.runtime.invoke("cloudngfwaws:index/getFqdnList:getFqdnList", {
40
+ "configType": args.configType,
41
+ "name": args.name,
42
+ "rulestack": args.rulestack,
43
+ "scope": args.scope,
44
+ }, opts);
45
+ }
46
+ exports.getFqdnList = getFqdnList;
47
+ /**
48
+ * Data source for retrieving fqdn list information.
49
+ *
50
+ * ## Admin Permission Type
51
+ *
52
+ * * `Rulestack` (for `scope="Local"`)
53
+ * * `Global Rulestack` (for `scope="Global"`)
54
+ *
55
+ * ## Example Usage
56
+ *
57
+ * ```typescript
58
+ * import * as pulumi from "@pulumi/pulumi";
59
+ * import * as cloudngfwaws from "@pulumi/cloudngfwaws";
60
+ *
61
+ * const r = new cloudngfwaws.Rulestack("r", {
62
+ * name: "my-rulestack",
63
+ * scope: "Local",
64
+ * accountId: "12345",
65
+ * description: "Made by Pulumi",
66
+ * profileConfig: {
67
+ * antiSpyware: "BestPractice",
68
+ * },
69
+ * });
70
+ * const example = cloudngfwaws.getFqdnListOutput({
71
+ * rulestack: r.name,
72
+ * name: "foobar",
73
+ * });
74
+ * ```
75
+ */
76
+ function getFqdnListOutput(args, opts) {
77
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
78
+ return pulumi.runtime.invokeOutput("cloudngfwaws:index/getFqdnList:getFqdnList", {
79
+ "configType": args.configType,
80
+ "name": args.name,
81
+ "rulestack": args.rulestack,
82
+ "scope": args.scope,
83
+ }, opts);
84
+ }
85
+ exports.getFqdnListOutput = getFqdnListOutput;
86
+ //# sourceMappingURL=getFqdnList.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getFqdnList.js","sourceRoot":"","sources":["../getFqdnList.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,kCAQC;AAiED;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4CAA4C,EAAE;QAC7E,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,8CAQC"}
@@ -0,0 +1,160 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Data source for retrieving intelligent feed information.
4
+ *
5
+ * ## Admin Permission Type
6
+ *
7
+ * * `Rulestack` (for `scope="Local"`)
8
+ * * `Global Rulestack` (for `scope="Global"`)
9
+ *
10
+ * ## Example Usage
11
+ *
12
+ * ```typescript
13
+ * import * as pulumi from "@pulumi/pulumi";
14
+ * import * as cloudngfwaws from "@pulumi/cloudngfwaws";
15
+ *
16
+ * const r = new cloudngfwaws.Rulestack("r", {
17
+ * name: "my-rulestack",
18
+ * scope: "Local",
19
+ * accountId: "12345",
20
+ * description: "Made by Pulumi",
21
+ * profileConfig: {
22
+ * antiSpyware: "BestPractice",
23
+ * },
24
+ * });
25
+ * const example = cloudngfwaws.getIntelligentFeedOutput({
26
+ * rulestack: r.name,
27
+ * name: "foobar",
28
+ * });
29
+ * ```
30
+ */
31
+ export declare function getIntelligentFeed(args: GetIntelligentFeedArgs, opts?: pulumi.InvokeOptions): Promise<GetIntelligentFeedResult>;
32
+ /**
33
+ * A collection of arguments for invoking getIntelligentFeed.
34
+ */
35
+ export interface GetIntelligentFeedArgs {
36
+ /**
37
+ * Retrieve either the candidate or running config. Valid values are `candidate` or `running`. Defaults to `candidate`.
38
+ */
39
+ configType?: string;
40
+ /**
41
+ * The name.
42
+ */
43
+ name: string;
44
+ /**
45
+ * The rulestack.
46
+ */
47
+ rulestack: string;
48
+ /**
49
+ * 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`.
50
+ */
51
+ scope?: string;
52
+ }
53
+ /**
54
+ * A collection of values returned by getIntelligentFeed.
55
+ */
56
+ export interface GetIntelligentFeedResult {
57
+ /**
58
+ * The audit comment.
59
+ */
60
+ readonly auditComment: string;
61
+ /**
62
+ * The certificate profile.
63
+ */
64
+ readonly certificate: string;
65
+ /**
66
+ * Retrieve either the candidate or running config. Valid values are `candidate` or `running`. Defaults to `candidate`.
67
+ */
68
+ readonly configType?: string;
69
+ /**
70
+ * The description.
71
+ */
72
+ readonly description: string;
73
+ /**
74
+ * Update frequency. Valid values are `HOURLY` or `DAILY`.
75
+ */
76
+ readonly frequency: string;
77
+ /**
78
+ * The provider-assigned unique ID for this managed resource.
79
+ */
80
+ readonly id: string;
81
+ /**
82
+ * The name.
83
+ */
84
+ readonly name: string;
85
+ /**
86
+ * The rulestack.
87
+ */
88
+ readonly rulestack: string;
89
+ /**
90
+ * 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`.
91
+ */
92
+ readonly scope?: string;
93
+ /**
94
+ * The time to poll for updates if frequency is daily. The number must be between [0, 23] incluside.
95
+ */
96
+ readonly time: number;
97
+ /**
98
+ * The intelligent feed type. Valid values are `IP_LIST` or `URL_LIST`.
99
+ */
100
+ readonly type: string;
101
+ /**
102
+ * The update token.
103
+ */
104
+ readonly updateToken: string;
105
+ /**
106
+ * The intelligent feed source.
107
+ */
108
+ readonly url: string;
109
+ }
110
+ /**
111
+ * Data source for retrieving intelligent feed information.
112
+ *
113
+ * ## Admin Permission Type
114
+ *
115
+ * * `Rulestack` (for `scope="Local"`)
116
+ * * `Global Rulestack` (for `scope="Global"`)
117
+ *
118
+ * ## Example Usage
119
+ *
120
+ * ```typescript
121
+ * import * as pulumi from "@pulumi/pulumi";
122
+ * import * as cloudngfwaws from "@pulumi/cloudngfwaws";
123
+ *
124
+ * const r = new cloudngfwaws.Rulestack("r", {
125
+ * name: "my-rulestack",
126
+ * scope: "Local",
127
+ * accountId: "12345",
128
+ * description: "Made by Pulumi",
129
+ * profileConfig: {
130
+ * antiSpyware: "BestPractice",
131
+ * },
132
+ * });
133
+ * const example = cloudngfwaws.getIntelligentFeedOutput({
134
+ * rulestack: r.name,
135
+ * name: "foobar",
136
+ * });
137
+ * ```
138
+ */
139
+ export declare function getIntelligentFeedOutput(args: GetIntelligentFeedOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetIntelligentFeedResult>;
140
+ /**
141
+ * A collection of arguments for invoking getIntelligentFeed.
142
+ */
143
+ export interface GetIntelligentFeedOutputArgs {
144
+ /**
145
+ * Retrieve either the candidate or running config. Valid values are `candidate` or `running`. Defaults to `candidate`.
146
+ */
147
+ configType?: pulumi.Input<string>;
148
+ /**
149
+ * The name.
150
+ */
151
+ name: pulumi.Input<string>;
152
+ /**
153
+ * The rulestack.
154
+ */
155
+ rulestack: pulumi.Input<string>;
156
+ /**
157
+ * 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`.
158
+ */
159
+ scope?: pulumi.Input<string>;
160
+ }