@pulumiverse/scaleway 0.3.1-alpha.1660775142

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 (265) hide show
  1. package/LICENSE +202 -0
  2. package/README.md +54 -0
  3. package/accountSshKey.d.ts +80 -0
  4. package/accountSshKey.js +58 -0
  5. package/accountSshKey.js.map +1 -0
  6. package/appleSliconValleyServer.d.ts +140 -0
  7. package/appleSliconValleyServer.js +72 -0
  8. package/appleSliconValleyServer.js.map +1 -0
  9. package/baremetalServer.d.ts +173 -0
  10. package/baremetalServer.js +84 -0
  11. package/baremetalServer.js.map +1 -0
  12. package/config/index.d.ts +1 -0
  13. package/config/index.js +21 -0
  14. package/config/index.js.map +1 -0
  15. package/config/vars.d.ts +28 -0
  16. package/config/vars.js +55 -0
  17. package/config/vars.js.map +1 -0
  18. package/container.d.ts +273 -0
  19. package/container.js +90 -0
  20. package/container.js.map +1 -0
  21. package/containerNamespace.d.ts +126 -0
  22. package/containerNamespace.js +63 -0
  23. package/containerNamespace.js.map +1 -0
  24. package/database.d.ts +84 -0
  25. package/database.js +60 -0
  26. package/database.js.map +1 -0
  27. package/databaseAcl.d.ts +73 -0
  28. package/databaseAcl.js +59 -0
  29. package/databaseAcl.js.map +1 -0
  30. package/databaseInstance.d.ts +299 -0
  31. package/databaseInstance.js +99 -0
  32. package/databaseInstance.js.map +1 -0
  33. package/databasePrivilege.d.ts +84 -0
  34. package/databasePrivilege.js +67 -0
  35. package/databasePrivilege.js.map +1 -0
  36. package/databaseUser.d.ts +96 -0
  37. package/databaseUser.js +63 -0
  38. package/databaseUser.js.map +1 -0
  39. package/domainRecord.d.ts +189 -0
  40. package/domainRecord.js +82 -0
  41. package/domainRecord.js.map +1 -0
  42. package/domainZone.d.ts +120 -0
  43. package/domainZone.js +71 -0
  44. package/domainZone.js.map +1 -0
  45. package/functionNamespace.d.ts +126 -0
  46. package/functionNamespace.js +63 -0
  47. package/functionNamespace.js.map +1 -0
  48. package/getAccountSshKey.d.ts +31 -0
  49. package/getAccountSshKey.js +24 -0
  50. package/getAccountSshKey.js.map +1 -0
  51. package/getBaremetalOffer.d.ts +41 -0
  52. package/getBaremetalOffer.js +26 -0
  53. package/getBaremetalOffer.js.map +1 -0
  54. package/getBaremetalOs.d.ts +34 -0
  55. package/getBaremetalOs.js +26 -0
  56. package/getBaremetalOs.js.map +1 -0
  57. package/getBaremetalServer.d.ts +44 -0
  58. package/getBaremetalServer.js +25 -0
  59. package/getBaremetalServer.js.map +1 -0
  60. package/getContainer.d.ts +53 -0
  61. package/getContainer.js +25 -0
  62. package/getContainer.js.map +1 -0
  63. package/getContainerNamespace.d.ts +39 -0
  64. package/getContainerNamespace.js +25 -0
  65. package/getContainerNamespace.js.map +1 -0
  66. package/getDatabase.d.ts +31 -0
  67. package/getDatabase.js +23 -0
  68. package/getDatabase.js.map +1 -0
  69. package/getDatabaseAcl.d.ts +28 -0
  70. package/getDatabaseAcl.js +22 -0
  71. package/getDatabaseAcl.js.map +1 -0
  72. package/getDatabaseInstance.d.ts +53 -0
  73. package/getDatabaseInstance.js +24 -0
  74. package/getDatabaseInstance.js.map +1 -0
  75. package/getDatabasePrivilege.d.ts +32 -0
  76. package/getDatabasePrivilege.js +24 -0
  77. package/getDatabasePrivilege.js.map +1 -0
  78. package/getDomainRecord.d.ts +47 -0
  79. package/getDomainRecord.js +27 -0
  80. package/getDomainRecord.js.map +1 -0
  81. package/getDomainZone.d.ts +35 -0
  82. package/getDomainZone.js +24 -0
  83. package/getDomainZone.js.map +1 -0
  84. package/getFunctionNamespace.d.ts +39 -0
  85. package/getFunctionNamespace.js +25 -0
  86. package/getFunctionNamespace.js.map +1 -0
  87. package/getInstanceImage.d.ts +49 -0
  88. package/getInstanceImage.js +28 -0
  89. package/getInstanceImage.js.map +1 -0
  90. package/getInstanceIp.d.ts +30 -0
  91. package/getInstanceIp.js +24 -0
  92. package/getInstanceIp.js.map +1 -0
  93. package/getInstanceSecurityGroup.d.ts +43 -0
  94. package/getInstanceSecurityGroup.js +25 -0
  95. package/getInstanceSecurityGroup.js.map +1 -0
  96. package/getInstanceServer.d.ts +58 -0
  97. package/getInstanceServer.js +25 -0
  98. package/getInstanceServer.js.map +1 -0
  99. package/getInstanceVolume.d.ts +39 -0
  100. package/getInstanceVolume.js +25 -0
  101. package/getInstanceVolume.js.map +1 -0
  102. package/getIotDevice.d.ts +45 -0
  103. package/getIotDevice.js +26 -0
  104. package/getIotDevice.js.map +1 -0
  105. package/getIotHub.d.ts +46 -0
  106. package/getIotHub.js +25 -0
  107. package/getIotHub.js.map +1 -0
  108. package/getKubernetesCluster.d.ts +52 -0
  109. package/getKubernetesCluster.js +25 -0
  110. package/getKubernetesCluster.js.map +1 -0
  111. package/getKubernetesNodePool.d.ts +58 -0
  112. package/getKubernetesNodePool.js +27 -0
  113. package/getKubernetesNodePool.js.map +1 -0
  114. package/getLoadbalancer.d.ts +43 -0
  115. package/getLoadbalancer.js +26 -0
  116. package/getLoadbalancer.js.map +1 -0
  117. package/getLoadbalancerCertificate.d.ts +40 -0
  118. package/getLoadbalancerCertificate.js +25 -0
  119. package/getLoadbalancerCertificate.js.map +1 -0
  120. package/getLoadbalancerIp.d.ts +34 -0
  121. package/getLoadbalancerIp.js +24 -0
  122. package/getLoadbalancerIp.js.map +1 -0
  123. package/getMarketplaceImage.d.ts +31 -0
  124. package/getMarketplaceImage.js +24 -0
  125. package/getMarketplaceImage.js.map +1 -0
  126. package/getObjectBucket.d.ts +38 -0
  127. package/getObjectBucket.js +24 -0
  128. package/getObjectBucket.js.map +1 -0
  129. package/getRedisCluster.d.ts +46 -0
  130. package/getRedisCluster.js +25 -0
  131. package/getRedisCluster.js.map +1 -0
  132. package/getRegistryImage.d.ts +43 -0
  133. package/getRegistryImage.js +28 -0
  134. package/getRegistryImage.js.map +1 -0
  135. package/getRegistryNamespace.d.ts +36 -0
  136. package/getRegistryNamespace.js +25 -0
  137. package/getRegistryNamespace.js.map +1 -0
  138. package/getVpcPrivateNetwork.d.ts +34 -0
  139. package/getVpcPrivateNetwork.js +24 -0
  140. package/getVpcPrivateNetwork.js.map +1 -0
  141. package/getVpcPublicGateway.d.ts +37 -0
  142. package/getVpcPublicGateway.js +24 -0
  143. package/getVpcPublicGateway.js.map +1 -0
  144. package/getVpcPublicGatewayDhcp.d.ts +43 -0
  145. package/getVpcPublicGatewayDhcp.js +22 -0
  146. package/getVpcPublicGatewayDhcp.js.map +1 -0
  147. package/getVpcPublicGatewayIp.d.ts +33 -0
  148. package/getVpcPublicGatewayIp.js +23 -0
  149. package/getVpcPublicGatewayIp.js.map +1 -0
  150. package/getVpcPublicPatRule.d.ts +36 -0
  151. package/getVpcPublicPatRule.js +23 -0
  152. package/getVpcPublicPatRule.js.map +1 -0
  153. package/index.d.ts +83 -0
  154. package/index.js +304 -0
  155. package/index.js.map +1 -0
  156. package/instanceIp.d.ts +104 -0
  157. package/instanceIp.js +61 -0
  158. package/instanceIp.js.map +1 -0
  159. package/instanceIpReverseDns.d.ts +72 -0
  160. package/instanceIpReverseDns.js +59 -0
  161. package/instanceIpReverseDns.js.map +1 -0
  162. package/instancePlacementGroup.d.ts +124 -0
  163. package/instancePlacementGroup.js +63 -0
  164. package/instancePlacementGroup.js.map +1 -0
  165. package/instancePrivateNic.d.ts +80 -0
  166. package/instancePrivateNic.js +61 -0
  167. package/instancePrivateNic.js.map +1 -0
  168. package/instanceSecurityGroup.d.ts +180 -0
  169. package/instanceSecurityGroup.js +73 -0
  170. package/instanceSecurityGroup.js.map +1 -0
  171. package/instanceSecurityGroupRules.d.ts +73 -0
  172. package/instanceSecurityGroupRules.js +56 -0
  173. package/instanceSecurityGroupRules.js.map +1 -0
  174. package/instanceServer.d.ts +327 -0
  175. package/instanceServer.js +105 -0
  176. package/instanceServer.js.map +1 -0
  177. package/instanceSnapshot.d.ts +128 -0
  178. package/instanceSnapshot.js +68 -0
  179. package/instanceSnapshot.js.map +1 -0
  180. package/instanceVolume.d.ts +148 -0
  181. package/instanceVolume.js +70 -0
  182. package/instanceVolume.js.map +1 -0
  183. package/iotDevice.d.ts +173 -0
  184. package/iotDevice.js +76 -0
  185. package/iotDevice.js.map +1 -0
  186. package/iotHub.d.ts +212 -0
  187. package/iotHub.js +84 -0
  188. package/iotHub.js.map +1 -0
  189. package/iotNetwork.d.ts +108 -0
  190. package/iotNetwork.js +67 -0
  191. package/iotNetwork.js.map +1 -0
  192. package/iotRoute.d.ts +129 -0
  193. package/iotRoute.js +69 -0
  194. package/iotRoute.js.map +1 -0
  195. package/kubernetesCluster.d.ts +281 -0
  196. package/kubernetesCluster.js +99 -0
  197. package/kubernetesCluster.js.map +1 -0
  198. package/kubernetesNodePool.d.ts +277 -0
  199. package/kubernetesNodePool.js +100 -0
  200. package/kubernetesNodePool.js.map +1 -0
  201. package/loadbalancer.d.ts +163 -0
  202. package/loadbalancer.js +75 -0
  203. package/loadbalancer.js.map +1 -0
  204. package/loadbalancerBackend.d.ts +268 -0
  205. package/loadbalancerBackend.js +98 -0
  206. package/loadbalancerBackend.js.map +1 -0
  207. package/loadbalancerCertificate.d.ts +133 -0
  208. package/loadbalancerCertificate.js +70 -0
  209. package/loadbalancerCertificate.js.map +1 -0
  210. package/loadbalancerFrontend.d.ts +133 -0
  211. package/loadbalancerFrontend.js +72 -0
  212. package/loadbalancerFrontend.js.map +1 -0
  213. package/loadbalancerIp.d.ts +104 -0
  214. package/loadbalancerIp.js +61 -0
  215. package/loadbalancerIp.js.map +1 -0
  216. package/loadbalancerRoute.d.ts +72 -0
  217. package/loadbalancerRoute.js +59 -0
  218. package/loadbalancerRoute.js.map +1 -0
  219. package/objectBucket.d.ts +138 -0
  220. package/objectBucket.js +65 -0
  221. package/objectBucket.js.map +1 -0
  222. package/package.json +30 -0
  223. package/package.json.bak +30 -0
  224. package/provider.d.ts +83 -0
  225. package/provider.js +52 -0
  226. package/provider.js.map +1 -0
  227. package/redisCluster.d.ts +203 -0
  228. package/redisCluster.js +87 -0
  229. package/redisCluster.js.map +1 -0
  230. package/registryNamespace.d.ts +112 -0
  231. package/registryNamespace.js +61 -0
  232. package/registryNamespace.js.map +1 -0
  233. package/types/index.d.ts +3 -0
  234. package/types/index.js +11 -0
  235. package/types/index.js.map +1 -0
  236. package/types/input.d.ts +255 -0
  237. package/types/input.js +5 -0
  238. package/types/input.js.map +1 -0
  239. package/types/output.d.ts +459 -0
  240. package/types/output.js +5 -0
  241. package/types/output.js.map +1 -0
  242. package/utilities.d.ts +4 -0
  243. package/utilities.js +57 -0
  244. package/utilities.js.map +1 -0
  245. package/vpcGatewayNetwork.d.ts +156 -0
  246. package/vpcGatewayNetwork.js +75 -0
  247. package/vpcGatewayNetwork.js.map +1 -0
  248. package/vpcPrivateNetwork.d.ts +108 -0
  249. package/vpcPrivateNetwork.js +61 -0
  250. package/vpcPrivateNetwork.js.map +1 -0
  251. package/vpcPublicGateway.d.ts +144 -0
  252. package/vpcPublicGateway.js +70 -0
  253. package/vpcPublicGateway.js.map +1 -0
  254. package/vpcPublicGatewayDhcp.d.ts +255 -0
  255. package/vpcPublicGatewayDhcp.js +86 -0
  256. package/vpcPublicGatewayDhcp.js.map +1 -0
  257. package/vpcPublicGatewayDhcpReservation.d.ts +118 -0
  258. package/vpcPublicGatewayDhcpReservation.js +72 -0
  259. package/vpcPublicGatewayDhcpReservation.js.map +1 -0
  260. package/vpcPublicGatewayIp.d.ts +116 -0
  261. package/vpcPublicGatewayIp.js +63 -0
  262. package/vpcPublicGatewayIp.js.map +1 -0
  263. package/vpcPublicGatewayPatRule.d.ts +132 -0
  264. package/vpcPublicGatewayPatRule.js +77 -0
  265. package/vpcPublicGatewayPatRule.js.map +1 -0
@@ -0,0 +1,459 @@
1
+ import { output as outputs } from "../types";
2
+ export interface BaremetalServerIp {
3
+ address: string;
4
+ id: string;
5
+ reverse: string;
6
+ version: string;
7
+ }
8
+ export interface DatabaseAclAclRule {
9
+ description: string;
10
+ ip: string;
11
+ }
12
+ export interface DatabaseInstanceLoadBalancer {
13
+ endpointId: string;
14
+ hostname: string;
15
+ ip: string;
16
+ name: string;
17
+ port: number;
18
+ }
19
+ export interface DatabaseInstancePrivateNetwork {
20
+ endpointId: string;
21
+ hostname: string;
22
+ ip: string;
23
+ ipNet: string;
24
+ name: string;
25
+ pnId: string;
26
+ port: number;
27
+ zone: string;
28
+ }
29
+ export interface DatabaseInstanceReadReplica {
30
+ ip: string;
31
+ name: string;
32
+ port: number;
33
+ }
34
+ export interface DomainRecordGeoIp {
35
+ matches: outputs.DomainRecordGeoIpMatch[];
36
+ }
37
+ export interface DomainRecordGeoIpMatch {
38
+ continents?: string[];
39
+ countries?: string[];
40
+ data: string;
41
+ }
42
+ export interface DomainRecordHttpService {
43
+ ips: string[];
44
+ mustContain: string;
45
+ strategy: string;
46
+ url: string;
47
+ userAgent?: string;
48
+ }
49
+ export interface DomainRecordView {
50
+ data: string;
51
+ subnet: string;
52
+ }
53
+ export interface DomainRecordWeighted {
54
+ ip: string;
55
+ weight: number;
56
+ }
57
+ export interface GetBaremetalOfferCpu {
58
+ coreCount: number;
59
+ frequency: number;
60
+ name: string;
61
+ threadCount: number;
62
+ }
63
+ export interface GetBaremetalOfferDisk {
64
+ capacity: number;
65
+ type: string;
66
+ }
67
+ export interface GetBaremetalOfferMemory {
68
+ capacity: number;
69
+ frequency: number;
70
+ isEcc: boolean;
71
+ type: string;
72
+ }
73
+ export interface GetBaremetalServerIp {
74
+ address: string;
75
+ id: string;
76
+ reverse: string;
77
+ version: string;
78
+ }
79
+ export interface GetDatabaseAclAclRule {
80
+ description: string;
81
+ ip: string;
82
+ }
83
+ export interface GetDatabaseInstanceLoadBalancer {
84
+ endpointId: string;
85
+ hostname: string;
86
+ ip: string;
87
+ name: string;
88
+ port: number;
89
+ }
90
+ export interface GetDatabaseInstancePrivateNetwork {
91
+ endpointId: string;
92
+ hostname: string;
93
+ ip: string;
94
+ ipNet: string;
95
+ name: string;
96
+ pnId: string;
97
+ port: number;
98
+ zone: string;
99
+ }
100
+ export interface GetDatabaseInstanceReadReplica {
101
+ ip: string;
102
+ name: string;
103
+ port: number;
104
+ }
105
+ export interface GetDomainRecordGeoIp {
106
+ matches: outputs.GetDomainRecordGeoIpMatch[];
107
+ }
108
+ export interface GetDomainRecordGeoIpMatch {
109
+ continents: string[];
110
+ countries: string[];
111
+ data: string;
112
+ }
113
+ export interface GetDomainRecordHttpService {
114
+ ips: string[];
115
+ mustContain: string;
116
+ strategy: string;
117
+ url: string;
118
+ userAgent: string;
119
+ }
120
+ export interface GetDomainRecordView {
121
+ data: string;
122
+ subnet: string;
123
+ }
124
+ export interface GetDomainRecordWeighted {
125
+ ip: string;
126
+ weight: number;
127
+ }
128
+ export interface GetInstanceSecurityGroupInboundRule {
129
+ action: string;
130
+ ip: string;
131
+ ipRange: string;
132
+ port: number;
133
+ portRange: string;
134
+ protocol: string;
135
+ }
136
+ export interface GetInstanceSecurityGroupOutboundRule {
137
+ action: string;
138
+ ip: string;
139
+ ipRange: string;
140
+ port: number;
141
+ portRange: string;
142
+ protocol: string;
143
+ }
144
+ export interface GetInstanceServerPrivateNetwork {
145
+ macAddress: string;
146
+ pnId: string;
147
+ status: string;
148
+ zone: string;
149
+ }
150
+ export interface GetInstanceServerRootVolume {
151
+ boot: boolean;
152
+ deleteOnTermination: boolean;
153
+ sizeInGb: number;
154
+ volumeId: string;
155
+ volumeType: string;
156
+ }
157
+ export interface GetIotDeviceCertificate {
158
+ crt: string;
159
+ key: string;
160
+ }
161
+ export interface GetIotDeviceMessageFilter {
162
+ publishes: outputs.GetIotDeviceMessageFilterPublish[];
163
+ subscribes: outputs.GetIotDeviceMessageFilterSubscribe[];
164
+ }
165
+ export interface GetIotDeviceMessageFilterPublish {
166
+ policy: string;
167
+ topics: string[];
168
+ }
169
+ export interface GetIotDeviceMessageFilterSubscribe {
170
+ policy: string;
171
+ topics: string[];
172
+ }
173
+ export interface GetKubernetesClusterAutoUpgrade {
174
+ enable: boolean;
175
+ maintenanceWindowDay: string;
176
+ maintenanceWindowStartHour: number;
177
+ }
178
+ export interface GetKubernetesClusterAutoscalerConfig {
179
+ balanceSimilarNodeGroups: boolean;
180
+ disableScaleDown: boolean;
181
+ estimator: string;
182
+ expander: string;
183
+ expendablePodsPriorityCutoff: number;
184
+ ignoreDaemonsetsUtilization: boolean;
185
+ maxGracefulTerminationSec: number;
186
+ scaleDownDelayAfterAdd: string;
187
+ scaleDownUnneededTime: string;
188
+ scaleDownUtilizationThreshold: number;
189
+ }
190
+ export interface GetKubernetesClusterKubeconfig {
191
+ clusterCaCertificate: string;
192
+ configFile: string;
193
+ host: string;
194
+ token: string;
195
+ }
196
+ export interface GetKubernetesClusterOpenIdConnectConfig {
197
+ clientId: string;
198
+ groupsClaims: string[];
199
+ groupsPrefix: string;
200
+ issuerUrl: string;
201
+ requiredClaims: string[];
202
+ usernameClaim: string;
203
+ usernamePrefix: string;
204
+ }
205
+ export interface GetKubernetesNodePoolNode {
206
+ name: string;
207
+ publicIp: string;
208
+ publicIpV6: string;
209
+ status: string;
210
+ }
211
+ export interface GetKubernetesNodePoolUpgradePolicy {
212
+ maxSurge: number;
213
+ maxUnavailable: number;
214
+ }
215
+ export interface GetLoadbalancerCertificateCustomCertificate {
216
+ certificateChain: string;
217
+ }
218
+ export interface GetLoadbalancerCertificateLetsencrypt {
219
+ commonName: string;
220
+ subjectAlternativeNames: string[];
221
+ }
222
+ export interface GetLoadbalancerPrivateNetwork {
223
+ dhcpConfig: boolean;
224
+ privateNetworkId: string;
225
+ staticConfigs: string[];
226
+ status: string;
227
+ zone: string;
228
+ }
229
+ export interface GetObjectBucketCorsRule {
230
+ allowedHeaders: string[];
231
+ allowedMethods: string[];
232
+ allowedOrigins: string[];
233
+ exposeHeaders: string[];
234
+ maxAgeSeconds: number;
235
+ }
236
+ export interface GetObjectBucketLifecycleRule {
237
+ abortIncompleteMultipartUploadDays: number;
238
+ enabled: boolean;
239
+ expirations: outputs.GetObjectBucketLifecycleRuleExpiration[];
240
+ id: string;
241
+ prefix: string;
242
+ tags: {
243
+ [key: string]: string;
244
+ };
245
+ transitions: outputs.GetObjectBucketLifecycleRuleTransition[];
246
+ }
247
+ export interface GetObjectBucketLifecycleRuleExpiration {
248
+ days: number;
249
+ }
250
+ export interface GetObjectBucketLifecycleRuleTransition {
251
+ days: number;
252
+ storageClass: string;
253
+ }
254
+ export interface GetObjectBucketVersioning {
255
+ enabled: boolean;
256
+ }
257
+ export interface GetRedisClusterAcl {
258
+ description: string;
259
+ id: string;
260
+ ip: string;
261
+ }
262
+ export interface InstanceSecurityGroupInboundRule {
263
+ action: string;
264
+ ip?: string;
265
+ ipRange?: string;
266
+ port?: number;
267
+ portRange?: string;
268
+ protocol?: string;
269
+ }
270
+ export interface InstanceSecurityGroupOutboundRule {
271
+ action: string;
272
+ ip?: string;
273
+ ipRange?: string;
274
+ port?: number;
275
+ portRange?: string;
276
+ protocol?: string;
277
+ }
278
+ export interface InstanceSecurityGroupRulesInboundRule {
279
+ action: string;
280
+ ip?: string;
281
+ ipRange?: string;
282
+ port?: number;
283
+ portRange?: string;
284
+ protocol?: string;
285
+ }
286
+ export interface InstanceSecurityGroupRulesOutboundRule {
287
+ action: string;
288
+ ip?: string;
289
+ ipRange?: string;
290
+ port?: number;
291
+ portRange?: string;
292
+ protocol?: string;
293
+ }
294
+ export interface InstanceServerPrivateNetwork {
295
+ macAddress: string;
296
+ pnId: string;
297
+ status: string;
298
+ zone: string;
299
+ }
300
+ export interface InstanceServerRootVolume {
301
+ boot?: boolean;
302
+ deleteOnTermination?: boolean;
303
+ sizeInGb: number;
304
+ volumeId: string;
305
+ volumeType: string;
306
+ }
307
+ export interface IotDeviceCertificate {
308
+ crt: string;
309
+ key: string;
310
+ }
311
+ export interface IotDeviceMessageFilters {
312
+ publish?: outputs.IotDeviceMessageFiltersPublish;
313
+ subscribe?: outputs.IotDeviceMessageFiltersSubscribe;
314
+ }
315
+ export interface IotDeviceMessageFiltersPublish {
316
+ policy?: string;
317
+ topics?: string[];
318
+ }
319
+ export interface IotDeviceMessageFiltersSubscribe {
320
+ policy?: string;
321
+ topics?: string[];
322
+ }
323
+ export interface IotRouteDatabase {
324
+ dbname: string;
325
+ host: string;
326
+ password: string;
327
+ port: number;
328
+ query: string;
329
+ username: string;
330
+ }
331
+ export interface IotRouteRest {
332
+ headers: {
333
+ [key: string]: string;
334
+ };
335
+ uri: string;
336
+ verb: string;
337
+ }
338
+ export interface IotRouteS3 {
339
+ bucketName: string;
340
+ bucketRegion: string;
341
+ objectPrefix?: string;
342
+ strategy: string;
343
+ }
344
+ export interface KubernetesClusterAutoUpgrade {
345
+ enable: boolean;
346
+ maintenanceWindowDay: string;
347
+ maintenanceWindowStartHour: number;
348
+ }
349
+ export interface KubernetesClusterAutoscalerConfig {
350
+ balanceSimilarNodeGroups?: boolean;
351
+ disableScaleDown?: boolean;
352
+ estimator?: string;
353
+ expander?: string;
354
+ expendablePodsPriorityCutoff?: number;
355
+ ignoreDaemonsetsUtilization?: boolean;
356
+ maxGracefulTerminationSec?: number;
357
+ scaleDownDelayAfterAdd?: string;
358
+ scaleDownUnneededTime?: string;
359
+ scaleDownUtilizationThreshold?: number;
360
+ }
361
+ export interface KubernetesClusterKubeconfig {
362
+ clusterCaCertificate: string;
363
+ configFile: string;
364
+ host: string;
365
+ token: string;
366
+ }
367
+ export interface KubernetesClusterOpenIdConnectConfig {
368
+ clientId: string;
369
+ groupsClaims?: string[];
370
+ groupsPrefix?: string;
371
+ issuerUrl: string;
372
+ requiredClaims?: string[];
373
+ usernameClaim?: string;
374
+ usernamePrefix?: string;
375
+ }
376
+ export interface KubernetesNodePoolNode {
377
+ name: string;
378
+ publicIp: string;
379
+ publicIpV6: string;
380
+ status: string;
381
+ }
382
+ export interface KubernetesNodePoolUpgradePolicy {
383
+ maxSurge?: number;
384
+ maxUnavailable?: number;
385
+ }
386
+ export interface LoadbalancerBackendHealthCheckHttp {
387
+ code?: number;
388
+ method?: string;
389
+ uri: string;
390
+ }
391
+ export interface LoadbalancerBackendHealthCheckHttps {
392
+ code?: number;
393
+ method?: string;
394
+ uri: string;
395
+ }
396
+ export interface LoadbalancerBackendHealthCheckTcp {
397
+ }
398
+ export interface LoadbalancerCertificateCustomCertificate {
399
+ certificateChain: string;
400
+ }
401
+ export interface LoadbalancerCertificateLetsencrypt {
402
+ commonName: string;
403
+ subjectAlternativeNames?: string[];
404
+ }
405
+ export interface LoadbalancerFrontendAcl {
406
+ action: outputs.LoadbalancerFrontendAclAction;
407
+ match: outputs.LoadbalancerFrontendAclMatch;
408
+ name: string;
409
+ }
410
+ export interface LoadbalancerFrontendAclAction {
411
+ type: string;
412
+ }
413
+ export interface LoadbalancerFrontendAclMatch {
414
+ httpFilter?: string;
415
+ httpFilterOption?: string;
416
+ httpFilterValues?: string[];
417
+ invert?: boolean;
418
+ ipSubnets?: string[];
419
+ }
420
+ export interface LoadbalancerPrivateNetwork {
421
+ dhcpConfig?: boolean;
422
+ privateNetworkId: string;
423
+ staticConfigs?: string[];
424
+ status: string;
425
+ zone: string;
426
+ }
427
+ export interface ObjectBucketCorsRule {
428
+ allowedHeaders?: string[];
429
+ allowedMethods: string[];
430
+ allowedOrigins: string[];
431
+ exposeHeaders?: string[];
432
+ maxAgeSeconds?: number;
433
+ }
434
+ export interface ObjectBucketLifecycleRule {
435
+ abortIncompleteMultipartUploadDays?: number;
436
+ enabled: boolean;
437
+ expiration?: outputs.ObjectBucketLifecycleRuleExpiration;
438
+ id: string;
439
+ prefix?: string;
440
+ tags?: {
441
+ [key: string]: string;
442
+ };
443
+ transitions?: outputs.ObjectBucketLifecycleRuleTransition[];
444
+ }
445
+ export interface ObjectBucketLifecycleRuleExpiration {
446
+ days: number;
447
+ }
448
+ export interface ObjectBucketLifecycleRuleTransition {
449
+ days?: number;
450
+ storageClass: string;
451
+ }
452
+ export interface ObjectBucketVersioning {
453
+ enabled?: boolean;
454
+ }
455
+ export interface RedisClusterAcl {
456
+ description: string;
457
+ id: string;
458
+ ip: string;
459
+ }
@@ -0,0 +1,5 @@
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
+ //# sourceMappingURL=output.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF"}
package/utilities.d.ts ADDED
@@ -0,0 +1,4 @@
1
+ export declare function getEnv(...vars: string[]): string | undefined;
2
+ export declare function getEnvBoolean(...vars: string[]): boolean | undefined;
3
+ export declare function getEnvNumber(...vars: string[]): number | undefined;
4
+ export declare function getVersion(): string;
package/utilities.js ADDED
@@ -0,0 +1,57 @@
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.resourceOptsDefaults = exports.getVersion = exports.getEnvNumber = exports.getEnvBoolean = exports.getEnv = void 0;
6
+ function getEnv(...vars) {
7
+ for (const v of vars) {
8
+ const value = process.env[v];
9
+ if (value) {
10
+ return value;
11
+ }
12
+ }
13
+ return undefined;
14
+ }
15
+ exports.getEnv = getEnv;
16
+ function getEnvBoolean(...vars) {
17
+ const s = getEnv(...vars);
18
+ if (s !== undefined) {
19
+ // NOTE: these values are taken from https://golang.org/src/strconv/atob.go?s=351:391#L1, which is what
20
+ // Terraform uses internally when parsing boolean values.
21
+ if (["1", "t", "T", "true", "TRUE", "True"].find(v => v === s) !== undefined) {
22
+ return true;
23
+ }
24
+ if (["0", "f", "F", "false", "FALSE", "False"].find(v => v === s) !== undefined) {
25
+ return false;
26
+ }
27
+ }
28
+ return undefined;
29
+ }
30
+ exports.getEnvBoolean = getEnvBoolean;
31
+ function getEnvNumber(...vars) {
32
+ const s = getEnv(...vars);
33
+ if (s !== undefined) {
34
+ const f = parseFloat(s);
35
+ if (!isNaN(f)) {
36
+ return f;
37
+ }
38
+ }
39
+ return undefined;
40
+ }
41
+ exports.getEnvNumber = getEnvNumber;
42
+ function getVersion() {
43
+ let version = require('./package.json').version;
44
+ // Node allows for the version to be prefixed by a "v", while semver doesn't.
45
+ // If there is a v, strip it off.
46
+ if (version.indexOf('v') === 0) {
47
+ version = version.slice(1);
48
+ }
49
+ return version;
50
+ }
51
+ exports.getVersion = getVersion;
52
+ /** @internal */
53
+ function resourceOptsDefaults() {
54
+ return { version: getVersion(), pluginDownloadURL: "github://api.github.com/pulumiverse" };
55
+ }
56
+ exports.resourceOptsDefaults = resourceOptsDefaults;
57
+ //# sourceMappingURL=utilities.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utilities.js","sourceRoot":"","sources":["../utilities.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAGjF,SAAgB,MAAM,CAAC,GAAG,IAAc;IACpC,KAAK,MAAM,CAAC,IAAI,IAAI,EAAE;QAClB,MAAM,KAAK,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QAC7B,IAAI,KAAK,EAAE;YACP,OAAO,KAAK,CAAC;SAChB;KACJ;IACD,OAAO,SAAS,CAAC;AACrB,CAAC;AARD,wBAQC;AAED,SAAgB,aAAa,CAAC,GAAG,IAAc;IAC3C,MAAM,CAAC,GAAG,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC;IAC1B,IAAI,CAAC,KAAK,SAAS,EAAE;QACjB,uGAAuG;QACvG,yDAAyD;QACzD,IAAI,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,SAAS,EAAE;YAC1E,OAAO,IAAI,CAAC;SACf;QACD,IAAI,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,SAAS,EAAE;YAC7E,OAAO,KAAK,CAAC;SAChB;KACJ;IACD,OAAO,SAAS,CAAC;AACrB,CAAC;AAbD,sCAaC;AAED,SAAgB,YAAY,CAAC,GAAG,IAAc;IAC1C,MAAM,CAAC,GAAG,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC;IAC1B,IAAI,CAAC,KAAK,SAAS,EAAE;QACjB,MAAM,CAAC,GAAG,UAAU,CAAC,CAAC,CAAC,CAAC;QACxB,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE;YACX,OAAO,CAAC,CAAC;SACZ;KACJ;IACD,OAAO,SAAS,CAAC;AACrB,CAAC;AATD,oCASC;AAED,SAAgB,UAAU;IACtB,IAAI,OAAO,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAAC,OAAO,CAAC;IAChD,6EAA6E;IAC7E,iCAAiC;IACjC,IAAI,OAAO,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE;QAC5B,OAAO,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;KAC9B;IACD,OAAO,OAAO,CAAC;AACnB,CAAC;AARD,gCAQC;AAED,gBAAgB;AAChB,SAAgB,oBAAoB;IAChC,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,EAAE,iBAAiB,EAAE,qCAAqC,EAAE,CAAC;AAC/F,CAAC;AAFD,oDAEC"}
@@ -0,0 +1,156 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ export declare class VpcGatewayNetwork extends pulumi.CustomResource {
3
+ /**
4
+ * Get an existing VpcGatewayNetwork resource's state with the given name, ID, and optional extra
5
+ * properties used to qualify the lookup.
6
+ *
7
+ * @param name The _unique_ name of the resulting resource.
8
+ * @param id The _unique_ provider ID of the resource to lookup.
9
+ * @param state Any extra arguments used during the lookup.
10
+ * @param opts Optional settings to control the behavior of the CustomResource.
11
+ */
12
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: VpcGatewayNetworkState, opts?: pulumi.CustomResourceOptions): VpcGatewayNetwork;
13
+ /**
14
+ * Returns true if the given object is an instance of VpcGatewayNetwork. This is designed to work even
15
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
16
+ */
17
+ static isInstance(obj: any): obj is VpcGatewayNetwork;
18
+ /**
19
+ * Remove DHCP config on this network on destroy
20
+ */
21
+ readonly cleanupDhcp: pulumi.Output<boolean | undefined>;
22
+ /**
23
+ * The date and time of the creation of the gateway network
24
+ */
25
+ readonly createdAt: pulumi.Output<string>;
26
+ /**
27
+ * The ID of the public gateway DHCP config
28
+ */
29
+ readonly dhcpId: pulumi.Output<string | undefined>;
30
+ /**
31
+ * Enable DHCP config on this network
32
+ */
33
+ readonly enableDhcp: pulumi.Output<boolean | undefined>;
34
+ /**
35
+ * Enable masquerade on this network
36
+ */
37
+ readonly enableMasquerade: pulumi.Output<boolean | undefined>;
38
+ /**
39
+ * The ID of the public gateway where connect to
40
+ */
41
+ readonly gatewayId: pulumi.Output<string>;
42
+ /**
43
+ * The mac address on this network
44
+ */
45
+ readonly macAddress: pulumi.Output<string>;
46
+ /**
47
+ * The ID of the private network where connect to
48
+ */
49
+ readonly privateNetworkId: pulumi.Output<string>;
50
+ /**
51
+ * The static IP address in CIDR on this network
52
+ */
53
+ readonly staticAddress: pulumi.Output<string | undefined>;
54
+ /**
55
+ * The date and time of the last update of the gateway network
56
+ */
57
+ readonly updatedAt: pulumi.Output<string>;
58
+ /**
59
+ * The zone you want to attach the resource to
60
+ */
61
+ readonly zone: pulumi.Output<string>;
62
+ /**
63
+ * Create a VpcGatewayNetwork resource with the given unique name, arguments, and options.
64
+ *
65
+ * @param name The _unique_ name of the resource.
66
+ * @param args The arguments to use to populate this resource's properties.
67
+ * @param opts A bag of options that control this resource's behavior.
68
+ */
69
+ constructor(name: string, args: VpcGatewayNetworkArgs, opts?: pulumi.CustomResourceOptions);
70
+ }
71
+ /**
72
+ * Input properties used for looking up and filtering VpcGatewayNetwork resources.
73
+ */
74
+ export interface VpcGatewayNetworkState {
75
+ /**
76
+ * Remove DHCP config on this network on destroy
77
+ */
78
+ cleanupDhcp?: pulumi.Input<boolean>;
79
+ /**
80
+ * The date and time of the creation of the gateway network
81
+ */
82
+ createdAt?: pulumi.Input<string>;
83
+ /**
84
+ * The ID of the public gateway DHCP config
85
+ */
86
+ dhcpId?: pulumi.Input<string>;
87
+ /**
88
+ * Enable DHCP config on this network
89
+ */
90
+ enableDhcp?: pulumi.Input<boolean>;
91
+ /**
92
+ * Enable masquerade on this network
93
+ */
94
+ enableMasquerade?: pulumi.Input<boolean>;
95
+ /**
96
+ * The ID of the public gateway where connect to
97
+ */
98
+ gatewayId?: pulumi.Input<string>;
99
+ /**
100
+ * The mac address on this network
101
+ */
102
+ macAddress?: pulumi.Input<string>;
103
+ /**
104
+ * The ID of the private network where connect to
105
+ */
106
+ privateNetworkId?: pulumi.Input<string>;
107
+ /**
108
+ * The static IP address in CIDR on this network
109
+ */
110
+ staticAddress?: pulumi.Input<string>;
111
+ /**
112
+ * The date and time of the last update of the gateway network
113
+ */
114
+ updatedAt?: pulumi.Input<string>;
115
+ /**
116
+ * The zone you want to attach the resource to
117
+ */
118
+ zone?: pulumi.Input<string>;
119
+ }
120
+ /**
121
+ * The set of arguments for constructing a VpcGatewayNetwork resource.
122
+ */
123
+ export interface VpcGatewayNetworkArgs {
124
+ /**
125
+ * Remove DHCP config on this network on destroy
126
+ */
127
+ cleanupDhcp?: pulumi.Input<boolean>;
128
+ /**
129
+ * The ID of the public gateway DHCP config
130
+ */
131
+ dhcpId?: pulumi.Input<string>;
132
+ /**
133
+ * Enable DHCP config on this network
134
+ */
135
+ enableDhcp?: pulumi.Input<boolean>;
136
+ /**
137
+ * Enable masquerade on this network
138
+ */
139
+ enableMasquerade?: pulumi.Input<boolean>;
140
+ /**
141
+ * The ID of the public gateway where connect to
142
+ */
143
+ gatewayId: pulumi.Input<string>;
144
+ /**
145
+ * The ID of the private network where connect to
146
+ */
147
+ privateNetworkId: pulumi.Input<string>;
148
+ /**
149
+ * The static IP address in CIDR on this network
150
+ */
151
+ staticAddress?: pulumi.Input<string>;
152
+ /**
153
+ * The zone you want to attach the resource to
154
+ */
155
+ zone?: pulumi.Input<string>;
156
+ }