@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.
Files changed (106) hide show
  1. package/accountProject.d.ts +8 -8
  2. package/accountProject.js +1 -1
  3. package/accountSshKey.d.ts +4 -2
  4. package/accountSshKey.js +4 -2
  5. package/accountSshKey.js.map +1 -1
  6. package/container.d.ts +65 -71
  7. package/container.js +17 -17
  8. package/container.js.map +1 -1
  9. package/containerCron.d.ts +19 -35
  10. package/containerCron.js +5 -12
  11. package/containerCron.js.map +1 -1
  12. package/containerDomain.d.ts +14 -11
  13. package/containerDomain.js +6 -3
  14. package/containerDomain.js.map +1 -1
  15. package/containerNamespace.d.ts +19 -19
  16. package/containerNamespace.js +5 -5
  17. package/containerToken.d.ts +16 -17
  18. package/containerToken.js +4 -5
  19. package/containerToken.js.map +1 -1
  20. package/containerTrigger.d.ts +20 -19
  21. package/containerTrigger.js +5 -4
  22. package/containerTrigger.js.map +1 -1
  23. package/function.d.ts +50 -73
  24. package/function.js +1 -24
  25. package/function.js.map +1 -1
  26. package/functionCron.d.ts +19 -27
  27. package/functionCron.js +5 -7
  28. package/functionCron.js.map +1 -1
  29. package/functionDomain.d.ts +25 -21
  30. package/functionDomain.js +5 -4
  31. package/functionDomain.js.map +1 -1
  32. package/functionNamespace.d.ts +22 -22
  33. package/functionNamespace.js +5 -5
  34. package/functionToken.d.ts +16 -17
  35. package/functionToken.js +4 -5
  36. package/functionToken.js.map +1 -1
  37. package/functionTrigger.d.ts +20 -19
  38. package/functionTrigger.js +5 -4
  39. package/functionTrigger.js.map +1 -1
  40. package/getAccountProject.d.ts +14 -8
  41. package/getAccountProject.js +6 -2
  42. package/getAccountProject.js.map +1 -1
  43. package/getAccountSshKey.d.ts +14 -10
  44. package/getAccountSshKey.js +6 -2
  45. package/getAccountSshKey.js.map +1 -1
  46. package/getAvailabilityZones.d.ts +17 -9
  47. package/getAvailabilityZones.js +14 -6
  48. package/getAvailabilityZones.js.map +1 -1
  49. package/getContainer.d.ts +50 -42
  50. package/getContainer.js +40 -10
  51. package/getContainer.js.map +1 -1
  52. package/getContainerNamespace.d.ts +26 -16
  53. package/getContainerNamespace.js +18 -4
  54. package/getContainerNamespace.js.map +1 -1
  55. package/getFunction.d.ts +20 -12
  56. package/getFunction.js +10 -2
  57. package/getFunction.js.map +1 -1
  58. package/getFunctionNamespace.d.ts +14 -14
  59. package/getFunctionNamespace.js +6 -2
  60. package/getFunctionNamespace.js.map +1 -1
  61. package/getObjectBucket.d.ts +22 -10
  62. package/getObjectBucket.js +20 -8
  63. package/getObjectBucket.js.map +1 -1
  64. package/getObjectBucketPolicy.d.ts +15 -9
  65. package/getObjectBucketPolicy.js +12 -6
  66. package/getObjectBucketPolicy.js.map +1 -1
  67. package/getTemDomain.d.ts +1 -0
  68. package/getTemDomain.js.map +1 -1
  69. package/index.d.ts +3 -0
  70. package/index.js +6 -1
  71. package/index.js.map +1 -1
  72. package/instanceServer.d.ts +17 -0
  73. package/instanceServer.js +17 -0
  74. package/instanceServer.js.map +1 -1
  75. package/objectBucket.d.ts +30 -39
  76. package/objectBucket.js +7 -4
  77. package/objectBucket.js.map +1 -1
  78. package/objectBucketAcl.d.ts +10 -8
  79. package/objectBucketAcl.js +7 -5
  80. package/objectBucketAcl.js.map +1 -1
  81. package/objectBucketLockConfiguration.d.ts +10 -9
  82. package/objectBucketLockConfiguration.js +7 -6
  83. package/objectBucketLockConfiguration.js.map +1 -1
  84. package/objectBucketPolicy.d.ts +5 -4
  85. package/objectBucketPolicy.js +5 -4
  86. package/objectBucketPolicy.js.map +1 -1
  87. package/objectBucketWebsiteConfiguration.d.ts +11 -10
  88. package/objectBucketWebsiteConfiguration.js +5 -4
  89. package/objectBucketWebsiteConfiguration.js.map +1 -1
  90. package/objectItem.d.ts +34 -27
  91. package/objectItem.js +4 -3
  92. package/objectItem.js.map +1 -1
  93. package/package.json +2 -2
  94. package/sdbDatabase.d.ts +12 -10
  95. package/sdbDatabase.js +4 -2
  96. package/sdbDatabase.js.map +1 -1
  97. package/temDomain.d.ts +27 -0
  98. package/temDomain.js +17 -0
  99. package/temDomain.js.map +1 -1
  100. package/types/input.d.ts +42 -36
  101. package/types/output.d.ts +47 -37
  102. package/vpcPrivateNetwork.d.ts +1 -1
  103. package/vpcPrivateNetwork.js +1 -1
  104. package/vpcRoute.d.ts +187 -0
  105. package/vpcRoute.js +119 -0
  106. package/vpcRoute.js.map +1 -0
@@ -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`, e.g.
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 Project creation time.
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. Please note that any change in `organizationId` will recreate the resource.
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 Project last update time.
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 Project creation time.
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. Please note that any change in `organizationId` will recreate the resource.
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 Project last update time.
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. Please note that any change in `organizationId` will recreate the resource.
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
@@ -8,7 +8,7 @@ const utilities = require("./utilities");
8
8
  /**
9
9
  * ## Import
10
10
  *
11
- * Projects can be imported using the `id`, e.g.
11
+ * Projects can be imported using the `id` argument, as shown below:
12
12
  *
13
13
  * bash
14
14
  *
@@ -1,8 +1,10 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * Manages user SSH keys to access servers provisioned on Scaleway.
3
+ * The `scaleway.AccountSshKey` resource allows you to create and manage the Projects of a Scaleway Organization.
4
4
  *
5
- * > **Important:** The resource `scaleway.AccountSshKey` has been deprecated and will no longer be supported. Instead, use `scaleway.IamSshKey`.
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
- * Manages user SSH keys to access servers provisioned on Scaleway.
9
+ * The `scaleway.AccountSshKey` resource allows you to create and manage the Projects of a Scaleway Organization.
10
10
  *
11
- * > **Important:** The resource `scaleway.AccountSshKey` has been deprecated and will no longer be supported. Instead, use `scaleway.IamSshKey`.
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
  *
@@ -1 +1 @@
1
- {"version":3,"file":"accountSshKey.js","sourceRoot":"","sources":["../accountSshKey.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"accountSshKey.js","sourceRoot":"","sources":["../accountSshKey.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,MAAa,aAAc,SAAQ,MAAM,CAAC,cAAc;IACpD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA0B,EAAE,IAAmC;QACxH,OAAO,IAAI,aAAa,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACpE,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,aAAa,CAAC,YAAY,CAAC;IAC9D,CAAC;IA2CD,YAAY,IAAY,EAAE,WAAoD,EAAE,IAAmC;QAC/G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA6C,CAAC;YAC5D,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,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,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;SACrE;aAAM;YACH,MAAM,IAAI,GAAG,WAA4C,CAAC;YAC1D,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,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACrD,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,aAAa,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAClE,CAAC;;AAlGL,sCAmGC;AArFG,gBAAgB;AACO,0BAAY,GAAG,4CAA4C,CAAC"}
package/container.d.ts CHANGED
@@ -1,12 +1,10 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * Creates and manages Scaleway Container.
3
+ * The `scaleway.Container` resource allows you to create and manage [Serverless Containers](https://www.scaleway.com/en/docs/serverless/containers/).
4
4
  *
5
- * For more information consult the [documentation](https://www.scaleway.com/en/docs/faq/serverless-containers/).
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 details about the limitation check [containers-limitations](https://www.scaleway.com/en/docs/compute/containers/reference-content/containers-limitations/).
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 supported protocols are:
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:** For details about the protocols check [this](https://httpd.apache.org/docs/2.4/howto/http2.html)
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 could execute it.
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
- * Please check our [authentication](https://www.scaleway.com/en/developers/api/serverless-containers/#protocol-9dd4c8) section
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 or share of the underlying, physical CPU that is assigned to a particular virtual machine (VM).
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
- * **Important:** The right choice for your container's resources is very important, as you will be billed based on compute usage over time and the number of Containers executions.
64
+ * You can determine the computing resources to allocate to each container.
69
65
  *
70
- * Please check our [price](https://www.scaleway.com/en/docs/faq/serverless-containers/#prices) section for more details.
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
- * **Note:** 560mCPU accounts roughly for half of one CPU power of a Scaleway General Purpose instance
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
- * Container can be imported using the `{region}/{id}`, e.g.
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. Defaults to 140.
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 controlling whether the container is on a production environment.
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) variables of the container.
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
- * Allow both HTTP and HTTPS (enabled) or redirect HTTP to HTTPS (redirected). Defaults to enabled.
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. Defaults to 50.
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 of number of instances this container can scale to. Default to 20.
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 computing resources in MB to allocate to each container. Defaults to 256.
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 running container instances continuously. Defaults to 0.
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 container namespace ID of the container.
164
+ * The Containers namespace ID of the container.
165
165
  *
166
- * > **Important** Updates to `name` will recreate the container.
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. Defaults to 8080.
170
+ * The port to expose the container.
173
171
  */
174
172
  readonly port: pulumi.Output<number>;
175
173
  /**
176
- * The privacy type define the way to authenticate to your container. Please check our dedicated [section](https://www.scaleway.com/en/developers/api/serverless-containers/#protocol-9dd4c8).
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/#protocol-9dd4c8) http1 or h2c. Defaults to http1.
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. e.g: **"rg.fr-par.scw.cloud/$NAMESPACE/$IMAGE"**.
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) variables of the container.
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 in seconds during which your container can process a request before we stop it. Defaults to 300s.
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. Defaults to 140.
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 controlling whether the container is on a production environment.
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) variables of the container.
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
- * Allow both HTTP and HTTPS (enabled) or redirect HTTP to HTTPS (redirected). Defaults to enabled.
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. Defaults to 50.
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 of number of instances this container can scale to. Default to 20.
265
+ * The maximum number of instances this container can scale to.
268
266
  */
269
267
  maxScale?: pulumi.Input<number>;
270
268
  /**
271
- * The memory computing resources in MB to allocate to each container. Defaults to 256.
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 running container instances continuously. Defaults to 0.
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 container namespace ID of the container.
284
- *
285
- * > **Important** Updates to `name` will recreate the container.
281
+ * The Containers namespace ID of the container.
286
282
  *
287
- * The following arguments are optional:
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. Defaults to 8080.
287
+ * The port to expose the container.
292
288
  */
293
289
  port?: pulumi.Input<number>;
294
290
  /**
295
- * The privacy type define the way to authenticate to your container. Please check our dedicated [section](https://www.scaleway.com/en/developers/api/serverless-containers/#protocol-9dd4c8).
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/#protocol-9dd4c8) http1 or h2c. Defaults to http1.
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. e.g: **"rg.fr-par.scw.cloud/$NAMESPACE/$IMAGE"**.
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) variables of the container.
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 in seconds during which your container can process a request before we stop it. Defaults to 300s.
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. Defaults to 140.
334
+ * The amount of vCPU computing resources to allocate to each container.
339
335
  */
340
336
  cpuLimit?: pulumi.Input<number>;
341
337
  /**
342
- * Boolean controlling whether the container is on a production environment.
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) variables of the container.
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
- * Allow both HTTP and HTTPS (enabled) or redirect HTTP to HTTPS (redirected). Defaults to enabled.
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. Defaults to 50.
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 of number of instances this container can scale to. Default to 20.
362
+ * The maximum number of instances this container can scale to.
367
363
  */
368
364
  maxScale?: pulumi.Input<number>;
369
365
  /**
370
- * The memory computing resources in MB to allocate to each container. Defaults to 256.
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 running container instances continuously. Defaults to 0.
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 container namespace ID of the container.
383
- *
384
- * > **Important** Updates to `name` will recreate the container.
378
+ * The Containers namespace ID of the container.
385
379
  *
386
- * The following arguments are optional:
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. Defaults to 8080.
384
+ * The port to expose the container.
391
385
  */
392
386
  port?: pulumi.Input<number>;
393
387
  /**
394
- * The privacy type define the way to authenticate to your container. Please check our dedicated [section](https://www.scaleway.com/en/developers/api/serverless-containers/#protocol-9dd4c8).
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/#protocol-9dd4c8) http1 or h2c. Defaults to http1.
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. e.g: **"rg.fr-par.scw.cloud/$NAMESPACE/$IMAGE"**.
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) variables of the container.
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 in seconds during which your container can process a request before we stop it. Defaults to 300s.
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
- * Creates and manages Scaleway Container.
9
+ * The `scaleway.Container` resource allows you to create and manage [Serverless Containers](https://www.scaleway.com/en/docs/serverless/containers/).
10
10
  *
11
- * For more information consult the [documentation](https://www.scaleway.com/en/docs/faq/serverless-containers/).
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 details about the limitation check [containers-limitations](https://www.scaleway.com/en/docs/compute/containers/reference-content/containers-limitations/).
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 supported protocols are:
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:** For details about the protocols check [this](https://httpd.apache.org/docs/2.4/howto/http2.html)
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 could execute it.
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
- * Please check our [authentication](https://www.scaleway.com/en/developers/api/serverless-containers/#protocol-9dd4c8) section
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 or share of the underlying, physical CPU that is assigned to a particular virtual machine (VM).
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
- * **Important:** The right choice for your container's resources is very important, as you will be billed based on compute usage over time and the number of Containers executions.
70
+ * You can determine the computing resources to allocate to each container.
75
71
  *
76
- * Please check our [price](https://www.scaleway.com/en/docs/faq/serverless-containers/#prices) section for more details.
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
- * **Note:** 560mCPU accounts roughly for half of one CPU power of a Scaleway General Purpose instance
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
- * Container can be imported using the `{region}/{id}`, e.g.
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":"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"}
1
+ {"version":3,"file":"container.js","sourceRoot":"","sources":["../container.ts"],"names":[],"mappings":"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"}