@pulumiverse/scaleway 0.4.0 → 1.11.1
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 +108 -0
- package/accountProject.js +77 -0
- package/accountProject.js.map +1 -0
- package/accountSshKey.d.ts +40 -4
- package/accountSshKey.js +34 -26
- package/accountSshKey.js.map +1 -1
- package/appleSliconValleyServer.d.ts +2 -4
- package/appleSliconValleyServer.js +24 -26
- package/appleSliconValleyServer.js.map +1 -1
- package/baremetalServer.d.ts +161 -13
- package/baremetalServer.js +66 -30
- package/baremetalServer.js.map +1 -1
- package/cockpit.d.ts +87 -0
- package/cockpit.js +64 -0
- package/cockpit.js.map +1 -0
- package/cockpitGrafanaUser.d.ts +109 -0
- package/cockpitGrafanaUser.js +92 -0
- package/cockpitGrafanaUser.js.map +1 -0
- package/cockpitToken.d.ts +125 -0
- package/cockpitToken.js +100 -0
- package/cockpitToken.js.map +1 -0
- package/container.d.ts +65 -10
- package/container.js +33 -24
- package/container.js.map +1 -1
- package/containerCron.d.ts +6 -1
- package/containerCron.js +24 -24
- package/containerCron.js.map +1 -1
- package/containerDomain.d.ts +138 -0
- package/containerDomain.js +119 -0
- package/containerDomain.js.map +1 -0
- package/containerNamespace.d.ts +36 -8
- package/containerNamespace.js +29 -27
- package/containerNamespace.js.map +1 -1
- package/containerToken.d.ts +147 -0
- package/containerToken.js +92 -0
- package/containerToken.js.map +1 -0
- package/containerTrigger.d.ts +156 -0
- package/containerTrigger.js +108 -0
- package/containerTrigger.js.map +1 -0
- package/database.d.ts +23 -5
- package/database.js +24 -22
- package/database.js.map +1 -1
- package/databaseAcl.d.ts +14 -7
- package/databaseAcl.js +22 -22
- package/databaseAcl.js.map +1 -1
- package/databaseBackup.d.ts +18 -6
- package/databaseBackup.js +22 -22
- package/databaseBackup.js.map +1 -1
- package/databaseInstance.d.ts +71 -111
- package/databaseInstance.js +27 -121
- package/databaseInstance.js.map +1 -1
- package/databasePrivilege.d.ts +36 -8
- package/databasePrivilege.js +45 -27
- package/databasePrivilege.js.map +1 -1
- package/databaseReadReplica.d.ts +30 -8
- package/databaseReadReplica.js +25 -23
- package/databaseReadReplica.js.map +1 -1
- package/databaseUser.d.ts +19 -7
- package/databaseUser.js +26 -24
- package/databaseUser.js.map +1 -1
- package/documentdbDatabase.d.ts +137 -0
- package/documentdbDatabase.js +87 -0
- package/documentdbDatabase.js.map +1 -0
- package/documentdbInstance.d.ts +247 -0
- package/documentdbInstance.js +113 -0
- package/documentdbInstance.js.map +1 -0
- package/documentdbPrivateNetworkEndpoint.d.ts +147 -0
- package/documentdbPrivateNetworkEndpoint.js +80 -0
- package/documentdbPrivateNetworkEndpoint.js.map +1 -0
- package/documentdbPrivilege.d.ts +122 -0
- package/documentdbPrivilege.js +95 -0
- package/documentdbPrivilege.js.map +1 -0
- package/documentdbReadReplica.d.ts +137 -0
- package/documentdbReadReplica.js +100 -0
- package/documentdbReadReplica.js.map +1 -0
- package/documentdbUser.d.ts +140 -0
- package/documentdbUser.js +97 -0
- package/documentdbUser.js.map +1 -0
- package/domainRecord.d.ts +23 -22
- package/domainRecord.js +28 -28
- package/domainRecord.js.map +1 -1
- package/domainZone.d.ts +2 -2
- package/domainZone.js +24 -24
- package/domainZone.js.map +1 -1
- package/flexibleIp.d.ts +53 -36
- package/flexibleIp.js +39 -32
- package/flexibleIp.js.map +1 -1
- package/flexibleIpMacAddress.d.ts +173 -0
- package/flexibleIpMacAddress.js +123 -0
- package/flexibleIpMacAddress.js.map +1 -0
- package/function.d.ts +39 -3
- package/function.js +28 -22
- package/function.js.map +1 -1
- package/functionCron.d.ts +0 -6
- package/functionCron.js +22 -28
- package/functionCron.js.map +1 -1
- package/functionDomain.d.ts +126 -0
- package/functionDomain.js +98 -0
- package/functionDomain.js.map +1 -0
- package/functionNamespace.d.ts +26 -4
- package/functionNamespace.js +28 -26
- package/functionNamespace.js.map +1 -1
- package/functionToken.d.ts +152 -0
- package/functionToken.js +97 -0
- package/functionToken.js.map +1 -0
- package/functionTrigger.d.ts +140 -0
- package/functionTrigger.js +92 -0
- package/functionTrigger.js.map +1 -0
- package/getAccountProject.d.ts +92 -0
- package/getAccountProject.js +56 -0
- package/getAccountProject.js.map +1 -0
- package/getAccountSshKey.d.ts +20 -3
- package/getAccountSshKey.js +18 -8
- package/getAccountSshKey.js.map +1 -1
- package/getAvailabilityZones.d.ts +69 -0
- package/getAvailabilityZones.js +54 -0
- package/getAvailabilityZones.js.map +1 -0
- package/getBaremetalOffer.d.ts +27 -4
- package/getBaremetalOffer.js +20 -8
- package/getBaremetalOffer.js.map +1 -1
- package/getBaremetalOption.d.ts +92 -0
- package/getBaremetalOption.js +58 -0
- package/getBaremetalOption.js.map +1 -0
- package/getBaremetalOs.d.ts +25 -6
- package/getBaremetalOs.js +27 -11
- package/getBaremetalOs.js.map +1 -1
- package/getBaremetalServer.d.ts +36 -8
- package/getBaremetalServer.js +25 -11
- package/getBaremetalServer.js.map +1 -1
- package/getBillingConsumptions.d.ts +16 -0
- package/getBillingConsumptions.js +17 -0
- package/getBillingConsumptions.js.map +1 -0
- package/getBillingInvoices.d.ts +86 -0
- package/getBillingInvoices.js +50 -0
- package/getBillingInvoices.js.map +1 -0
- package/getCockpit.d.ts +86 -0
- package/getCockpit.js +66 -0
- package/getCockpit.js.map +1 -0
- package/getCockpitPlan.d.ts +63 -0
- package/getCockpitPlan.js +51 -0
- package/getCockpitPlan.js.map +1 -0
- package/getContainer.d.ts +39 -0
- package/getContainer.js +30 -5
- package/getContainer.js.map +1 -1
- package/getContainerNamespace.d.ts +24 -6
- package/getContainerNamespace.js +23 -11
- package/getContainerNamespace.js.map +1 -1
- package/getDatabase.d.ts +21 -4
- package/getDatabase.js +20 -8
- package/getDatabase.js.map +1 -1
- package/getDatabaseAcl.d.ts +28 -7
- package/getDatabaseAcl.js +20 -9
- package/getDatabaseAcl.js.map +1 -1
- package/getDatabaseBackup.d.ts +33 -6
- package/getDatabaseBackup.js +29 -11
- package/getDatabaseBackup.js.map +1 -1
- package/getDatabaseInstance.d.ts +17 -15
- package/getDatabaseInstance.js +7 -18
- package/getDatabaseInstance.js.map +1 -1
- package/getDatabasePrivilege.d.ts +31 -6
- package/getDatabasePrivilege.js +23 -10
- package/getDatabasePrivilege.js.map +1 -1
- package/getDocumentdbDatabase.d.ts +86 -0
- package/getDocumentdbDatabase.js +51 -0
- package/getDocumentdbDatabase.js.map +1 -0
- package/getDocumentdbInstance.d.ts +91 -0
- package/getDocumentdbInstance.js +50 -0
- package/getDocumentdbInstance.js.map +1 -0
- package/getDocumentdbLoadBalancerEndpoint.d.ts +38 -0
- package/getDocumentdbLoadBalancerEndpoint.js +23 -0
- package/getDocumentdbLoadBalancerEndpoint.js.map +1 -0
- package/getDomainRecord.d.ts +26 -7
- package/getDomainRecord.js +27 -11
- package/getDomainRecord.js.map +1 -1
- package/getDomainZone.d.ts +17 -3
- package/getDomainZone.js +19 -8
- package/getDomainZone.js.map +1 -1
- package/getFlexibleIp.d.ts +5 -13
- package/getFlexibleIp.js +5 -17
- package/getFlexibleIp.js.map +1 -1
- package/getFlexibleIps.d.ts +154 -0
- package/getFlexibleIps.js +101 -0
- package/getFlexibleIps.js.map +1 -0
- package/getFunction.d.ts +5 -1
- package/getFunction.js +2 -5
- package/getFunction.js.map +1 -1
- package/getFunctionNamespace.d.ts +19 -3
- package/getFunctionNamespace.js +18 -8
- package/getFunctionNamespace.js.map +1 -1
- package/getIamApplication.d.ts +93 -0
- package/getIamApplication.js +56 -0
- package/getIamApplication.js.map +1 -0
- package/getIamGroup.d.ts +97 -0
- package/getIamGroup.js +58 -0
- package/getIamGroup.js.map +1 -0
- package/getIamSshKey.d.ts +90 -0
- package/getIamSshKey.js +49 -0
- package/getIamSshKey.js.map +1 -0
- package/getIamUser.d.ts +89 -0
- package/getIamUser.js +60 -0
- package/getIamUser.js.map +1 -0
- package/getInstanceImage.d.ts +16 -3
- package/getInstanceImage.js +18 -8
- package/getInstanceImage.js.map +1 -1
- package/getInstanceIp.d.ts +24 -3
- package/getInstanceIp.js +18 -8
- package/getInstanceIp.js.map +1 -1
- package/getInstancePrivateNic.d.ts +121 -0
- package/getInstancePrivateNic.js +69 -0
- package/getInstancePrivateNic.js.map +1 -0
- package/getInstanceSecurityGroup.d.ts +17 -4
- package/getInstanceSecurityGroup.js +18 -8
- package/getInstanceSecurityGroup.js.map +1 -1
- package/getInstanceServer.d.ts +27 -7
- package/getInstanceServer.js +18 -8
- package/getInstanceServer.js.map +1 -1
- package/getInstanceServers.d.ts +20 -4
- package/getInstanceServers.js +21 -8
- package/getInstanceServers.js.map +1 -1
- package/getInstanceSnapshot.d.ts +96 -0
- package/getInstanceSnapshot.js +56 -0
- package/getInstanceSnapshot.js.map +1 -0
- package/getInstanceVolume.d.ts +16 -3
- package/getInstanceVolume.js +18 -8
- package/getInstanceVolume.js.map +1 -1
- package/getIotDevice.d.ts +17 -4
- package/getIotDevice.js +18 -8
- package/getIotDevice.js.map +1 -1
- package/getIotHub.d.ts +16 -3
- package/getIotHub.js +18 -8
- package/getIotHub.js.map +1 -1
- package/getIpamIp.d.ts +133 -0
- package/getIpamIp.js +83 -0
- package/getIpamIp.js.map +1 -0
- package/getK8sVersion.d.ts +108 -0
- package/getK8sVersion.js +76 -0
- package/getK8sVersion.js.map +1 -0
- package/getKubernetesCluster.d.ts +21 -4
- package/getKubernetesCluster.js +18 -8
- package/getKubernetesCluster.js.map +1 -1
- package/getKubernetesNodePool.d.ts +18 -4
- package/getKubernetesNodePool.js +18 -8
- package/getKubernetesNodePool.js.map +1 -1
- package/getLbAcls.d.ts +96 -0
- package/getLbAcls.js +58 -0
- package/getLbAcls.js.map +1 -0
- package/getLbBackend.d.ts +142 -0
- package/getLbBackend.js +82 -0
- package/getLbBackend.js.map +1 -0
- package/getLbBackends.d.ts +94 -0
- package/getLbBackends.js +58 -0
- package/getLbBackends.js.map +1 -0
- package/getLbFrontend.d.ts +134 -0
- package/getLbFrontend.js +94 -0
- package/getLbFrontend.js.map +1 -0
- package/getLbFrontends.d.ts +94 -0
- package/getLbFrontends.js +58 -0
- package/getLbFrontends.js.map +1 -0
- package/getLbIps.d.ts +94 -0
- package/getLbIps.js +52 -0
- package/getLbIps.js.map +1 -0
- package/getLbRoute.d.ts +111 -0
- package/getLbRoute.js +93 -0
- package/getLbRoute.js.map +1 -0
- package/getLbRoutes.d.ts +85 -0
- package/getLbRoutes.js +58 -0
- package/getLbRoutes.js.map +1 -0
- package/getLbs.d.ts +97 -0
- package/getLbs.js +52 -0
- package/getLbs.js.map +1 -0
- package/getLoadbalancer.d.ts +31 -13
- package/getLoadbalancer.js +23 -11
- package/getLoadbalancer.js.map +1 -1
- package/getLoadbalancerCertificate.d.ts +11 -2
- package/getLoadbalancerCertificate.js +12 -6
- package/getLoadbalancerCertificate.js.map +1 -1
- package/getLoadbalancerIp.d.ts +16 -3
- package/getLoadbalancerIp.js +18 -8
- package/getLoadbalancerIp.js.map +1 -1
- package/getMarketplaceImage.d.ts +17 -3
- package/getMarketplaceImage.js +19 -8
- package/getMarketplaceImage.js.map +1 -1
- package/getMnqSqs.d.ts +78 -0
- package/getMnqSqs.js +55 -0
- package/getMnqSqs.js.map +1 -0
- package/getObjectBucket.d.ts +57 -7
- package/getObjectBucket.js +49 -11
- package/getObjectBucket.js.map +1 -1
- package/getObjectBucketPolicy.d.ts +83 -0
- package/getObjectBucketPolicy.js +51 -0
- package/getObjectBucketPolicy.js.map +1 -0
- package/getRedisCluster.d.ts +18 -5
- package/getRedisCluster.js +19 -9
- package/getRedisCluster.js.map +1 -1
- package/getRegistryImage.d.ts +18 -4
- package/getRegistryImage.js +20 -9
- package/getRegistryImage.js.map +1 -1
- package/getRegistryNamespace.d.ts +16 -3
- package/getRegistryNamespace.js +18 -8
- package/getRegistryNamespace.js.map +1 -1
- package/getSecret.d.ts +125 -0
- package/getSecret.js +68 -0
- package/getSecret.js.map +1 -0
- package/getSecretVersion.d.ts +84 -0
- package/getSecretVersion.js +23 -0
- package/getSecretVersion.js.map +1 -0
- package/getTemDomain.d.ts +109 -0
- package/getTemDomain.js +28 -0
- package/getTemDomain.js.map +1 -0
- package/getVpc.d.ts +113 -0
- package/getVpc.js +65 -0
- package/getVpc.js.map +1 -0
- package/getVpcGatewayNetwork.d.ts +33 -0
- package/getVpcGatewayNetwork.js +28 -5
- package/getVpcGatewayNetwork.js.map +1 -1
- package/getVpcPrivateNetwork.d.ts +48 -3
- package/getVpcPrivateNetwork.js +30 -6
- package/getVpcPrivateNetwork.js.map +1 -1
- package/getVpcPublicGateway.d.ts +43 -7
- package/getVpcPublicGateway.js +35 -11
- package/getVpcPublicGateway.js.map +1 -1
- package/getVpcPublicGatewayDhcp.d.ts +20 -5
- package/getVpcPublicGatewayDhcp.js +22 -10
- package/getVpcPublicGatewayDhcp.js.map +1 -1
- package/getVpcPublicGatewayDhcpReservation.d.ts +22 -1
- package/getVpcPublicGatewayDhcpReservation.js +8 -5
- package/getVpcPublicGatewayDhcpReservation.js.map +1 -1
- package/getVpcPublicGatewayIp.d.ts +22 -3
- package/getVpcPublicGatewayIp.js +24 -8
- package/getVpcPublicGatewayIp.js.map +1 -1
- package/getVpcPublicPatRule.d.ts +40 -0
- package/getVpcPublicPatRule.js +42 -5
- package/getVpcPublicPatRule.js.map +1 -1
- package/getVpcs.d.ts +100 -0
- package/getVpcs.js +53 -0
- package/getVpcs.js.map +1 -0
- package/getWebHostOffer.d.ts +96 -0
- package/getWebHostOffer.js +56 -0
- package/getWebHostOffer.js.map +1 -0
- package/getWebhosting.d.ts +108 -0
- package/getWebhosting.js +57 -0
- package/getWebhosting.js.map +1 -0
- package/iamApiKey.d.ts +178 -0
- package/iamApiKey.js +96 -0
- package/iamApiKey.js.map +1 -0
- package/iamApplication.d.ts +116 -0
- package/iamApplication.js +79 -0
- package/iamApplication.js.map +1 -0
- package/iamGroup.d.ts +164 -0
- package/iamGroup.js +103 -0
- package/iamGroup.js.map +1 -0
- package/iamGroupMembership.d.ts +106 -0
- package/iamGroupMembership.js +84 -0
- package/iamGroupMembership.js.map +1 -0
- package/iamPolicy.d.ts +197 -0
- package/iamPolicy.js +105 -0
- package/iamPolicy.js.map +1 -0
- package/iamSshKey.d.ts +141 -0
- package/iamSshKey.js +88 -0
- package/iamSshKey.js.map +1 -0
- package/iamUser.d.ts +147 -0
- package/iamUser.js +93 -0
- package/iamUser.js.map +1 -0
- package/index.d.ts +525 -94
- package/index.js +619 -217
- package/index.js.map +1 -1
- package/instanceImage.d.ts +9 -2
- package/instanceImage.js +23 -23
- package/instanceImage.js.map +1 -1
- package/instanceIp.d.ts +28 -2
- package/instanceIp.js +28 -24
- package/instanceIp.js.map +1 -1
- package/instanceIpReverseDns.d.ts +20 -0
- package/instanceIpReverseDns.js +42 -22
- package/instanceIpReverseDns.js.map +1 -1
- package/instancePlacementGroup.d.ts +2 -2
- package/instancePlacementGroup.js +24 -24
- package/instancePlacementGroup.js.map +1 -1
- package/instancePrivateNic.d.ts +26 -2
- package/instancePrivateNic.js +28 -24
- package/instancePrivateNic.js.map +1 -1
- package/instanceSecurityGroup.d.ts +2 -1
- package/instanceSecurityGroup.js +22 -22
- package/instanceSecurityGroup.js.map +1 -1
- package/instanceSecurityGroupRules.d.ts +27 -1
- package/instanceSecurityGroupRules.js +46 -21
- package/instanceSecurityGroupRules.js.map +1 -1
- package/instanceServer.d.ts +171 -21
- package/instanceServer.js +75 -27
- package/instanceServer.js.map +1 -1
- package/instanceSnapshot.d.ts +40 -7
- package/instanceSnapshot.js +47 -29
- package/instanceSnapshot.js.map +1 -1
- package/instanceUserData.d.ts +155 -0
- package/instanceUserData.js +120 -0
- package/instanceUserData.js.map +1 -0
- package/instanceVolume.d.ts +11 -11
- package/instanceVolume.js +24 -24
- package/instanceVolume.js.map +1 -1
- package/iotDevice.d.ts +20 -1
- package/iotDevice.js +22 -22
- package/iotDevice.js.map +1 -1
- package/iotHub.d.ts +12 -0
- package/iotHub.js +22 -22
- package/iotHub.js.map +1 -1
- package/iotNetwork.js +24 -22
- package/iotNetwork.js.map +1 -1
- package/iotRoute.d.ts +130 -0
- package/iotRoute.js +69 -0
- package/iotRoute.js.map +1 -0
- package/kubernetesCluster.d.ts +141 -11
- package/kubernetesCluster.js +109 -22
- package/kubernetesCluster.js.map +1 -1
- package/kubernetesNodePool.d.ts +23 -1
- package/kubernetesNodePool.js +24 -22
- package/kubernetesNodePool.js.map +1 -1
- package/loadbalancer.d.ts +69 -34
- package/loadbalancer.js +45 -50
- package/loadbalancer.js.map +1 -1
- package/loadbalancerAcl.d.ts +162 -0
- package/loadbalancerAcl.js +108 -0
- package/loadbalancerAcl.js.map +1 -0
- package/loadbalancerBackend.d.ts +124 -9
- package/loadbalancerBackend.js +41 -23
- package/loadbalancerBackend.js.map +1 -1
- package/loadbalancerCertificate.d.ts +12 -1
- package/loadbalancerCertificate.js +22 -22
- package/loadbalancerCertificate.js.map +1 -1
- package/loadbalancerFrontend.d.ts +42 -2
- package/loadbalancerFrontend.js +27 -23
- package/loadbalancerFrontend.js.map +1 -1
- package/loadbalancerIp.d.ts +3 -5
- package/loadbalancerIp.js +25 -27
- package/loadbalancerIp.js.map +1 -1
- package/loadbalancerRoute.d.ts +85 -13
- package/loadbalancerRoute.js +61 -26
- package/loadbalancerRoute.js.map +1 -1
- package/mnqCredential.d.ts +118 -0
- package/mnqCredential.js +71 -0
- package/mnqCredential.js.map +1 -0
- package/mnqNamespace.d.ts +146 -0
- package/mnqNamespace.js +93 -0
- package/mnqNamespace.js.map +1 -0
- package/mnqNatsAccount.d.ts +110 -0
- package/mnqNatsAccount.js +79 -0
- package/mnqNatsAccount.js.map +1 -0
- package/mnqNatsCredentials.d.ts +108 -0
- package/mnqNatsCredentials.js +83 -0
- package/mnqNatsCredentials.js.map +1 -0
- package/mnqQueue.d.ts +122 -0
- package/mnqQueue.js +64 -0
- package/mnqQueue.js.map +1 -0
- package/mnqSqs.d.ts +98 -0
- package/mnqSqs.js +80 -0
- package/mnqSqs.js.map +1 -0
- package/mnqSqsCredentials.d.ts +134 -0
- package/mnqSqsCredentials.js +93 -0
- package/mnqSqsCredentials.js.map +1 -0
- package/mnqSqsQueue.d.ts +238 -0
- package/mnqSqsQueue.js +121 -0
- package/mnqSqsQueue.js.map +1 -0
- package/objectBucket.d.ts +63 -72
- package/objectBucket.js +45 -90
- package/objectBucket.js.map +1 -1
- package/objectBucketAcl.d.ts +206 -0
- package/objectBucketAcl.js +158 -0
- package/objectBucketAcl.js.map +1 -0
- package/objectBucketLockConfiguration.d.ts +86 -0
- package/objectBucketLockConfiguration.js +61 -0
- package/objectBucketLockConfiguration.js.map +1 -0
- package/objectBucketPolicy.d.ts +47 -0
- package/objectBucketPolicy.js +53 -22
- package/objectBucketPolicy.js.map +1 -1
- package/objectBucketWebsiteConfiguration.d.ts +39 -14
- package/objectBucketWebsiteConfiguration.js +37 -30
- package/objectBucketWebsiteConfiguration.js.map +1 -1
- package/objectItem.d.ts +204 -0
- package/objectItem.js +89 -0
- package/objectItem.js.map +1 -0
- package/package.json +4 -4
- package/package.json.bak +3 -4
- package/package.json.dev +4 -5
- package/provider.js +10 -10
- package/provider.js.map +1 -1
- package/redisCluster.d.ts +122 -22
- package/redisCluster.js +28 -26
- package/redisCluster.js.map +1 -1
- package/registryNamespace.d.ts +7 -1
- package/registryNamespace.js +23 -23
- package/registryNamespace.js.map +1 -1
- package/secret.d.ts +160 -0
- package/secret.js +94 -0
- package/secret.js.map +1 -0
- package/secretVersion.d.ts +128 -0
- package/secretVersion.js +80 -0
- package/secretVersion.js.map +1 -0
- package/temDomain.d.ts +251 -0
- package/temDomain.js +135 -0
- package/temDomain.js.map +1 -0
- package/types/index.js.map +1 -1
- package/types/input.d.ts +712 -30
- package/types/output.d.ts +1603 -88
- package/utilities.js +13 -1
- package/utilities.js.map +1 -1
- package/vpc.d.ts +140 -0
- package/vpc.js +87 -0
- package/vpc.js.map +1 -0
- package/vpcGatewayNetwork.d.ts +72 -7
- package/vpcGatewayNetwork.js +69 -22
- package/vpcGatewayNetwork.js.map +1 -1
- package/vpcPrivateNetwork.d.ts +110 -11
- package/vpcPrivateNetwork.js +61 -26
- package/vpcPrivateNetwork.js.map +1 -1
- package/vpcPublicGateway.d.ts +1 -1
- package/vpcPublicGateway.js +23 -23
- package/vpcPublicGateway.js.map +1 -1
- package/vpcPublicGatewayDhcp.d.ts +2 -4
- package/vpcPublicGatewayDhcp.js +24 -26
- package/vpcPublicGatewayDhcp.js.map +1 -1
- package/vpcPublicGatewayDhcpReservation.d.ts +2 -2
- package/vpcPublicGatewayDhcpReservation.js +24 -24
- package/vpcPublicGatewayDhcpReservation.js.map +1 -1
- package/vpcPublicGatewayIp.d.ts +3 -5
- package/vpcPublicGatewayIp.js +25 -27
- package/vpcPublicGatewayIp.js.map +1 -1
- package/vpcPublicGatewayIpReverseDns.d.ts +104 -0
- package/vpcPublicGatewayIpReverseDns.js +91 -0
- package/vpcPublicGatewayIpReverseDns.js.map +1 -0
- package/vpcPublicGatewayPatRule.js +22 -22
- package/vpcPublicGatewayPatRule.js.map +1 -1
- package/webhosting.d.ts +244 -0
- package/webhosting.js +126 -0
- package/webhosting.js.map +1 -0
package/redisCluster.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
3
4
|
/**
|
|
4
5
|
* Creates and manages Scaleway Redis Clusters.
|
|
5
6
|
* For more information, see [the documentation](https://developers.scaleway.com/en/products/redis/api/v1alpha1/).
|
|
@@ -10,7 +11,7 @@ import { input as inputs, output as outputs } from "./types";
|
|
|
10
11
|
*
|
|
11
12
|
* ```typescript
|
|
12
13
|
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
-
* import * as scaleway from "@
|
|
14
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
14
15
|
*
|
|
15
16
|
* const main = new scaleway.RedisCluster("main", {
|
|
16
17
|
* acls: [{
|
|
@@ -34,7 +35,7 @@ import { input as inputs, output as outputs } from "./types";
|
|
|
34
35
|
*
|
|
35
36
|
* ```typescript
|
|
36
37
|
* import * as pulumi from "@pulumi/pulumi";
|
|
37
|
-
* import * as scaleway from "@
|
|
38
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
38
39
|
*
|
|
39
40
|
* const main = new scaleway.RedisCluster("main", {
|
|
40
41
|
* nodeType: "RED1-MICRO",
|
|
@@ -75,7 +76,7 @@ import { input as inputs, output as outputs } from "./types";
|
|
|
75
76
|
* Redis Cluster can be imported using the `{zone}/{id}`, e.g. bash
|
|
76
77
|
*
|
|
77
78
|
* ```sh
|
|
78
|
-
* $ pulumi import scaleway:index/redisCluster:RedisCluster
|
|
79
|
+
* $ pulumi import scaleway:index/redisCluster:RedisCluster main fr-par-1/11111111-1111-1111-1111-111111111111
|
|
79
80
|
* ```
|
|
80
81
|
*/
|
|
81
82
|
export declare class RedisCluster extends pulumi.CustomResource {
|
|
@@ -95,7 +96,7 @@ export declare class RedisCluster extends pulumi.CustomResource {
|
|
|
95
96
|
*/
|
|
96
97
|
static isInstance(obj: any): obj is RedisCluster;
|
|
97
98
|
/**
|
|
98
|
-
* List of acl rules, this is cluster's authorized IPs.
|
|
99
|
+
* List of acl rules, this is cluster's authorized IPs. More details on the ACL section.
|
|
99
100
|
*/
|
|
100
101
|
readonly acls: pulumi.Output<outputs.RedisClusterAcl[] | undefined>;
|
|
101
102
|
/**
|
|
@@ -104,6 +105,12 @@ export declare class RedisCluster extends pulumi.CustomResource {
|
|
|
104
105
|
readonly certificate: pulumi.Output<string>;
|
|
105
106
|
/**
|
|
106
107
|
* The number of nodes in the Redis Cluster.
|
|
108
|
+
*
|
|
109
|
+
* > **Important:** You cannot set `clusterSize` to 2, you either have to choose Standalone mode (1 node) or Cluster mode
|
|
110
|
+
* which is minimum 3 (1 main node + 2 secondary nodes)
|
|
111
|
+
*
|
|
112
|
+
* > **Important:** You can set a bigger `clusterSize` than you initially did, it will migrate the Redis Cluster, but
|
|
113
|
+
* keep in mind that you cannot downgrade a Redis Cluster so setting a smaller `clusterSize` will not have any effect.
|
|
107
114
|
*/
|
|
108
115
|
readonly clusterSize: pulumi.Output<number>;
|
|
109
116
|
/**
|
|
@@ -116,6 +123,9 @@ export declare class RedisCluster extends pulumi.CustomResource {
|
|
|
116
123
|
readonly name: pulumi.Output<string>;
|
|
117
124
|
/**
|
|
118
125
|
* The type of Redis Cluster you want to create (e.g. `RED1-M`).
|
|
126
|
+
*
|
|
127
|
+
* > **Important:** Updates to `nodeType` will migrate the Redis Cluster to the desired `nodeType`. Keep in mind that
|
|
128
|
+
* you cannot downgrade a Redis Cluster.
|
|
119
129
|
*/
|
|
120
130
|
readonly nodeType: pulumi.Output<string>;
|
|
121
131
|
/**
|
|
@@ -123,19 +133,37 @@ export declare class RedisCluster extends pulumi.CustomResource {
|
|
|
123
133
|
*/
|
|
124
134
|
readonly password: pulumi.Output<string>;
|
|
125
135
|
/**
|
|
126
|
-
* Describes the private network you want to connect to your cluster. If not set, a public
|
|
136
|
+
* Describes the private network you want to connect to your cluster. If not set, a public
|
|
137
|
+
* network will be provided. More details on the Private Network section
|
|
138
|
+
*
|
|
139
|
+
* > **Important:** The way to use private networks differs whether you are using redis in standalone or cluster mode.
|
|
140
|
+
*
|
|
141
|
+
* - Standalone mode (`clusterSize` = 1) : you can attach as many private networks as you want (each must be a separate
|
|
142
|
+
* block). If you detach your only private network, your cluster won't be reachable until you define a new private or
|
|
143
|
+
* public network. You can modify your privateNetwork and its specs, you can have both a private and public network side
|
|
144
|
+
* by side.
|
|
145
|
+
*
|
|
146
|
+
* - Cluster mode (`clusterSize` > 1) : you can define a single private network as you create your cluster, you won't be
|
|
147
|
+
* able to edit or detach it afterward, unless you create another cluster. Your `serviceIps` must be listed as follows:
|
|
148
|
+
*
|
|
149
|
+
* ```typescript
|
|
150
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
151
|
+
* ```
|
|
127
152
|
*/
|
|
128
153
|
readonly privateNetworks: pulumi.Output<outputs.RedisClusterPrivateNetwork[] | undefined>;
|
|
129
154
|
/**
|
|
130
|
-
* `projectId`) The ID of the project the Redis Cluster is
|
|
155
|
+
* `projectId`) The ID of the project the Redis Cluster is
|
|
156
|
+
* associated with.
|
|
131
157
|
*/
|
|
132
158
|
readonly projectId: pulumi.Output<string>;
|
|
133
159
|
/**
|
|
134
|
-
* Public network
|
|
160
|
+
* (Optional) Public network details. Only one of `privateNetwork` and `publicNetwork` may be set.
|
|
161
|
+
* > The `publicNetwork` block exports:
|
|
135
162
|
*/
|
|
136
163
|
readonly publicNetwork: pulumi.Output<outputs.RedisClusterPublicNetwork>;
|
|
137
164
|
/**
|
|
138
|
-
* Map of settings for redis cluster. Available settings can be found by listing redis versions
|
|
165
|
+
* Map of settings for redis cluster. Available settings can be found by listing redis versions
|
|
166
|
+
* with scaleway API or CLI
|
|
139
167
|
*/
|
|
140
168
|
readonly settings: pulumi.Output<{
|
|
141
169
|
[key: string]: string;
|
|
@@ -146,6 +174,8 @@ export declare class RedisCluster extends pulumi.CustomResource {
|
|
|
146
174
|
readonly tags: pulumi.Output<string[] | undefined>;
|
|
147
175
|
/**
|
|
148
176
|
* Whether TLS is enabled or not.
|
|
177
|
+
*
|
|
178
|
+
* > The changes on `tlsEnabled` will force the resource creation.
|
|
149
179
|
*/
|
|
150
180
|
readonly tlsEnabled: pulumi.Output<boolean | undefined>;
|
|
151
181
|
/**
|
|
@@ -158,10 +188,14 @@ export declare class RedisCluster extends pulumi.CustomResource {
|
|
|
158
188
|
readonly userName: pulumi.Output<string>;
|
|
159
189
|
/**
|
|
160
190
|
* Redis's Cluster version (e.g. `6.2.6`).
|
|
191
|
+
*
|
|
192
|
+
* > **Important:** Updates to `version` will migrate the Redis Cluster to the desired `version`. Keep in mind that you
|
|
193
|
+
* cannot downgrade a Redis Cluster.
|
|
161
194
|
*/
|
|
162
195
|
readonly version: pulumi.Output<string>;
|
|
163
196
|
/**
|
|
164
|
-
* `zone`) The zone in which the
|
|
197
|
+
* `zone`) The zone in which the
|
|
198
|
+
* Redis Cluster should be created.
|
|
165
199
|
*/
|
|
166
200
|
readonly zone: pulumi.Output<string>;
|
|
167
201
|
/**
|
|
@@ -178,7 +212,7 @@ export declare class RedisCluster extends pulumi.CustomResource {
|
|
|
178
212
|
*/
|
|
179
213
|
export interface RedisClusterState {
|
|
180
214
|
/**
|
|
181
|
-
* List of acl rules, this is cluster's authorized IPs.
|
|
215
|
+
* List of acl rules, this is cluster's authorized IPs. More details on the ACL section.
|
|
182
216
|
*/
|
|
183
217
|
acls?: pulumi.Input<pulumi.Input<inputs.RedisClusterAcl>[]>;
|
|
184
218
|
/**
|
|
@@ -187,6 +221,12 @@ export interface RedisClusterState {
|
|
|
187
221
|
certificate?: pulumi.Input<string>;
|
|
188
222
|
/**
|
|
189
223
|
* The number of nodes in the Redis Cluster.
|
|
224
|
+
*
|
|
225
|
+
* > **Important:** You cannot set `clusterSize` to 2, you either have to choose Standalone mode (1 node) or Cluster mode
|
|
226
|
+
* which is minimum 3 (1 main node + 2 secondary nodes)
|
|
227
|
+
*
|
|
228
|
+
* > **Important:** You can set a bigger `clusterSize` than you initially did, it will migrate the Redis Cluster, but
|
|
229
|
+
* keep in mind that you cannot downgrade a Redis Cluster so setting a smaller `clusterSize` will not have any effect.
|
|
190
230
|
*/
|
|
191
231
|
clusterSize?: pulumi.Input<number>;
|
|
192
232
|
/**
|
|
@@ -199,6 +239,9 @@ export interface RedisClusterState {
|
|
|
199
239
|
name?: pulumi.Input<string>;
|
|
200
240
|
/**
|
|
201
241
|
* The type of Redis Cluster you want to create (e.g. `RED1-M`).
|
|
242
|
+
*
|
|
243
|
+
* > **Important:** Updates to `nodeType` will migrate the Redis Cluster to the desired `nodeType`. Keep in mind that
|
|
244
|
+
* you cannot downgrade a Redis Cluster.
|
|
202
245
|
*/
|
|
203
246
|
nodeType?: pulumi.Input<string>;
|
|
204
247
|
/**
|
|
@@ -206,19 +249,37 @@ export interface RedisClusterState {
|
|
|
206
249
|
*/
|
|
207
250
|
password?: pulumi.Input<string>;
|
|
208
251
|
/**
|
|
209
|
-
* Describes the private network you want to connect to your cluster. If not set, a public
|
|
252
|
+
* Describes the private network you want to connect to your cluster. If not set, a public
|
|
253
|
+
* network will be provided. More details on the Private Network section
|
|
254
|
+
*
|
|
255
|
+
* > **Important:** The way to use private networks differs whether you are using redis in standalone or cluster mode.
|
|
256
|
+
*
|
|
257
|
+
* - Standalone mode (`clusterSize` = 1) : you can attach as many private networks as you want (each must be a separate
|
|
258
|
+
* block). If you detach your only private network, your cluster won't be reachable until you define a new private or
|
|
259
|
+
* public network. You can modify your privateNetwork and its specs, you can have both a private and public network side
|
|
260
|
+
* by side.
|
|
261
|
+
*
|
|
262
|
+
* - Cluster mode (`clusterSize` > 1) : you can define a single private network as you create your cluster, you won't be
|
|
263
|
+
* able to edit or detach it afterward, unless you create another cluster. Your `serviceIps` must be listed as follows:
|
|
264
|
+
*
|
|
265
|
+
* ```typescript
|
|
266
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
267
|
+
* ```
|
|
210
268
|
*/
|
|
211
269
|
privateNetworks?: pulumi.Input<pulumi.Input<inputs.RedisClusterPrivateNetwork>[]>;
|
|
212
270
|
/**
|
|
213
|
-
* `projectId`) The ID of the project the Redis Cluster is
|
|
271
|
+
* `projectId`) The ID of the project the Redis Cluster is
|
|
272
|
+
* associated with.
|
|
214
273
|
*/
|
|
215
274
|
projectId?: pulumi.Input<string>;
|
|
216
275
|
/**
|
|
217
|
-
* Public network
|
|
276
|
+
* (Optional) Public network details. Only one of `privateNetwork` and `publicNetwork` may be set.
|
|
277
|
+
* > The `publicNetwork` block exports:
|
|
218
278
|
*/
|
|
219
279
|
publicNetwork?: pulumi.Input<inputs.RedisClusterPublicNetwork>;
|
|
220
280
|
/**
|
|
221
|
-
* Map of settings for redis cluster. Available settings can be found by listing redis versions
|
|
281
|
+
* Map of settings for redis cluster. Available settings can be found by listing redis versions
|
|
282
|
+
* with scaleway API or CLI
|
|
222
283
|
*/
|
|
223
284
|
settings?: pulumi.Input<{
|
|
224
285
|
[key: string]: pulumi.Input<string>;
|
|
@@ -229,6 +290,8 @@ export interface RedisClusterState {
|
|
|
229
290
|
tags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
230
291
|
/**
|
|
231
292
|
* Whether TLS is enabled or not.
|
|
293
|
+
*
|
|
294
|
+
* > The changes on `tlsEnabled` will force the resource creation.
|
|
232
295
|
*/
|
|
233
296
|
tlsEnabled?: pulumi.Input<boolean>;
|
|
234
297
|
/**
|
|
@@ -241,10 +304,14 @@ export interface RedisClusterState {
|
|
|
241
304
|
userName?: pulumi.Input<string>;
|
|
242
305
|
/**
|
|
243
306
|
* Redis's Cluster version (e.g. `6.2.6`).
|
|
307
|
+
*
|
|
308
|
+
* > **Important:** Updates to `version` will migrate the Redis Cluster to the desired `version`. Keep in mind that you
|
|
309
|
+
* cannot downgrade a Redis Cluster.
|
|
244
310
|
*/
|
|
245
311
|
version?: pulumi.Input<string>;
|
|
246
312
|
/**
|
|
247
|
-
* `zone`) The zone in which the
|
|
313
|
+
* `zone`) The zone in which the
|
|
314
|
+
* Redis Cluster should be created.
|
|
248
315
|
*/
|
|
249
316
|
zone?: pulumi.Input<string>;
|
|
250
317
|
}
|
|
@@ -253,11 +320,17 @@ export interface RedisClusterState {
|
|
|
253
320
|
*/
|
|
254
321
|
export interface RedisClusterArgs {
|
|
255
322
|
/**
|
|
256
|
-
* List of acl rules, this is cluster's authorized IPs.
|
|
323
|
+
* List of acl rules, this is cluster's authorized IPs. More details on the ACL section.
|
|
257
324
|
*/
|
|
258
325
|
acls?: pulumi.Input<pulumi.Input<inputs.RedisClusterAcl>[]>;
|
|
259
326
|
/**
|
|
260
327
|
* The number of nodes in the Redis Cluster.
|
|
328
|
+
*
|
|
329
|
+
* > **Important:** You cannot set `clusterSize` to 2, you either have to choose Standalone mode (1 node) or Cluster mode
|
|
330
|
+
* which is minimum 3 (1 main node + 2 secondary nodes)
|
|
331
|
+
*
|
|
332
|
+
* > **Important:** You can set a bigger `clusterSize` than you initially did, it will migrate the Redis Cluster, but
|
|
333
|
+
* keep in mind that you cannot downgrade a Redis Cluster so setting a smaller `clusterSize` will not have any effect.
|
|
261
334
|
*/
|
|
262
335
|
clusterSize?: pulumi.Input<number>;
|
|
263
336
|
/**
|
|
@@ -266,6 +339,9 @@ export interface RedisClusterArgs {
|
|
|
266
339
|
name?: pulumi.Input<string>;
|
|
267
340
|
/**
|
|
268
341
|
* The type of Redis Cluster you want to create (e.g. `RED1-M`).
|
|
342
|
+
*
|
|
343
|
+
* > **Important:** Updates to `nodeType` will migrate the Redis Cluster to the desired `nodeType`. Keep in mind that
|
|
344
|
+
* you cannot downgrade a Redis Cluster.
|
|
269
345
|
*/
|
|
270
346
|
nodeType: pulumi.Input<string>;
|
|
271
347
|
/**
|
|
@@ -273,19 +349,37 @@ export interface RedisClusterArgs {
|
|
|
273
349
|
*/
|
|
274
350
|
password: pulumi.Input<string>;
|
|
275
351
|
/**
|
|
276
|
-
* Describes the private network you want to connect to your cluster. If not set, a public
|
|
352
|
+
* Describes the private network you want to connect to your cluster. If not set, a public
|
|
353
|
+
* network will be provided. More details on the Private Network section
|
|
354
|
+
*
|
|
355
|
+
* > **Important:** The way to use private networks differs whether you are using redis in standalone or cluster mode.
|
|
356
|
+
*
|
|
357
|
+
* - Standalone mode (`clusterSize` = 1) : you can attach as many private networks as you want (each must be a separate
|
|
358
|
+
* block). If you detach your only private network, your cluster won't be reachable until you define a new private or
|
|
359
|
+
* public network. You can modify your privateNetwork and its specs, you can have both a private and public network side
|
|
360
|
+
* by side.
|
|
361
|
+
*
|
|
362
|
+
* - Cluster mode (`clusterSize` > 1) : you can define a single private network as you create your cluster, you won't be
|
|
363
|
+
* able to edit or detach it afterward, unless you create another cluster. Your `serviceIps` must be listed as follows:
|
|
364
|
+
*
|
|
365
|
+
* ```typescript
|
|
366
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
367
|
+
* ```
|
|
277
368
|
*/
|
|
278
369
|
privateNetworks?: pulumi.Input<pulumi.Input<inputs.RedisClusterPrivateNetwork>[]>;
|
|
279
370
|
/**
|
|
280
|
-
* `projectId`) The ID of the project the Redis Cluster is
|
|
371
|
+
* `projectId`) The ID of the project the Redis Cluster is
|
|
372
|
+
* associated with.
|
|
281
373
|
*/
|
|
282
374
|
projectId?: pulumi.Input<string>;
|
|
283
375
|
/**
|
|
284
|
-
* Public network
|
|
376
|
+
* (Optional) Public network details. Only one of `privateNetwork` and `publicNetwork` may be set.
|
|
377
|
+
* > The `publicNetwork` block exports:
|
|
285
378
|
*/
|
|
286
379
|
publicNetwork?: pulumi.Input<inputs.RedisClusterPublicNetwork>;
|
|
287
380
|
/**
|
|
288
|
-
* Map of settings for redis cluster. Available settings can be found by listing redis versions
|
|
381
|
+
* Map of settings for redis cluster. Available settings can be found by listing redis versions
|
|
382
|
+
* with scaleway API or CLI
|
|
289
383
|
*/
|
|
290
384
|
settings?: pulumi.Input<{
|
|
291
385
|
[key: string]: pulumi.Input<string>;
|
|
@@ -296,6 +390,8 @@ export interface RedisClusterArgs {
|
|
|
296
390
|
tags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
297
391
|
/**
|
|
298
392
|
* Whether TLS is enabled or not.
|
|
393
|
+
*
|
|
394
|
+
* > The changes on `tlsEnabled` will force the resource creation.
|
|
299
395
|
*/
|
|
300
396
|
tlsEnabled?: pulumi.Input<boolean>;
|
|
301
397
|
/**
|
|
@@ -304,10 +400,14 @@ export interface RedisClusterArgs {
|
|
|
304
400
|
userName: pulumi.Input<string>;
|
|
305
401
|
/**
|
|
306
402
|
* Redis's Cluster version (e.g. `6.2.6`).
|
|
403
|
+
*
|
|
404
|
+
* > **Important:** Updates to `version` will migrate the Redis Cluster to the desired `version`. Keep in mind that you
|
|
405
|
+
* cannot downgrade a Redis Cluster.
|
|
307
406
|
*/
|
|
308
407
|
version: pulumi.Input<string>;
|
|
309
408
|
/**
|
|
310
|
-
* `zone`) The zone in which the
|
|
409
|
+
* `zone`) The zone in which the
|
|
410
|
+
* Redis Cluster should be created.
|
|
311
411
|
*/
|
|
312
412
|
zone?: pulumi.Input<string>;
|
|
313
413
|
}
|
package/redisCluster.js
CHANGED
|
@@ -15,7 +15,7 @@ const utilities = require("./utilities");
|
|
|
15
15
|
*
|
|
16
16
|
* ```typescript
|
|
17
17
|
* import * as pulumi from "@pulumi/pulumi";
|
|
18
|
-
* import * as scaleway from "@
|
|
18
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
19
19
|
*
|
|
20
20
|
* const main = new scaleway.RedisCluster("main", {
|
|
21
21
|
* acls: [{
|
|
@@ -39,7 +39,7 @@ const utilities = require("./utilities");
|
|
|
39
39
|
*
|
|
40
40
|
* ```typescript
|
|
41
41
|
* import * as pulumi from "@pulumi/pulumi";
|
|
42
|
-
* import * as scaleway from "@
|
|
42
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
43
43
|
*
|
|
44
44
|
* const main = new scaleway.RedisCluster("main", {
|
|
45
45
|
* nodeType: "RED1-MICRO",
|
|
@@ -80,10 +80,32 @@ const utilities = require("./utilities");
|
|
|
80
80
|
* Redis Cluster can be imported using the `{zone}/{id}`, e.g. bash
|
|
81
81
|
*
|
|
82
82
|
* ```sh
|
|
83
|
-
* $ pulumi import scaleway:index/redisCluster:RedisCluster
|
|
83
|
+
* $ pulumi import scaleway:index/redisCluster:RedisCluster main fr-par-1/11111111-1111-1111-1111-111111111111
|
|
84
84
|
* ```
|
|
85
85
|
*/
|
|
86
86
|
class RedisCluster extends pulumi.CustomResource {
|
|
87
|
+
/**
|
|
88
|
+
* Get an existing RedisCluster resource's state with the given name, ID, and optional extra
|
|
89
|
+
* properties used to qualify the lookup.
|
|
90
|
+
*
|
|
91
|
+
* @param name The _unique_ name of the resulting resource.
|
|
92
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
93
|
+
* @param state Any extra arguments used during the lookup.
|
|
94
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
95
|
+
*/
|
|
96
|
+
static get(name, id, state, opts) {
|
|
97
|
+
return new RedisCluster(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
98
|
+
}
|
|
99
|
+
/**
|
|
100
|
+
* Returns true if the given object is an instance of RedisCluster. This is designed to work even
|
|
101
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
102
|
+
*/
|
|
103
|
+
static isInstance(obj) {
|
|
104
|
+
if (obj === undefined || obj === null) {
|
|
105
|
+
return false;
|
|
106
|
+
}
|
|
107
|
+
return obj['__pulumiType'] === RedisCluster.__pulumiType;
|
|
108
|
+
}
|
|
87
109
|
constructor(name, argsOrState, opts) {
|
|
88
110
|
let resourceInputs = {};
|
|
89
111
|
opts = opts || {};
|
|
@@ -125,7 +147,7 @@ class RedisCluster extends pulumi.CustomResource {
|
|
|
125
147
|
resourceInputs["clusterSize"] = args ? args.clusterSize : undefined;
|
|
126
148
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
127
149
|
resourceInputs["nodeType"] = args ? args.nodeType : undefined;
|
|
128
|
-
resourceInputs["password"] = args ? args.password : undefined;
|
|
150
|
+
resourceInputs["password"] = (args === null || args === void 0 ? void 0 : args.password) ? pulumi.secret(args.password) : undefined;
|
|
129
151
|
resourceInputs["privateNetworks"] = args ? args.privateNetworks : undefined;
|
|
130
152
|
resourceInputs["projectId"] = args ? args.projectId : undefined;
|
|
131
153
|
resourceInputs["publicNetwork"] = args ? args.publicNetwork : undefined;
|
|
@@ -140,30 +162,10 @@ class RedisCluster extends pulumi.CustomResource {
|
|
|
140
162
|
resourceInputs["updatedAt"] = undefined /*out*/;
|
|
141
163
|
}
|
|
142
164
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
165
|
+
const secretOpts = { additionalSecretOutputs: ["password"] };
|
|
166
|
+
opts = pulumi.mergeOptions(opts, secretOpts);
|
|
143
167
|
super(RedisCluster.__pulumiType, name, resourceInputs, opts);
|
|
144
168
|
}
|
|
145
|
-
/**
|
|
146
|
-
* Get an existing RedisCluster resource's state with the given name, ID, and optional extra
|
|
147
|
-
* properties used to qualify the lookup.
|
|
148
|
-
*
|
|
149
|
-
* @param name The _unique_ name of the resulting resource.
|
|
150
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
151
|
-
* @param state Any extra arguments used during the lookup.
|
|
152
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
153
|
-
*/
|
|
154
|
-
static get(name, id, state, opts) {
|
|
155
|
-
return new RedisCluster(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
156
|
-
}
|
|
157
|
-
/**
|
|
158
|
-
* Returns true if the given object is an instance of RedisCluster. This is designed to work even
|
|
159
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
160
|
-
*/
|
|
161
|
-
static isInstance(obj) {
|
|
162
|
-
if (obj === undefined || obj === null) {
|
|
163
|
-
return false;
|
|
164
|
-
}
|
|
165
|
-
return obj['__pulumiType'] === RedisCluster.__pulumiType;
|
|
166
|
-
}
|
|
167
169
|
}
|
|
168
170
|
exports.RedisCluster = RedisCluster;
|
|
169
171
|
/** @internal */
|
package/redisCluster.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"redisCluster.js","sourceRoot":"","sources":["../redisCluster.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"redisCluster.js","sourceRoot":"","sources":["../redisCluster.ts"],"names":[],"mappings":"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"}
|
package/registryNamespace.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
9
9
|
*
|
|
10
10
|
* ```typescript
|
|
11
11
|
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
-
* import * as scaleway from "@
|
|
12
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
13
13
|
*
|
|
14
14
|
* const main = new scaleway.RegistryNamespace("main", {
|
|
15
15
|
* description: "Main container registry",
|
|
@@ -55,6 +55,8 @@ export declare class RegistryNamespace extends pulumi.CustomResource {
|
|
|
55
55
|
readonly isPublic: pulumi.Output<boolean | undefined>;
|
|
56
56
|
/**
|
|
57
57
|
* The unique name of the namespace.
|
|
58
|
+
*
|
|
59
|
+
* > **Important** Updates to `name` will recreate the namespace.
|
|
58
60
|
*/
|
|
59
61
|
readonly name: pulumi.Output<string>;
|
|
60
62
|
/**
|
|
@@ -96,6 +98,8 @@ export interface RegistryNamespaceState {
|
|
|
96
98
|
isPublic?: pulumi.Input<boolean>;
|
|
97
99
|
/**
|
|
98
100
|
* The unique name of the namespace.
|
|
101
|
+
*
|
|
102
|
+
* > **Important** Updates to `name` will recreate the namespace.
|
|
99
103
|
*/
|
|
100
104
|
name?: pulumi.Input<string>;
|
|
101
105
|
/**
|
|
@@ -125,6 +129,8 @@ export interface RegistryNamespaceArgs {
|
|
|
125
129
|
isPublic?: pulumi.Input<boolean>;
|
|
126
130
|
/**
|
|
127
131
|
* The unique name of the namespace.
|
|
132
|
+
*
|
|
133
|
+
* > **Important** Updates to `name` will recreate the namespace.
|
|
128
134
|
*/
|
|
129
135
|
name?: pulumi.Input<string>;
|
|
130
136
|
/**
|
package/registryNamespace.js
CHANGED
|
@@ -15,7 +15,7 @@ const utilities = require("./utilities");
|
|
|
15
15
|
*
|
|
16
16
|
* ```typescript
|
|
17
17
|
* import * as pulumi from "@pulumi/pulumi";
|
|
18
|
-
* import * as scaleway from "@
|
|
18
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
19
19
|
*
|
|
20
20
|
* const main = new scaleway.RegistryNamespace("main", {
|
|
21
21
|
* description: "Main container registry",
|
|
@@ -32,6 +32,28 @@ const utilities = require("./utilities");
|
|
|
32
32
|
* ```
|
|
33
33
|
*/
|
|
34
34
|
class RegistryNamespace extends pulumi.CustomResource {
|
|
35
|
+
/**
|
|
36
|
+
* Get an existing RegistryNamespace resource's state with the given name, ID, and optional extra
|
|
37
|
+
* properties used to qualify the lookup.
|
|
38
|
+
*
|
|
39
|
+
* @param name The _unique_ name of the resulting resource.
|
|
40
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
41
|
+
* @param state Any extra arguments used during the lookup.
|
|
42
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
43
|
+
*/
|
|
44
|
+
static get(name, id, state, opts) {
|
|
45
|
+
return new RegistryNamespace(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* Returns true if the given object is an instance of RegistryNamespace. This is designed to work even
|
|
49
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
50
|
+
*/
|
|
51
|
+
static isInstance(obj) {
|
|
52
|
+
if (obj === undefined || obj === null) {
|
|
53
|
+
return false;
|
|
54
|
+
}
|
|
55
|
+
return obj['__pulumiType'] === RegistryNamespace.__pulumiType;
|
|
56
|
+
}
|
|
35
57
|
constructor(name, argsOrState, opts) {
|
|
36
58
|
let resourceInputs = {};
|
|
37
59
|
opts = opts || {};
|
|
@@ -58,28 +80,6 @@ class RegistryNamespace extends pulumi.CustomResource {
|
|
|
58
80
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
59
81
|
super(RegistryNamespace.__pulumiType, name, resourceInputs, opts);
|
|
60
82
|
}
|
|
61
|
-
/**
|
|
62
|
-
* Get an existing RegistryNamespace resource's state with the given name, ID, and optional extra
|
|
63
|
-
* properties used to qualify the lookup.
|
|
64
|
-
*
|
|
65
|
-
* @param name The _unique_ name of the resulting resource.
|
|
66
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
67
|
-
* @param state Any extra arguments used during the lookup.
|
|
68
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
69
|
-
*/
|
|
70
|
-
static get(name, id, state, opts) {
|
|
71
|
-
return new RegistryNamespace(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
72
|
-
}
|
|
73
|
-
/**
|
|
74
|
-
* Returns true if the given object is an instance of RegistryNamespace. This is designed to work even
|
|
75
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
76
|
-
*/
|
|
77
|
-
static isInstance(obj) {
|
|
78
|
-
if (obj === undefined || obj === null) {
|
|
79
|
-
return false;
|
|
80
|
-
}
|
|
81
|
-
return obj['__pulumiType'] === RegistryNamespace.__pulumiType;
|
|
82
|
-
}
|
|
83
83
|
}
|
|
84
84
|
exports.RegistryNamespace = RegistryNamespace;
|
|
85
85
|
/** @internal */
|
package/registryNamespace.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"registryNamespace.js","sourceRoot":"","sources":["../registryNamespace.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"registryNamespace.js","sourceRoot":"","sources":["../registryNamespace.ts"],"names":[],"mappings":"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"}
|