@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRegistryNamespace.js","sourceRoot":"","sources":["../getRegistryNamespace.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getRegistryNamespace.js","sourceRoot":"","sources":["../getRegistryNamespace.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;IAC7F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,oDASC;AAgDD;;;;;;;;;;;;;GAaG;AACH,SAAgB,0BAA0B,CAAC,IAAqC,EAAE,IAA2B;IACzG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,oBAAoB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC/E,CAAC;AAFD,gEAEC"}
|
package/getSecret.d.ts
ADDED
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Gets information about Scaleway Secrets.
|
|
4
|
+
* For more information, see [the documentation](https://developers.scaleway.com/en/products/secret_manager/api/v1alpha1/).
|
|
5
|
+
*
|
|
6
|
+
* ## Examples
|
|
7
|
+
*
|
|
8
|
+
* ### Basic
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
13
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
14
|
+
*
|
|
15
|
+
* const main = new scaleway.Secret("main", {description: "barr"});
|
|
16
|
+
* const mySecret = scaleway.getSecret({
|
|
17
|
+
* secretId: "11111111-1111-1111-1111-111111111111",
|
|
18
|
+
* });
|
|
19
|
+
* const byName = scaleway.getSecret({
|
|
20
|
+
* name: "your_secret_name",
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
export declare function getSecret(args?: GetSecretArgs, opts?: pulumi.InvokeOptions): Promise<GetSecretResult>;
|
|
25
|
+
/**
|
|
26
|
+
* A collection of arguments for invoking getSecret.
|
|
27
|
+
*/
|
|
28
|
+
export interface GetSecretArgs {
|
|
29
|
+
/**
|
|
30
|
+
* The secret name.
|
|
31
|
+
* Only one of `name` and `secretId` should be specified.
|
|
32
|
+
*/
|
|
33
|
+
name?: string;
|
|
34
|
+
/**
|
|
35
|
+
* The organization ID the Project is associated with.
|
|
36
|
+
* If no default organizationId is set, one must be set explicitly in this datasource
|
|
37
|
+
*/
|
|
38
|
+
organizationId?: string;
|
|
39
|
+
/**
|
|
40
|
+
* `projectId`) The ID of the
|
|
41
|
+
* project the secret is associated with.
|
|
42
|
+
*/
|
|
43
|
+
projectId?: string;
|
|
44
|
+
/**
|
|
45
|
+
* `region`) The region in which the secret exists.
|
|
46
|
+
*/
|
|
47
|
+
region?: string;
|
|
48
|
+
/**
|
|
49
|
+
* The secret id.
|
|
50
|
+
* Only one of `name` and `secretId` should be specified.
|
|
51
|
+
*/
|
|
52
|
+
secretId?: string;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* A collection of values returned by getSecret.
|
|
56
|
+
*/
|
|
57
|
+
export interface GetSecretResult {
|
|
58
|
+
readonly createdAt: string;
|
|
59
|
+
readonly description: string;
|
|
60
|
+
/**
|
|
61
|
+
* The provider-assigned unique ID for this managed resource.
|
|
62
|
+
*/
|
|
63
|
+
readonly id: string;
|
|
64
|
+
readonly name?: string;
|
|
65
|
+
readonly organizationId: string;
|
|
66
|
+
readonly projectId?: string;
|
|
67
|
+
readonly region?: string;
|
|
68
|
+
readonly secretId?: string;
|
|
69
|
+
readonly status: string;
|
|
70
|
+
readonly tags: string[];
|
|
71
|
+
readonly updatedAt: string;
|
|
72
|
+
readonly versionCount: number;
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* Gets information about Scaleway Secrets.
|
|
76
|
+
* For more information, see [the documentation](https://developers.scaleway.com/en/products/secret_manager/api/v1alpha1/).
|
|
77
|
+
*
|
|
78
|
+
* ## Examples
|
|
79
|
+
*
|
|
80
|
+
* ### Basic
|
|
81
|
+
*
|
|
82
|
+
* ```typescript
|
|
83
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
84
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
85
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
86
|
+
*
|
|
87
|
+
* const main = new scaleway.Secret("main", {description: "barr"});
|
|
88
|
+
* const mySecret = scaleway.getSecret({
|
|
89
|
+
* secretId: "11111111-1111-1111-1111-111111111111",
|
|
90
|
+
* });
|
|
91
|
+
* const byName = scaleway.getSecret({
|
|
92
|
+
* name: "your_secret_name",
|
|
93
|
+
* });
|
|
94
|
+
* ```
|
|
95
|
+
*/
|
|
96
|
+
export declare function getSecretOutput(args?: GetSecretOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetSecretResult>;
|
|
97
|
+
/**
|
|
98
|
+
* A collection of arguments for invoking getSecret.
|
|
99
|
+
*/
|
|
100
|
+
export interface GetSecretOutputArgs {
|
|
101
|
+
/**
|
|
102
|
+
* The secret name.
|
|
103
|
+
* Only one of `name` and `secretId` should be specified.
|
|
104
|
+
*/
|
|
105
|
+
name?: pulumi.Input<string>;
|
|
106
|
+
/**
|
|
107
|
+
* The organization ID the Project is associated with.
|
|
108
|
+
* If no default organizationId is set, one must be set explicitly in this datasource
|
|
109
|
+
*/
|
|
110
|
+
organizationId?: pulumi.Input<string>;
|
|
111
|
+
/**
|
|
112
|
+
* `projectId`) The ID of the
|
|
113
|
+
* project the secret is associated with.
|
|
114
|
+
*/
|
|
115
|
+
projectId?: pulumi.Input<string>;
|
|
116
|
+
/**
|
|
117
|
+
* `region`) The region in which the secret exists.
|
|
118
|
+
*/
|
|
119
|
+
region?: pulumi.Input<string>;
|
|
120
|
+
/**
|
|
121
|
+
* The secret id.
|
|
122
|
+
* Only one of `name` and `secretId` should be specified.
|
|
123
|
+
*/
|
|
124
|
+
secretId?: pulumi.Input<string>;
|
|
125
|
+
}
|
package/getSecret.js
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getSecretOutput = exports.getSecret = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Gets information about Scaleway Secrets.
|
|
10
|
+
* For more information, see [the documentation](https://developers.scaleway.com/en/products/secret_manager/api/v1alpha1/).
|
|
11
|
+
*
|
|
12
|
+
* ## Examples
|
|
13
|
+
*
|
|
14
|
+
* ### Basic
|
|
15
|
+
*
|
|
16
|
+
* ```typescript
|
|
17
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
18
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
19
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
20
|
+
*
|
|
21
|
+
* const main = new scaleway.Secret("main", {description: "barr"});
|
|
22
|
+
* const mySecret = scaleway.getSecret({
|
|
23
|
+
* secretId: "11111111-1111-1111-1111-111111111111",
|
|
24
|
+
* });
|
|
25
|
+
* const byName = scaleway.getSecret({
|
|
26
|
+
* name: "your_secret_name",
|
|
27
|
+
* });
|
|
28
|
+
* ```
|
|
29
|
+
*/
|
|
30
|
+
function getSecret(args, opts) {
|
|
31
|
+
args = args || {};
|
|
32
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
33
|
+
return pulumi.runtime.invoke("scaleway:index/getSecret:getSecret", {
|
|
34
|
+
"name": args.name,
|
|
35
|
+
"organizationId": args.organizationId,
|
|
36
|
+
"projectId": args.projectId,
|
|
37
|
+
"region": args.region,
|
|
38
|
+
"secretId": args.secretId,
|
|
39
|
+
}, opts);
|
|
40
|
+
}
|
|
41
|
+
exports.getSecret = getSecret;
|
|
42
|
+
/**
|
|
43
|
+
* Gets information about Scaleway Secrets.
|
|
44
|
+
* For more information, see [the documentation](https://developers.scaleway.com/en/products/secret_manager/api/v1alpha1/).
|
|
45
|
+
*
|
|
46
|
+
* ## Examples
|
|
47
|
+
*
|
|
48
|
+
* ### Basic
|
|
49
|
+
*
|
|
50
|
+
* ```typescript
|
|
51
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
52
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
53
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
54
|
+
*
|
|
55
|
+
* const main = new scaleway.Secret("main", {description: "barr"});
|
|
56
|
+
* const mySecret = scaleway.getSecret({
|
|
57
|
+
* secretId: "11111111-1111-1111-1111-111111111111",
|
|
58
|
+
* });
|
|
59
|
+
* const byName = scaleway.getSecret({
|
|
60
|
+
* name: "your_secret_name",
|
|
61
|
+
* });
|
|
62
|
+
* ```
|
|
63
|
+
*/
|
|
64
|
+
function getSecretOutput(args, opts) {
|
|
65
|
+
return pulumi.output(args).apply((a) => getSecret(a, opts));
|
|
66
|
+
}
|
|
67
|
+
exports.getSecretOutput = getSecretOutput;
|
|
68
|
+
//# sourceMappingURL=getSecret.js.map
|
package/getSecret.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getSecret.js","sourceRoot":"","sources":["../getSecret.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,SAAS,CAAC,IAAoB,EAAE,IAA2B;IACvE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,8BAWC;AAoDD;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,SAAS,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpE,CAAC;AAFD,0CAEC"}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
export declare function getSecretVersion(args?: GetSecretVersionArgs, opts?: pulumi.InvokeOptions): Promise<GetSecretVersionResult>;
|
|
3
|
+
/**
|
|
4
|
+
* A collection of arguments for invoking getSecretVersion.
|
|
5
|
+
*/
|
|
6
|
+
export interface GetSecretVersionArgs {
|
|
7
|
+
/**
|
|
8
|
+
* `region`) The region
|
|
9
|
+
* in which the resource exists.
|
|
10
|
+
*/
|
|
11
|
+
region?: string;
|
|
12
|
+
/**
|
|
13
|
+
* The revision for this Secret Version.
|
|
14
|
+
*/
|
|
15
|
+
revision?: string;
|
|
16
|
+
/**
|
|
17
|
+
* The Secret ID associated wit the secret version.
|
|
18
|
+
* Only one of `secretId` and `secretName` should be specified.
|
|
19
|
+
*/
|
|
20
|
+
secretId?: string;
|
|
21
|
+
/**
|
|
22
|
+
* The Name of Secret associated wit the secret version.
|
|
23
|
+
* Only one of `secretId` and `secretName` should be specified.
|
|
24
|
+
*/
|
|
25
|
+
secretName?: string;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* A collection of values returned by getSecretVersion.
|
|
29
|
+
*/
|
|
30
|
+
export interface GetSecretVersionResult {
|
|
31
|
+
/**
|
|
32
|
+
* Date and time of secret version's creation (RFC 3339 format).
|
|
33
|
+
*/
|
|
34
|
+
readonly createdAt: string;
|
|
35
|
+
/**
|
|
36
|
+
* The data payload of the secret version. more on the data section
|
|
37
|
+
*/
|
|
38
|
+
readonly data: string;
|
|
39
|
+
/**
|
|
40
|
+
* (Optional) Description of the secret version (e.g. `my-new-description`).
|
|
41
|
+
*/
|
|
42
|
+
readonly description: string;
|
|
43
|
+
/**
|
|
44
|
+
* The provider-assigned unique ID for this managed resource.
|
|
45
|
+
*/
|
|
46
|
+
readonly id: string;
|
|
47
|
+
readonly region?: string;
|
|
48
|
+
readonly revision?: string;
|
|
49
|
+
readonly secretId?: string;
|
|
50
|
+
readonly secretName?: string;
|
|
51
|
+
/**
|
|
52
|
+
* The status of the Secret Version.
|
|
53
|
+
*/
|
|
54
|
+
readonly status: string;
|
|
55
|
+
/**
|
|
56
|
+
* Date and time of secret version's last update (RFC 3339 format).
|
|
57
|
+
*/
|
|
58
|
+
readonly updatedAt: string;
|
|
59
|
+
}
|
|
60
|
+
export declare function getSecretVersionOutput(args?: GetSecretVersionOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetSecretVersionResult>;
|
|
61
|
+
/**
|
|
62
|
+
* A collection of arguments for invoking getSecretVersion.
|
|
63
|
+
*/
|
|
64
|
+
export interface GetSecretVersionOutputArgs {
|
|
65
|
+
/**
|
|
66
|
+
* `region`) The region
|
|
67
|
+
* in which the resource exists.
|
|
68
|
+
*/
|
|
69
|
+
region?: pulumi.Input<string>;
|
|
70
|
+
/**
|
|
71
|
+
* The revision for this Secret Version.
|
|
72
|
+
*/
|
|
73
|
+
revision?: pulumi.Input<string>;
|
|
74
|
+
/**
|
|
75
|
+
* The Secret ID associated wit the secret version.
|
|
76
|
+
* Only one of `secretId` and `secretName` should be specified.
|
|
77
|
+
*/
|
|
78
|
+
secretId?: pulumi.Input<string>;
|
|
79
|
+
/**
|
|
80
|
+
* The Name of Secret associated wit the secret version.
|
|
81
|
+
* Only one of `secretId` and `secretName` should be specified.
|
|
82
|
+
*/
|
|
83
|
+
secretName?: pulumi.Input<string>;
|
|
84
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getSecretVersionOutput = exports.getSecretVersion = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
function getSecretVersion(args, opts) {
|
|
9
|
+
args = args || {};
|
|
10
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
11
|
+
return pulumi.runtime.invoke("scaleway:index/getSecretVersion:getSecretVersion", {
|
|
12
|
+
"region": args.region,
|
|
13
|
+
"revision": args.revision,
|
|
14
|
+
"secretId": args.secretId,
|
|
15
|
+
"secretName": args.secretName,
|
|
16
|
+
}, opts);
|
|
17
|
+
}
|
|
18
|
+
exports.getSecretVersion = getSecretVersion;
|
|
19
|
+
function getSecretVersionOutput(args, opts) {
|
|
20
|
+
return pulumi.output(args).apply((a) => getSecretVersion(a, opts));
|
|
21
|
+
}
|
|
22
|
+
exports.getSecretVersionOutput = getSecretVersionOutput;
|
|
23
|
+
//# sourceMappingURL=getSecretVersion.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getSecretVersion.js","sourceRoot":"","sources":["../getSecretVersion.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,4CAUC;AA4DD,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAA2B;IACjG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3E,CAAC;AAFD,wDAEC"}
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Gets information about a transactional email domain.
|
|
4
|
+
*/
|
|
5
|
+
export declare function getTemDomain(args?: GetTemDomainArgs, opts?: pulumi.InvokeOptions): Promise<GetTemDomainResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of arguments for invoking getTemDomain.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetTemDomainArgs {
|
|
10
|
+
domainId?: string;
|
|
11
|
+
/**
|
|
12
|
+
* The domain name.
|
|
13
|
+
* Only one of `name` and `id` should be specified.
|
|
14
|
+
*/
|
|
15
|
+
name?: string;
|
|
16
|
+
/**
|
|
17
|
+
* `region`) The region in which the domain exists.
|
|
18
|
+
*/
|
|
19
|
+
region?: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* A collection of values returned by getTemDomain.
|
|
23
|
+
*/
|
|
24
|
+
export interface GetTemDomainResult {
|
|
25
|
+
readonly acceptTos: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* The date and time of the Transaction Email Domain's creation (RFC 3339 format).
|
|
28
|
+
*/
|
|
29
|
+
readonly createdAt: string;
|
|
30
|
+
/**
|
|
31
|
+
* The DKIM public key, as should be recorded in the DNS zone.
|
|
32
|
+
*/
|
|
33
|
+
readonly dkimConfig: string;
|
|
34
|
+
readonly domainId?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The provider-assigned unique ID for this managed resource.
|
|
37
|
+
*/
|
|
38
|
+
readonly id: string;
|
|
39
|
+
/**
|
|
40
|
+
* The error message if the last check failed.
|
|
41
|
+
*/
|
|
42
|
+
readonly lastError: string;
|
|
43
|
+
/**
|
|
44
|
+
* The date and time the domain was last found to be valid (RFC 3339 format).
|
|
45
|
+
*/
|
|
46
|
+
readonly lastValidAt: string;
|
|
47
|
+
readonly name?: string;
|
|
48
|
+
/**
|
|
49
|
+
* The date and time of the next scheduled check (RFC 3339 format).
|
|
50
|
+
*/
|
|
51
|
+
readonly nextCheckAt: string;
|
|
52
|
+
readonly projectId: string;
|
|
53
|
+
readonly region?: string;
|
|
54
|
+
/**
|
|
55
|
+
* The date and time of the revocation of the domain (RFC 3339 format).
|
|
56
|
+
*/
|
|
57
|
+
readonly revokedAt: string;
|
|
58
|
+
/**
|
|
59
|
+
* The SMTP host to use to send emails.
|
|
60
|
+
*/
|
|
61
|
+
readonly smtpHost: string;
|
|
62
|
+
/**
|
|
63
|
+
* The SMTP port to use to send emails over TLS.
|
|
64
|
+
*/
|
|
65
|
+
readonly smtpPort: number;
|
|
66
|
+
/**
|
|
67
|
+
* The SMTP port to use to send emails over TLS.
|
|
68
|
+
*/
|
|
69
|
+
readonly smtpPortAlternative: number;
|
|
70
|
+
/**
|
|
71
|
+
* The SMTP port to use to send emails.
|
|
72
|
+
*/
|
|
73
|
+
readonly smtpPortUnsecure: number;
|
|
74
|
+
/**
|
|
75
|
+
* The SMTPS port to use to send emails over TLS Wrapper.
|
|
76
|
+
*/
|
|
77
|
+
readonly smtpsPort: number;
|
|
78
|
+
/**
|
|
79
|
+
* The SMTPS port to use to send emails over TLS Wrapper.
|
|
80
|
+
*/
|
|
81
|
+
readonly smtpsPortAlternative: number;
|
|
82
|
+
/**
|
|
83
|
+
* The snippet of the SPF record that should be registered in the DNS zone.
|
|
84
|
+
*/
|
|
85
|
+
readonly spfConfig: string;
|
|
86
|
+
/**
|
|
87
|
+
* The status of the Transaction Email Domain.
|
|
88
|
+
*/
|
|
89
|
+
readonly status: string;
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* Gets information about a transactional email domain.
|
|
93
|
+
*/
|
|
94
|
+
export declare function getTemDomainOutput(args?: GetTemDomainOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetTemDomainResult>;
|
|
95
|
+
/**
|
|
96
|
+
* A collection of arguments for invoking getTemDomain.
|
|
97
|
+
*/
|
|
98
|
+
export interface GetTemDomainOutputArgs {
|
|
99
|
+
domainId?: pulumi.Input<string>;
|
|
100
|
+
/**
|
|
101
|
+
* The domain name.
|
|
102
|
+
* Only one of `name` and `id` should be specified.
|
|
103
|
+
*/
|
|
104
|
+
name?: pulumi.Input<string>;
|
|
105
|
+
/**
|
|
106
|
+
* `region`) The region in which the domain exists.
|
|
107
|
+
*/
|
|
108
|
+
region?: pulumi.Input<string>;
|
|
109
|
+
}
|
package/getTemDomain.js
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getTemDomainOutput = exports.getTemDomain = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Gets information about a transactional email domain.
|
|
10
|
+
*/
|
|
11
|
+
function getTemDomain(args, opts) {
|
|
12
|
+
args = args || {};
|
|
13
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
14
|
+
return pulumi.runtime.invoke("scaleway:index/getTemDomain:getTemDomain", {
|
|
15
|
+
"domainId": args.domainId,
|
|
16
|
+
"name": args.name,
|
|
17
|
+
"region": args.region,
|
|
18
|
+
}, opts);
|
|
19
|
+
}
|
|
20
|
+
exports.getTemDomain = getTemDomain;
|
|
21
|
+
/**
|
|
22
|
+
* Gets information about a transactional email domain.
|
|
23
|
+
*/
|
|
24
|
+
function getTemDomainOutput(args, opts) {
|
|
25
|
+
return pulumi.output(args).apply((a) => getTemDomain(a, opts));
|
|
26
|
+
}
|
|
27
|
+
exports.getTemDomainOutput = getTemDomainOutput;
|
|
28
|
+
//# sourceMappingURL=getTemDomain.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getTemDomain.js","sourceRoot":"","sources":["../getTemDomain.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,YAAY,CAAC,IAAuB,EAAE,IAA2B;IAC7E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,oCASC;AAwFD;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,YAAY,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACvE,CAAC;AAFD,gDAEC"}
|
package/getVpc.d.ts
ADDED
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Gets information about a Scaleway Virtual Private Cloud.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
10
|
+
*
|
|
11
|
+
* const byName = scaleway.getVpc({
|
|
12
|
+
* name: "foobar",
|
|
13
|
+
* });
|
|
14
|
+
* const byId = scaleway.getVpc({
|
|
15
|
+
* vpcId: "11111111-1111-1111-1111-111111111111",
|
|
16
|
+
* });
|
|
17
|
+
* const default = scaleway.getVpc({
|
|
18
|
+
* isDefault: true,
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
export declare function getVpc(args?: GetVpcArgs, opts?: pulumi.InvokeOptions): Promise<GetVpcResult>;
|
|
23
|
+
/**
|
|
24
|
+
* A collection of arguments for invoking getVpc.
|
|
25
|
+
*/
|
|
26
|
+
export interface GetVpcArgs {
|
|
27
|
+
/**
|
|
28
|
+
* To get default VPC's information.
|
|
29
|
+
*/
|
|
30
|
+
isDefault?: boolean;
|
|
31
|
+
/**
|
|
32
|
+
* Name of the VPC. One of `name` and `vpcId` should be specified.
|
|
33
|
+
*/
|
|
34
|
+
name?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The ID of the organization the VPC is associated with.
|
|
37
|
+
*/
|
|
38
|
+
organizationId?: string;
|
|
39
|
+
/**
|
|
40
|
+
* `projectId`) The ID of the project the VPC is associated with.
|
|
41
|
+
*/
|
|
42
|
+
projectId?: string;
|
|
43
|
+
region?: string;
|
|
44
|
+
/**
|
|
45
|
+
* ID of the VPC. One of `name` and `vpcId` should be specified.
|
|
46
|
+
*/
|
|
47
|
+
vpcId?: string;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* A collection of values returned by getVpc.
|
|
51
|
+
*/
|
|
52
|
+
export interface GetVpcResult {
|
|
53
|
+
readonly createdAt: string;
|
|
54
|
+
/**
|
|
55
|
+
* The provider-assigned unique ID for this managed resource.
|
|
56
|
+
*/
|
|
57
|
+
readonly id: string;
|
|
58
|
+
readonly isDefault?: boolean;
|
|
59
|
+
readonly name?: string;
|
|
60
|
+
readonly organizationId: string;
|
|
61
|
+
readonly projectId?: string;
|
|
62
|
+
readonly region?: string;
|
|
63
|
+
readonly tags: string[];
|
|
64
|
+
readonly updatedAt: string;
|
|
65
|
+
readonly vpcId?: string;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* Gets information about a Scaleway Virtual Private Cloud.
|
|
69
|
+
*
|
|
70
|
+
* ## Example Usage
|
|
71
|
+
*
|
|
72
|
+
* ```typescript
|
|
73
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
74
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
75
|
+
*
|
|
76
|
+
* const byName = scaleway.getVpc({
|
|
77
|
+
* name: "foobar",
|
|
78
|
+
* });
|
|
79
|
+
* const byId = scaleway.getVpc({
|
|
80
|
+
* vpcId: "11111111-1111-1111-1111-111111111111",
|
|
81
|
+
* });
|
|
82
|
+
* const default = scaleway.getVpc({
|
|
83
|
+
* isDefault: true,
|
|
84
|
+
* });
|
|
85
|
+
* ```
|
|
86
|
+
*/
|
|
87
|
+
export declare function getVpcOutput(args?: GetVpcOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetVpcResult>;
|
|
88
|
+
/**
|
|
89
|
+
* A collection of arguments for invoking getVpc.
|
|
90
|
+
*/
|
|
91
|
+
export interface GetVpcOutputArgs {
|
|
92
|
+
/**
|
|
93
|
+
* To get default VPC's information.
|
|
94
|
+
*/
|
|
95
|
+
isDefault?: pulumi.Input<boolean>;
|
|
96
|
+
/**
|
|
97
|
+
* Name of the VPC. One of `name` and `vpcId` should be specified.
|
|
98
|
+
*/
|
|
99
|
+
name?: pulumi.Input<string>;
|
|
100
|
+
/**
|
|
101
|
+
* The ID of the organization the VPC is associated with.
|
|
102
|
+
*/
|
|
103
|
+
organizationId?: pulumi.Input<string>;
|
|
104
|
+
/**
|
|
105
|
+
* `projectId`) The ID of the project the VPC is associated with.
|
|
106
|
+
*/
|
|
107
|
+
projectId?: pulumi.Input<string>;
|
|
108
|
+
region?: pulumi.Input<string>;
|
|
109
|
+
/**
|
|
110
|
+
* ID of the VPC. One of `name` and `vpcId` should be specified.
|
|
111
|
+
*/
|
|
112
|
+
vpcId?: pulumi.Input<string>;
|
|
113
|
+
}
|
package/getVpc.js
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getVpcOutput = exports.getVpc = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Gets information about a Scaleway Virtual Private Cloud.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
16
|
+
*
|
|
17
|
+
* const byName = scaleway.getVpc({
|
|
18
|
+
* name: "foobar",
|
|
19
|
+
* });
|
|
20
|
+
* const byId = scaleway.getVpc({
|
|
21
|
+
* vpcId: "11111111-1111-1111-1111-111111111111",
|
|
22
|
+
* });
|
|
23
|
+
* const default = scaleway.getVpc({
|
|
24
|
+
* isDefault: true,
|
|
25
|
+
* });
|
|
26
|
+
* ```
|
|
27
|
+
*/
|
|
28
|
+
function getVpc(args, opts) {
|
|
29
|
+
args = args || {};
|
|
30
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
31
|
+
return pulumi.runtime.invoke("scaleway:index/getVpc:getVpc", {
|
|
32
|
+
"isDefault": args.isDefault,
|
|
33
|
+
"name": args.name,
|
|
34
|
+
"organizationId": args.organizationId,
|
|
35
|
+
"projectId": args.projectId,
|
|
36
|
+
"region": args.region,
|
|
37
|
+
"vpcId": args.vpcId,
|
|
38
|
+
}, opts);
|
|
39
|
+
}
|
|
40
|
+
exports.getVpc = getVpc;
|
|
41
|
+
/**
|
|
42
|
+
* Gets information about a Scaleway Virtual Private Cloud.
|
|
43
|
+
*
|
|
44
|
+
* ## Example Usage
|
|
45
|
+
*
|
|
46
|
+
* ```typescript
|
|
47
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
48
|
+
* import * as scaleway from "@pulumi/scaleway";
|
|
49
|
+
*
|
|
50
|
+
* const byName = scaleway.getVpc({
|
|
51
|
+
* name: "foobar",
|
|
52
|
+
* });
|
|
53
|
+
* const byId = scaleway.getVpc({
|
|
54
|
+
* vpcId: "11111111-1111-1111-1111-111111111111",
|
|
55
|
+
* });
|
|
56
|
+
* const default = scaleway.getVpc({
|
|
57
|
+
* isDefault: true,
|
|
58
|
+
* });
|
|
59
|
+
* ```
|
|
60
|
+
*/
|
|
61
|
+
function getVpcOutput(args, opts) {
|
|
62
|
+
return pulumi.output(args).apply((a) => getVpc(a, opts));
|
|
63
|
+
}
|
|
64
|
+
exports.getVpcOutput = getVpcOutput;
|
|
65
|
+
//# sourceMappingURL=getVpc.js.map
|
package/getVpc.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getVpc.js","sourceRoot":"","sources":["../getVpc.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,MAAM,CAAC,IAAiB,EAAE,IAA2B;IACjE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8BAA8B,EAAE;QACzD,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,wBAYC;AA+CD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,YAAY,CAAC,IAAuB,EAAE,IAA2B;IAC7E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACjE,CAAC;AAFD,oCAEC"}
|