@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/types/input.d.ts
CHANGED
|
@@ -210,7 +210,7 @@ export interface DatabaseAclAclRule {
|
|
|
210
210
|
*/
|
|
211
211
|
description?: pulumi.Input<string>;
|
|
212
212
|
/**
|
|
213
|
-
* The
|
|
213
|
+
* The IP range to whitelist in [CIDR notation](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation)
|
|
214
214
|
*/
|
|
215
215
|
ip: pulumi.Input<string>;
|
|
216
216
|
}
|
|
@@ -300,15 +300,15 @@ export interface DatabaseInstanceReadReplica {
|
|
|
300
300
|
}
|
|
301
301
|
export interface DatabaseReadReplicaDirectAccess {
|
|
302
302
|
/**
|
|
303
|
-
* The ID of the endpoint of the
|
|
303
|
+
* The ID of the endpoint of the Read Replica.
|
|
304
304
|
*/
|
|
305
305
|
endpointId?: pulumi.Input<string>;
|
|
306
306
|
/**
|
|
307
|
-
* Hostname of the endpoint. Only one of
|
|
307
|
+
* Hostname of the endpoint. Only one of IP and hostname may be set.
|
|
308
308
|
*/
|
|
309
309
|
hostname?: pulumi.Input<string>;
|
|
310
310
|
/**
|
|
311
|
-
* IPv4 address of the endpoint (IP address). Only one of
|
|
311
|
+
* IPv4 address of the endpoint (IP address). Only one of IP and hostname may be set.
|
|
312
312
|
*/
|
|
313
313
|
ip?: pulumi.Input<string>;
|
|
314
314
|
/**
|
|
@@ -328,15 +328,15 @@ export interface DatabaseReadReplicaPrivateNetwork {
|
|
|
328
328
|
*/
|
|
329
329
|
enableIpam?: pulumi.Input<boolean>;
|
|
330
330
|
/**
|
|
331
|
-
* The ID of the endpoint of the
|
|
331
|
+
* The ID of the endpoint of the Read Replica.
|
|
332
332
|
*/
|
|
333
333
|
endpointId?: pulumi.Input<string>;
|
|
334
334
|
/**
|
|
335
|
-
* Hostname of the endpoint. Only one of
|
|
335
|
+
* Hostname of the endpoint. Only one of IP and hostname may be set.
|
|
336
336
|
*/
|
|
337
337
|
hostname?: pulumi.Input<string>;
|
|
338
338
|
/**
|
|
339
|
-
* IPv4 address of the endpoint (IP address). Only one of
|
|
339
|
+
* IPv4 address of the endpoint (IP address). Only one of IP and hostname may be set.
|
|
340
340
|
*/
|
|
341
341
|
ip?: pulumi.Input<string>;
|
|
342
342
|
/**
|
|
@@ -348,7 +348,7 @@ export interface DatabaseReadReplicaPrivateNetwork {
|
|
|
348
348
|
*/
|
|
349
349
|
port?: pulumi.Input<number>;
|
|
350
350
|
/**
|
|
351
|
-
* UUID of the
|
|
351
|
+
* UUID of the Private Netork to be connected to the Read Replica.
|
|
352
352
|
*/
|
|
353
353
|
privateNetworkId: pulumi.Input<string>;
|
|
354
354
|
/**
|
|
@@ -360,6 +360,36 @@ export interface DatabaseReadReplicaPrivateNetwork {
|
|
|
360
360
|
*/
|
|
361
361
|
zone?: pulumi.Input<string>;
|
|
362
362
|
}
|
|
363
|
+
export interface DocumentdbPrivateNetworkEndpointPrivateNetwork {
|
|
364
|
+
/**
|
|
365
|
+
* The hostname of your endpoint.
|
|
366
|
+
*/
|
|
367
|
+
hostname?: pulumi.Input<string>;
|
|
368
|
+
/**
|
|
369
|
+
* The private network ID.
|
|
370
|
+
*/
|
|
371
|
+
id: pulumi.Input<string>;
|
|
372
|
+
/**
|
|
373
|
+
* The IP of your private network service.
|
|
374
|
+
*/
|
|
375
|
+
ip?: pulumi.Input<string>;
|
|
376
|
+
/**
|
|
377
|
+
* The IP network address within the private subnet. This must be an IPv4 address with a CIDR notation. The IP network address within the private subnet is determined by the IP Address Management (IPAM) service if not set.
|
|
378
|
+
*/
|
|
379
|
+
ipNet?: pulumi.Input<string>;
|
|
380
|
+
/**
|
|
381
|
+
* The name of your private service.
|
|
382
|
+
*/
|
|
383
|
+
name?: pulumi.Input<string>;
|
|
384
|
+
/**
|
|
385
|
+
* The port of your private service.
|
|
386
|
+
*/
|
|
387
|
+
port?: pulumi.Input<number>;
|
|
388
|
+
/**
|
|
389
|
+
* The zone of your endpoint.
|
|
390
|
+
*/
|
|
391
|
+
zone?: pulumi.Input<string>;
|
|
392
|
+
}
|
|
363
393
|
export interface DocumentdbReadReplicaDirectAccess {
|
|
364
394
|
/**
|
|
365
395
|
* The ID of the endpoint of the read replica.
|
|
@@ -520,57 +550,57 @@ export interface FunctionTriggerSqs {
|
|
|
520
550
|
}
|
|
521
551
|
export interface GetIpamIpResource {
|
|
522
552
|
/**
|
|
523
|
-
* The ID of the resource that the IP is
|
|
553
|
+
* The ID of the resource that the IP is attached to.
|
|
524
554
|
*/
|
|
525
555
|
id?: string;
|
|
526
556
|
/**
|
|
527
|
-
* The name of the resource
|
|
557
|
+
* The name of the resource the IP is attached to.
|
|
528
558
|
*/
|
|
529
559
|
name?: string;
|
|
530
560
|
/**
|
|
531
|
-
* The type of the resource
|
|
561
|
+
* The type of the resource the IP is attached to. [Documentation](https://pkg.go.dev/github.com/scaleway/scaleway-sdk-go@master/api/ipam/v1#pkg-constants) with type list.
|
|
532
562
|
*/
|
|
533
563
|
type: string;
|
|
534
564
|
}
|
|
535
565
|
export interface GetIpamIpResourceArgs {
|
|
536
566
|
/**
|
|
537
|
-
* The ID of the resource that the IP is
|
|
567
|
+
* The ID of the resource that the IP is attached to.
|
|
538
568
|
*/
|
|
539
569
|
id?: pulumi.Input<string>;
|
|
540
570
|
/**
|
|
541
|
-
* The name of the resource
|
|
571
|
+
* The name of the resource the IP is attached to.
|
|
542
572
|
*/
|
|
543
573
|
name?: pulumi.Input<string>;
|
|
544
574
|
/**
|
|
545
|
-
* The type of the resource
|
|
575
|
+
* The type of the resource the IP is attached to. [Documentation](https://pkg.go.dev/github.com/scaleway/scaleway-sdk-go@master/api/ipam/v1#pkg-constants) with type list.
|
|
546
576
|
*/
|
|
547
577
|
type: pulumi.Input<string>;
|
|
548
578
|
}
|
|
549
579
|
export interface GetIpamIpsResource {
|
|
550
580
|
/**
|
|
551
|
-
* The ID of the resource
|
|
581
|
+
* The ID of the attached resource.
|
|
552
582
|
*/
|
|
553
583
|
id?: string;
|
|
554
584
|
/**
|
|
555
|
-
* The name of the resource
|
|
585
|
+
* The name of the attached resource.
|
|
556
586
|
*/
|
|
557
587
|
name?: string;
|
|
558
588
|
/**
|
|
559
|
-
* The type of the resource
|
|
589
|
+
* The type of the attached resource. [Documentation](https://pkg.go.dev/github.com/scaleway/scaleway-sdk-go@master/api/ipam/v1#pkg-constants) with type list.
|
|
560
590
|
*/
|
|
561
591
|
type: string;
|
|
562
592
|
}
|
|
563
593
|
export interface GetIpamIpsResourceArgs {
|
|
564
594
|
/**
|
|
565
|
-
* The ID of the resource
|
|
595
|
+
* The ID of the attached resource.
|
|
566
596
|
*/
|
|
567
597
|
id?: pulumi.Input<string>;
|
|
568
598
|
/**
|
|
569
|
-
* The name of the resource
|
|
599
|
+
* The name of the attached resource.
|
|
570
600
|
*/
|
|
571
601
|
name?: pulumi.Input<string>;
|
|
572
602
|
/**
|
|
573
|
-
* The type of the resource
|
|
603
|
+
* The type of the attached resource. [Documentation](https://pkg.go.dev/github.com/scaleway/scaleway-sdk-go@master/api/ipam/v1#pkg-constants) with type list.
|
|
574
604
|
*/
|
|
575
605
|
type: pulumi.Input<string>;
|
|
576
606
|
}
|
|
@@ -580,19 +610,19 @@ export interface IamPolicyRule {
|
|
|
580
610
|
*/
|
|
581
611
|
organizationId?: pulumi.Input<string>;
|
|
582
612
|
/**
|
|
583
|
-
* Names of permission sets
|
|
613
|
+
* Names of permission sets bind to the rule.
|
|
584
614
|
*
|
|
585
|
-
* **_TIP:_**
|
|
615
|
+
* **_TIP:_** You can use the Scaleway CLI to list the permissions details. e.g:
|
|
586
616
|
*
|
|
587
617
|
* ```shell
|
|
588
|
-
*
|
|
618
|
+
* scw IAM permission-set list
|
|
589
619
|
* ```
|
|
590
620
|
*/
|
|
591
621
|
permissionSetNames: pulumi.Input<pulumi.Input<string>[]>;
|
|
592
622
|
/**
|
|
593
623
|
* List of project IDs scoped to the rule.
|
|
594
624
|
*
|
|
595
|
-
* > **Important** One
|
|
625
|
+
* > **Important** One `organizationId` or `projectIds` must be set per rule.
|
|
596
626
|
*/
|
|
597
627
|
projectIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
598
628
|
}
|
|
@@ -861,21 +891,25 @@ export interface IotDeviceMessageFilters {
|
|
|
861
891
|
}
|
|
862
892
|
export interface IotDeviceMessageFiltersPublish {
|
|
863
893
|
/**
|
|
864
|
-
*
|
|
894
|
+
* Filtering policy (eg `accept` or `reject`)
|
|
865
895
|
*/
|
|
866
896
|
policy?: pulumi.Input<string>;
|
|
867
897
|
/**
|
|
868
|
-
* List of topics
|
|
898
|
+
* List of topics to match (eg `foo/bar/+/baz/#`)
|
|
869
899
|
*/
|
|
870
900
|
topics?: pulumi.Input<pulumi.Input<string>[]>;
|
|
871
901
|
}
|
|
872
902
|
export interface IotDeviceMessageFiltersSubscribe {
|
|
873
903
|
/**
|
|
874
|
-
*
|
|
904
|
+
* Same as publish rules.
|
|
875
905
|
*/
|
|
876
906
|
policy?: pulumi.Input<string>;
|
|
877
907
|
/**
|
|
878
|
-
*
|
|
908
|
+
* Same as publish rules.
|
|
909
|
+
*
|
|
910
|
+
* - `certificate.crt` - (Optional) The certificate of the device, either generated by Scaleway or provided.
|
|
911
|
+
*
|
|
912
|
+
* > **Important:** Updates to `certificate.crt` will disconnect connected devices and the previous certificate will be deleted and won't be recoverable.
|
|
879
913
|
*/
|
|
880
914
|
topics?: pulumi.Input<pulumi.Input<string>[]>;
|
|
881
915
|
}
|
|
@@ -941,11 +975,11 @@ export interface IotRouteS3 {
|
|
|
941
975
|
}
|
|
942
976
|
export interface IpamIpResource {
|
|
943
977
|
/**
|
|
944
|
-
* The ID of the resource that the IP is
|
|
978
|
+
* The ID of the resource that the IP is attached to.
|
|
945
979
|
*/
|
|
946
980
|
id?: pulumi.Input<string>;
|
|
947
981
|
/**
|
|
948
|
-
* The MAC
|
|
982
|
+
* The MAC address of the resource the IP is attached to.
|
|
949
983
|
*/
|
|
950
984
|
macAddress?: pulumi.Input<string>;
|
|
951
985
|
/**
|
|
@@ -969,15 +1003,15 @@ export interface IpamIpReverse {
|
|
|
969
1003
|
}
|
|
970
1004
|
export interface IpamIpSource {
|
|
971
1005
|
/**
|
|
972
|
-
* The
|
|
1006
|
+
* The Private Network of the IP (if the IP is a private IP).
|
|
973
1007
|
*/
|
|
974
1008
|
privateNetworkId?: pulumi.Input<string>;
|
|
975
1009
|
/**
|
|
976
|
-
* The
|
|
1010
|
+
* The Private Network subnet of the IP (if the IP is a private IP).
|
|
977
1011
|
*/
|
|
978
1012
|
subnetId?: pulumi.Input<string>;
|
|
979
1013
|
/**
|
|
980
|
-
* The zone the IP
|
|
1014
|
+
* The zone of the IP (if the IP is public and zoned, rather than private and/or regional)
|
|
981
1015
|
*/
|
|
982
1016
|
zonal?: pulumi.Input<string>;
|
|
983
1017
|
}
|
|
@@ -1131,21 +1165,21 @@ export interface LoadbalancerAclAction {
|
|
|
1131
1165
|
*/
|
|
1132
1166
|
redirects?: pulumi.Input<pulumi.Input<inputs.LoadbalancerAclActionRedirect>[]>;
|
|
1133
1167
|
/**
|
|
1134
|
-
* The
|
|
1168
|
+
* The action type. Possible values are: `allow` or `deny` or `redirect`.
|
|
1135
1169
|
*/
|
|
1136
1170
|
type: pulumi.Input<string>;
|
|
1137
1171
|
}
|
|
1138
1172
|
export interface LoadbalancerAclActionRedirect {
|
|
1139
1173
|
/**
|
|
1140
|
-
* The HTTP redirect code to use
|
|
1174
|
+
* The HTTP redirect code to use. Valid values are `301`, `302`, `303`, `307` and `308`.
|
|
1141
1175
|
*/
|
|
1142
1176
|
code?: pulumi.Input<number>;
|
|
1143
1177
|
/**
|
|
1144
|
-
* An URL can be used in case of a location redirect
|
|
1178
|
+
* An URL can be used in case of a location redirect (e.g. `https://scaleway.com` will redirect to this same URL). A scheme name (e.g. `https`, `http`, `ftp`, `git`) will replace the request's original scheme.
|
|
1145
1179
|
*/
|
|
1146
1180
|
target?: pulumi.Input<string>;
|
|
1147
1181
|
/**
|
|
1148
|
-
* The redirect type
|
|
1182
|
+
* The redirect type. Possible values are: `location` or `scheme`.
|
|
1149
1183
|
*/
|
|
1150
1184
|
type?: pulumi.Input<string>;
|
|
1151
1185
|
}
|
|
@@ -1162,7 +1196,7 @@ export interface LoadbalancerAclMatch {
|
|
|
1162
1196
|
httpFilterOption?: pulumi.Input<string>;
|
|
1163
1197
|
/**
|
|
1164
1198
|
* A list of possible values to match for the given HTTP filter.
|
|
1165
|
-
* Keep in mind that in the case of `httpHeaderMatch` the HTTP header field name is case
|
|
1199
|
+
* Keep in mind that in the case of `httpHeaderMatch` the HTTP header field name is case insensitive.
|
|
1166
1200
|
*/
|
|
1167
1201
|
httpFilterValues?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1168
1202
|
/**
|
|
@@ -1170,7 +1204,7 @@ export interface LoadbalancerAclMatch {
|
|
|
1170
1204
|
*/
|
|
1171
1205
|
invert?: pulumi.Input<boolean>;
|
|
1172
1206
|
/**
|
|
1173
|
-
* A list of IPs or CIDR v4/v6 addresses of the client
|
|
1207
|
+
* A list of IPs, or CIDR v4/v6 addresses of the session client, to match.
|
|
1174
1208
|
*/
|
|
1175
1209
|
ipSubnets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1176
1210
|
}
|
|
@@ -1264,21 +1298,21 @@ export interface LoadbalancerFrontendAclAction {
|
|
|
1264
1298
|
*/
|
|
1265
1299
|
redirects?: pulumi.Input<pulumi.Input<inputs.LoadbalancerFrontendAclActionRedirect>[]>;
|
|
1266
1300
|
/**
|
|
1267
|
-
* The
|
|
1301
|
+
* The action type. Possible values are: `allow` or `deny` or `redirect`.
|
|
1268
1302
|
*/
|
|
1269
1303
|
type: pulumi.Input<string>;
|
|
1270
1304
|
}
|
|
1271
1305
|
export interface LoadbalancerFrontendAclActionRedirect {
|
|
1272
1306
|
/**
|
|
1273
|
-
* The HTTP redirect code to use
|
|
1307
|
+
* The HTTP redirect code to use. Valid values are `301`, `302`, `303`, `307` and `308`.
|
|
1274
1308
|
*/
|
|
1275
1309
|
code?: pulumi.Input<number>;
|
|
1276
1310
|
/**
|
|
1277
|
-
*
|
|
1311
|
+
* A URL can be used in case of a location redirect (e.g. `https://scaleway.com` will redirect to this same URL). A scheme name (e.g. `https`, `http`, `ftp`, `git`) will replace the request's original scheme.
|
|
1278
1312
|
*/
|
|
1279
1313
|
target?: pulumi.Input<string>;
|
|
1280
1314
|
/**
|
|
1281
|
-
* The redirect type
|
|
1315
|
+
* The redirect type. Possible values are: `location` or `scheme`.
|
|
1282
1316
|
*/
|
|
1283
1317
|
type?: pulumi.Input<string>;
|
|
1284
1318
|
}
|
|
@@ -1295,7 +1329,7 @@ export interface LoadbalancerFrontendAclMatch {
|
|
|
1295
1329
|
httpFilterOption?: pulumi.Input<string>;
|
|
1296
1330
|
/**
|
|
1297
1331
|
* A list of possible values to match for the given HTTP filter.
|
|
1298
|
-
* Keep in mind that in the case of `httpHeaderMatch` the HTTP header field name is case
|
|
1332
|
+
* Keep in mind that in the case of `httpHeaderMatch` the HTTP header field name is case insensitive.
|
|
1299
1333
|
*/
|
|
1300
1334
|
httpFilterValues?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1301
1335
|
/**
|
|
@@ -1303,21 +1337,27 @@ export interface LoadbalancerFrontendAclMatch {
|
|
|
1303
1337
|
*/
|
|
1304
1338
|
invert?: pulumi.Input<boolean>;
|
|
1305
1339
|
/**
|
|
1306
|
-
* A list of IPs or CIDR v4/v6 addresses of the client
|
|
1340
|
+
* A list of IPs, or CIDR v4/v6 addresses of the session client, to match.
|
|
1307
1341
|
*/
|
|
1308
1342
|
ipSubnets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1309
1343
|
}
|
|
1310
1344
|
export interface LoadbalancerPrivateNetwork {
|
|
1311
1345
|
/**
|
|
1312
|
-
* (Optional) Set to true if you want to let DHCP assign IP addresses. See below.
|
|
1346
|
+
* (Optional) Set to `true` if you want to let DHCP assign IP addresses. See below.
|
|
1313
1347
|
*/
|
|
1314
1348
|
dhcpConfig?: pulumi.Input<boolean>;
|
|
1315
1349
|
/**
|
|
1316
|
-
* (
|
|
1350
|
+
* (Optional) IPAM ID of a pre-reserved IP address to assign to the Load Balancer on this Private Network.
|
|
1351
|
+
*/
|
|
1352
|
+
ipamIds?: pulumi.Input<string>;
|
|
1353
|
+
/**
|
|
1354
|
+
* (Required) The ID of the Private Network to attach to.
|
|
1317
1355
|
*/
|
|
1318
1356
|
privateNetworkId: pulumi.Input<string>;
|
|
1319
1357
|
/**
|
|
1320
|
-
* (
|
|
1358
|
+
* (Deprecated) Please use `ipamIds`. Define a local ip address of your choice for the load balancer instance.
|
|
1359
|
+
*
|
|
1360
|
+
* @deprecated static_config field is deprecated, please use dhcpConfig instead
|
|
1321
1361
|
*/
|
|
1322
1362
|
staticConfig?: pulumi.Input<string>;
|
|
1323
1363
|
/**
|
|
@@ -1325,35 +1365,35 @@ export interface LoadbalancerPrivateNetwork {
|
|
|
1325
1365
|
*/
|
|
1326
1366
|
status?: pulumi.Input<string>;
|
|
1327
1367
|
/**
|
|
1328
|
-
* `zone`) The zone of the
|
|
1368
|
+
* `zone`) The zone of the Load Balancer.
|
|
1329
1369
|
*/
|
|
1330
1370
|
zone?: pulumi.Input<string>;
|
|
1331
1371
|
}
|
|
1332
1372
|
export interface MnqSnsCredentialsPermissions {
|
|
1333
1373
|
/**
|
|
1334
|
-
* . Defines
|
|
1374
|
+
* . Defines whether the user can manage the associated resource(s).
|
|
1335
1375
|
*/
|
|
1336
1376
|
canManage?: pulumi.Input<boolean>;
|
|
1337
1377
|
/**
|
|
1338
|
-
* . Defines
|
|
1378
|
+
* . Defines whether the user can publish messages to the service.
|
|
1339
1379
|
*/
|
|
1340
1380
|
canPublish?: pulumi.Input<boolean>;
|
|
1341
1381
|
/**
|
|
1342
|
-
* . Defines
|
|
1382
|
+
* . Defines whether the user can receive messages from the service.
|
|
1343
1383
|
*/
|
|
1344
1384
|
canReceive?: pulumi.Input<boolean>;
|
|
1345
1385
|
}
|
|
1346
1386
|
export interface MnqSqsCredentialsPermissions {
|
|
1347
1387
|
/**
|
|
1348
|
-
* . Defines
|
|
1388
|
+
* . Defines whether the user can manage the associated resource(s).
|
|
1349
1389
|
*/
|
|
1350
1390
|
canManage?: pulumi.Input<boolean>;
|
|
1351
1391
|
/**
|
|
1352
|
-
* . Defines
|
|
1392
|
+
* . Defines whether the user can publish messages to the service.
|
|
1353
1393
|
*/
|
|
1354
1394
|
canPublish?: pulumi.Input<boolean>;
|
|
1355
1395
|
/**
|
|
1356
|
-
* . Defines
|
|
1396
|
+
* . Defines whether the user can receive messages from the service.
|
|
1357
1397
|
*/
|
|
1358
1398
|
canReceive?: pulumi.Input<boolean>;
|
|
1359
1399
|
}
|
|
@@ -1485,7 +1525,7 @@ export interface ObjectBucketLockConfigurationRuleDefaultRetention {
|
|
|
1485
1525
|
*/
|
|
1486
1526
|
days?: pulumi.Input<number>;
|
|
1487
1527
|
/**
|
|
1488
|
-
* The default Object Lock retention mode you want to apply to new objects placed in the specified bucket.
|
|
1528
|
+
* The default Object Lock retention mode you want to apply to new objects placed in the specified bucket. Valid values are `GOVERNANCE` or `COMPLIANCE`. To learn more about the difference between these modes, see [Object Lock retention modes](https://www.scaleway.com/en/docs/storage/object/api-cli/object-lock/#retention-modes).
|
|
1489
1529
|
*/
|
|
1490
1530
|
mode: pulumi.Input<string>;
|
|
1491
1531
|
/**
|
|
@@ -1525,7 +1565,7 @@ export interface RedisClusterAcl {
|
|
|
1525
1565
|
*/
|
|
1526
1566
|
id?: pulumi.Input<string>;
|
|
1527
1567
|
/**
|
|
1528
|
-
* The
|
|
1568
|
+
* The IP range to whitelist
|
|
1529
1569
|
* in [CIDR notation](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation)
|
|
1530
1570
|
*/
|
|
1531
1571
|
ip: pulumi.Input<string>;
|
|
@@ -1541,23 +1581,23 @@ export interface RedisClusterPrivateNetwork {
|
|
|
1541
1581
|
id: pulumi.Input<string>;
|
|
1542
1582
|
/**
|
|
1543
1583
|
* Endpoint IPv4 addresses in [CIDR notation](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation). You must provide at least one IP per node.
|
|
1544
|
-
* Keep in mind that in
|
|
1545
|
-
* scale your
|
|
1584
|
+
* Keep in mind that in cluster mode you cannot edit your Private Network after its creation so if you want to be able to
|
|
1585
|
+
* scale your cluster horizontally (adding nodes) later, you should provide more IPs than nodes.
|
|
1546
1586
|
* If not set, the IP network address within the private subnet is determined by the IP Address Management (IPAM) service.
|
|
1547
1587
|
*
|
|
1548
1588
|
* > The `privateNetwork` conflicts with `acl`. Only one should be specified.
|
|
1549
1589
|
*
|
|
1550
|
-
* > **Important:** The way to use
|
|
1590
|
+
* > **Important:** The way to use Private Networks differs whether you are using Redis™ in Standalone or cluster mode.
|
|
1551
1591
|
*
|
|
1552
1592
|
* - Standalone mode (`clusterSize` = 1) : you can attach as many Private Networks as you want (each must be a separate
|
|
1553
|
-
* block). If you detach your only
|
|
1593
|
+
* block). If you detach your only Private Network, your cluster won't be reachable until you define a new Private or
|
|
1554
1594
|
* Public Network. You can modify your `privateNetwork` and its specs, you can have both a Private and Public Network side
|
|
1555
1595
|
* by side.
|
|
1556
1596
|
*
|
|
1557
|
-
* - Cluster mode (`clusterSize` > 2) : you can define a single Private Network as you create your
|
|
1558
|
-
* able to edit or detach it afterward, unless you create another
|
|
1559
|
-
* configuration (`serviceIps`), you won't be able to scale your
|
|
1560
|
-
* require updating the
|
|
1597
|
+
* - Cluster mode (`clusterSize` > 2) : you can define a single Private Network as you create your cluster, you won't be
|
|
1598
|
+
* able to edit or detach it afterward, unless you create another cluster. This also means that, if you are using a static
|
|
1599
|
+
* configuration (`serviceIps`), you won't be able to scale your cluster horizontally (add more nodes) since it would
|
|
1600
|
+
* require updating the Private Network to add IPs.
|
|
1561
1601
|
* Your `serviceIps` must be listed as follows:
|
|
1562
1602
|
*
|
|
1563
1603
|
* ```typescript
|
|
@@ -1567,7 +1607,7 @@ export interface RedisClusterPrivateNetwork {
|
|
|
1567
1607
|
serviceIps?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1568
1608
|
/**
|
|
1569
1609
|
* `zone`) The zone in which the
|
|
1570
|
-
* Redis
|
|
1610
|
+
* Redis™ cluster should be created.
|
|
1571
1611
|
*/
|
|
1572
1612
|
zone?: pulumi.Input<string>;
|
|
1573
1613
|
}
|
|
@@ -1613,13 +1653,13 @@ export interface VpcGatewayNetworkIpamConfig {
|
|
|
1613
1653
|
*/
|
|
1614
1654
|
ipamIpId?: pulumi.Input<string>;
|
|
1615
1655
|
/**
|
|
1616
|
-
* Defines whether the default route
|
|
1656
|
+
* Defines whether to enable the default route on the GatewayNetwork.
|
|
1617
1657
|
*/
|
|
1618
1658
|
pushDefaultRoute?: pulumi.Input<boolean>;
|
|
1619
1659
|
}
|
|
1620
1660
|
export interface VpcPrivateNetworkIpv4Subnet {
|
|
1621
1661
|
/**
|
|
1622
|
-
* The network address of the subnet in
|
|
1662
|
+
* The network address of the subnet in hexadecimal notation, e.g., '2001:db8::' for a '2001:db8::/64' subnet.
|
|
1623
1663
|
*/
|
|
1624
1664
|
address?: pulumi.Input<string>;
|
|
1625
1665
|
/**
|
|
@@ -1631,7 +1671,7 @@ export interface VpcPrivateNetworkIpv4Subnet {
|
|
|
1631
1671
|
*/
|
|
1632
1672
|
id?: pulumi.Input<string>;
|
|
1633
1673
|
/**
|
|
1634
|
-
* The length of the network prefix, e.g.,
|
|
1674
|
+
* The length of the network prefix, e.g., 64 for a 'ffff:ffff:ffff:ffff::' mask.
|
|
1635
1675
|
*/
|
|
1636
1676
|
prefixLength?: pulumi.Input<number>;
|
|
1637
1677
|
/**
|
|
@@ -1649,7 +1689,7 @@ export interface VpcPrivateNetworkIpv4Subnet {
|
|
|
1649
1689
|
}
|
|
1650
1690
|
export interface VpcPrivateNetworkIpv6Subnet {
|
|
1651
1691
|
/**
|
|
1652
|
-
* The network address of the subnet in
|
|
1692
|
+
* The network address of the subnet in hexadecimal notation, e.g., '2001:db8::' for a '2001:db8::/64' subnet.
|
|
1653
1693
|
*/
|
|
1654
1694
|
address?: pulumi.Input<string>;
|
|
1655
1695
|
/**
|
|
@@ -1661,7 +1701,7 @@ export interface VpcPrivateNetworkIpv6Subnet {
|
|
|
1661
1701
|
*/
|
|
1662
1702
|
id?: pulumi.Input<string>;
|
|
1663
1703
|
/**
|
|
1664
|
-
* The length of the network prefix, e.g.,
|
|
1704
|
+
* The length of the network prefix, e.g., 64 for a 'ffff:ffff:ffff:ffff::' mask.
|
|
1665
1705
|
*/
|
|
1666
1706
|
prefixLength?: pulumi.Input<number>;
|
|
1667
1707
|
/**
|