@pulumiverse/scaleway 1.17.0 → 1.18.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/accountProject.d.ts +8 -8
- package/accountProject.js +1 -1
- package/accountSshKey.d.ts +4 -2
- package/accountSshKey.js +4 -2
- package/accountSshKey.js.map +1 -1
- package/container.d.ts +65 -71
- package/container.js +17 -17
- package/container.js.map +1 -1
- package/containerCron.d.ts +19 -35
- package/containerCron.js +5 -12
- package/containerCron.js.map +1 -1
- package/containerDomain.d.ts +14 -11
- package/containerDomain.js +6 -3
- package/containerDomain.js.map +1 -1
- package/containerNamespace.d.ts +19 -19
- package/containerNamespace.js +5 -5
- package/containerToken.d.ts +16 -17
- package/containerToken.js +4 -5
- package/containerToken.js.map +1 -1
- package/containerTrigger.d.ts +20 -19
- package/containerTrigger.js +5 -4
- package/containerTrigger.js.map +1 -1
- package/function.d.ts +50 -73
- package/function.js +1 -24
- package/function.js.map +1 -1
- package/functionCron.d.ts +19 -27
- package/functionCron.js +5 -7
- package/functionCron.js.map +1 -1
- package/functionDomain.d.ts +25 -21
- package/functionDomain.js +5 -4
- package/functionDomain.js.map +1 -1
- package/functionNamespace.d.ts +22 -22
- package/functionNamespace.js +5 -5
- package/functionToken.d.ts +16 -17
- package/functionToken.js +4 -5
- package/functionToken.js.map +1 -1
- package/functionTrigger.d.ts +20 -19
- package/functionTrigger.js +5 -4
- package/functionTrigger.js.map +1 -1
- package/getAccountProject.d.ts +14 -8
- package/getAccountProject.js +6 -2
- package/getAccountProject.js.map +1 -1
- package/getAccountSshKey.d.ts +14 -10
- package/getAccountSshKey.js +6 -2
- package/getAccountSshKey.js.map +1 -1
- package/getAvailabilityZones.d.ts +17 -9
- package/getAvailabilityZones.js +14 -6
- package/getAvailabilityZones.js.map +1 -1
- package/getContainer.d.ts +50 -42
- package/getContainer.js +40 -10
- package/getContainer.js.map +1 -1
- package/getContainerNamespace.d.ts +26 -16
- package/getContainerNamespace.js +18 -4
- package/getContainerNamespace.js.map +1 -1
- package/getFunction.d.ts +20 -12
- package/getFunction.js +10 -2
- package/getFunction.js.map +1 -1
- package/getFunctionNamespace.d.ts +14 -14
- package/getFunctionNamespace.js +6 -2
- package/getFunctionNamespace.js.map +1 -1
- package/getObjectBucket.d.ts +22 -10
- package/getObjectBucket.js +20 -8
- package/getObjectBucket.js.map +1 -1
- package/getObjectBucketPolicy.d.ts +15 -9
- package/getObjectBucketPolicy.js +12 -6
- package/getObjectBucketPolicy.js.map +1 -1
- package/getTemDomain.d.ts +1 -0
- package/getTemDomain.js.map +1 -1
- package/index.d.ts +3 -0
- package/index.js +6 -1
- package/index.js.map +1 -1
- package/instanceServer.d.ts +17 -0
- package/instanceServer.js +17 -0
- package/instanceServer.js.map +1 -1
- package/objectBucket.d.ts +30 -39
- package/objectBucket.js +7 -4
- package/objectBucket.js.map +1 -1
- package/objectBucketAcl.d.ts +10 -8
- package/objectBucketAcl.js +7 -5
- package/objectBucketAcl.js.map +1 -1
- package/objectBucketLockConfiguration.d.ts +10 -9
- package/objectBucketLockConfiguration.js +7 -6
- package/objectBucketLockConfiguration.js.map +1 -1
- package/objectBucketPolicy.d.ts +5 -4
- package/objectBucketPolicy.js +5 -4
- package/objectBucketPolicy.js.map +1 -1
- package/objectBucketWebsiteConfiguration.d.ts +11 -10
- package/objectBucketWebsiteConfiguration.js +5 -4
- package/objectBucketWebsiteConfiguration.js.map +1 -1
- package/objectItem.d.ts +34 -27
- package/objectItem.js +4 -3
- package/objectItem.js.map +1 -1
- package/package.json +2 -2
- package/sdbDatabase.d.ts +12 -10
- package/sdbDatabase.js +4 -2
- package/sdbDatabase.js.map +1 -1
- package/temDomain.d.ts +27 -0
- package/temDomain.js +17 -0
- package/temDomain.js.map +1 -1
- package/types/input.d.ts +42 -36
- package/types/output.d.ts +47 -37
- package/vpcPrivateNetwork.d.ts +1 -1
- package/vpcPrivateNetwork.js +1 -1
- package/vpcRoute.d.ts +187 -0
- package/vpcRoute.js +119 -0
- package/vpcRoute.js.map +1 -0
package/accountProject.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
/**
|
|
3
3
|
* ## Import
|
|
4
4
|
*
|
|
5
|
-
* Projects can be imported using the `id
|
|
5
|
+
* Projects can be imported using the `id` argument, as shown below:
|
|
6
6
|
*
|
|
7
7
|
* bash
|
|
8
8
|
*
|
|
@@ -27,7 +27,7 @@ export declare class AccountProject extends pulumi.CustomResource {
|
|
|
27
27
|
*/
|
|
28
28
|
static isInstance(obj: any): obj is AccountProject;
|
|
29
29
|
/**
|
|
30
|
-
* The
|
|
30
|
+
* The creation time of the Project.
|
|
31
31
|
*/
|
|
32
32
|
readonly createdAt: pulumi.Output<string>;
|
|
33
33
|
/**
|
|
@@ -39,11 +39,11 @@ export declare class AccountProject extends pulumi.CustomResource {
|
|
|
39
39
|
*/
|
|
40
40
|
readonly name: pulumi.Output<string>;
|
|
41
41
|
/**
|
|
42
|
-
* `organizationId`)The organization ID the Project is associated with.
|
|
42
|
+
* `organizationId`)The organization ID the Project is associated with. Any change made to the `organizationId` will recreate the resource.
|
|
43
43
|
*/
|
|
44
44
|
readonly organizationId: pulumi.Output<string>;
|
|
45
45
|
/**
|
|
46
|
-
* The
|
|
46
|
+
* The last update time of the Project.
|
|
47
47
|
*/
|
|
48
48
|
readonly updatedAt: pulumi.Output<string>;
|
|
49
49
|
/**
|
|
@@ -60,7 +60,7 @@ export declare class AccountProject extends pulumi.CustomResource {
|
|
|
60
60
|
*/
|
|
61
61
|
export interface AccountProjectState {
|
|
62
62
|
/**
|
|
63
|
-
* The
|
|
63
|
+
* The creation time of the Project.
|
|
64
64
|
*/
|
|
65
65
|
createdAt?: pulumi.Input<string>;
|
|
66
66
|
/**
|
|
@@ -72,11 +72,11 @@ export interface AccountProjectState {
|
|
|
72
72
|
*/
|
|
73
73
|
name?: pulumi.Input<string>;
|
|
74
74
|
/**
|
|
75
|
-
* `organizationId`)The organization ID the Project is associated with.
|
|
75
|
+
* `organizationId`)The organization ID the Project is associated with. Any change made to the `organizationId` will recreate the resource.
|
|
76
76
|
*/
|
|
77
77
|
organizationId?: pulumi.Input<string>;
|
|
78
78
|
/**
|
|
79
|
-
* The
|
|
79
|
+
* The last update time of the Project.
|
|
80
80
|
*/
|
|
81
81
|
updatedAt?: pulumi.Input<string>;
|
|
82
82
|
}
|
|
@@ -93,7 +93,7 @@ export interface AccountProjectArgs {
|
|
|
93
93
|
*/
|
|
94
94
|
name?: pulumi.Input<string>;
|
|
95
95
|
/**
|
|
96
|
-
* `organizationId`)The organization ID the Project is associated with.
|
|
96
|
+
* `organizationId`)The organization ID the Project is associated with. Any change made to the `organizationId` will recreate the resource.
|
|
97
97
|
*/
|
|
98
98
|
organizationId?: pulumi.Input<string>;
|
|
99
99
|
}
|
package/accountProject.js
CHANGED
package/accountSshKey.d.ts
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* The `scaleway.AccountSshKey` resource allows you to create and manage the Projects of a Scaleway Organization.
|
|
4
4
|
*
|
|
5
|
-
*
|
|
5
|
+
* Refer to the Organizations and Projects [documentation](https://www.scaleway.com/en/docs/identity-and-access-management/organizations-and-projects/) and [API documentation](https://www.scaleway.com/en/developers/api/account/project-api/) for more information.
|
|
6
|
+
*
|
|
7
|
+
* !> **Important:** The resource `scaleway.AccountSshKey` has been deprecated and will no longer be supported. Instead, use `scaleway.IamSshKey`.
|
|
6
8
|
*
|
|
7
9
|
* ## Example Usage
|
|
8
10
|
*
|
package/accountSshKey.js
CHANGED
|
@@ -6,9 +6,11 @@ exports.AccountSshKey = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* The `scaleway.AccountSshKey` resource allows you to create and manage the Projects of a Scaleway Organization.
|
|
10
10
|
*
|
|
11
|
-
*
|
|
11
|
+
* Refer to the Organizations and Projects [documentation](https://www.scaleway.com/en/docs/identity-and-access-management/organizations-and-projects/) and [API documentation](https://www.scaleway.com/en/developers/api/account/project-api/) for more information.
|
|
12
|
+
*
|
|
13
|
+
* !> **Important:** The resource `scaleway.AccountSshKey` has been deprecated and will no longer be supported. Instead, use `scaleway.IamSshKey`.
|
|
12
14
|
*
|
|
13
15
|
* ## Example Usage
|
|
14
16
|
*
|
package/accountSshKey.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accountSshKey.js","sourceRoot":"","sources":["../accountSshKey.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"accountSshKey.js","sourceRoot":"","sources":["../accountSshKey.ts"],"names":[],"mappings":"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"}
|
package/container.d.ts
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* The `scaleway.Container` resource allows you to create and manage [Serverless Containers](https://www.scaleway.com/en/docs/serverless/containers/).
|
|
4
4
|
*
|
|
5
|
-
*
|
|
5
|
+
* Refer to the Serverless Containers [product documentation](https://www.scaleway.com/en/docs/serverless/containers/) and [API documentation](https://www.scaleway.com/en/developers/api/serverless-containers/) for more information.
|
|
6
6
|
*
|
|
7
|
-
* For more
|
|
8
|
-
*
|
|
9
|
-
* You can check also our [containers guide](https://www.scaleway.com/en/docs/compute/containers/concepts/).
|
|
7
|
+
* For more information on the limitations of Serverless Containers, refer to the [dedicated documentation](https://www.scaleway.com/en/docs/compute/containers/reference-content/containers-limitations/).
|
|
10
8
|
*
|
|
11
9
|
* ## Example Usage
|
|
12
10
|
*
|
|
@@ -44,30 +42,28 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
44
42
|
*
|
|
45
43
|
* ## Protocols
|
|
46
44
|
*
|
|
47
|
-
* The
|
|
45
|
+
* The following protocols are supported:
|
|
48
46
|
*
|
|
49
47
|
* * `h2c`: HTTP/2 over TCP.
|
|
50
48
|
* * `http1`: Hypertext Transfer Protocol.
|
|
51
49
|
*
|
|
52
|
-
* **Important:**
|
|
50
|
+
* > **Important:** Refer to the official [Apache documentation](https://httpd.apache.org/docs/2.4/howto/http2.html) for more information.
|
|
53
51
|
*
|
|
54
52
|
* ## Privacy
|
|
55
53
|
*
|
|
56
|
-
* By default, creating a container will make it `public`, meaning that anybody knowing the endpoint
|
|
54
|
+
* By default, creating a container will make it `public`, meaning that anybody knowing the endpoint can execute it.
|
|
55
|
+
*
|
|
57
56
|
* A container can be made `private` with the privacy parameter.
|
|
58
57
|
*
|
|
59
|
-
*
|
|
58
|
+
* Refer to the [technical information](https://www.scaleway.com/en/developers/api/serverless-containers/#protocol-9dd4c8) for more information on container authentication.
|
|
60
59
|
*
|
|
61
60
|
* ## Memory and vCPUs configuration
|
|
62
61
|
*
|
|
63
|
-
* The vCPU represents a portion
|
|
64
|
-
*
|
|
65
|
-
* You may decide how much computing resources to allocate to each container.
|
|
66
|
-
* The `memoryLimit` (in MB) must correspond with the right amount of vCPU.
|
|
62
|
+
* The vCPU represents a portion of the underlying, physical CPU that is assigned to a particular virtual machine (VM).
|
|
67
63
|
*
|
|
68
|
-
*
|
|
64
|
+
* You can determine the computing resources to allocate to each container.
|
|
69
65
|
*
|
|
70
|
-
*
|
|
66
|
+
* The `memoryLimit` (in MB) must correspond with the right amount of vCPU. Refer to the table below to determine the right memory/vCPU combination.
|
|
71
67
|
*
|
|
72
68
|
* | Memory (in MB) | vCPU |
|
|
73
69
|
* |----------------|------|
|
|
@@ -75,12 +71,16 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
75
71
|
* | 256 | 140m |
|
|
76
72
|
* | 512 | 280m |
|
|
77
73
|
* | 1024 | 560m |
|
|
74
|
+
* | 2048 | 1120 |
|
|
75
|
+
* | 3072 | 1680 |
|
|
76
|
+
* | 4096 | 2240 |
|
|
78
77
|
*
|
|
79
|
-
*
|
|
78
|
+
* ~>**Important:** Make sure to select the right resources, as you will be billed based on compute usage over time and the number of Containers executions.
|
|
79
|
+
* Refer to the [Serverless Containers pricing](https://www.scaleway.com/en/docs/faq/serverless-containers/#prices) for more information.
|
|
80
80
|
*
|
|
81
81
|
* ## Import
|
|
82
82
|
*
|
|
83
|
-
*
|
|
83
|
+
* Containers can be imported using, `{region}/{id}`, as shown below:
|
|
84
84
|
*
|
|
85
85
|
* bash
|
|
86
86
|
*
|
|
@@ -105,7 +105,7 @@ export declare class Container extends pulumi.CustomResource {
|
|
|
105
105
|
*/
|
|
106
106
|
static isInstance(obj: any): obj is Container;
|
|
107
107
|
/**
|
|
108
|
-
* The amount of vCPU computing resources to allocate to each container.
|
|
108
|
+
* The amount of vCPU computing resources to allocate to each container.
|
|
109
109
|
*/
|
|
110
110
|
readonly cpuLimit: pulumi.Output<number>;
|
|
111
111
|
/**
|
|
@@ -113,7 +113,7 @@ export declare class Container extends pulumi.CustomResource {
|
|
|
113
113
|
*/
|
|
114
114
|
readonly cronStatus: pulumi.Output<string>;
|
|
115
115
|
/**
|
|
116
|
-
* Boolean
|
|
116
|
+
* Boolean indicating whether the container is in a production environment.
|
|
117
117
|
*
|
|
118
118
|
* Note that if you want to use your own configuration, you must consult our configuration [restrictions](https://www.scaleway.com/en/docs/compute/containers/reference-content/containers-limitations/#configuration-restrictions) section.
|
|
119
119
|
*/
|
|
@@ -127,7 +127,7 @@ export declare class Container extends pulumi.CustomResource {
|
|
|
127
127
|
*/
|
|
128
128
|
readonly domainName: pulumi.Output<string>;
|
|
129
129
|
/**
|
|
130
|
-
* The [environment](https://www.scaleway.com/en/docs/compute/containers/concepts/#environment-variables)
|
|
130
|
+
* The [environment variables](https://www.scaleway.com/en/docs/compute/containers/concepts/#environment-variables) of the container.
|
|
131
131
|
*/
|
|
132
132
|
readonly environmentVariables: pulumi.Output<{
|
|
133
133
|
[key: string]: string;
|
|
@@ -137,23 +137,23 @@ export declare class Container extends pulumi.CustomResource {
|
|
|
137
137
|
*/
|
|
138
138
|
readonly errorMessage: pulumi.Output<string>;
|
|
139
139
|
/**
|
|
140
|
-
*
|
|
140
|
+
* Allows both HTTP and HTTPS (`enabled`) or redirect HTTP to HTTPS (`redirected`). Defaults to `enabled`.
|
|
141
141
|
*/
|
|
142
142
|
readonly httpOption: pulumi.Output<string | undefined>;
|
|
143
143
|
/**
|
|
144
|
-
* The maximum number of simultaneous requests your container can handle at the same time.
|
|
144
|
+
* The maximum number of simultaneous requests your container can handle at the same time.
|
|
145
145
|
*/
|
|
146
146
|
readonly maxConcurrency: pulumi.Output<number>;
|
|
147
147
|
/**
|
|
148
|
-
* The maximum
|
|
148
|
+
* The maximum number of instances this container can scale to.
|
|
149
149
|
*/
|
|
150
150
|
readonly maxScale: pulumi.Output<number>;
|
|
151
151
|
/**
|
|
152
|
-
* The memory
|
|
152
|
+
* The memory resources in MB to allocate to each container.
|
|
153
153
|
*/
|
|
154
154
|
readonly memoryLimit: pulumi.Output<number>;
|
|
155
155
|
/**
|
|
156
|
-
* The minimum of
|
|
156
|
+
* The minimum number of container instances running continuously.
|
|
157
157
|
*/
|
|
158
158
|
readonly minScale: pulumi.Output<number>;
|
|
159
159
|
/**
|
|
@@ -161,23 +161,21 @@ export declare class Container extends pulumi.CustomResource {
|
|
|
161
161
|
*/
|
|
162
162
|
readonly name: pulumi.Output<string>;
|
|
163
163
|
/**
|
|
164
|
-
* The
|
|
164
|
+
* The Containers namespace ID of the container.
|
|
165
165
|
*
|
|
166
|
-
* > **Important**
|
|
167
|
-
*
|
|
168
|
-
* The following arguments are optional:
|
|
166
|
+
* > **Important** Updating the `name` argument will recreate the container.
|
|
169
167
|
*/
|
|
170
168
|
readonly namespaceId: pulumi.Output<string>;
|
|
171
169
|
/**
|
|
172
|
-
* The port to expose the container.
|
|
170
|
+
* The port to expose the container.
|
|
173
171
|
*/
|
|
174
172
|
readonly port: pulumi.Output<number>;
|
|
175
173
|
/**
|
|
176
|
-
* The privacy type
|
|
174
|
+
* The privacy type defines the way to authenticate to your container. Please check our dedicated [section](https://www.scaleway.com/en/developers/api/serverless-containers/#protocol-9dd4c8).
|
|
177
175
|
*/
|
|
178
176
|
readonly privacy: pulumi.Output<string | undefined>;
|
|
179
177
|
/**
|
|
180
|
-
* The communication [protocol](https://www.scaleway.com/en/developers/api/serverless-containers/#
|
|
178
|
+
* The communication [protocol](https://www.scaleway.com/en/developers/api/serverless-containers/#path-containers-update-an-existing-container) `http1` or `h2c`. Defaults to `http1`.
|
|
181
179
|
*/
|
|
182
180
|
readonly protocol: pulumi.Output<string | undefined>;
|
|
183
181
|
/**
|
|
@@ -185,7 +183,7 @@ export declare class Container extends pulumi.CustomResource {
|
|
|
185
183
|
*/
|
|
186
184
|
readonly region: pulumi.Output<string>;
|
|
187
185
|
/**
|
|
188
|
-
* The registry image address
|
|
186
|
+
* The registry image address (e.g., `rg.fr-par.scw.cloud/$NAMESPACE/$IMAGE`)
|
|
189
187
|
*/
|
|
190
188
|
readonly registryImage: pulumi.Output<string>;
|
|
191
189
|
/**
|
|
@@ -197,7 +195,7 @@ export declare class Container extends pulumi.CustomResource {
|
|
|
197
195
|
*/
|
|
198
196
|
readonly sandbox: pulumi.Output<string>;
|
|
199
197
|
/**
|
|
200
|
-
* The [secret environment](https://www.scaleway.com/en/docs/compute/containers/concepts/#secrets)
|
|
198
|
+
* The [secret environment variables](https://www.scaleway.com/en/docs/compute/containers/concepts/#secrets) of the container.
|
|
201
199
|
*/
|
|
202
200
|
readonly secretEnvironmentVariables: pulumi.Output<{
|
|
203
201
|
[key: string]: string;
|
|
@@ -207,7 +205,7 @@ export declare class Container extends pulumi.CustomResource {
|
|
|
207
205
|
*/
|
|
208
206
|
readonly status: pulumi.Output<string>;
|
|
209
207
|
/**
|
|
210
|
-
* The maximum amount of time
|
|
208
|
+
* The maximum amount of time your container can spend processing a request before being stopped.
|
|
211
209
|
*/
|
|
212
210
|
readonly timeout: pulumi.Output<number>;
|
|
213
211
|
/**
|
|
@@ -224,7 +222,7 @@ export declare class Container extends pulumi.CustomResource {
|
|
|
224
222
|
*/
|
|
225
223
|
export interface ContainerState {
|
|
226
224
|
/**
|
|
227
|
-
* The amount of vCPU computing resources to allocate to each container.
|
|
225
|
+
* The amount of vCPU computing resources to allocate to each container.
|
|
228
226
|
*/
|
|
229
227
|
cpuLimit?: pulumi.Input<number>;
|
|
230
228
|
/**
|
|
@@ -232,7 +230,7 @@ export interface ContainerState {
|
|
|
232
230
|
*/
|
|
233
231
|
cronStatus?: pulumi.Input<string>;
|
|
234
232
|
/**
|
|
235
|
-
* Boolean
|
|
233
|
+
* Boolean indicating whether the container is in a production environment.
|
|
236
234
|
*
|
|
237
235
|
* Note that if you want to use your own configuration, you must consult our configuration [restrictions](https://www.scaleway.com/en/docs/compute/containers/reference-content/containers-limitations/#configuration-restrictions) section.
|
|
238
236
|
*/
|
|
@@ -246,7 +244,7 @@ export interface ContainerState {
|
|
|
246
244
|
*/
|
|
247
245
|
domainName?: pulumi.Input<string>;
|
|
248
246
|
/**
|
|
249
|
-
* The [environment](https://www.scaleway.com/en/docs/compute/containers/concepts/#environment-variables)
|
|
247
|
+
* The [environment variables](https://www.scaleway.com/en/docs/compute/containers/concepts/#environment-variables) of the container.
|
|
250
248
|
*/
|
|
251
249
|
environmentVariables?: pulumi.Input<{
|
|
252
250
|
[key: string]: pulumi.Input<string>;
|
|
@@ -256,23 +254,23 @@ export interface ContainerState {
|
|
|
256
254
|
*/
|
|
257
255
|
errorMessage?: pulumi.Input<string>;
|
|
258
256
|
/**
|
|
259
|
-
*
|
|
257
|
+
* Allows both HTTP and HTTPS (`enabled`) or redirect HTTP to HTTPS (`redirected`). Defaults to `enabled`.
|
|
260
258
|
*/
|
|
261
259
|
httpOption?: pulumi.Input<string>;
|
|
262
260
|
/**
|
|
263
|
-
* The maximum number of simultaneous requests your container can handle at the same time.
|
|
261
|
+
* The maximum number of simultaneous requests your container can handle at the same time.
|
|
264
262
|
*/
|
|
265
263
|
maxConcurrency?: pulumi.Input<number>;
|
|
266
264
|
/**
|
|
267
|
-
* The maximum
|
|
265
|
+
* The maximum number of instances this container can scale to.
|
|
268
266
|
*/
|
|
269
267
|
maxScale?: pulumi.Input<number>;
|
|
270
268
|
/**
|
|
271
|
-
* The memory
|
|
269
|
+
* The memory resources in MB to allocate to each container.
|
|
272
270
|
*/
|
|
273
271
|
memoryLimit?: pulumi.Input<number>;
|
|
274
272
|
/**
|
|
275
|
-
* The minimum of
|
|
273
|
+
* The minimum number of container instances running continuously.
|
|
276
274
|
*/
|
|
277
275
|
minScale?: pulumi.Input<number>;
|
|
278
276
|
/**
|
|
@@ -280,23 +278,21 @@ export interface ContainerState {
|
|
|
280
278
|
*/
|
|
281
279
|
name?: pulumi.Input<string>;
|
|
282
280
|
/**
|
|
283
|
-
* The
|
|
284
|
-
*
|
|
285
|
-
* > **Important** Updates to `name` will recreate the container.
|
|
281
|
+
* The Containers namespace ID of the container.
|
|
286
282
|
*
|
|
287
|
-
*
|
|
283
|
+
* > **Important** Updating the `name` argument will recreate the container.
|
|
288
284
|
*/
|
|
289
285
|
namespaceId?: pulumi.Input<string>;
|
|
290
286
|
/**
|
|
291
|
-
* The port to expose the container.
|
|
287
|
+
* The port to expose the container.
|
|
292
288
|
*/
|
|
293
289
|
port?: pulumi.Input<number>;
|
|
294
290
|
/**
|
|
295
|
-
* The privacy type
|
|
291
|
+
* The privacy type defines the way to authenticate to your container. Please check our dedicated [section](https://www.scaleway.com/en/developers/api/serverless-containers/#protocol-9dd4c8).
|
|
296
292
|
*/
|
|
297
293
|
privacy?: pulumi.Input<string>;
|
|
298
294
|
/**
|
|
299
|
-
* The communication [protocol](https://www.scaleway.com/en/developers/api/serverless-containers/#
|
|
295
|
+
* The communication [protocol](https://www.scaleway.com/en/developers/api/serverless-containers/#path-containers-update-an-existing-container) `http1` or `h2c`. Defaults to `http1`.
|
|
300
296
|
*/
|
|
301
297
|
protocol?: pulumi.Input<string>;
|
|
302
298
|
/**
|
|
@@ -304,7 +300,7 @@ export interface ContainerState {
|
|
|
304
300
|
*/
|
|
305
301
|
region?: pulumi.Input<string>;
|
|
306
302
|
/**
|
|
307
|
-
* The registry image address
|
|
303
|
+
* The registry image address (e.g., `rg.fr-par.scw.cloud/$NAMESPACE/$IMAGE`)
|
|
308
304
|
*/
|
|
309
305
|
registryImage?: pulumi.Input<string>;
|
|
310
306
|
/**
|
|
@@ -316,7 +312,7 @@ export interface ContainerState {
|
|
|
316
312
|
*/
|
|
317
313
|
sandbox?: pulumi.Input<string>;
|
|
318
314
|
/**
|
|
319
|
-
* The [secret environment](https://www.scaleway.com/en/docs/compute/containers/concepts/#secrets)
|
|
315
|
+
* The [secret environment variables](https://www.scaleway.com/en/docs/compute/containers/concepts/#secrets) of the container.
|
|
320
316
|
*/
|
|
321
317
|
secretEnvironmentVariables?: pulumi.Input<{
|
|
322
318
|
[key: string]: pulumi.Input<string>;
|
|
@@ -326,7 +322,7 @@ export interface ContainerState {
|
|
|
326
322
|
*/
|
|
327
323
|
status?: pulumi.Input<string>;
|
|
328
324
|
/**
|
|
329
|
-
* The maximum amount of time
|
|
325
|
+
* The maximum amount of time your container can spend processing a request before being stopped.
|
|
330
326
|
*/
|
|
331
327
|
timeout?: pulumi.Input<number>;
|
|
332
328
|
}
|
|
@@ -335,11 +331,11 @@ export interface ContainerState {
|
|
|
335
331
|
*/
|
|
336
332
|
export interface ContainerArgs {
|
|
337
333
|
/**
|
|
338
|
-
* The amount of vCPU computing resources to allocate to each container.
|
|
334
|
+
* The amount of vCPU computing resources to allocate to each container.
|
|
339
335
|
*/
|
|
340
336
|
cpuLimit?: pulumi.Input<number>;
|
|
341
337
|
/**
|
|
342
|
-
* Boolean
|
|
338
|
+
* Boolean indicating whether the container is in a production environment.
|
|
343
339
|
*
|
|
344
340
|
* Note that if you want to use your own configuration, you must consult our configuration [restrictions](https://www.scaleway.com/en/docs/compute/containers/reference-content/containers-limitations/#configuration-restrictions) section.
|
|
345
341
|
*/
|
|
@@ -349,29 +345,29 @@ export interface ContainerArgs {
|
|
|
349
345
|
*/
|
|
350
346
|
description?: pulumi.Input<string>;
|
|
351
347
|
/**
|
|
352
|
-
* The [environment](https://www.scaleway.com/en/docs/compute/containers/concepts/#environment-variables)
|
|
348
|
+
* The [environment variables](https://www.scaleway.com/en/docs/compute/containers/concepts/#environment-variables) of the container.
|
|
353
349
|
*/
|
|
354
350
|
environmentVariables?: pulumi.Input<{
|
|
355
351
|
[key: string]: pulumi.Input<string>;
|
|
356
352
|
}>;
|
|
357
353
|
/**
|
|
358
|
-
*
|
|
354
|
+
* Allows both HTTP and HTTPS (`enabled`) or redirect HTTP to HTTPS (`redirected`). Defaults to `enabled`.
|
|
359
355
|
*/
|
|
360
356
|
httpOption?: pulumi.Input<string>;
|
|
361
357
|
/**
|
|
362
|
-
* The maximum number of simultaneous requests your container can handle at the same time.
|
|
358
|
+
* The maximum number of simultaneous requests your container can handle at the same time.
|
|
363
359
|
*/
|
|
364
360
|
maxConcurrency?: pulumi.Input<number>;
|
|
365
361
|
/**
|
|
366
|
-
* The maximum
|
|
362
|
+
* The maximum number of instances this container can scale to.
|
|
367
363
|
*/
|
|
368
364
|
maxScale?: pulumi.Input<number>;
|
|
369
365
|
/**
|
|
370
|
-
* The memory
|
|
366
|
+
* The memory resources in MB to allocate to each container.
|
|
371
367
|
*/
|
|
372
368
|
memoryLimit?: pulumi.Input<number>;
|
|
373
369
|
/**
|
|
374
|
-
* The minimum of
|
|
370
|
+
* The minimum number of container instances running continuously.
|
|
375
371
|
*/
|
|
376
372
|
minScale?: pulumi.Input<number>;
|
|
377
373
|
/**
|
|
@@ -379,23 +375,21 @@ export interface ContainerArgs {
|
|
|
379
375
|
*/
|
|
380
376
|
name?: pulumi.Input<string>;
|
|
381
377
|
/**
|
|
382
|
-
* The
|
|
383
|
-
*
|
|
384
|
-
* > **Important** Updates to `name` will recreate the container.
|
|
378
|
+
* The Containers namespace ID of the container.
|
|
385
379
|
*
|
|
386
|
-
*
|
|
380
|
+
* > **Important** Updating the `name` argument will recreate the container.
|
|
387
381
|
*/
|
|
388
382
|
namespaceId: pulumi.Input<string>;
|
|
389
383
|
/**
|
|
390
|
-
* The port to expose the container.
|
|
384
|
+
* The port to expose the container.
|
|
391
385
|
*/
|
|
392
386
|
port?: pulumi.Input<number>;
|
|
393
387
|
/**
|
|
394
|
-
* The privacy type
|
|
388
|
+
* The privacy type defines the way to authenticate to your container. Please check our dedicated [section](https://www.scaleway.com/en/developers/api/serverless-containers/#protocol-9dd4c8).
|
|
395
389
|
*/
|
|
396
390
|
privacy?: pulumi.Input<string>;
|
|
397
391
|
/**
|
|
398
|
-
* The communication [protocol](https://www.scaleway.com/en/developers/api/serverless-containers/#
|
|
392
|
+
* The communication [protocol](https://www.scaleway.com/en/developers/api/serverless-containers/#path-containers-update-an-existing-container) `http1` or `h2c`. Defaults to `http1`.
|
|
399
393
|
*/
|
|
400
394
|
protocol?: pulumi.Input<string>;
|
|
401
395
|
/**
|
|
@@ -403,7 +397,7 @@ export interface ContainerArgs {
|
|
|
403
397
|
*/
|
|
404
398
|
region?: pulumi.Input<string>;
|
|
405
399
|
/**
|
|
406
|
-
* The registry image address
|
|
400
|
+
* The registry image address (e.g., `rg.fr-par.scw.cloud/$NAMESPACE/$IMAGE`)
|
|
407
401
|
*/
|
|
408
402
|
registryImage?: pulumi.Input<string>;
|
|
409
403
|
/**
|
|
@@ -415,7 +409,7 @@ export interface ContainerArgs {
|
|
|
415
409
|
*/
|
|
416
410
|
sandbox?: pulumi.Input<string>;
|
|
417
411
|
/**
|
|
418
|
-
* The [secret environment](https://www.scaleway.com/en/docs/compute/containers/concepts/#secrets)
|
|
412
|
+
* The [secret environment variables](https://www.scaleway.com/en/docs/compute/containers/concepts/#secrets) of the container.
|
|
419
413
|
*/
|
|
420
414
|
secretEnvironmentVariables?: pulumi.Input<{
|
|
421
415
|
[key: string]: pulumi.Input<string>;
|
|
@@ -425,7 +419,7 @@ export interface ContainerArgs {
|
|
|
425
419
|
*/
|
|
426
420
|
status?: pulumi.Input<string>;
|
|
427
421
|
/**
|
|
428
|
-
* The maximum amount of time
|
|
422
|
+
* The maximum amount of time your container can spend processing a request before being stopped.
|
|
429
423
|
*/
|
|
430
424
|
timeout?: pulumi.Input<number>;
|
|
431
425
|
}
|
package/container.js
CHANGED
|
@@ -6,13 +6,11 @@ exports.Container = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* The `scaleway.Container` resource allows you to create and manage [Serverless Containers](https://www.scaleway.com/en/docs/serverless/containers/).
|
|
10
10
|
*
|
|
11
|
-
*
|
|
11
|
+
* Refer to the Serverless Containers [product documentation](https://www.scaleway.com/en/docs/serverless/containers/) and [API documentation](https://www.scaleway.com/en/developers/api/serverless-containers/) for more information.
|
|
12
12
|
*
|
|
13
|
-
* For more
|
|
14
|
-
*
|
|
15
|
-
* You can check also our [containers guide](https://www.scaleway.com/en/docs/compute/containers/concepts/).
|
|
13
|
+
* For more information on the limitations of Serverless Containers, refer to the [dedicated documentation](https://www.scaleway.com/en/docs/compute/containers/reference-content/containers-limitations/).
|
|
16
14
|
*
|
|
17
15
|
* ## Example Usage
|
|
18
16
|
*
|
|
@@ -50,30 +48,28 @@ const utilities = require("./utilities");
|
|
|
50
48
|
*
|
|
51
49
|
* ## Protocols
|
|
52
50
|
*
|
|
53
|
-
* The
|
|
51
|
+
* The following protocols are supported:
|
|
54
52
|
*
|
|
55
53
|
* * `h2c`: HTTP/2 over TCP.
|
|
56
54
|
* * `http1`: Hypertext Transfer Protocol.
|
|
57
55
|
*
|
|
58
|
-
* **Important:**
|
|
56
|
+
* > **Important:** Refer to the official [Apache documentation](https://httpd.apache.org/docs/2.4/howto/http2.html) for more information.
|
|
59
57
|
*
|
|
60
58
|
* ## Privacy
|
|
61
59
|
*
|
|
62
|
-
* By default, creating a container will make it `public`, meaning that anybody knowing the endpoint
|
|
60
|
+
* By default, creating a container will make it `public`, meaning that anybody knowing the endpoint can execute it.
|
|
61
|
+
*
|
|
63
62
|
* A container can be made `private` with the privacy parameter.
|
|
64
63
|
*
|
|
65
|
-
*
|
|
64
|
+
* Refer to the [technical information](https://www.scaleway.com/en/developers/api/serverless-containers/#protocol-9dd4c8) for more information on container authentication.
|
|
66
65
|
*
|
|
67
66
|
* ## Memory and vCPUs configuration
|
|
68
67
|
*
|
|
69
|
-
* The vCPU represents a portion
|
|
70
|
-
*
|
|
71
|
-
* You may decide how much computing resources to allocate to each container.
|
|
72
|
-
* The `memoryLimit` (in MB) must correspond with the right amount of vCPU.
|
|
68
|
+
* The vCPU represents a portion of the underlying, physical CPU that is assigned to a particular virtual machine (VM).
|
|
73
69
|
*
|
|
74
|
-
*
|
|
70
|
+
* You can determine the computing resources to allocate to each container.
|
|
75
71
|
*
|
|
76
|
-
*
|
|
72
|
+
* The `memoryLimit` (in MB) must correspond with the right amount of vCPU. Refer to the table below to determine the right memory/vCPU combination.
|
|
77
73
|
*
|
|
78
74
|
* | Memory (in MB) | vCPU |
|
|
79
75
|
* |----------------|------|
|
|
@@ -81,12 +77,16 @@ const utilities = require("./utilities");
|
|
|
81
77
|
* | 256 | 140m |
|
|
82
78
|
* | 512 | 280m |
|
|
83
79
|
* | 1024 | 560m |
|
|
80
|
+
* | 2048 | 1120 |
|
|
81
|
+
* | 3072 | 1680 |
|
|
82
|
+
* | 4096 | 2240 |
|
|
84
83
|
*
|
|
85
|
-
*
|
|
84
|
+
* ~>**Important:** Make sure to select the right resources, as you will be billed based on compute usage over time and the number of Containers executions.
|
|
85
|
+
* Refer to the [Serverless Containers pricing](https://www.scaleway.com/en/docs/faq/serverless-containers/#prices) for more information.
|
|
86
86
|
*
|
|
87
87
|
* ## Import
|
|
88
88
|
*
|
|
89
|
-
*
|
|
89
|
+
* Containers can be imported using, `{region}/{id}`, as shown below:
|
|
90
90
|
*
|
|
91
91
|
* bash
|
|
92
92
|
*
|
package/container.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"container.js","sourceRoot":"","sources":["../container.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwFG;AACH,MAAa,SAAU,SAAQ,MAAM,CAAC,cAAc;IAChD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsB,EAAE,IAAmC;QACpH,OAAO,IAAI,SAAS,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAChE,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,SAAS,CAAC,YAAY,CAAC;IAC1D,CAAC;
|
|
1
|
+
{"version":3,"file":"container.js","sourceRoot":"","sources":["../container.ts"],"names":[],"mappings":"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"}
|