@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
@@ -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.getIntelligentFeedOutput = exports.getIntelligentFeed = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * Data source for retrieving intelligent feed 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.getIntelligentFeedOutput({
32
+ * rulestack: r.name,
33
+ * name: "foobar",
34
+ * });
35
+ * ```
36
+ */
37
+ function getIntelligentFeed(args, opts) {
38
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
39
+ return pulumi.runtime.invoke("cloudngfwaws:index/getIntelligentFeed:getIntelligentFeed", {
40
+ "configType": args.configType,
41
+ "name": args.name,
42
+ "rulestack": args.rulestack,
43
+ "scope": args.scope,
44
+ }, opts);
45
+ }
46
+ exports.getIntelligentFeed = getIntelligentFeed;
47
+ /**
48
+ * Data source for retrieving intelligent feed 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.getIntelligentFeedOutput({
71
+ * rulestack: r.name,
72
+ * name: "foobar",
73
+ * });
74
+ * ```
75
+ */
76
+ function getIntelligentFeedOutput(args, opts) {
77
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
78
+ return pulumi.runtime.invokeOutput("cloudngfwaws:index/getIntelligentFeed:getIntelligentFeed", {
79
+ "configType": args.configType,
80
+ "name": args.name,
81
+ "rulestack": args.rulestack,
82
+ "scope": args.scope,
83
+ }, opts);
84
+ }
85
+ exports.getIntelligentFeedOutput = getIntelligentFeedOutput;
86
+ //# sourceMappingURL=getIntelligentFeed.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getIntelligentFeed.js","sourceRoot":"","sources":["../getIntelligentFeed.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;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,MAAM,CAAC,0DAA0D,EAAE;QACrF,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,gDAQC;AAiFD;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0DAA0D,EAAE;QAC3F,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,4DAQC"}
package/getNgfw.d.ts ADDED
@@ -0,0 +1,146 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "./types/output";
3
+ /**
4
+ * Data source for retrieving NGFW information.
5
+ *
6
+ * ## Admin Permission Type
7
+ *
8
+ * * `Firewall`
9
+ *
10
+ * ## Example Usage
11
+ *
12
+ * ```typescript
13
+ * import * as pulumi from "@pulumi/pulumi";
14
+ * import * as cloudngfwaws from "@pulumi/cloudngfwaws";
15
+ *
16
+ * const example = cloudngfwaws.getNgfw({
17
+ * name: "example-instance",
18
+ * });
19
+ * ```
20
+ */
21
+ export declare function getNgfw(args: GetNgfwArgs, opts?: pulumi.InvokeOptions): Promise<GetNgfwResult>;
22
+ /**
23
+ * A collection of arguments for invoking getNgfw.
24
+ */
25
+ export interface GetNgfwArgs {
26
+ /**
27
+ * The account ID. This field is mandatory if using multiple accounts.
28
+ */
29
+ accountId?: string;
30
+ /**
31
+ * The NGFW name.
32
+ */
33
+ name: string;
34
+ }
35
+ /**
36
+ * A collection of values returned by getNgfw.
37
+ */
38
+ export interface GetNgfwResult {
39
+ /**
40
+ * The account ID. This field is mandatory if using multiple accounts.
41
+ */
42
+ readonly accountId?: string;
43
+ /**
44
+ * App-ID version number.
45
+ */
46
+ readonly appIdVersion: string;
47
+ /**
48
+ * Automatic App-ID upgrade version number.
49
+ */
50
+ readonly automaticUpgradeAppIdVersion: boolean;
51
+ /**
52
+ * The description.
53
+ */
54
+ readonly description: string;
55
+ /**
56
+ * Set endpoint mode from the following options. Valid values are `ServiceManaged` or `CustomerManaged`.
57
+ */
58
+ readonly endpointMode: string;
59
+ /**
60
+ * The endpoint service name.
61
+ */
62
+ readonly endpointServiceName: string;
63
+ /**
64
+ * The Id of the NGFW.
65
+ */
66
+ readonly firewallId: string;
67
+ /**
68
+ * The global rulestack for this NGFW.
69
+ */
70
+ readonly globalRulestack: string;
71
+ /**
72
+ * The provider-assigned unique ID for this managed resource.
73
+ */
74
+ readonly id: string;
75
+ /**
76
+ * The link ID.
77
+ */
78
+ readonly linkId: string;
79
+ /**
80
+ * The link status.
81
+ */
82
+ readonly linkStatus: string;
83
+ /**
84
+ * Share NGFW with Multiple VPCs. This feature can be enabled only if the endpointMode is CustomerManaged.
85
+ */
86
+ readonly multiVpc: boolean;
87
+ /**
88
+ * The NGFW name.
89
+ */
90
+ readonly name: string;
91
+ /**
92
+ * The rulestack for this NGFW.
93
+ */
94
+ readonly rulestack: string;
95
+ readonly statuses: outputs.GetNgfwStatus[];
96
+ /**
97
+ * Subnet mappings.
98
+ */
99
+ readonly subnetMappings: outputs.GetNgfwSubnetMapping[];
100
+ /**
101
+ * The tags.
102
+ */
103
+ readonly tags: {
104
+ [key: string]: string;
105
+ };
106
+ /**
107
+ * The update token.
108
+ */
109
+ readonly updateToken: string;
110
+ /**
111
+ * The vpc id.
112
+ */
113
+ readonly vpcId: string;
114
+ }
115
+ /**
116
+ * Data source for retrieving NGFW information.
117
+ *
118
+ * ## Admin Permission Type
119
+ *
120
+ * * `Firewall`
121
+ *
122
+ * ## Example Usage
123
+ *
124
+ * ```typescript
125
+ * import * as pulumi from "@pulumi/pulumi";
126
+ * import * as cloudngfwaws from "@pulumi/cloudngfwaws";
127
+ *
128
+ * const example = cloudngfwaws.getNgfw({
129
+ * name: "example-instance",
130
+ * });
131
+ * ```
132
+ */
133
+ export declare function getNgfwOutput(args: GetNgfwOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetNgfwResult>;
134
+ /**
135
+ * A collection of arguments for invoking getNgfw.
136
+ */
137
+ export interface GetNgfwOutputArgs {
138
+ /**
139
+ * The account ID. This field is mandatory if using multiple accounts.
140
+ */
141
+ accountId?: pulumi.Input<string>;
142
+ /**
143
+ * The NGFW name.
144
+ */
145
+ name: pulumi.Input<string>;
146
+ }
package/getNgfw.js ADDED
@@ -0,0 +1,60 @@
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.getNgfwOutput = exports.getNgfw = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * Data source for retrieving NGFW information.
10
+ *
11
+ * ## Admin Permission Type
12
+ *
13
+ * * `Firewall`
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.getNgfw({
22
+ * name: "example-instance",
23
+ * });
24
+ * ```
25
+ */
26
+ function getNgfw(args, opts) {
27
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
28
+ return pulumi.runtime.invoke("cloudngfwaws:index/getNgfw:getNgfw", {
29
+ "accountId": args.accountId,
30
+ "name": args.name,
31
+ }, opts);
32
+ }
33
+ exports.getNgfw = getNgfw;
34
+ /**
35
+ * Data source for retrieving NGFW information.
36
+ *
37
+ * ## Admin Permission Type
38
+ *
39
+ * * `Firewall`
40
+ *
41
+ * ## Example Usage
42
+ *
43
+ * ```typescript
44
+ * import * as pulumi from "@pulumi/pulumi";
45
+ * import * as cloudngfwaws from "@pulumi/cloudngfwaws";
46
+ *
47
+ * const example = cloudngfwaws.getNgfw({
48
+ * name: "example-instance",
49
+ * });
50
+ * ```
51
+ */
52
+ function getNgfwOutput(args, opts) {
53
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
54
+ return pulumi.runtime.invokeOutput("cloudngfwaws:index/getNgfw:getNgfw", {
55
+ "accountId": args.accountId,
56
+ "name": args.name,
57
+ }, opts);
58
+ }
59
+ exports.getNgfwOutput = getNgfwOutput;
60
+ //# sourceMappingURL=getNgfw.js.map
package/getNgfw.js.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getNgfw.js","sourceRoot":"","sources":["../getNgfw.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0BAMC;AA8FD;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oCAAoC,EAAE;QACrE,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sCAMC"}
@@ -0,0 +1,101 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "./types/output";
3
+ /**
4
+ * Data source for retrieving log profile information.
5
+ *
6
+ * ## Admin Permission Type
7
+ *
8
+ * * `Firewall`
9
+ *
10
+ * ## Example Usage
11
+ *
12
+ * ```typescript
13
+ * import * as pulumi from "@pulumi/pulumi";
14
+ * import * as cloudngfwaws from "@pulumi/cloudngfwaws";
15
+ *
16
+ * const example = cloudngfwaws.getNgfwLogProfile({
17
+ * ngfw: "example-instance",
18
+ * accountId: "123456789",
19
+ * });
20
+ * ```
21
+ */
22
+ export declare function getNgfwLogProfile(args: GetNgfwLogProfileArgs, opts?: pulumi.InvokeOptions): Promise<GetNgfwLogProfileResult>;
23
+ /**
24
+ * A collection of arguments for invoking getNgfwLogProfile.
25
+ */
26
+ export interface GetNgfwLogProfileArgs {
27
+ /**
28
+ * The unique ID of the account.
29
+ */
30
+ accountId: string;
31
+ /**
32
+ * The name of the NGFW.
33
+ */
34
+ ngfw: string;
35
+ }
36
+ /**
37
+ * A collection of values returned by getNgfwLogProfile.
38
+ */
39
+ export interface GetNgfwLogProfileResult {
40
+ /**
41
+ * The unique ID of the account.
42
+ */
43
+ readonly accountId: string;
44
+ /**
45
+ * Enable advanced threat logging.
46
+ */
47
+ readonly advancedThreatLog: boolean;
48
+ /**
49
+ * The CloudWatch metric namespace.
50
+ */
51
+ readonly cloudWatchMetricNamespace: string;
52
+ /**
53
+ * Cloudwatch metric fields.
54
+ */
55
+ readonly cloudwatchMetricFields: string[];
56
+ /**
57
+ * The provider-assigned unique ID for this managed resource.
58
+ */
59
+ readonly id: string;
60
+ /**
61
+ * List of log destinations.
62
+ */
63
+ readonly logDestinations: outputs.GetNgfwLogProfileLogDestination[];
64
+ /**
65
+ * The name of the NGFW.
66
+ */
67
+ readonly ngfw: string;
68
+ }
69
+ /**
70
+ * Data source for retrieving log profile information.
71
+ *
72
+ * ## Admin Permission Type
73
+ *
74
+ * * `Firewall`
75
+ *
76
+ * ## Example Usage
77
+ *
78
+ * ```typescript
79
+ * import * as pulumi from "@pulumi/pulumi";
80
+ * import * as cloudngfwaws from "@pulumi/cloudngfwaws";
81
+ *
82
+ * const example = cloudngfwaws.getNgfwLogProfile({
83
+ * ngfw: "example-instance",
84
+ * accountId: "123456789",
85
+ * });
86
+ * ```
87
+ */
88
+ export declare function getNgfwLogProfileOutput(args: GetNgfwLogProfileOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetNgfwLogProfileResult>;
89
+ /**
90
+ * A collection of arguments for invoking getNgfwLogProfile.
91
+ */
92
+ export interface GetNgfwLogProfileOutputArgs {
93
+ /**
94
+ * The unique ID of the account.
95
+ */
96
+ accountId: pulumi.Input<string>;
97
+ /**
98
+ * The name of the NGFW.
99
+ */
100
+ ngfw: pulumi.Input<string>;
101
+ }
@@ -0,0 +1,62 @@
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.getNgfwLogProfileOutput = exports.getNgfwLogProfile = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * Data source for retrieving log profile information.
10
+ *
11
+ * ## Admin Permission Type
12
+ *
13
+ * * `Firewall`
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.getNgfwLogProfile({
22
+ * ngfw: "example-instance",
23
+ * accountId: "123456789",
24
+ * });
25
+ * ```
26
+ */
27
+ function getNgfwLogProfile(args, opts) {
28
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
29
+ return pulumi.runtime.invoke("cloudngfwaws:index/getNgfwLogProfile:getNgfwLogProfile", {
30
+ "accountId": args.accountId,
31
+ "ngfw": args.ngfw,
32
+ }, opts);
33
+ }
34
+ exports.getNgfwLogProfile = getNgfwLogProfile;
35
+ /**
36
+ * Data source for retrieving log profile information.
37
+ *
38
+ * ## Admin Permission Type
39
+ *
40
+ * * `Firewall`
41
+ *
42
+ * ## Example Usage
43
+ *
44
+ * ```typescript
45
+ * import * as pulumi from "@pulumi/pulumi";
46
+ * import * as cloudngfwaws from "@pulumi/cloudngfwaws";
47
+ *
48
+ * const example = cloudngfwaws.getNgfwLogProfile({
49
+ * ngfw: "example-instance",
50
+ * accountId: "123456789",
51
+ * });
52
+ * ```
53
+ */
54
+ function getNgfwLogProfileOutput(args, opts) {
55
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
56
+ return pulumi.runtime.invokeOutput("cloudngfwaws:index/getNgfwLogProfile:getNgfwLogProfile", {
57
+ "accountId": args.accountId,
58
+ "ngfw": args.ngfw,
59
+ }, opts);
60
+ }
61
+ exports.getNgfwLogProfileOutput = getNgfwLogProfileOutput;
62
+ //# sourceMappingURL=getNgfwLogProfile.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getNgfwLogProfile.js","sourceRoot":"","sources":["../getNgfwLogProfile.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;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,MAAM,CAAC,wDAAwD,EAAE;QACnF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8CAMC;AAiDD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wDAAwD,EAAE;QACzF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0DAMC"}
package/getNgfws.d.ts ADDED
@@ -0,0 +1,83 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "./types/output";
3
+ /**
4
+ * Data source get a list of NGFWs.
5
+ *
6
+ * ## Admin Permission Type
7
+ *
8
+ * * `Firewall`
9
+ *
10
+ * ## Example Usage
11
+ *
12
+ * ```typescript
13
+ * import * as pulumi from "@pulumi/pulumi";
14
+ * import * as cloudngfwaws from "@pulumi/cloudngfwaws";
15
+ *
16
+ * const example = cloudngfwaws.getNgfws({});
17
+ * ```
18
+ */
19
+ export declare function getNgfws(args?: GetNgfwsArgs, opts?: pulumi.InvokeOptions): Promise<GetNgfwsResult>;
20
+ /**
21
+ * A collection of arguments for invoking getNgfws.
22
+ */
23
+ export interface GetNgfwsArgs {
24
+ /**
25
+ * The rulestack to filter on.
26
+ */
27
+ rulestack?: string;
28
+ /**
29
+ * List of vpc ids to filter on.
30
+ */
31
+ vpcIds?: string[];
32
+ }
33
+ /**
34
+ * A collection of values returned by getNgfws.
35
+ */
36
+ export interface GetNgfwsResult {
37
+ /**
38
+ * The provider-assigned unique ID for this managed resource.
39
+ */
40
+ readonly id: string;
41
+ /**
42
+ * List of NGFWs.
43
+ */
44
+ readonly instances: outputs.GetNgfwsInstance[];
45
+ /**
46
+ * The rulestack to filter on.
47
+ */
48
+ readonly rulestack?: string;
49
+ /**
50
+ * List of vpc ids to filter on.
51
+ */
52
+ readonly vpcIds?: string[];
53
+ }
54
+ /**
55
+ * Data source get a list of NGFWs.
56
+ *
57
+ * ## Admin Permission Type
58
+ *
59
+ * * `Firewall`
60
+ *
61
+ * ## Example Usage
62
+ *
63
+ * ```typescript
64
+ * import * as pulumi from "@pulumi/pulumi";
65
+ * import * as cloudngfwaws from "@pulumi/cloudngfwaws";
66
+ *
67
+ * const example = cloudngfwaws.getNgfws({});
68
+ * ```
69
+ */
70
+ export declare function getNgfwsOutput(args?: GetNgfwsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetNgfwsResult>;
71
+ /**
72
+ * A collection of arguments for invoking getNgfws.
73
+ */
74
+ export interface GetNgfwsOutputArgs {
75
+ /**
76
+ * The rulestack to filter on.
77
+ */
78
+ rulestack?: pulumi.Input<string>;
79
+ /**
80
+ * List of vpc ids to filter on.
81
+ */
82
+ vpcIds?: pulumi.Input<pulumi.Input<string>[]>;
83
+ }
package/getNgfws.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.getNgfwsOutput = exports.getNgfws = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * Data source get a list of NGFWs.
10
+ *
11
+ * ## Admin Permission Type
12
+ *
13
+ * * `Firewall`
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.getNgfws({});
22
+ * ```
23
+ */
24
+ function getNgfws(args, opts) {
25
+ args = args || {};
26
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
27
+ return pulumi.runtime.invoke("cloudngfwaws:index/getNgfws:getNgfws", {
28
+ "rulestack": args.rulestack,
29
+ "vpcIds": args.vpcIds,
30
+ }, opts);
31
+ }
32
+ exports.getNgfws = getNgfws;
33
+ /**
34
+ * Data source get a list of NGFWs.
35
+ *
36
+ * ## Admin Permission Type
37
+ *
38
+ * * `Firewall`
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.getNgfws({});
47
+ * ```
48
+ */
49
+ function getNgfwsOutput(args, opts) {
50
+ args = args || {};
51
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
52
+ return pulumi.runtime.invokeOutput("cloudngfwaws:index/getNgfws:getNgfws", {
53
+ "rulestack": args.rulestack,
54
+ "vpcIds": args.vpcIds,
55
+ }, opts);
56
+ }
57
+ exports.getNgfwsOutput = getNgfwsOutput;
58
+ //# sourceMappingURL=getNgfws.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getNgfws.js","sourceRoot":"","sources":["../getNgfws.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,QAAQ,CAAC,IAAmB,EAAE,IAA2B;IACrE,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,sCAAsC,EAAE;QACjE,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4BAOC;AAqCD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,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,sCAAsC,EAAE;QACvE,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wCAOC"}