@pulumiverse/scaleway 1.14.0 → 1.15.0
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/{appleSliconValleyServer.d.ts → appleSiliconServer.d.ts} +13 -13
- package/{appleSliconValleyServer.js → appleSiliconServer.js} +12 -12
- package/appleSiliconServer.js.map +1 -0
- package/blockSnapshot.d.ts +5 -1
- package/blockSnapshot.js +5 -1
- package/blockSnapshot.js.map +1 -1
- package/blockVolume.d.ts +19 -0
- package/blockVolume.js +19 -0
- package/blockVolume.js.map +1 -1
- package/container.d.ts +12 -0
- package/container.js +2 -0
- package/container.js.map +1 -1
- package/database.d.ts +17 -9
- package/database.js +11 -3
- package/database.js.map +1 -1
- package/databaseAcl.d.ts +14 -6
- package/databaseAcl.js +11 -3
- package/databaseAcl.js.map +1 -1
- package/databaseBackup.d.ts +21 -12
- package/databaseBackup.js +15 -6
- package/databaseBackup.js.map +1 -1
- package/databaseInstance.d.ts +47 -50
- package/databaseInstance.js +7 -7
- package/databaseInstance.js.map +1 -1
- package/databasePrivilege.d.ts +5 -5
- package/databasePrivilege.js +2 -2
- package/databaseReadReplica.d.ts +12 -12
- package/databaseReadReplica.js +3 -3
- package/databaseUser.d.ts +30 -22
- package/databaseUser.js +12 -4
- package/databaseUser.js.map +1 -1
- package/documentdbDatabase.d.ts +11 -4
- package/documentdbDatabase.js +8 -1
- package/documentdbDatabase.js.map +1 -1
- package/documentdbPrivateNetworkEndpoint.d.ts +51 -75
- package/documentdbPrivateNetworkEndpoint.js +27 -17
- package/documentdbPrivateNetworkEndpoint.js.map +1 -1
- package/documentdbPrivilege.d.ts +9 -2
- package/documentdbPrivilege.js +9 -2
- package/documentdbPrivilege.js.map +1 -1
- package/documentdbReadReplica.d.ts +8 -1
- package/documentdbReadReplica.js +8 -1
- package/documentdbReadReplica.js.map +1 -1
- package/documentdbUser.d.ts +8 -1
- package/documentdbUser.js +8 -1
- package/documentdbUser.js.map +1 -1
- package/domainRecord.d.ts +3 -3
- package/function.d.ts +15 -12
- package/function.js +2 -0
- package/function.js.map +1 -1
- package/functionTrigger.d.ts +16 -0
- package/functionTrigger.js +16 -0
- package/functionTrigger.js.map +1 -1
- package/getAccountSshKey.d.ts +8 -4
- package/getAccountSshKey.js.map +1 -1
- package/getBillingConsumptions.d.ts +21 -0
- package/getBillingConsumptions.js +6 -0
- package/getBillingConsumptions.js.map +1 -1
- package/getBillingInvoices.d.ts +2 -2
- package/getBillingInvoices.js +2 -2
- package/getBlockSnapshot.d.ts +58 -0
- package/getBlockSnapshot.js +28 -0
- package/getBlockSnapshot.js.map +1 -1
- package/getConfig.d.ts +22 -0
- package/getConfig.js +17 -0
- package/getConfig.js.map +1 -0
- package/getContainer.d.ts +4 -0
- package/getContainer.js.map +1 -1
- package/getDatabase.d.ts +2 -2
- package/getDatabase.js +2 -2
- package/getDatabaseAcl.d.ts +2 -2
- package/getDatabaseAcl.js +2 -2
- package/getDatabaseBackup.d.ts +8 -8
- package/getDatabaseInstance.d.ts +14 -10
- package/getDatabaseInstance.js +6 -2
- package/getDatabaseInstance.js.map +1 -1
- package/getDatabasePrivilege.d.ts +4 -4
- package/getDatabasePrivilege.js +2 -2
- package/getFunction.d.ts +1 -0
- package/getFunction.js.map +1 -1
- package/getIamApiKey.d.ts +68 -0
- package/getIamApiKey.js +47 -0
- package/getIamApiKey.js.map +1 -0
- package/getIamApplication.d.ts +6 -6
- package/getIamGroup.d.ts +10 -8
- package/getIamGroup.js +6 -4
- package/getIamGroup.js.map +1 -1
- package/getIamSshKey.d.ts +8 -4
- package/getIamSshKey.js.map +1 -1
- package/getIamUser.d.ts +10 -8
- package/getIamUser.js +2 -4
- package/getIamUser.js.map +1 -1
- package/getIpamIp.d.ts +19 -15
- package/getIpamIp.js +8 -4
- package/getIpamIp.js.map +1 -1
- package/getIpamIps.d.ts +25 -21
- package/getIpamIps.js +6 -2
- package/getIpamIps.js.map +1 -1
- package/getLbAcls.d.ts +13 -9
- package/getLbAcls.js +4 -0
- package/getLbAcls.js.map +1 -1
- package/getLbBackend.d.ts +12 -10
- package/getLbBackend.js +6 -4
- package/getLbBackend.js.map +1 -1
- package/getLbBackends.d.ts +9 -5
- package/getLbBackends.js +4 -0
- package/getLbBackends.js.map +1 -1
- package/getLbFrontend.d.ts +10 -8
- package/getLbFrontend.js +6 -4
- package/getLbFrontend.js.map +1 -1
- package/getLbFrontends.d.ts +13 -9
- package/getLbFrontends.js +6 -2
- package/getLbFrontends.js.map +1 -1
- package/getLbIps.d.ts +42 -12
- package/getLbIps.js +16 -2
- package/getLbIps.js.map +1 -1
- package/getLbRoute.d.ts +8 -6
- package/getLbRoute.js +6 -4
- package/getLbRoute.js.map +1 -1
- package/getLbRoutes.d.ts +11 -7
- package/getLbRoutes.js +6 -2
- package/getLbRoutes.js.map +1 -1
- package/getLbs.d.ts +18 -14
- package/getLbs.js +4 -0
- package/getLbs.js.map +1 -1
- package/getLoadbalancer.d.ts +14 -10
- package/getLoadbalancer.js +4 -0
- package/getLoadbalancer.js.map +1 -1
- package/getLoadbalancerCertificate.d.ts +12 -12
- package/getLoadbalancerCertificate.js +6 -6
- package/getLoadbalancerIp.d.ts +14 -6
- package/getLoadbalancerIp.js +6 -2
- package/getLoadbalancerIp.js.map +1 -1
- package/getMarketplaceImage.d.ts +2 -2
- package/getMnqSqs.d.ts +7 -7
- package/getMnqSqs.js +2 -2
- package/getRedisCluster.d.ts +52 -6
- package/getRedisCluster.js +6 -2
- package/getRedisCluster.js.map +1 -1
- package/getRegistryImage.d.ts +6 -6
- package/getRegistryImage.js +2 -2
- package/getRegistryNamespace.d.ts +4 -4
- package/getVpc.d.ts +10 -10
- package/getVpcGatewayNetwork.d.ts +4 -32
- package/getVpcGatewayNetwork.js +2 -2
- package/getVpcGatewayNetwork.js.map +1 -1
- package/getVpcPrivateNetwork.d.ts +12 -12
- package/getVpcPrivateNetwork.js +2 -2
- package/getVpcPublicGateway.d.ts +8 -10
- package/getVpcPublicGateway.js +2 -2
- package/getVpcPublicGateway.js.map +1 -1
- package/getVpcPublicGatewayDhcp.d.ts +2 -2
- package/getVpcPublicGatewayDhcp.js +2 -2
- package/getVpcPublicGatewayDhcpReservation.d.ts +12 -12
- package/getVpcPublicGatewayDhcpReservation.js +6 -6
- package/getVpcPublicGatewayIp.d.ts +4 -4
- package/getVpcPublicGatewayIp.js +4 -4
- package/getVpcPublicPatRule.d.ts +11 -11
- package/getVpcPublicPatRule.js +4 -4
- package/getVpcRoutes.d.ts +96 -0
- package/getVpcRoutes.js +32 -0
- package/getVpcRoutes.js.map +1 -0
- package/getVpcs.d.ts +11 -11
- package/iamApiKey.d.ts +44 -33
- package/iamApiKey.js +16 -2
- package/iamApiKey.js.map +1 -1
- package/iamApplication.d.ts +1 -1
- package/iamApplication.js +1 -1
- package/iamGroup.d.ts +1 -1
- package/iamGroup.js +1 -1
- package/iamGroupMembership.d.ts +4 -4
- package/iamGroupMembership.js +1 -1
- package/iamPolicy.d.ts +22 -22
- package/iamPolicy.js +1 -1
- package/iamSshKey.d.ts +1 -2
- package/iamSshKey.js +1 -2
- package/iamSshKey.js.map +1 -1
- package/iamUser.d.ts +10 -10
- package/index.d.ts +12 -3
- package/index.js +20 -11
- package/index.js.map +1 -1
- package/instanceServer.d.ts +3 -3
- package/iotHub.d.ts +2 -2
- package/ipamIp.d.ts +14 -12
- package/ipamIp.js +6 -4
- package/ipamIp.js.map +1 -1
- package/ipamIpReverseDns.d.ts +4 -2
- package/ipamIpReverseDns.js +4 -2
- package/ipamIpReverseDns.js.map +1 -1
- package/kubernetesCluster.d.ts +18 -21
- package/kubernetesCluster.js +18 -21
- package/kubernetesCluster.js.map +1 -1
- package/loadbalancer.d.ts +102 -43
- package/loadbalancer.js +63 -4
- package/loadbalancer.js.map +1 -1
- package/loadbalancerAcl.d.ts +10 -8
- package/loadbalancerAcl.js +4 -2
- package/loadbalancerAcl.js.map +1 -1
- package/loadbalancerBackend.d.ts +10 -9
- package/loadbalancerBackend.js +4 -3
- package/loadbalancerBackend.js.map +1 -1
- package/loadbalancerFrontend.d.ts +27 -25
- package/loadbalancerFrontend.js +4 -2
- package/loadbalancerFrontend.js.map +1 -1
- package/loadbalancerIp.d.ts +28 -15
- package/loadbalancerIp.js +6 -3
- package/loadbalancerIp.js.map +1 -1
- package/loadbalancerRoute.d.ts +14 -13
- package/loadbalancerRoute.js +4 -3
- package/loadbalancerRoute.js.map +1 -1
- package/mnqNatsAccount.d.ts +11 -11
- package/mnqNatsAccount.js +5 -5
- package/mnqNatsCredentials.d.ts +10 -10
- package/mnqNatsCredentials.js +4 -4
- package/mnqSns.d.ts +15 -15
- package/mnqSns.js +7 -7
- package/mnqSnsCredentials.d.ts +16 -16
- package/mnqSnsCredentials.js +4 -4
- package/mnqSnsTopic.d.ts +16 -16
- package/mnqSnsTopic.js +4 -4
- package/mnqSnsTopicSubscription.d.ts +16 -16
- package/mnqSnsTopicSubscription.js +4 -4
- package/mnqSqs.d.ts +12 -12
- package/mnqSqs.js +4 -4
- package/mnqSqsCredentials.d.ts +16 -16
- package/mnqSqsCredentials.js +4 -4
- package/mnqSqsQueue.d.ts +12 -12
- package/mnqSqsQueue.js +3 -3
- package/objectBucketAcl.d.ts +3 -3
- package/objectBucketLockConfiguration.d.ts +3 -3
- package/objectBucketPolicy.d.ts +3 -3
- package/objectBucketWebsiteConfiguration.d.ts +3 -3
- package/objectItem.d.ts +3 -3
- package/package.json +2 -2
- package/package.json.dev +1 -1
- package/redisCluster.d.ts +68 -68
- package/redisCluster.js +4 -4
- package/registryNamespace.d.ts +3 -3
- package/registryNamespace.js +1 -1
- package/sdbDatabase.d.ts +3 -3
- package/temDomain.d.ts +4 -4
- package/temDomain.js +1 -1
- package/temDomainValidation.d.ts +2 -1
- package/temDomainValidation.js +2 -1
- package/temDomainValidation.js.map +1 -1
- package/types/input.d.ts +111 -71
- package/types/output.d.ts +267 -171
- package/vpc.d.ts +13 -13
- package/vpc.js +2 -2
- package/vpcGatewayNetwork.d.ts +39 -38
- package/vpcGatewayNetwork.js +9 -8
- package/vpcGatewayNetwork.js.map +1 -1
- package/vpcPrivateNetwork.d.ts +28 -28
- package/vpcPrivateNetwork.js +2 -2
- package/vpcPublicGateway.d.ts +27 -27
- package/vpcPublicGateway.js +3 -3
- package/vpcPublicGatewayDhcp.d.ts +26 -26
- package/vpcPublicGatewayDhcp.js +2 -2
- package/vpcPublicGatewayDhcpReservation.d.ts +19 -19
- package/vpcPublicGatewayDhcpReservation.js +5 -5
- package/vpcPublicGatewayIp.d.ts +18 -18
- package/vpcPublicGatewayIp.js +3 -3
- package/vpcPublicGatewayIpReverseDns.d.ts +6 -6
- package/vpcPublicGatewayIpReverseDns.js +3 -3
- package/vpcPublicGatewayPatRule.d.ts +27 -27
- package/vpcPublicGatewayPatRule.js +3 -3
- package/appleSliconValleyServer.js.map +0 -1
package/loadbalancerBackend.js
CHANGED
|
@@ -6,8 +6,9 @@ exports.LoadbalancerBackend = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Creates and manages Scaleway Load
|
|
10
|
-
*
|
|
9
|
+
* Creates and manages Scaleway Load Balancer backends.
|
|
10
|
+
*
|
|
11
|
+
* or more information, see the [main documentation](https://www.scaleway.com/en/docs/network/load-balancer/reference-content/configuring-backends/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-backends).
|
|
11
12
|
*
|
|
12
13
|
* ## Example Usage
|
|
13
14
|
*
|
|
@@ -42,7 +43,7 @@ const utilities = require("./utilities");
|
|
|
42
43
|
*
|
|
43
44
|
* ## Import
|
|
44
45
|
*
|
|
45
|
-
* Load
|
|
46
|
+
* Load Balancer backends can be imported using `{zone}/{id}`, e.g.
|
|
46
47
|
*
|
|
47
48
|
* bash
|
|
48
49
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"loadbalancerBackend.js","sourceRoot":"","sources":["../loadbalancerBackend.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"loadbalancerBackend.js","sourceRoot":"","sources":["../loadbalancerBackend.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,7 +2,9 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
-
* Creates and manages Scaleway Load
|
|
5
|
+
* Creates and manages Scaleway Load Balancer frontends.
|
|
6
|
+
*
|
|
7
|
+
* For more information, see the [main documentation](https://www.scaleway.com/en/docs/network/load-balancer/reference-content/configuring-frontends/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-frontends).
|
|
6
8
|
*
|
|
7
9
|
* ## Example Usage
|
|
8
10
|
*
|
|
@@ -109,7 +111,7 @@ import * as outputs from "./types/output";
|
|
|
109
111
|
*
|
|
110
112
|
* ## Import
|
|
111
113
|
*
|
|
112
|
-
* Load
|
|
114
|
+
* Load Balancer frontends can be imported using `{zone}/{id}`, e.g.
|
|
113
115
|
*
|
|
114
116
|
* bash
|
|
115
117
|
*
|
|
@@ -134,23 +136,23 @@ export declare class LoadbalancerFrontend extends pulumi.CustomResource {
|
|
|
134
136
|
*/
|
|
135
137
|
static isInstance(obj: any): obj is LoadbalancerFrontend;
|
|
136
138
|
/**
|
|
137
|
-
* A list of ACL rules to apply to the
|
|
139
|
+
* A list of ACL rules to apply to the Load Balancer frontend. Defined below.
|
|
138
140
|
*/
|
|
139
141
|
readonly acls: pulumi.Output<outputs.LoadbalancerFrontendAcl[] | undefined>;
|
|
140
142
|
/**
|
|
141
|
-
* The
|
|
143
|
+
* The ID of the Load Balancer backend this frontend is attached to.
|
|
142
144
|
*
|
|
143
145
|
* > **Important:** Updates to `lbId` or `backendId` will recreate the frontend.
|
|
144
146
|
*/
|
|
145
147
|
readonly backendId: pulumi.Output<string>;
|
|
146
148
|
/**
|
|
147
|
-
* (Deprecated)
|
|
149
|
+
* (Deprecated) First certificate ID used by the frontend.
|
|
148
150
|
*
|
|
149
151
|
* @deprecated Please use certificate_ids
|
|
150
152
|
*/
|
|
151
153
|
readonly certificateId: pulumi.Output<string>;
|
|
152
154
|
/**
|
|
153
|
-
* List of
|
|
155
|
+
* List of certificate IDs that should be used by the frontend.
|
|
154
156
|
*
|
|
155
157
|
* > **Important:** Certificates are not allowed on port 80.
|
|
156
158
|
*/
|
|
@@ -161,15 +163,15 @@ export declare class LoadbalancerFrontend extends pulumi.CustomResource {
|
|
|
161
163
|
readonly enableHttp3: pulumi.Output<boolean | undefined>;
|
|
162
164
|
/**
|
|
163
165
|
* A boolean to specify whether to use lb_acl.
|
|
164
|
-
* If `externalAcls` is set to `true`, `acl` can not be set directly in the
|
|
166
|
+
* If `externalAcls` is set to `true`, `acl` can not be set directly in the Load Balancer frontend.
|
|
165
167
|
*/
|
|
166
168
|
readonly externalAcls: pulumi.Output<boolean | undefined>;
|
|
167
169
|
/**
|
|
168
|
-
* TCP port to listen on the front side.
|
|
170
|
+
* TCP port to listen to on the front side.
|
|
169
171
|
*/
|
|
170
172
|
readonly inboundPort: pulumi.Output<number>;
|
|
171
173
|
/**
|
|
172
|
-
* The
|
|
174
|
+
* The ID of the Load Balancer this frontend is attached to.
|
|
173
175
|
*/
|
|
174
176
|
readonly lbId: pulumi.Output<string>;
|
|
175
177
|
/**
|
|
@@ -177,7 +179,7 @@ export declare class LoadbalancerFrontend extends pulumi.CustomResource {
|
|
|
177
179
|
*/
|
|
178
180
|
readonly name: pulumi.Output<string>;
|
|
179
181
|
/**
|
|
180
|
-
* Maximum inactivity time on the client side. (e.g
|
|
182
|
+
* Maximum inactivity time on the client side. (e.g. `1s`)
|
|
181
183
|
*/
|
|
182
184
|
readonly timeoutClient: pulumi.Output<string | undefined>;
|
|
183
185
|
/**
|
|
@@ -194,23 +196,23 @@ export declare class LoadbalancerFrontend extends pulumi.CustomResource {
|
|
|
194
196
|
*/
|
|
195
197
|
export interface LoadbalancerFrontendState {
|
|
196
198
|
/**
|
|
197
|
-
* A list of ACL rules to apply to the
|
|
199
|
+
* A list of ACL rules to apply to the Load Balancer frontend. Defined below.
|
|
198
200
|
*/
|
|
199
201
|
acls?: pulumi.Input<pulumi.Input<inputs.LoadbalancerFrontendAcl>[]>;
|
|
200
202
|
/**
|
|
201
|
-
* The
|
|
203
|
+
* The ID of the Load Balancer backend this frontend is attached to.
|
|
202
204
|
*
|
|
203
205
|
* > **Important:** Updates to `lbId` or `backendId` will recreate the frontend.
|
|
204
206
|
*/
|
|
205
207
|
backendId?: pulumi.Input<string>;
|
|
206
208
|
/**
|
|
207
|
-
* (Deprecated)
|
|
209
|
+
* (Deprecated) First certificate ID used by the frontend.
|
|
208
210
|
*
|
|
209
211
|
* @deprecated Please use certificate_ids
|
|
210
212
|
*/
|
|
211
213
|
certificateId?: pulumi.Input<string>;
|
|
212
214
|
/**
|
|
213
|
-
* List of
|
|
215
|
+
* List of certificate IDs that should be used by the frontend.
|
|
214
216
|
*
|
|
215
217
|
* > **Important:** Certificates are not allowed on port 80.
|
|
216
218
|
*/
|
|
@@ -221,15 +223,15 @@ export interface LoadbalancerFrontendState {
|
|
|
221
223
|
enableHttp3?: pulumi.Input<boolean>;
|
|
222
224
|
/**
|
|
223
225
|
* A boolean to specify whether to use lb_acl.
|
|
224
|
-
* If `externalAcls` is set to `true`, `acl` can not be set directly in the
|
|
226
|
+
* If `externalAcls` is set to `true`, `acl` can not be set directly in the Load Balancer frontend.
|
|
225
227
|
*/
|
|
226
228
|
externalAcls?: pulumi.Input<boolean>;
|
|
227
229
|
/**
|
|
228
|
-
* TCP port to listen on the front side.
|
|
230
|
+
* TCP port to listen to on the front side.
|
|
229
231
|
*/
|
|
230
232
|
inboundPort?: pulumi.Input<number>;
|
|
231
233
|
/**
|
|
232
|
-
* The
|
|
234
|
+
* The ID of the Load Balancer this frontend is attached to.
|
|
233
235
|
*/
|
|
234
236
|
lbId?: pulumi.Input<string>;
|
|
235
237
|
/**
|
|
@@ -237,7 +239,7 @@ export interface LoadbalancerFrontendState {
|
|
|
237
239
|
*/
|
|
238
240
|
name?: pulumi.Input<string>;
|
|
239
241
|
/**
|
|
240
|
-
* Maximum inactivity time on the client side. (e.g
|
|
242
|
+
* Maximum inactivity time on the client side. (e.g. `1s`)
|
|
241
243
|
*/
|
|
242
244
|
timeoutClient?: pulumi.Input<string>;
|
|
243
245
|
}
|
|
@@ -246,17 +248,17 @@ export interface LoadbalancerFrontendState {
|
|
|
246
248
|
*/
|
|
247
249
|
export interface LoadbalancerFrontendArgs {
|
|
248
250
|
/**
|
|
249
|
-
* A list of ACL rules to apply to the
|
|
251
|
+
* A list of ACL rules to apply to the Load Balancer frontend. Defined below.
|
|
250
252
|
*/
|
|
251
253
|
acls?: pulumi.Input<pulumi.Input<inputs.LoadbalancerFrontendAcl>[]>;
|
|
252
254
|
/**
|
|
253
|
-
* The
|
|
255
|
+
* The ID of the Load Balancer backend this frontend is attached to.
|
|
254
256
|
*
|
|
255
257
|
* > **Important:** Updates to `lbId` or `backendId` will recreate the frontend.
|
|
256
258
|
*/
|
|
257
259
|
backendId: pulumi.Input<string>;
|
|
258
260
|
/**
|
|
259
|
-
* List of
|
|
261
|
+
* List of certificate IDs that should be used by the frontend.
|
|
260
262
|
*
|
|
261
263
|
* > **Important:** Certificates are not allowed on port 80.
|
|
262
264
|
*/
|
|
@@ -267,15 +269,15 @@ export interface LoadbalancerFrontendArgs {
|
|
|
267
269
|
enableHttp3?: pulumi.Input<boolean>;
|
|
268
270
|
/**
|
|
269
271
|
* A boolean to specify whether to use lb_acl.
|
|
270
|
-
* If `externalAcls` is set to `true`, `acl` can not be set directly in the
|
|
272
|
+
* If `externalAcls` is set to `true`, `acl` can not be set directly in the Load Balancer frontend.
|
|
271
273
|
*/
|
|
272
274
|
externalAcls?: pulumi.Input<boolean>;
|
|
273
275
|
/**
|
|
274
|
-
* TCP port to listen on the front side.
|
|
276
|
+
* TCP port to listen to on the front side.
|
|
275
277
|
*/
|
|
276
278
|
inboundPort: pulumi.Input<number>;
|
|
277
279
|
/**
|
|
278
|
-
* The
|
|
280
|
+
* The ID of the Load Balancer this frontend is attached to.
|
|
279
281
|
*/
|
|
280
282
|
lbId: pulumi.Input<string>;
|
|
281
283
|
/**
|
|
@@ -283,7 +285,7 @@ export interface LoadbalancerFrontendArgs {
|
|
|
283
285
|
*/
|
|
284
286
|
name?: pulumi.Input<string>;
|
|
285
287
|
/**
|
|
286
|
-
* Maximum inactivity time on the client side. (e.g
|
|
288
|
+
* Maximum inactivity time on the client side. (e.g. `1s`)
|
|
287
289
|
*/
|
|
288
290
|
timeoutClient?: pulumi.Input<string>;
|
|
289
291
|
}
|
package/loadbalancerFrontend.js
CHANGED
|
@@ -6,7 +6,9 @@ exports.LoadbalancerFrontend = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Creates and manages Scaleway Load
|
|
9
|
+
* Creates and manages Scaleway Load Balancer frontends.
|
|
10
|
+
*
|
|
11
|
+
* For more information, see the [main documentation](https://www.scaleway.com/en/docs/network/load-balancer/reference-content/configuring-frontends/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-frontends).
|
|
10
12
|
*
|
|
11
13
|
* ## Example Usage
|
|
12
14
|
*
|
|
@@ -113,7 +115,7 @@ const utilities = require("./utilities");
|
|
|
113
115
|
*
|
|
114
116
|
* ## Import
|
|
115
117
|
*
|
|
116
|
-
* Load
|
|
118
|
+
* Load Balancer frontends can be imported using `{zone}/{id}`, e.g.
|
|
117
119
|
*
|
|
118
120
|
* bash
|
|
119
121
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"loadbalancerFrontend.js","sourceRoot":"","sources":["../loadbalancerFrontend.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"loadbalancerFrontend.js","sourceRoot":"","sources":["../loadbalancerFrontend.ts"],"names":[],"mappings":"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"}
|
package/loadbalancerIp.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* Creates and manages Scaleway Load
|
|
4
|
-
*
|
|
3
|
+
* Creates and manages Scaleway Load Balancer IP addresses.
|
|
4
|
+
*
|
|
5
|
+
* For more information, see the [main documentation](https://www.scaleway.com/en/docs/network/load-balancer/how-to/create-manage-flex-ips/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-ip-addresses-list-ip-addresses).
|
|
5
6
|
*
|
|
6
7
|
* ## Example Usage
|
|
7
8
|
*
|
|
@@ -25,7 +26,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
25
26
|
*
|
|
26
27
|
* ## Import
|
|
27
28
|
*
|
|
28
|
-
* IPs can be imported using
|
|
29
|
+
* IPs can be imported using `{zone}/{id}`, e.g.
|
|
29
30
|
*
|
|
30
31
|
* bash
|
|
31
32
|
*
|
|
@@ -50,23 +51,23 @@ export declare class LoadbalancerIp extends pulumi.CustomResource {
|
|
|
50
51
|
*/
|
|
51
52
|
static isInstance(obj: any): obj is LoadbalancerIp;
|
|
52
53
|
/**
|
|
53
|
-
* The IP
|
|
54
|
+
* The IP address
|
|
54
55
|
*/
|
|
55
56
|
readonly ipAddress: pulumi.Output<string>;
|
|
56
57
|
/**
|
|
57
|
-
* If true, creates a
|
|
58
|
+
* If true, creates a flexible IP with an IPv6 address.
|
|
58
59
|
*/
|
|
59
60
|
readonly isIpv6: pulumi.Output<boolean | undefined>;
|
|
60
61
|
/**
|
|
61
|
-
* The associated
|
|
62
|
+
* The associated Load Balancer ID if any
|
|
62
63
|
*/
|
|
63
64
|
readonly lbId: pulumi.Output<string>;
|
|
64
65
|
/**
|
|
65
|
-
* The
|
|
66
|
+
* The organizationId you want to attach the resource to
|
|
66
67
|
*/
|
|
67
68
|
readonly organizationId: pulumi.Output<string>;
|
|
68
69
|
/**
|
|
69
|
-
* `projectId`) The ID of the
|
|
70
|
+
* `projectId`) The ID of the Project the IP is associated with.
|
|
70
71
|
*/
|
|
71
72
|
readonly projectId: pulumi.Output<string>;
|
|
72
73
|
/**
|
|
@@ -77,6 +78,10 @@ export declare class LoadbalancerIp extends pulumi.CustomResource {
|
|
|
77
78
|
* The reverse domain associated with this IP.
|
|
78
79
|
*/
|
|
79
80
|
readonly reverse: pulumi.Output<string>;
|
|
81
|
+
/**
|
|
82
|
+
* The tags associated with this IP.
|
|
83
|
+
*/
|
|
84
|
+
readonly tags: pulumi.Output<string[] | undefined>;
|
|
80
85
|
/**
|
|
81
86
|
* `zone`) The zone in which the IP should be reserved.
|
|
82
87
|
*/
|
|
@@ -95,23 +100,23 @@ export declare class LoadbalancerIp extends pulumi.CustomResource {
|
|
|
95
100
|
*/
|
|
96
101
|
export interface LoadbalancerIpState {
|
|
97
102
|
/**
|
|
98
|
-
* The IP
|
|
103
|
+
* The IP address
|
|
99
104
|
*/
|
|
100
105
|
ipAddress?: pulumi.Input<string>;
|
|
101
106
|
/**
|
|
102
|
-
* If true, creates a
|
|
107
|
+
* If true, creates a flexible IP with an IPv6 address.
|
|
103
108
|
*/
|
|
104
109
|
isIpv6?: pulumi.Input<boolean>;
|
|
105
110
|
/**
|
|
106
|
-
* The associated
|
|
111
|
+
* The associated Load Balancer ID if any
|
|
107
112
|
*/
|
|
108
113
|
lbId?: pulumi.Input<string>;
|
|
109
114
|
/**
|
|
110
|
-
* The
|
|
115
|
+
* The organizationId you want to attach the resource to
|
|
111
116
|
*/
|
|
112
117
|
organizationId?: pulumi.Input<string>;
|
|
113
118
|
/**
|
|
114
|
-
* `projectId`) The ID of the
|
|
119
|
+
* `projectId`) The ID of the Project the IP is associated with.
|
|
115
120
|
*/
|
|
116
121
|
projectId?: pulumi.Input<string>;
|
|
117
122
|
/**
|
|
@@ -122,6 +127,10 @@ export interface LoadbalancerIpState {
|
|
|
122
127
|
* The reverse domain associated with this IP.
|
|
123
128
|
*/
|
|
124
129
|
reverse?: pulumi.Input<string>;
|
|
130
|
+
/**
|
|
131
|
+
* The tags associated with this IP.
|
|
132
|
+
*/
|
|
133
|
+
tags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
125
134
|
/**
|
|
126
135
|
* `zone`) The zone in which the IP should be reserved.
|
|
127
136
|
*/
|
|
@@ -132,17 +141,21 @@ export interface LoadbalancerIpState {
|
|
|
132
141
|
*/
|
|
133
142
|
export interface LoadbalancerIpArgs {
|
|
134
143
|
/**
|
|
135
|
-
* If true, creates a
|
|
144
|
+
* If true, creates a flexible IP with an IPv6 address.
|
|
136
145
|
*/
|
|
137
146
|
isIpv6?: pulumi.Input<boolean>;
|
|
138
147
|
/**
|
|
139
|
-
* `projectId`) The ID of the
|
|
148
|
+
* `projectId`) The ID of the Project the IP is associated with.
|
|
140
149
|
*/
|
|
141
150
|
projectId?: pulumi.Input<string>;
|
|
142
151
|
/**
|
|
143
152
|
* The reverse domain associated with this IP.
|
|
144
153
|
*/
|
|
145
154
|
reverse?: pulumi.Input<string>;
|
|
155
|
+
/**
|
|
156
|
+
* The tags associated with this IP.
|
|
157
|
+
*/
|
|
158
|
+
tags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
146
159
|
/**
|
|
147
160
|
* `zone`) The zone in which the IP should be reserved.
|
|
148
161
|
*/
|
package/loadbalancerIp.js
CHANGED
|
@@ -6,8 +6,9 @@ exports.LoadbalancerIp = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Creates and manages Scaleway Load
|
|
10
|
-
*
|
|
9
|
+
* Creates and manages Scaleway Load Balancer IP addresses.
|
|
10
|
+
*
|
|
11
|
+
* For more information, see the [main documentation](https://www.scaleway.com/en/docs/network/load-balancer/how-to/create-manage-flex-ips/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-ip-addresses-list-ip-addresses).
|
|
11
12
|
*
|
|
12
13
|
* ## Example Usage
|
|
13
14
|
*
|
|
@@ -31,7 +32,7 @@ const utilities = require("./utilities");
|
|
|
31
32
|
*
|
|
32
33
|
* ## Import
|
|
33
34
|
*
|
|
34
|
-
* IPs can be imported using
|
|
35
|
+
* IPs can be imported using `{zone}/{id}`, e.g.
|
|
35
36
|
*
|
|
36
37
|
* bash
|
|
37
38
|
*
|
|
@@ -74,6 +75,7 @@ class LoadbalancerIp extends pulumi.CustomResource {
|
|
|
74
75
|
resourceInputs["projectId"] = state ? state.projectId : undefined;
|
|
75
76
|
resourceInputs["region"] = state ? state.region : undefined;
|
|
76
77
|
resourceInputs["reverse"] = state ? state.reverse : undefined;
|
|
78
|
+
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
77
79
|
resourceInputs["zone"] = state ? state.zone : undefined;
|
|
78
80
|
}
|
|
79
81
|
else {
|
|
@@ -81,6 +83,7 @@ class LoadbalancerIp extends pulumi.CustomResource {
|
|
|
81
83
|
resourceInputs["isIpv6"] = args ? args.isIpv6 : undefined;
|
|
82
84
|
resourceInputs["projectId"] = args ? args.projectId : undefined;
|
|
83
85
|
resourceInputs["reverse"] = args ? args.reverse : undefined;
|
|
86
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
84
87
|
resourceInputs["zone"] = args ? args.zone : undefined;
|
|
85
88
|
resourceInputs["ipAddress"] = undefined /*out*/;
|
|
86
89
|
resourceInputs["lbId"] = undefined /*out*/;
|
package/loadbalancerIp.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"loadbalancerIp.js","sourceRoot":"","sources":["../loadbalancerIp.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"loadbalancerIp.js","sourceRoot":"","sources":["../loadbalancerIp.ts"],"names":[],"mappings":"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"}
|
package/loadbalancerRoute.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* Creates and manages Scaleway Load
|
|
4
|
-
*
|
|
3
|
+
* Creates and manages Scaleway Load Balancer routes.
|
|
4
|
+
*
|
|
5
|
+
* For more information, see the [main documentation](https://www.scaleway.com/en/docs/network/load-balancer/how-to/create-manage-routes/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-route).
|
|
5
6
|
*
|
|
6
7
|
* ## Example Usage
|
|
7
8
|
*
|
|
@@ -65,7 +66,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
65
66
|
*
|
|
66
67
|
* ## Import
|
|
67
68
|
*
|
|
68
|
-
* Load
|
|
69
|
+
* Load Balancer frontends can be imported using `{zone}/{id}`, e.g.
|
|
69
70
|
*
|
|
70
71
|
* bash
|
|
71
72
|
*
|
|
@@ -90,15 +91,15 @@ export declare class LoadbalancerRoute extends pulumi.CustomResource {
|
|
|
90
91
|
*/
|
|
91
92
|
static isInstance(obj: any): obj is LoadbalancerRoute;
|
|
92
93
|
/**
|
|
93
|
-
* The ID of the backend
|
|
94
|
+
* The ID of the backend the route is associated with.
|
|
94
95
|
*/
|
|
95
96
|
readonly backendId: pulumi.Output<string>;
|
|
96
97
|
/**
|
|
97
|
-
* The date
|
|
98
|
+
* The date on which the route was created.
|
|
98
99
|
*/
|
|
99
100
|
readonly createdAt: pulumi.Output<string>;
|
|
100
101
|
/**
|
|
101
|
-
* The ID of the frontend
|
|
102
|
+
* The ID of the frontend the route is associated with.
|
|
102
103
|
*/
|
|
103
104
|
readonly frontendId: pulumi.Output<string>;
|
|
104
105
|
/**
|
|
@@ -116,7 +117,7 @@ export declare class LoadbalancerRoute extends pulumi.CustomResource {
|
|
|
116
117
|
*/
|
|
117
118
|
readonly matchSni: pulumi.Output<string | undefined>;
|
|
118
119
|
/**
|
|
119
|
-
* The date
|
|
120
|
+
* The date on which the route was last updated.
|
|
120
121
|
*/
|
|
121
122
|
readonly updatedAt: pulumi.Output<string>;
|
|
122
123
|
/**
|
|
@@ -133,15 +134,15 @@ export declare class LoadbalancerRoute extends pulumi.CustomResource {
|
|
|
133
134
|
*/
|
|
134
135
|
export interface LoadbalancerRouteState {
|
|
135
136
|
/**
|
|
136
|
-
* The ID of the backend
|
|
137
|
+
* The ID of the backend the route is associated with.
|
|
137
138
|
*/
|
|
138
139
|
backendId?: pulumi.Input<string>;
|
|
139
140
|
/**
|
|
140
|
-
* The date
|
|
141
|
+
* The date on which the route was created.
|
|
141
142
|
*/
|
|
142
143
|
createdAt?: pulumi.Input<string>;
|
|
143
144
|
/**
|
|
144
|
-
* The ID of the frontend
|
|
145
|
+
* The ID of the frontend the route is associated with.
|
|
145
146
|
*/
|
|
146
147
|
frontendId?: pulumi.Input<string>;
|
|
147
148
|
/**
|
|
@@ -159,7 +160,7 @@ export interface LoadbalancerRouteState {
|
|
|
159
160
|
*/
|
|
160
161
|
matchSni?: pulumi.Input<string>;
|
|
161
162
|
/**
|
|
162
|
-
* The date
|
|
163
|
+
* The date on which the route was last updated.
|
|
163
164
|
*/
|
|
164
165
|
updatedAt?: pulumi.Input<string>;
|
|
165
166
|
}
|
|
@@ -168,11 +169,11 @@ export interface LoadbalancerRouteState {
|
|
|
168
169
|
*/
|
|
169
170
|
export interface LoadbalancerRouteArgs {
|
|
170
171
|
/**
|
|
171
|
-
* The ID of the backend
|
|
172
|
+
* The ID of the backend the route is associated with.
|
|
172
173
|
*/
|
|
173
174
|
backendId: pulumi.Input<string>;
|
|
174
175
|
/**
|
|
175
|
-
* The ID of the frontend
|
|
176
|
+
* The ID of the frontend the route is associated with.
|
|
176
177
|
*/
|
|
177
178
|
frontendId: pulumi.Input<string>;
|
|
178
179
|
/**
|
package/loadbalancerRoute.js
CHANGED
|
@@ -6,8 +6,9 @@ exports.LoadbalancerRoute = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Creates and manages Scaleway Load
|
|
10
|
-
*
|
|
9
|
+
* Creates and manages Scaleway Load Balancer routes.
|
|
10
|
+
*
|
|
11
|
+
* For more information, see the [main documentation](https://www.scaleway.com/en/docs/network/load-balancer/how-to/create-manage-routes/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-route).
|
|
11
12
|
*
|
|
12
13
|
* ## Example Usage
|
|
13
14
|
*
|
|
@@ -71,7 +72,7 @@ const utilities = require("./utilities");
|
|
|
71
72
|
*
|
|
72
73
|
* ## Import
|
|
73
74
|
*
|
|
74
|
-
* Load
|
|
75
|
+
* Load Balancer frontends can be imported using `{zone}/{id}`, e.g.
|
|
75
76
|
*
|
|
76
77
|
* bash
|
|
77
78
|
*
|
package/loadbalancerRoute.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"loadbalancerRoute.js","sourceRoot":"","sources":["../loadbalancerRoute.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"loadbalancerRoute.js","sourceRoot":"","sources":["../loadbalancerRoute.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0EG;AACH,MAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;IACxD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA8B,EAAE,IAAmC;QAC5H,OAAO,IAAI,iBAAiB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACxE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,iBAAiB,CAAC,YAAY,CAAC;IAClE,CAAC;IAyCD,YAAY,IAAY,EAAE,WAA4D,EAAE,IAAmC;QACvH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAiD,CAAC;YAChE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;SACrE;aAAM;YACH,MAAM,IAAI,GAAG,WAAgD,CAAC;YAC9D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACnD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,iBAAiB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACtE,CAAC;;AA/FL,8CAgGC;AAlFG,gBAAgB;AACO,8BAAY,GAAG,oDAAoD,CAAC"}
|
package/mnqNatsAccount.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* Creates and manages Scaleway Messaging and
|
|
4
|
-
* For further information
|
|
5
|
-
* our [documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/nats-overview/)
|
|
6
|
-
* To use Scaleway
|
|
3
|
+
* Creates and manages Scaleway Messaging and Queuing NATS accounts.
|
|
4
|
+
* For further information, see
|
|
5
|
+
* our [main documentation](https://www.scaleway.com/en/docs/serverless/messaging/reference-content/nats-overview/)
|
|
6
|
+
* To use the Scaleway provider with the official NATS JetStream provider, check out the corresponding guide.
|
|
7
7
|
*
|
|
8
8
|
* ## Example Usage
|
|
9
9
|
*
|
|
@@ -18,7 +18,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
18
18
|
*
|
|
19
19
|
* ## Import
|
|
20
20
|
*
|
|
21
|
-
* Namespaces can be imported using
|
|
21
|
+
* Namespaces can be imported using `{region}/{id}`, e.g.
|
|
22
22
|
*
|
|
23
23
|
* bash
|
|
24
24
|
*
|
|
@@ -47,11 +47,11 @@ export declare class MnqNatsAccount extends pulumi.CustomResource {
|
|
|
47
47
|
*/
|
|
48
48
|
readonly endpoint: pulumi.Output<string>;
|
|
49
49
|
/**
|
|
50
|
-
* The unique name of the
|
|
50
|
+
* The unique name of the NATS account.
|
|
51
51
|
*/
|
|
52
52
|
readonly name: pulumi.Output<string>;
|
|
53
53
|
/**
|
|
54
|
-
* `projectId`) The ID of the
|
|
54
|
+
* `projectId`) The ID of the Project the
|
|
55
55
|
* account is associated with.
|
|
56
56
|
*/
|
|
57
57
|
readonly projectId: pulumi.Output<string>;
|
|
@@ -78,11 +78,11 @@ export interface MnqNatsAccountState {
|
|
|
78
78
|
*/
|
|
79
79
|
endpoint?: pulumi.Input<string>;
|
|
80
80
|
/**
|
|
81
|
-
* The unique name of the
|
|
81
|
+
* The unique name of the NATS account.
|
|
82
82
|
*/
|
|
83
83
|
name?: pulumi.Input<string>;
|
|
84
84
|
/**
|
|
85
|
-
* `projectId`) The ID of the
|
|
85
|
+
* `projectId`) The ID of the Project the
|
|
86
86
|
* account is associated with.
|
|
87
87
|
*/
|
|
88
88
|
projectId?: pulumi.Input<string>;
|
|
@@ -97,11 +97,11 @@ export interface MnqNatsAccountState {
|
|
|
97
97
|
*/
|
|
98
98
|
export interface MnqNatsAccountArgs {
|
|
99
99
|
/**
|
|
100
|
-
* The unique name of the
|
|
100
|
+
* The unique name of the NATS account.
|
|
101
101
|
*/
|
|
102
102
|
name?: pulumi.Input<string>;
|
|
103
103
|
/**
|
|
104
|
-
* `projectId`) The ID of the
|
|
104
|
+
* `projectId`) The ID of the Project the
|
|
105
105
|
* account is associated with.
|
|
106
106
|
*/
|
|
107
107
|
projectId?: pulumi.Input<string>;
|