@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/types/input.d.ts
CHANGED
|
@@ -1,20 +1,179 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
3
|
export interface BaremetalServerIp {
|
|
4
4
|
/**
|
|
5
|
-
* The address of the
|
|
5
|
+
* The address of the IPv6.
|
|
6
6
|
*/
|
|
7
7
|
address?: pulumi.Input<string>;
|
|
8
8
|
/**
|
|
9
|
-
* The
|
|
9
|
+
* The id of the private network to attach.
|
|
10
10
|
*/
|
|
11
11
|
id?: pulumi.Input<string>;
|
|
12
12
|
/**
|
|
13
|
-
* The reverse of the
|
|
13
|
+
* The reverse of the IPv6.
|
|
14
14
|
*/
|
|
15
15
|
reverse?: pulumi.Input<string>;
|
|
16
|
+
/**
|
|
17
|
+
* The type of the IPv6.
|
|
18
|
+
*/
|
|
19
|
+
version?: pulumi.Input<string>;
|
|
20
|
+
}
|
|
21
|
+
export interface BaremetalServerIpv4 {
|
|
22
|
+
/**
|
|
23
|
+
* The address of the IPv6.
|
|
24
|
+
*/
|
|
25
|
+
address?: pulumi.Input<string>;
|
|
26
|
+
/**
|
|
27
|
+
* The id of the private network to attach.
|
|
28
|
+
*/
|
|
29
|
+
id?: pulumi.Input<string>;
|
|
30
|
+
/**
|
|
31
|
+
* The reverse of the IPv6.
|
|
32
|
+
*/
|
|
33
|
+
reverse?: pulumi.Input<string>;
|
|
34
|
+
/**
|
|
35
|
+
* The type of the IPv6.
|
|
36
|
+
*/
|
|
37
|
+
version?: pulumi.Input<string>;
|
|
38
|
+
}
|
|
39
|
+
export interface BaremetalServerIpv6 {
|
|
40
|
+
/**
|
|
41
|
+
* The address of the IPv6.
|
|
42
|
+
*/
|
|
43
|
+
address?: pulumi.Input<string>;
|
|
44
|
+
/**
|
|
45
|
+
* The id of the private network to attach.
|
|
46
|
+
*/
|
|
47
|
+
id?: pulumi.Input<string>;
|
|
48
|
+
/**
|
|
49
|
+
* The reverse of the IPv6.
|
|
50
|
+
*/
|
|
51
|
+
reverse?: pulumi.Input<string>;
|
|
52
|
+
/**
|
|
53
|
+
* The type of the IPv6.
|
|
54
|
+
*/
|
|
16
55
|
version?: pulumi.Input<string>;
|
|
17
56
|
}
|
|
57
|
+
export interface BaremetalServerOption {
|
|
58
|
+
/**
|
|
59
|
+
* The auto expiration date for compatible options
|
|
60
|
+
*/
|
|
61
|
+
expiresAt?: pulumi.Input<string>;
|
|
62
|
+
/**
|
|
63
|
+
* The id of the private network to attach.
|
|
64
|
+
*/
|
|
65
|
+
id: pulumi.Input<string>;
|
|
66
|
+
/**
|
|
67
|
+
* The name of the server.
|
|
68
|
+
*/
|
|
69
|
+
name?: pulumi.Input<string>;
|
|
70
|
+
}
|
|
71
|
+
export interface BaremetalServerPrivateNetwork {
|
|
72
|
+
/**
|
|
73
|
+
* The date and time of the creation of the private network.
|
|
74
|
+
*/
|
|
75
|
+
createdAt?: pulumi.Input<string>;
|
|
76
|
+
/**
|
|
77
|
+
* The id of the private network to attach.
|
|
78
|
+
*/
|
|
79
|
+
id: pulumi.Input<string>;
|
|
80
|
+
/**
|
|
81
|
+
* The private network status.
|
|
82
|
+
*/
|
|
83
|
+
status?: pulumi.Input<string>;
|
|
84
|
+
/**
|
|
85
|
+
* The date and time of the last update of the private network.
|
|
86
|
+
*/
|
|
87
|
+
updatedAt?: pulumi.Input<string>;
|
|
88
|
+
/**
|
|
89
|
+
* The VLAN ID associated to the private network.
|
|
90
|
+
*/
|
|
91
|
+
vlan?: pulumi.Input<number>;
|
|
92
|
+
}
|
|
93
|
+
export interface CockpitEndpoint {
|
|
94
|
+
/**
|
|
95
|
+
* The alertmanager URL
|
|
96
|
+
*/
|
|
97
|
+
alertmanagerUrl?: pulumi.Input<string>;
|
|
98
|
+
/**
|
|
99
|
+
* The grafana URL
|
|
100
|
+
*/
|
|
101
|
+
grafanaUrl?: pulumi.Input<string>;
|
|
102
|
+
/**
|
|
103
|
+
* The logs URL
|
|
104
|
+
*/
|
|
105
|
+
logsUrl?: pulumi.Input<string>;
|
|
106
|
+
/**
|
|
107
|
+
* The metrics URL
|
|
108
|
+
*/
|
|
109
|
+
metricsUrl?: pulumi.Input<string>;
|
|
110
|
+
}
|
|
111
|
+
export interface CockpitTokenScopes {
|
|
112
|
+
/**
|
|
113
|
+
* Query logs
|
|
114
|
+
*/
|
|
115
|
+
queryLogs?: pulumi.Input<boolean>;
|
|
116
|
+
/**
|
|
117
|
+
* Query metrics
|
|
118
|
+
*/
|
|
119
|
+
queryMetrics?: pulumi.Input<boolean>;
|
|
120
|
+
/**
|
|
121
|
+
* Setup alerts
|
|
122
|
+
*/
|
|
123
|
+
setupAlerts?: pulumi.Input<boolean>;
|
|
124
|
+
/**
|
|
125
|
+
* Setup logs rules
|
|
126
|
+
*/
|
|
127
|
+
setupLogsRules?: pulumi.Input<boolean>;
|
|
128
|
+
/**
|
|
129
|
+
* Setup metrics rules
|
|
130
|
+
*/
|
|
131
|
+
setupMetricsRules?: pulumi.Input<boolean>;
|
|
132
|
+
/**
|
|
133
|
+
* Write logs
|
|
134
|
+
*/
|
|
135
|
+
writeLogs?: pulumi.Input<boolean>;
|
|
136
|
+
/**
|
|
137
|
+
* Write metrics
|
|
138
|
+
*/
|
|
139
|
+
writeMetrics?: pulumi.Input<boolean>;
|
|
140
|
+
}
|
|
141
|
+
export interface ContainerTriggerNats {
|
|
142
|
+
/**
|
|
143
|
+
* ID of the mnq nats account.
|
|
144
|
+
*/
|
|
145
|
+
accountId?: pulumi.Input<string>;
|
|
146
|
+
/**
|
|
147
|
+
* ID of the project that contain the mnq nats account, defaults to provider's project
|
|
148
|
+
*/
|
|
149
|
+
projectId?: pulumi.Input<string>;
|
|
150
|
+
/**
|
|
151
|
+
* `region`). The region in which the namespace should be created.
|
|
152
|
+
*/
|
|
153
|
+
region?: pulumi.Input<string>;
|
|
154
|
+
/**
|
|
155
|
+
* The subject to listen to
|
|
156
|
+
*/
|
|
157
|
+
subject: pulumi.Input<string>;
|
|
158
|
+
}
|
|
159
|
+
export interface ContainerTriggerSqs {
|
|
160
|
+
/**
|
|
161
|
+
* ID of the mnq namespace. Deprecated.
|
|
162
|
+
*/
|
|
163
|
+
namespaceId?: pulumi.Input<string>;
|
|
164
|
+
/**
|
|
165
|
+
* ID of the project that contain the mnq nats account, defaults to provider's project
|
|
166
|
+
*/
|
|
167
|
+
projectId?: pulumi.Input<string>;
|
|
168
|
+
/**
|
|
169
|
+
* Name of the queue
|
|
170
|
+
*/
|
|
171
|
+
queue: pulumi.Input<string>;
|
|
172
|
+
/**
|
|
173
|
+
* `region`). The region in which the namespace should be created.
|
|
174
|
+
*/
|
|
175
|
+
region?: pulumi.Input<string>;
|
|
176
|
+
}
|
|
18
177
|
export interface DatabaseAclAclRule {
|
|
19
178
|
/**
|
|
20
179
|
* A text describing this rule. Default description: `IP allowed`
|
|
@@ -27,15 +186,15 @@ export interface DatabaseAclAclRule {
|
|
|
27
186
|
}
|
|
28
187
|
export interface DatabaseInstanceLoadBalancer {
|
|
29
188
|
/**
|
|
30
|
-
* The ID of the endpoint
|
|
189
|
+
* The ID of the endpoint.
|
|
31
190
|
*/
|
|
32
191
|
endpointId?: pulumi.Input<string>;
|
|
33
192
|
/**
|
|
34
|
-
*
|
|
193
|
+
* Hostname of the endpoint.
|
|
35
194
|
*/
|
|
36
195
|
hostname?: pulumi.Input<string>;
|
|
37
196
|
/**
|
|
38
|
-
*
|
|
197
|
+
* IPv4 address on the network.
|
|
39
198
|
*/
|
|
40
199
|
ip?: pulumi.Input<string>;
|
|
41
200
|
/**
|
|
@@ -43,38 +202,38 @@ export interface DatabaseInstanceLoadBalancer {
|
|
|
43
202
|
*/
|
|
44
203
|
name?: pulumi.Input<string>;
|
|
45
204
|
/**
|
|
46
|
-
* Port
|
|
205
|
+
* Port in the Private Network.
|
|
47
206
|
*/
|
|
48
207
|
port?: pulumi.Input<number>;
|
|
49
208
|
}
|
|
50
209
|
export interface DatabaseInstancePrivateNetwork {
|
|
51
210
|
/**
|
|
52
|
-
* The ID of the endpoint
|
|
211
|
+
* The ID of the endpoint.
|
|
53
212
|
*/
|
|
54
213
|
endpointId?: pulumi.Input<string>;
|
|
55
214
|
/**
|
|
56
|
-
*
|
|
215
|
+
* Hostname of the endpoint.
|
|
57
216
|
*/
|
|
58
217
|
hostname?: pulumi.Input<string>;
|
|
59
218
|
/**
|
|
60
|
-
*
|
|
219
|
+
* IPv4 address on the network.
|
|
61
220
|
*/
|
|
62
221
|
ip?: pulumi.Input<string>;
|
|
63
|
-
ipNet
|
|
222
|
+
ipNet?: pulumi.Input<string>;
|
|
64
223
|
/**
|
|
65
224
|
* The name of the Database Instance.
|
|
66
225
|
*/
|
|
67
226
|
name?: pulumi.Input<string>;
|
|
68
227
|
pnId: pulumi.Input<string>;
|
|
69
228
|
/**
|
|
70
|
-
* Port
|
|
229
|
+
* Port in the Private Network.
|
|
71
230
|
*/
|
|
72
231
|
port?: pulumi.Input<number>;
|
|
73
232
|
zone?: pulumi.Input<string>;
|
|
74
233
|
}
|
|
75
234
|
export interface DatabaseInstanceReadReplica {
|
|
76
235
|
/**
|
|
77
|
-
*
|
|
236
|
+
* IPv4 address on the network.
|
|
78
237
|
*/
|
|
79
238
|
ip?: pulumi.Input<string>;
|
|
80
239
|
/**
|
|
@@ -82,7 +241,7 @@ export interface DatabaseInstanceReadReplica {
|
|
|
82
241
|
*/
|
|
83
242
|
name?: pulumi.Input<string>;
|
|
84
243
|
/**
|
|
85
|
-
* Port
|
|
244
|
+
* Port in the Private Network.
|
|
86
245
|
*/
|
|
87
246
|
port?: pulumi.Input<number>;
|
|
88
247
|
}
|
|
@@ -134,9 +293,66 @@ export interface DatabaseReadReplicaPrivateNetwork {
|
|
|
134
293
|
*/
|
|
135
294
|
privateNetworkId: pulumi.Input<string>;
|
|
136
295
|
/**
|
|
137
|
-
*
|
|
296
|
+
* The IP network address within the private subnet. This must be an IPv4 address with a
|
|
297
|
+
* CIDR notation. The IP network address within the private subnet is determined by the IP Address Management (IPAM)
|
|
298
|
+
* service if not set.
|
|
138
299
|
*/
|
|
139
|
-
serviceIp
|
|
300
|
+
serviceIp?: pulumi.Input<string>;
|
|
301
|
+
zone?: pulumi.Input<string>;
|
|
302
|
+
}
|
|
303
|
+
export interface DocumentdbReadReplicaDirectAccess {
|
|
304
|
+
/**
|
|
305
|
+
* The ID of the endpoint of the read replica.
|
|
306
|
+
*/
|
|
307
|
+
endpointId?: pulumi.Input<string>;
|
|
308
|
+
/**
|
|
309
|
+
* Hostname of the endpoint. Only one of ip and hostname may be set.
|
|
310
|
+
*/
|
|
311
|
+
hostname?: pulumi.Input<string>;
|
|
312
|
+
/**
|
|
313
|
+
* IPv4 address of the endpoint (IP address). Only one of ip and hostname may be set.
|
|
314
|
+
*/
|
|
315
|
+
ip?: pulumi.Input<string>;
|
|
316
|
+
/**
|
|
317
|
+
* Name of the endpoint.
|
|
318
|
+
*/
|
|
319
|
+
name?: pulumi.Input<string>;
|
|
320
|
+
/**
|
|
321
|
+
* TCP port of the endpoint.
|
|
322
|
+
*/
|
|
323
|
+
port?: pulumi.Input<number>;
|
|
324
|
+
}
|
|
325
|
+
export interface DocumentdbReadReplicaPrivateNetwork {
|
|
326
|
+
/**
|
|
327
|
+
* The ID of the endpoint of the read replica.
|
|
328
|
+
*/
|
|
329
|
+
endpointId?: pulumi.Input<string>;
|
|
330
|
+
/**
|
|
331
|
+
* Hostname of the endpoint. Only one of ip and hostname may be set.
|
|
332
|
+
*/
|
|
333
|
+
hostname?: pulumi.Input<string>;
|
|
334
|
+
/**
|
|
335
|
+
* IPv4 address of the endpoint (IP address). Only one of ip and hostname may be set.
|
|
336
|
+
*/
|
|
337
|
+
ip?: pulumi.Input<string>;
|
|
338
|
+
/**
|
|
339
|
+
* Name of the endpoint.
|
|
340
|
+
*/
|
|
341
|
+
name?: pulumi.Input<string>;
|
|
342
|
+
/**
|
|
343
|
+
* TCP port of the endpoint.
|
|
344
|
+
*/
|
|
345
|
+
port?: pulumi.Input<number>;
|
|
346
|
+
/**
|
|
347
|
+
* UUID of the private network to be connected to the read replica.
|
|
348
|
+
*/
|
|
349
|
+
privateNetworkId: pulumi.Input<string>;
|
|
350
|
+
/**
|
|
351
|
+
* The IP network address within the private subnet. This must be an IPv4 address with a
|
|
352
|
+
* CIDR notation. The IP network address within the private subnet is determined by the IP Address Management (IPAM)
|
|
353
|
+
* service if not set.
|
|
354
|
+
*/
|
|
355
|
+
serviceIp?: pulumi.Input<string>;
|
|
140
356
|
zone?: pulumi.Input<string>;
|
|
141
357
|
}
|
|
142
358
|
export interface DomainRecordGeoIp {
|
|
@@ -155,7 +371,7 @@ export interface DomainRecordGeoIpMatch {
|
|
|
155
371
|
*/
|
|
156
372
|
countries?: pulumi.Input<pulumi.Input<string>[]>;
|
|
157
373
|
/**
|
|
158
|
-
* The
|
|
374
|
+
* The content of the record (an IPv4 for an `A`, a string for a `TXT`...).
|
|
159
375
|
*/
|
|
160
376
|
data: pulumi.Input<string>;
|
|
161
377
|
}
|
|
@@ -169,7 +385,7 @@ export interface DomainRecordHttpService {
|
|
|
169
385
|
*/
|
|
170
386
|
mustContain: pulumi.Input<string>;
|
|
171
387
|
/**
|
|
172
|
-
* Strategy to return an IP from the IPs list. Can be `random` or `
|
|
388
|
+
* Strategy to return an IP from the IPs list. Can be `random`, `hashed` or `all`
|
|
173
389
|
*/
|
|
174
390
|
strategy: pulumi.Input<string>;
|
|
175
391
|
/**
|
|
@@ -183,7 +399,7 @@ export interface DomainRecordHttpService {
|
|
|
183
399
|
}
|
|
184
400
|
export interface DomainRecordView {
|
|
185
401
|
/**
|
|
186
|
-
* The
|
|
402
|
+
* The content of the record (an IPv4 for an `A`, a string for a `TXT`...).
|
|
187
403
|
*/
|
|
188
404
|
data: pulumi.Input<string>;
|
|
189
405
|
/**
|
|
@@ -201,6 +417,80 @@ export interface DomainRecordWeighted {
|
|
|
201
417
|
*/
|
|
202
418
|
weight: pulumi.Input<number>;
|
|
203
419
|
}
|
|
420
|
+
export interface FunctionTriggerNats {
|
|
421
|
+
/**
|
|
422
|
+
* ID of the mnq nats account.
|
|
423
|
+
*/
|
|
424
|
+
accountId?: pulumi.Input<string>;
|
|
425
|
+
/**
|
|
426
|
+
* ID of the project that contain the mnq nats account, defaults to provider's project
|
|
427
|
+
*/
|
|
428
|
+
projectId?: pulumi.Input<string>;
|
|
429
|
+
/**
|
|
430
|
+
* `region`). The region in which the namespace should be created.
|
|
431
|
+
*/
|
|
432
|
+
region?: pulumi.Input<string>;
|
|
433
|
+
/**
|
|
434
|
+
* The subject to listen to
|
|
435
|
+
*/
|
|
436
|
+
subject: pulumi.Input<string>;
|
|
437
|
+
}
|
|
438
|
+
export interface FunctionTriggerSqs {
|
|
439
|
+
/**
|
|
440
|
+
* ID of the mnq namespace. Deprecated.
|
|
441
|
+
*/
|
|
442
|
+
namespaceId?: pulumi.Input<string>;
|
|
443
|
+
/**
|
|
444
|
+
* ID of the project that contain the mnq nats account, defaults to provider's project
|
|
445
|
+
*/
|
|
446
|
+
projectId?: pulumi.Input<string>;
|
|
447
|
+
/**
|
|
448
|
+
* Name of the queue
|
|
449
|
+
*/
|
|
450
|
+
queue: pulumi.Input<string>;
|
|
451
|
+
/**
|
|
452
|
+
* `region`). The region in which the namespace should be created.
|
|
453
|
+
*/
|
|
454
|
+
region?: pulumi.Input<string>;
|
|
455
|
+
}
|
|
456
|
+
export interface GetIpamIpResource {
|
|
457
|
+
/**
|
|
458
|
+
* The ID of the resource that the IP is bound to.
|
|
459
|
+
*/
|
|
460
|
+
id?: string;
|
|
461
|
+
/**
|
|
462
|
+
* The type of the resource to get the IP from. [Documentation](https://pkg.go.dev/github.com/scaleway/scaleway-sdk-go@master/api/ipam/v1alpha1#pkg-constants) with type list.
|
|
463
|
+
*/
|
|
464
|
+
type?: string;
|
|
465
|
+
}
|
|
466
|
+
export interface GetIpamIpResourceArgs {
|
|
467
|
+
/**
|
|
468
|
+
* The ID of the resource that the IP is bound to.
|
|
469
|
+
*/
|
|
470
|
+
id?: pulumi.Input<string>;
|
|
471
|
+
/**
|
|
472
|
+
* The type of the resource to get the IP from. [Documentation](https://pkg.go.dev/github.com/scaleway/scaleway-sdk-go@master/api/ipam/v1alpha1#pkg-constants) with type list.
|
|
473
|
+
*/
|
|
474
|
+
type?: pulumi.Input<string>;
|
|
475
|
+
}
|
|
476
|
+
export interface IamPolicyRule {
|
|
477
|
+
/**
|
|
478
|
+
* ID of organization scoped to the rule.
|
|
479
|
+
*/
|
|
480
|
+
organizationId?: pulumi.Input<string>;
|
|
481
|
+
/**
|
|
482
|
+
* Names of permission sets bound to the rule.
|
|
483
|
+
*
|
|
484
|
+
* **_TIP:_** You can use the Scaleway CLI to list the permissions details. e.g:
|
|
485
|
+
*/
|
|
486
|
+
permissionSetNames: pulumi.Input<pulumi.Input<string>[]>;
|
|
487
|
+
/**
|
|
488
|
+
* List of project IDs scoped to the rule.
|
|
489
|
+
*
|
|
490
|
+
* > **Important** One of `organizationId` or `projectIds` must be set per rule.
|
|
491
|
+
*/
|
|
492
|
+
projectIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
493
|
+
}
|
|
204
494
|
export interface InstanceImageAdditionalVolume {
|
|
205
495
|
/**
|
|
206
496
|
* Date of the volume creation.
|
|
@@ -264,6 +554,8 @@ export interface InstanceSecurityGroupInboundRule {
|
|
|
264
554
|
action: pulumi.Input<string>;
|
|
265
555
|
/**
|
|
266
556
|
* The ip this rule apply to. If no `ip` nor `ipRange` are specified, rule will apply to all ip. Only one of `ip` and `ipRange` should be specified.
|
|
557
|
+
*
|
|
558
|
+
* @deprecated Ip address is deprecated. Please use ip_range instead
|
|
267
559
|
*/
|
|
268
560
|
ip?: pulumi.Input<string>;
|
|
269
561
|
/**
|
|
@@ -287,6 +579,8 @@ export interface InstanceSecurityGroupOutboundRule {
|
|
|
287
579
|
action: pulumi.Input<string>;
|
|
288
580
|
/**
|
|
289
581
|
* The ip this rule apply to. If no `ip` nor `ipRange` are specified, rule will apply to all ip. Only one of `ip` and `ipRange` should be specified.
|
|
582
|
+
*
|
|
583
|
+
* @deprecated Ip address is deprecated. Please use ip_range instead
|
|
290
584
|
*/
|
|
291
585
|
ip?: pulumi.Input<string>;
|
|
292
586
|
/**
|
|
@@ -310,6 +604,8 @@ export interface InstanceSecurityGroupRulesInboundRule {
|
|
|
310
604
|
action: pulumi.Input<string>;
|
|
311
605
|
/**
|
|
312
606
|
* The ip this rule apply to. If no `ip` nor `ipRange` are specified, rule will apply to all ip. Only one of `ip` and `ipRange` should be specified.
|
|
607
|
+
*
|
|
608
|
+
* @deprecated Ip address is deprecated. Please use ip_range instead
|
|
313
609
|
*/
|
|
314
610
|
ip?: pulumi.Input<string>;
|
|
315
611
|
/**
|
|
@@ -333,6 +629,8 @@ export interface InstanceSecurityGroupRulesOutboundRule {
|
|
|
333
629
|
action: pulumi.Input<string>;
|
|
334
630
|
/**
|
|
335
631
|
* The ip this rule apply to. If no `ip` nor `ipRange` are specified, rule will apply to all ip. Only one of `ip` and `ipRange` should be specified.
|
|
632
|
+
*
|
|
633
|
+
* @deprecated Ip address is deprecated. Please use ip_range instead
|
|
336
634
|
*/
|
|
337
635
|
ip?: pulumi.Input<string>;
|
|
338
636
|
/**
|
|
@@ -358,10 +656,22 @@ export interface InstanceServerPrivateNetwork {
|
|
|
358
656
|
*/
|
|
359
657
|
zone?: pulumi.Input<string>;
|
|
360
658
|
}
|
|
659
|
+
export interface InstanceServerPublicIp {
|
|
660
|
+
/**
|
|
661
|
+
* The address of the IP
|
|
662
|
+
*/
|
|
663
|
+
address?: pulumi.Input<string>;
|
|
664
|
+
/**
|
|
665
|
+
* The ID of the IP
|
|
666
|
+
*/
|
|
667
|
+
id?: pulumi.Input<string>;
|
|
668
|
+
}
|
|
361
669
|
export interface InstanceServerRootVolume {
|
|
362
670
|
boot?: pulumi.Input<boolean>;
|
|
363
671
|
/**
|
|
364
672
|
* Forces deletion of the root volume on instance termination.
|
|
673
|
+
*
|
|
674
|
+
* > **Important:** Updates to `root_volume.size_in_gb` will be ignored after the creation of the server.
|
|
365
675
|
*/
|
|
366
676
|
deleteOnTermination?: pulumi.Input<boolean>;
|
|
367
677
|
/**
|
|
@@ -384,6 +694,18 @@ export interface InstanceServerRootVolume {
|
|
|
384
694
|
*/
|
|
385
695
|
volumeType?: pulumi.Input<string>;
|
|
386
696
|
}
|
|
697
|
+
export interface InstanceSnapshotImport {
|
|
698
|
+
/**
|
|
699
|
+
* Bucket name containing [qcow2](https://en.wikipedia.org/wiki/Qcow) to import
|
|
700
|
+
*/
|
|
701
|
+
bucket: pulumi.Input<string>;
|
|
702
|
+
/**
|
|
703
|
+
* Key of the object to import
|
|
704
|
+
*
|
|
705
|
+
* > **Note:** The type `unified` could be instantiated on both `lSsd` and `bSsd` volumes.
|
|
706
|
+
*/
|
|
707
|
+
key: pulumi.Input<string>;
|
|
708
|
+
}
|
|
387
709
|
export interface IotDeviceCertificate {
|
|
388
710
|
crt?: pulumi.Input<string>;
|
|
389
711
|
/**
|
|
@@ -408,6 +730,10 @@ export interface IotDeviceMessageFiltersPublish {
|
|
|
408
730
|
policy?: pulumi.Input<string>;
|
|
409
731
|
/**
|
|
410
732
|
* Same as publish rules.
|
|
733
|
+
*
|
|
734
|
+
* - `certificate.crt` - (Optional) The certificate of the device, either generated by Scaleway or provided.
|
|
735
|
+
*
|
|
736
|
+
* > **Important:** Updates to `certificate.crt` will disconnect connected devices and the previous certificate will be deleted and won't be recoverable.
|
|
411
737
|
*/
|
|
412
738
|
topics?: pulumi.Input<pulumi.Input<string>[]>;
|
|
413
739
|
}
|
|
@@ -418,9 +744,34 @@ export interface IotDeviceMessageFiltersSubscribe {
|
|
|
418
744
|
policy?: pulumi.Input<string>;
|
|
419
745
|
/**
|
|
420
746
|
* Same as publish rules.
|
|
747
|
+
*
|
|
748
|
+
* - `certificate.crt` - (Optional) The certificate of the device, either generated by Scaleway or provided.
|
|
749
|
+
*
|
|
750
|
+
* > **Important:** Updates to `certificate.crt` will disconnect connected devices and the previous certificate will be deleted and won't be recoverable.
|
|
421
751
|
*/
|
|
422
752
|
topics?: pulumi.Input<pulumi.Input<string>[]>;
|
|
423
753
|
}
|
|
754
|
+
export interface IotRouteDatabase {
|
|
755
|
+
dbname: pulumi.Input<string>;
|
|
756
|
+
host: pulumi.Input<string>;
|
|
757
|
+
password: pulumi.Input<string>;
|
|
758
|
+
port: pulumi.Input<number>;
|
|
759
|
+
query: pulumi.Input<string>;
|
|
760
|
+
username: pulumi.Input<string>;
|
|
761
|
+
}
|
|
762
|
+
export interface IotRouteRest {
|
|
763
|
+
headers: pulumi.Input<{
|
|
764
|
+
[key: string]: pulumi.Input<string>;
|
|
765
|
+
}>;
|
|
766
|
+
uri: pulumi.Input<string>;
|
|
767
|
+
verb: pulumi.Input<string>;
|
|
768
|
+
}
|
|
769
|
+
export interface IotRouteS3 {
|
|
770
|
+
bucketName: pulumi.Input<string>;
|
|
771
|
+
bucketRegion: pulumi.Input<string>;
|
|
772
|
+
objectPrefix?: pulumi.Input<string>;
|
|
773
|
+
strategy: pulumi.Input<string>;
|
|
774
|
+
}
|
|
424
775
|
export interface KubernetesClusterAutoUpgrade {
|
|
425
776
|
/**
|
|
426
777
|
* Set to `true` to enable Kubernetes patch version auto upgrades.
|
|
@@ -555,11 +906,61 @@ export interface KubernetesNodePoolUpgradePolicy {
|
|
|
555
906
|
*/
|
|
556
907
|
maxUnavailable?: pulumi.Input<number>;
|
|
557
908
|
}
|
|
909
|
+
export interface LoadbalancerAclAction {
|
|
910
|
+
/**
|
|
911
|
+
* Redirect parameters when using an ACL with `redirect` action.
|
|
912
|
+
*/
|
|
913
|
+
redirects?: pulumi.Input<pulumi.Input<inputs.LoadbalancerAclActionRedirect>[]>;
|
|
914
|
+
/**
|
|
915
|
+
* The redirect type. Possible values are: `location` or `scheme`.
|
|
916
|
+
*/
|
|
917
|
+
type: pulumi.Input<string>;
|
|
918
|
+
}
|
|
919
|
+
export interface LoadbalancerAclActionRedirect {
|
|
920
|
+
/**
|
|
921
|
+
* The HTTP redirect code to use. Valid values are `301`, `302`, `303`, `307` and `308`.
|
|
922
|
+
*/
|
|
923
|
+
code?: pulumi.Input<number>;
|
|
924
|
+
/**
|
|
925
|
+
* 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.
|
|
926
|
+
*/
|
|
927
|
+
target?: pulumi.Input<string>;
|
|
928
|
+
/**
|
|
929
|
+
* The redirect type. Possible values are: `location` or `scheme`.
|
|
930
|
+
*/
|
|
931
|
+
type?: pulumi.Input<string>;
|
|
932
|
+
}
|
|
933
|
+
export interface LoadbalancerAclMatch {
|
|
934
|
+
/**
|
|
935
|
+
* The HTTP filter to match. This filter is supported only if your backend protocol has an HTTP forward protocol.
|
|
936
|
+
* It extracts the request's URL path, which starts at the first slash and ends before the question mark (without the host part).
|
|
937
|
+
* Possible values are: `aclHttpFilterNone`, `pathBegin`, `pathEnd`, `httpHeaderMatch` or `regex`.
|
|
938
|
+
*/
|
|
939
|
+
httpFilter?: pulumi.Input<string>;
|
|
940
|
+
httpFilterOption?: pulumi.Input<string>;
|
|
941
|
+
/**
|
|
942
|
+
* A list of possible values to match for the given HTTP filter.
|
|
943
|
+
* Keep in mind that in the case of `httpHeaderMatch` the HTTP header field name is case-insensitive.
|
|
944
|
+
*/
|
|
945
|
+
httpFilterValues?: pulumi.Input<pulumi.Input<string>[]>;
|
|
946
|
+
/**
|
|
947
|
+
* If set to `true`, the condition will be of type "unless".
|
|
948
|
+
*/
|
|
949
|
+
invert?: pulumi.Input<boolean>;
|
|
950
|
+
/**
|
|
951
|
+
* A list of IPs or CIDR v4/v6 addresses of the client of the session to match.
|
|
952
|
+
*/
|
|
953
|
+
ipSubnets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
954
|
+
}
|
|
558
955
|
export interface LoadbalancerBackendHealthCheckHttp {
|
|
559
956
|
/**
|
|
560
957
|
* The expected HTTP status code.
|
|
561
958
|
*/
|
|
562
959
|
code?: pulumi.Input<number>;
|
|
960
|
+
/**
|
|
961
|
+
* The HTTP host header to use for HC requests.
|
|
962
|
+
*/
|
|
963
|
+
hostHeader?: pulumi.Input<string>;
|
|
563
964
|
/**
|
|
564
965
|
* The HTTP method to use for HC requests.
|
|
565
966
|
*/
|
|
@@ -574,10 +975,18 @@ export interface LoadbalancerBackendHealthCheckHttps {
|
|
|
574
975
|
* The expected HTTP status code.
|
|
575
976
|
*/
|
|
576
977
|
code?: pulumi.Input<number>;
|
|
978
|
+
/**
|
|
979
|
+
* The HTTP host header to use for HC requests.
|
|
980
|
+
*/
|
|
981
|
+
hostHeader?: pulumi.Input<string>;
|
|
577
982
|
/**
|
|
578
983
|
* The HTTP method to use for HC requests.
|
|
579
984
|
*/
|
|
580
985
|
method?: pulumi.Input<string>;
|
|
986
|
+
/**
|
|
987
|
+
* The SNI to use for HC requests over SSL.
|
|
988
|
+
*/
|
|
989
|
+
sni?: pulumi.Input<string>;
|
|
581
990
|
/**
|
|
582
991
|
* The HTTPS endpoint URL to call for HC requests.
|
|
583
992
|
*/
|
|
@@ -588,6 +997,8 @@ export interface LoadbalancerBackendHealthCheckTcp {
|
|
|
588
997
|
export interface LoadbalancerCertificateCustomCertificate {
|
|
589
998
|
/**
|
|
590
999
|
* Full PEM-formatted certificate chain.
|
|
1000
|
+
*
|
|
1001
|
+
* > **Important:** Updates to `customCertificate` will recreate the load-balancer certificate.
|
|
591
1002
|
*/
|
|
592
1003
|
certificateChain: pulumi.Input<string>;
|
|
593
1004
|
}
|
|
@@ -598,6 +1009,8 @@ export interface LoadbalancerCertificateLetsencrypt {
|
|
|
598
1009
|
commonName: pulumi.Input<string>;
|
|
599
1010
|
/**
|
|
600
1011
|
* Array of alternative domain names. A new certificate will be created if this field is changed.
|
|
1012
|
+
*
|
|
1013
|
+
* > **Important:** Updates to `letsencrypt` will recreate the load-balancer certificate.
|
|
601
1014
|
*/
|
|
602
1015
|
subjectAlternativeNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
603
1016
|
}
|
|
@@ -606,6 +1019,8 @@ export interface LoadbalancerFrontendAcl {
|
|
|
606
1019
|
* Action to undertake when an ACL filter matches.
|
|
607
1020
|
*/
|
|
608
1021
|
action: pulumi.Input<inputs.LoadbalancerFrontendAclAction>;
|
|
1022
|
+
createdAt?: pulumi.Input<string>;
|
|
1023
|
+
description?: pulumi.Input<string>;
|
|
609
1024
|
/**
|
|
610
1025
|
* The ACL match rule. At least `ipSubnet` or `httpFilter` and `httpFilterValue` are required.
|
|
611
1026
|
*/
|
|
@@ -614,13 +1029,32 @@ export interface LoadbalancerFrontendAcl {
|
|
|
614
1029
|
* The ACL name. If not provided it will be randomly generated.
|
|
615
1030
|
*/
|
|
616
1031
|
name?: pulumi.Input<string>;
|
|
1032
|
+
updatedAt?: pulumi.Input<string>;
|
|
617
1033
|
}
|
|
618
1034
|
export interface LoadbalancerFrontendAclAction {
|
|
619
1035
|
/**
|
|
620
|
-
*
|
|
1036
|
+
* Redirect parameters when using an ACL with `redirect` action.
|
|
1037
|
+
*/
|
|
1038
|
+
redirects?: pulumi.Input<pulumi.Input<inputs.LoadbalancerFrontendAclActionRedirect>[]>;
|
|
1039
|
+
/**
|
|
1040
|
+
* The redirect type. Possible values are: `location` or `scheme`.
|
|
621
1041
|
*/
|
|
622
1042
|
type: pulumi.Input<string>;
|
|
623
1043
|
}
|
|
1044
|
+
export interface LoadbalancerFrontendAclActionRedirect {
|
|
1045
|
+
/**
|
|
1046
|
+
* The HTTP redirect code to use. Valid values are `301`, `302`, `303`, `307` and `308`.
|
|
1047
|
+
*/
|
|
1048
|
+
code?: pulumi.Input<number>;
|
|
1049
|
+
/**
|
|
1050
|
+
* 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.
|
|
1051
|
+
*/
|
|
1052
|
+
target?: pulumi.Input<string>;
|
|
1053
|
+
/**
|
|
1054
|
+
* The redirect type. Possible values are: `location` or `scheme`.
|
|
1055
|
+
*/
|
|
1056
|
+
type?: pulumi.Input<string>;
|
|
1057
|
+
}
|
|
624
1058
|
export interface LoadbalancerFrontendAclMatch {
|
|
625
1059
|
/**
|
|
626
1060
|
* The HTTP filter to match. This filter is supported only if your backend protocol has an HTTP forward protocol.
|
|
@@ -653,47 +1087,191 @@ export interface LoadbalancerPrivateNetwork {
|
|
|
653
1087
|
*/
|
|
654
1088
|
privateNetworkId: pulumi.Input<string>;
|
|
655
1089
|
/**
|
|
656
|
-
* (Optional) Define
|
|
1090
|
+
* (Optional) Define a local ip address of your choice for the load balancer instance. See below.
|
|
657
1091
|
*/
|
|
658
|
-
|
|
1092
|
+
staticConfig?: pulumi.Input<string>;
|
|
659
1093
|
status?: pulumi.Input<string>;
|
|
660
1094
|
/**
|
|
661
|
-
* `zone`) The zone
|
|
1095
|
+
* `zone`) The zone of the load-balancer.
|
|
662
1096
|
*/
|
|
663
1097
|
zone?: pulumi.Input<string>;
|
|
664
1098
|
}
|
|
1099
|
+
export interface MnqCredentialNatsCredentials {
|
|
1100
|
+
/**
|
|
1101
|
+
* Raw content of the NATS credentials file.
|
|
1102
|
+
*/
|
|
1103
|
+
content?: pulumi.Input<string>;
|
|
1104
|
+
}
|
|
1105
|
+
export interface MnqCredentialSqsSnsCredentials {
|
|
1106
|
+
/**
|
|
1107
|
+
* The ID of the key.
|
|
1108
|
+
*/
|
|
1109
|
+
accessKey?: pulumi.Input<string>;
|
|
1110
|
+
/**
|
|
1111
|
+
* List of permissions associated to this Credential. Only one of permissions may be set.
|
|
1112
|
+
*/
|
|
1113
|
+
permissions?: pulumi.Input<inputs.MnqCredentialSqsSnsCredentialsPermissions>;
|
|
1114
|
+
/**
|
|
1115
|
+
* The Secret value of the key.
|
|
1116
|
+
*/
|
|
1117
|
+
secretKey?: pulumi.Input<string>;
|
|
1118
|
+
}
|
|
1119
|
+
export interface MnqCredentialSqsSnsCredentialsPermissions {
|
|
1120
|
+
/**
|
|
1121
|
+
* . Defines if user can manage the associated resource(s).
|
|
1122
|
+
*/
|
|
1123
|
+
canManage?: pulumi.Input<boolean>;
|
|
1124
|
+
/**
|
|
1125
|
+
* . Defines if user can publish messages to the service.
|
|
1126
|
+
*/
|
|
1127
|
+
canPublish?: pulumi.Input<boolean>;
|
|
1128
|
+
/**
|
|
1129
|
+
* . Defines if user can receive messages from the service.
|
|
1130
|
+
*/
|
|
1131
|
+
canReceive?: pulumi.Input<boolean>;
|
|
1132
|
+
}
|
|
1133
|
+
export interface MnqQueueNats {
|
|
1134
|
+
credentials: pulumi.Input<string>;
|
|
1135
|
+
endpoint?: pulumi.Input<string>;
|
|
1136
|
+
retentionPolicy?: pulumi.Input<string>;
|
|
1137
|
+
}
|
|
1138
|
+
export interface MnqQueueSqs {
|
|
1139
|
+
accessKey: pulumi.Input<string>;
|
|
1140
|
+
contentBasedDeduplication?: pulumi.Input<boolean>;
|
|
1141
|
+
endpoint?: pulumi.Input<string>;
|
|
1142
|
+
fifoQueue?: pulumi.Input<boolean>;
|
|
1143
|
+
receiveWaitTimeSeconds?: pulumi.Input<number>;
|
|
1144
|
+
secretKey: pulumi.Input<string>;
|
|
1145
|
+
url?: pulumi.Input<string>;
|
|
1146
|
+
visibilityTimeoutSeconds?: pulumi.Input<number>;
|
|
1147
|
+
}
|
|
1148
|
+
export interface MnqSqsCredentialsPermissions {
|
|
1149
|
+
/**
|
|
1150
|
+
* . Defines if user can manage the associated resource(s).
|
|
1151
|
+
*/
|
|
1152
|
+
canManage?: pulumi.Input<boolean>;
|
|
1153
|
+
/**
|
|
1154
|
+
* . Defines if user can publish messages to the service.
|
|
1155
|
+
*/
|
|
1156
|
+
canPublish?: pulumi.Input<boolean>;
|
|
1157
|
+
/**
|
|
1158
|
+
* . Defines if user can receive messages from the service.
|
|
1159
|
+
*/
|
|
1160
|
+
canReceive?: pulumi.Input<boolean>;
|
|
1161
|
+
}
|
|
1162
|
+
export interface ObjectBucketAclAccessControlPolicy {
|
|
1163
|
+
grants?: pulumi.Input<pulumi.Input<inputs.ObjectBucketAclAccessControlPolicyGrant>[]>;
|
|
1164
|
+
owner: pulumi.Input<inputs.ObjectBucketAclAccessControlPolicyOwner>;
|
|
1165
|
+
}
|
|
1166
|
+
export interface ObjectBucketAclAccessControlPolicyGrant {
|
|
1167
|
+
grantee?: pulumi.Input<inputs.ObjectBucketAclAccessControlPolicyGrantGrantee>;
|
|
1168
|
+
permission: pulumi.Input<string>;
|
|
1169
|
+
}
|
|
1170
|
+
export interface ObjectBucketAclAccessControlPolicyGrantGrantee {
|
|
1171
|
+
displayName?: pulumi.Input<string>;
|
|
1172
|
+
/**
|
|
1173
|
+
* The `region`,`bucket` and `acl` separated by (`/`).
|
|
1174
|
+
*/
|
|
1175
|
+
id: pulumi.Input<string>;
|
|
1176
|
+
type: pulumi.Input<string>;
|
|
1177
|
+
}
|
|
1178
|
+
export interface ObjectBucketAclAccessControlPolicyOwner {
|
|
1179
|
+
displayName?: pulumi.Input<string>;
|
|
1180
|
+
/**
|
|
1181
|
+
* The `region`,`bucket` and `acl` separated by (`/`).
|
|
1182
|
+
*/
|
|
1183
|
+
id: pulumi.Input<string>;
|
|
1184
|
+
}
|
|
665
1185
|
export interface ObjectBucketCorsRule {
|
|
1186
|
+
/**
|
|
1187
|
+
* Specifies which headers are allowed.
|
|
1188
|
+
*/
|
|
666
1189
|
allowedHeaders?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1190
|
+
/**
|
|
1191
|
+
* Specifies which methods are allowed. Can be `GET`, `PUT`, `POST`, `DELETE` or `HEAD`.
|
|
1192
|
+
*/
|
|
667
1193
|
allowedMethods: pulumi.Input<pulumi.Input<string>[]>;
|
|
1194
|
+
/**
|
|
1195
|
+
* Specifies which origins are allowed.
|
|
1196
|
+
*/
|
|
668
1197
|
allowedOrigins: pulumi.Input<pulumi.Input<string>[]>;
|
|
1198
|
+
/**
|
|
1199
|
+
* Specifies expose header in the response.
|
|
1200
|
+
*/
|
|
669
1201
|
exposeHeaders?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1202
|
+
/**
|
|
1203
|
+
* Specifies time in seconds that browser can cache the response for a preflight request.
|
|
1204
|
+
*/
|
|
670
1205
|
maxAgeSeconds?: pulumi.Input<number>;
|
|
671
1206
|
}
|
|
672
1207
|
export interface ObjectBucketLifecycleRule {
|
|
1208
|
+
/**
|
|
1209
|
+
* Specifies the number of days after initiating a multipart upload when the multipart upload must be completed.
|
|
1210
|
+
*
|
|
1211
|
+
* * > **Important:** It's not recommended using `prefix` for `AbortIncompleteMultipartUpload` as any incomplete multipart upload will be billed
|
|
1212
|
+
*/
|
|
673
1213
|
abortIncompleteMultipartUploadDays?: pulumi.Input<number>;
|
|
1214
|
+
/**
|
|
1215
|
+
* The element value can be either Enabled or Disabled. If a rule is disabled, Scaleway S3 doesn't perform any of the actions defined in the rule.
|
|
1216
|
+
*/
|
|
674
1217
|
enabled: pulumi.Input<boolean>;
|
|
1218
|
+
/**
|
|
1219
|
+
* Specifies a period in the object's expire (documented below).
|
|
1220
|
+
*/
|
|
675
1221
|
expiration?: pulumi.Input<inputs.ObjectBucketLifecycleRuleExpiration>;
|
|
676
1222
|
/**
|
|
677
|
-
*
|
|
1223
|
+
* Unique identifier for the rule. Must be less than or equal to 255 characters in length.
|
|
678
1224
|
*/
|
|
679
1225
|
id?: pulumi.Input<string>;
|
|
1226
|
+
/**
|
|
1227
|
+
* Object key prefix identifying one or more objects to which the rule applies.
|
|
1228
|
+
*/
|
|
680
1229
|
prefix?: pulumi.Input<string>;
|
|
681
1230
|
/**
|
|
682
|
-
*
|
|
1231
|
+
* Specifies object tags key and value.
|
|
683
1232
|
*/
|
|
684
1233
|
tags?: pulumi.Input<{
|
|
685
1234
|
[key: string]: pulumi.Input<string>;
|
|
686
1235
|
}>;
|
|
1236
|
+
/**
|
|
1237
|
+
* Specifies a period in the object's transitions (documented below).
|
|
1238
|
+
*
|
|
1239
|
+
* At least one of `abortIncompleteMultipartUploadDays`, `expiration`, `transition` must be specified.
|
|
1240
|
+
*/
|
|
687
1241
|
transitions?: pulumi.Input<pulumi.Input<inputs.ObjectBucketLifecycleRuleTransition>[]>;
|
|
688
1242
|
}
|
|
689
1243
|
export interface ObjectBucketLifecycleRuleExpiration {
|
|
1244
|
+
/**
|
|
1245
|
+
* Specifies the number of days after object creation when the specific rule action takes effect.
|
|
1246
|
+
*
|
|
1247
|
+
* > **Important:** If versioning is enabled, this rule only deletes the current version of an object.
|
|
1248
|
+
*/
|
|
690
1249
|
days: pulumi.Input<number>;
|
|
691
1250
|
}
|
|
692
1251
|
export interface ObjectBucketLifecycleRuleTransition {
|
|
1252
|
+
/**
|
|
1253
|
+
* Specifies the number of days after object creation when the specific rule action takes effect.
|
|
1254
|
+
*/
|
|
693
1255
|
days?: pulumi.Input<number>;
|
|
1256
|
+
/**
|
|
1257
|
+
* Specifies the Scaleway [storage class](https://www.scaleway.com/en/docs/storage/object/concepts/#storage-class) `STANDARD`, `GLACIER`, `ONEZONE_IA` to which you want the object to transition.
|
|
1258
|
+
*
|
|
1259
|
+
* > **Important:** `ONEZONE_IA` is only available in `fr-par` region. The storage class `GLACIER` is not available in `pl-waw` region.
|
|
1260
|
+
*/
|
|
694
1261
|
storageClass: pulumi.Input<string>;
|
|
695
1262
|
}
|
|
1263
|
+
export interface ObjectBucketLockConfigurationRule {
|
|
1264
|
+
defaultRetention: pulumi.Input<inputs.ObjectBucketLockConfigurationRuleDefaultRetention>;
|
|
1265
|
+
}
|
|
1266
|
+
export interface ObjectBucketLockConfigurationRuleDefaultRetention {
|
|
1267
|
+
days?: pulumi.Input<number>;
|
|
1268
|
+
mode: pulumi.Input<string>;
|
|
1269
|
+
years?: pulumi.Input<number>;
|
|
1270
|
+
}
|
|
696
1271
|
export interface ObjectBucketVersioning {
|
|
1272
|
+
/**
|
|
1273
|
+
* Enable versioning. Once you version-enable a bucket, it can never return to an unversioned state. You can, however, suspend versioning on that bucket.
|
|
1274
|
+
*/
|
|
697
1275
|
enabled?: pulumi.Input<boolean>;
|
|
698
1276
|
}
|
|
699
1277
|
export interface ObjectBucketWebsiteConfigurationErrorDocument {
|
|
@@ -705,6 +1283,8 @@ export interface ObjectBucketWebsiteConfigurationIndexDocument {
|
|
|
705
1283
|
export interface RedisClusterAcl {
|
|
706
1284
|
/**
|
|
707
1285
|
* A text describing this rule. Default description: `Allow IP`
|
|
1286
|
+
*
|
|
1287
|
+
* > The `acl` conflict with `privateNetwork`. Only one should be specified.
|
|
708
1288
|
*/
|
|
709
1289
|
description?: pulumi.Input<string>;
|
|
710
1290
|
/**
|
|
@@ -712,22 +1292,32 @@ export interface RedisClusterAcl {
|
|
|
712
1292
|
*/
|
|
713
1293
|
id?: pulumi.Input<string>;
|
|
714
1294
|
/**
|
|
715
|
-
* The ip range to whitelist
|
|
1295
|
+
* The ip range to whitelist
|
|
1296
|
+
* in [CIDR notation](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation)
|
|
716
1297
|
*/
|
|
717
1298
|
ip: pulumi.Input<string>;
|
|
718
1299
|
}
|
|
719
1300
|
export interface RedisClusterPrivateNetwork {
|
|
1301
|
+
/**
|
|
1302
|
+
* The ID of the endpoint.
|
|
1303
|
+
*/
|
|
720
1304
|
endpointId?: pulumi.Input<string>;
|
|
721
1305
|
/**
|
|
722
1306
|
* The UUID of the private network resource.
|
|
723
1307
|
*/
|
|
724
1308
|
id: pulumi.Input<string>;
|
|
725
1309
|
/**
|
|
726
|
-
* Endpoint IPv4 addresses
|
|
1310
|
+
* Endpoint IPv4 addresses
|
|
1311
|
+
* in [CIDR notation](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation). You must provide at
|
|
1312
|
+
* least one IP per node or The IP network address within the private subnet is determined by the IP Address Management (IPAM)
|
|
1313
|
+
* service if not set.
|
|
1314
|
+
*
|
|
1315
|
+
* > The `privateNetwork` conflict with `acl`. Only one should be specified.
|
|
727
1316
|
*/
|
|
728
|
-
serviceIps
|
|
1317
|
+
serviceIps?: pulumi.Input<pulumi.Input<string>[]>;
|
|
729
1318
|
/**
|
|
730
|
-
* `zone`) The zone in which the
|
|
1319
|
+
* `zone`) The zone in which the
|
|
1320
|
+
* Redis Cluster should be created.
|
|
731
1321
|
*/
|
|
732
1322
|
zone?: pulumi.Input<string>;
|
|
733
1323
|
}
|
|
@@ -736,6 +1326,98 @@ export interface RedisClusterPublicNetwork {
|
|
|
736
1326
|
* The UUID of the private network resource.
|
|
737
1327
|
*/
|
|
738
1328
|
id?: pulumi.Input<string>;
|
|
1329
|
+
/**
|
|
1330
|
+
* Lis of IPv4 address of the endpoint (IP address).
|
|
1331
|
+
*/
|
|
739
1332
|
ips?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1333
|
+
/**
|
|
1334
|
+
* TCP port of the endpoint.
|
|
1335
|
+
*/
|
|
740
1336
|
port?: pulumi.Input<number>;
|
|
741
1337
|
}
|
|
1338
|
+
export interface VpcGatewayNetworkIpamConfig {
|
|
1339
|
+
/**
|
|
1340
|
+
* Defines whether the default route is enabled on that Gateway Network. Only one of `dhcpId`, `staticAddress` and `ipamConfig` should be specified.
|
|
1341
|
+
*/
|
|
1342
|
+
pushDefaultRoute?: pulumi.Input<boolean>;
|
|
1343
|
+
}
|
|
1344
|
+
export interface VpcPrivateNetworkIpv4Subnet {
|
|
1345
|
+
/**
|
|
1346
|
+
* The network address of the subnet in dotted decimal notation, e.g., '192.168.0.0' for a '192.168.0.0/24' subnet.
|
|
1347
|
+
*/
|
|
1348
|
+
address?: pulumi.Input<string>;
|
|
1349
|
+
/**
|
|
1350
|
+
* The date and time of the creation of the subnet.
|
|
1351
|
+
*/
|
|
1352
|
+
createdAt?: pulumi.Input<string>;
|
|
1353
|
+
/**
|
|
1354
|
+
* The subnet ID.
|
|
1355
|
+
*/
|
|
1356
|
+
id?: pulumi.Input<string>;
|
|
1357
|
+
/**
|
|
1358
|
+
* The length of the network prefix, e.g., 24 for a 255.255.255.0 mask.
|
|
1359
|
+
*/
|
|
1360
|
+
prefixLength?: pulumi.Input<number>;
|
|
1361
|
+
/**
|
|
1362
|
+
* The subnet CIDR.
|
|
1363
|
+
*/
|
|
1364
|
+
subnet?: pulumi.Input<string>;
|
|
1365
|
+
/**
|
|
1366
|
+
* The subnet mask expressed in dotted decimal notation, e.g., '255.255.255.0' for a /24 subnet
|
|
1367
|
+
*/
|
|
1368
|
+
subnetMask?: pulumi.Input<string>;
|
|
1369
|
+
/**
|
|
1370
|
+
* The date and time of the last update of the subnet.
|
|
1371
|
+
*/
|
|
1372
|
+
updatedAt?: pulumi.Input<string>;
|
|
1373
|
+
}
|
|
1374
|
+
export interface VpcPrivateNetworkIpv6Subnet {
|
|
1375
|
+
/**
|
|
1376
|
+
* The network address of the subnet in dotted decimal notation, e.g., '192.168.0.0' for a '192.168.0.0/24' subnet.
|
|
1377
|
+
*/
|
|
1378
|
+
address?: pulumi.Input<string>;
|
|
1379
|
+
/**
|
|
1380
|
+
* The date and time of the creation of the subnet.
|
|
1381
|
+
*/
|
|
1382
|
+
createdAt?: pulumi.Input<string>;
|
|
1383
|
+
/**
|
|
1384
|
+
* The subnet ID.
|
|
1385
|
+
*/
|
|
1386
|
+
id?: pulumi.Input<string>;
|
|
1387
|
+
/**
|
|
1388
|
+
* The length of the network prefix, e.g., 24 for a 255.255.255.0 mask.
|
|
1389
|
+
*/
|
|
1390
|
+
prefixLength?: pulumi.Input<number>;
|
|
1391
|
+
/**
|
|
1392
|
+
* The subnet CIDR.
|
|
1393
|
+
*/
|
|
1394
|
+
subnet?: pulumi.Input<string>;
|
|
1395
|
+
/**
|
|
1396
|
+
* The subnet mask expressed in dotted decimal notation, e.g., '255.255.255.0' for a /24 subnet
|
|
1397
|
+
*/
|
|
1398
|
+
subnetMask?: pulumi.Input<string>;
|
|
1399
|
+
/**
|
|
1400
|
+
* The date and time of the last update of the subnet.
|
|
1401
|
+
*/
|
|
1402
|
+
updatedAt?: pulumi.Input<string>;
|
|
1403
|
+
}
|
|
1404
|
+
export interface WebhostingCpanelUrl {
|
|
1405
|
+
/**
|
|
1406
|
+
* The URL of the Dashboard.
|
|
1407
|
+
*/
|
|
1408
|
+
dashboard?: pulumi.Input<string>;
|
|
1409
|
+
/**
|
|
1410
|
+
* The URL of the Webmail interface.
|
|
1411
|
+
*/
|
|
1412
|
+
webmail?: pulumi.Input<string>;
|
|
1413
|
+
}
|
|
1414
|
+
export interface WebhostingOption {
|
|
1415
|
+
/**
|
|
1416
|
+
* The option ID.
|
|
1417
|
+
*/
|
|
1418
|
+
id?: pulumi.Input<string>;
|
|
1419
|
+
/**
|
|
1420
|
+
* The option name.
|
|
1421
|
+
*/
|
|
1422
|
+
name?: pulumi.Input<string>;
|
|
1423
|
+
}
|