@volcengine/pulumi 0.0.45 → 0.0.47
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/autoscaling/getScalingGroups.d.ts +13 -0
- package/autoscaling/getScalingGroups.js +1 -0
- package/autoscaling/getScalingGroups.js.map +1 -1
- package/autoscaling/scalingGroups.d.ts +13 -0
- package/autoscaling/scalingGroups.js +1 -0
- package/autoscaling/scalingGroups.js.map +1 -1
- package/cloud_monitor/getRules.d.ts +13 -0
- package/cloud_monitor/getRules.js +1 -0
- package/cloud_monitor/getRules.js.map +1 -1
- package/cloud_monitor/rule.d.ts +16 -0
- package/cloud_monitor/rule.js +6 -0
- package/cloud_monitor/rule.js.map +1 -1
- package/cloud_monitor/rules.d.ts +13 -0
- package/cloud_monitor/rules.js +1 -0
- package/cloud_monitor/rules.js.map +1 -1
- package/ecs/getHpcClusters.d.ts +46 -0
- package/ecs/getHpcClusters.js +4 -0
- package/ecs/getHpcClusters.js.map +1 -1
- package/ecs/getKeyPairs.d.ts +25 -0
- package/ecs/getKeyPairs.js +2 -0
- package/ecs/getKeyPairs.js.map +1 -1
- package/ecs/getLaunchTemplates.d.ts +25 -0
- package/ecs/getLaunchTemplates.js +2 -0
- package/ecs/getLaunchTemplates.js.map +1 -1
- package/ecs/hpcCluster.d.ts +31 -0
- package/ecs/hpcCluster.js +9 -0
- package/ecs/hpcCluster.js.map +1 -1
- package/ecs/hpcClusters.d.ts +46 -0
- package/ecs/hpcClusters.js +4 -0
- package/ecs/hpcClusters.js.map +1 -1
- package/ecs/keyPair.d.ts +31 -0
- package/ecs/keyPair.js +9 -0
- package/ecs/keyPair.js.map +1 -1
- package/ecs/keyPairs.d.ts +25 -0
- package/ecs/keyPairs.js +2 -0
- package/ecs/keyPairs.js.map +1 -1
- package/ecs/launchTemplate.d.ts +53 -0
- package/ecs/launchTemplate.js +13 -0
- package/ecs/launchTemplate.js.map +1 -1
- package/ecs/launchTemplates.d.ts +25 -0
- package/ecs/launchTemplates.js +2 -0
- package/ecs/launchTemplates.js.map +1 -1
- package/iam/accessKeyLastUseds.d.ts +2 -2
- package/iam/accessKeyLastUseds.js +2 -2
- package/iam/allowedIpAddress.d.ts +2 -2
- package/iam/allowedIpAddress.js +2 -2
- package/iam/getAccessKeyLastUseds.d.ts +2 -2
- package/iam/getAccessKeyLastUseds.js +2 -2
- package/iam/loginProfile.d.ts +1 -1
- package/iam/loginProfile.js +1 -1
- package/iam/oauthProvider.d.ts +6 -6
- package/iam/oauthProvider.js +6 -6
- package/iam/oidcProvider.d.ts +4 -4
- package/iam/oidcProvider.js +4 -4
- package/iam/role.d.ts +5 -5
- package/iam/role.js +5 -5
- package/iam/serviceLinkedRole.d.ts +2 -2
- package/iam/serviceLinkedRole.js +2 -2
- package/iam/tag.d.ts +4 -4
- package/iam/tag.js +4 -4
- package/iam/user.d.ts +13 -7
- package/iam/user.js +13 -7
- package/iam/user.js.map +1 -1
- package/iam/userGroup.d.ts +2 -2
- package/iam/userGroup.js +2 -2
- package/iam/userGroupPolicyAttachment.d.ts +1 -1
- package/iam/userGroupPolicyAttachment.js +1 -1
- package/index.d.ts +2 -1
- package/index.js +4 -2
- package/index.js.map +1 -1
- package/kafka/getGroups.d.ts +13 -0
- package/kafka/getGroups.js +1 -0
- package/kafka/getGroups.js.map +1 -1
- package/kafka/getTopics.d.ts +13 -0
- package/kafka/getTopics.js +1 -0
- package/kafka/getTopics.js.map +1 -1
- package/kafka/group.d.ts +18 -0
- package/kafka/group.js +6 -0
- package/kafka/group.js.map +1 -1
- package/kafka/groups.d.ts +13 -0
- package/kafka/groups.js +1 -0
- package/kafka/groups.js.map +1 -1
- package/kafka/topic.d.ts +32 -0
- package/kafka/topic.js +12 -0
- package/kafka/topic.js.map +1 -1
- package/kafka/topics.d.ts +13 -0
- package/kafka/topics.js +1 -0
- package/kafka/topics.js.map +1 -1
- package/kms/asymmetricCiphertext.d.ts +129 -0
- package/kms/asymmetricCiphertext.js +90 -0
- package/kms/asymmetricCiphertext.js.map +1 -0
- package/kms/asymmetricCiphertexts.d.ts +129 -0
- package/kms/asymmetricCiphertexts.js +69 -0
- package/kms/asymmetricCiphertexts.js.map +1 -0
- package/kms/asymmetricPlaintexts.d.ts +129 -0
- package/kms/asymmetricPlaintexts.js +69 -0
- package/kms/asymmetricPlaintexts.js.map +1 -0
- package/kms/asymmetricSignature.d.ts +142 -0
- package/kms/asymmetricSignature.js +93 -0
- package/kms/asymmetricSignature.js.map +1 -0
- package/kms/asymmetricSignatures.d.ts +140 -0
- package/kms/asymmetricSignatures.js +72 -0
- package/kms/asymmetricSignatures.js.map +1 -0
- package/kms/asymmetricVerifications.d.ts +139 -0
- package/kms/asymmetricVerifications.js +63 -0
- package/kms/asymmetricVerifications.js.map +1 -0
- package/kms/cancelKeyDeletion.d.ts +105 -0
- package/kms/cancelKeyDeletion.js +80 -0
- package/kms/cancelKeyDeletion.js.map +1 -0
- package/kms/cancelSecretDeletion.d.ts +75 -0
- package/kms/cancelSecretDeletion.js +73 -0
- package/kms/cancelSecretDeletion.js.map +1 -0
- package/kms/ciphertext.d.ts +122 -0
- package/kms/ciphertext.js +80 -0
- package/kms/ciphertext.js.map +1 -0
- package/kms/ciphertexts.d.ts +115 -0
- package/kms/ciphertexts.js +55 -0
- package/kms/ciphertexts.js.map +1 -0
- package/kms/dataKeys.d.ts +121 -0
- package/kms/dataKeys.js +62 -0
- package/kms/dataKeys.js.map +1 -0
- package/kms/getAsymmetricCiphertexts.d.ts +127 -0
- package/kms/getAsymmetricCiphertexts.js +66 -0
- package/kms/getAsymmetricCiphertexts.js.map +1 -0
- package/kms/getAsymmetricPlaintexts.d.ts +127 -0
- package/kms/getAsymmetricPlaintexts.js +66 -0
- package/kms/getAsymmetricPlaintexts.js.map +1 -0
- package/kms/getAsymmetricSignatures.d.ts +138 -0
- package/kms/getAsymmetricSignatures.js +69 -0
- package/kms/getAsymmetricSignatures.js.map +1 -0
- package/kms/getAsymmetricVerifications.d.ts +137 -0
- package/kms/getAsymmetricVerifications.js +60 -0
- package/kms/getAsymmetricVerifications.js.map +1 -0
- package/kms/getCiphertexts.d.ts +113 -0
- package/kms/getCiphertexts.js +52 -0
- package/kms/getCiphertexts.js.map +1 -0
- package/kms/getDataKeys.d.ts +119 -0
- package/kms/getDataKeys.js +59 -0
- package/kms/getDataKeys.js.map +1 -0
- package/kms/getKeyMaterials.d.ts +120 -0
- package/kms/getKeyMaterials.js +57 -0
- package/kms/getKeyMaterials.js.map +1 -0
- package/kms/getKeys.d.ts +10 -10
- package/kms/getMacVerifications.d.ts +139 -0
- package/kms/getMacVerifications.js +67 -0
- package/kms/getMacVerifications.js.map +1 -0
- package/kms/getMacs.d.ts +130 -0
- package/kms/getMacs.js +66 -0
- package/kms/getMacs.js.map +1 -0
- package/kms/getPlaintexts.d.ts +94 -0
- package/kms/getPlaintexts.js +57 -0
- package/kms/getPlaintexts.js.map +1 -0
- package/kms/getPublicKeys.d.ts +98 -0
- package/kms/getPublicKeys.js +51 -0
- package/kms/getPublicKeys.js.map +1 -0
- package/kms/getReEncrypts.d.ts +132 -0
- package/kms/getReEncrypts.js +63 -0
- package/kms/getReEncrypts.js.map +1 -0
- package/kms/getRegions.d.ts +62 -0
- package/kms/getRegions.js +42 -0
- package/kms/getRegions.js.map +1 -0
- package/kms/getSecretVersions.d.ts +75 -0
- package/kms/getSecretVersions.js +46 -0
- package/kms/getSecretVersions.js.map +1 -0
- package/kms/getSecrets.d.ts +12 -0
- package/kms/getSecrets.js +1 -0
- package/kms/getSecrets.js.map +1 -1
- package/kms/index.d.ts +120 -0
- package/kms/index.js +146 -1
- package/kms/index.js.map +1 -1
- package/kms/key.d.ts +98 -24
- package/kms/key.js +44 -0
- package/kms/key.js.map +1 -1
- package/kms/keyArchive.d.ts +6 -6
- package/kms/keyEnable.d.ts +6 -6
- package/kms/keyMaterial.d.ts +141 -0
- package/kms/keyMaterial.js +88 -0
- package/kms/keyMaterial.js.map +1 -0
- package/kms/keyMaterials.d.ts +122 -0
- package/kms/keyMaterials.js +60 -0
- package/kms/keyMaterials.js.map +1 -0
- package/kms/keyPrimaryRegion.d.ts +113 -0
- package/kms/keyPrimaryRegion.js +87 -0
- package/kms/keyPrimaryRegion.js.map +1 -0
- package/kms/keyRotation.d.ts +22 -7
- package/kms/keyRotation.js +6 -1
- package/kms/keyRotation.js.map +1 -1
- package/kms/keyring.d.ts +3 -3
- package/kms/keys.d.ts +10 -10
- package/kms/macVerifications.d.ts +141 -0
- package/kms/macVerifications.js +70 -0
- package/kms/macVerifications.js.map +1 -0
- package/kms/macs.d.ts +132 -0
- package/kms/macs.js +69 -0
- package/kms/macs.js.map +1 -0
- package/kms/plaintexts.d.ts +96 -0
- package/kms/plaintexts.js +60 -0
- package/kms/plaintexts.js.map +1 -0
- package/kms/publicKeys.d.ts +100 -0
- package/kms/publicKeys.js +54 -0
- package/kms/publicKeys.js.map +1 -0
- package/kms/reEncrypt.d.ts +138 -0
- package/kms/reEncrypt.js +86 -0
- package/kms/reEncrypt.js.map +1 -0
- package/kms/reEncrypts.d.ts +134 -0
- package/kms/reEncrypts.js +66 -0
- package/kms/reEncrypts.js.map +1 -0
- package/kms/regions.d.ts +64 -0
- package/kms/regions.js +45 -0
- package/kms/regions.js.map +1 -0
- package/kms/replicateKey.d.ts +144 -0
- package/kms/replicateKey.js +90 -0
- package/kms/replicateKey.js.map +1 -0
- package/kms/secret.d.ts +70 -12
- package/kms/secret.js +22 -0
- package/kms/secret.js.map +1 -1
- package/kms/secretBackup.d.ts +91 -0
- package/kms/secretBackup.js +77 -0
- package/kms/secretBackup.js.map +1 -0
- package/kms/secretRestore.d.ts +92 -0
- package/kms/secretRestore.js +82 -0
- package/kms/secretRestore.js.map +1 -0
- package/kms/secretRotate.d.ts +82 -0
- package/kms/secretRotate.js +76 -0
- package/kms/secretRotate.js.map +1 -0
- package/kms/secretVersions.d.ts +77 -0
- package/kms/secretVersions.js +49 -0
- package/kms/secretVersions.js.map +1 -0
- package/kms/secrets.d.ts +12 -0
- package/kms/secrets.js +1 -0
- package/kms/secrets.js.map +1 -1
- package/nlb/backendServer.d.ts +62 -0
- package/nlb/backendServer.js +57 -0
- package/nlb/backendServer.js.map +1 -0
- package/nlb/getListenerHealths.d.ts +31 -0
- package/nlb/getListenerHealths.js +20 -0
- package/nlb/getListenerHealths.js.map +1 -0
- package/nlb/getListeners.d.ts +44 -0
- package/nlb/getListeners.js +25 -0
- package/nlb/getListeners.js.map +1 -0
- package/nlb/getNetworkLoadBalancerAttributes.d.ts +31 -0
- package/nlb/getNetworkLoadBalancerAttributes.js +20 -0
- package/nlb/getNetworkLoadBalancerAttributes.js.map +1 -0
- package/nlb/getNetworkLoadBalancers.d.ts +53 -0
- package/nlb/getNetworkLoadBalancers.js +28 -0
- package/nlb/getNetworkLoadBalancers.js.map +1 -0
- package/nlb/getServerGroupAttributes.d.ts +31 -0
- package/nlb/getServerGroupAttributes.js +20 -0
- package/nlb/getServerGroupAttributes.js.map +1 -0
- package/nlb/getServerGroups.d.ts +53 -0
- package/nlb/getServerGroups.js +28 -0
- package/nlb/getServerGroups.js.map +1 -0
- package/nlb/getTags.d.ts +41 -0
- package/nlb/getTags.js +23 -0
- package/nlb/getTags.js.map +1 -0
- package/nlb/getZones.d.ts +28 -0
- package/nlb/getZones.js +20 -0
- package/nlb/getZones.js.map +1 -0
- package/nlb/index.d.ts +63 -0
- package/nlb/index.js +90 -0
- package/nlb/index.js.map +1 -0
- package/nlb/listener.d.ts +194 -0
- package/nlb/listener.js +87 -0
- package/nlb/listener.js.map +1 -0
- package/nlb/listenerHealths.d.ts +33 -0
- package/nlb/listenerHealths.js +23 -0
- package/nlb/listenerHealths.js.map +1 -0
- package/nlb/listeners.d.ts +46 -0
- package/nlb/listeners.js +28 -0
- package/nlb/listeners.js.map +1 -0
- package/nlb/networkLoadBalancer.d.ts +338 -0
- package/nlb/networkLoadBalancer.js +115 -0
- package/nlb/networkLoadBalancer.js.map +1 -0
- package/nlb/networkLoadBalancerAttributes.d.ts +33 -0
- package/nlb/networkLoadBalancerAttributes.js +23 -0
- package/nlb/networkLoadBalancerAttributes.js.map +1 -0
- package/nlb/networkLoadBalancers.d.ts +55 -0
- package/nlb/networkLoadBalancers.js +31 -0
- package/nlb/networkLoadBalancers.js.map +1 -0
- package/nlb/serverGroup.d.ts +294 -0
- package/nlb/serverGroup.js +97 -0
- package/nlb/serverGroup.js.map +1 -0
- package/nlb/serverGroupAttributes.d.ts +33 -0
- package/nlb/serverGroupAttributes.js +23 -0
- package/nlb/serverGroupAttributes.js.map +1 -0
- package/nlb/serverGroups.d.ts +55 -0
- package/nlb/serverGroups.js +31 -0
- package/nlb/serverGroups.js.map +1 -0
- package/nlb/tag.d.ts +65 -0
- package/nlb/tag.js +59 -0
- package/nlb/tag.js.map +1 -0
- package/nlb/tags.d.ts +43 -0
- package/nlb/tags.js +26 -0
- package/nlb/tags.js.map +1 -0
- package/nlb/zones.d.ts +30 -0
- package/nlb/zones.js +23 -0
- package/nlb/zones.js.map +1 -0
- package/package.json +1 -1
- package/privatelink/getVpcEndpointServices.d.ts +25 -0
- package/privatelink/getVpcEndpointServices.js +2 -0
- package/privatelink/getVpcEndpointServices.js.map +1 -1
- package/privatelink/getVpcEndpoints.d.ts +25 -0
- package/privatelink/getVpcEndpoints.js +2 -0
- package/privatelink/getVpcEndpoints.js.map +1 -1
- package/privatelink/getVpcGatewayEndpoints.d.ts +113 -0
- package/privatelink/getVpcGatewayEndpoints.js +32 -0
- package/privatelink/getVpcGatewayEndpoints.js.map +1 -0
- package/privatelink/index.d.ts +9 -0
- package/privatelink/index.js +12 -1
- package/privatelink/index.js.map +1 -1
- package/privatelink/vpcEndpoint.d.ts +36 -0
- package/privatelink/vpcEndpoint.js +14 -0
- package/privatelink/vpcEndpoint.js.map +1 -1
- package/privatelink/vpcEndpointService.d.ts +29 -0
- package/privatelink/vpcEndpointService.js +9 -0
- package/privatelink/vpcEndpointService.js.map +1 -1
- package/privatelink/vpcEndpointServices.d.ts +25 -0
- package/privatelink/vpcEndpointServices.js +2 -0
- package/privatelink/vpcEndpointServices.js.map +1 -1
- package/privatelink/vpcEndpoints.d.ts +25 -0
- package/privatelink/vpcEndpoints.js +2 -0
- package/privatelink/vpcEndpoints.js.map +1 -1
- package/privatelink/vpcGatewayEndpoint.d.ts +140 -0
- package/privatelink/vpcGatewayEndpoint.js +79 -0
- package/privatelink/vpcGatewayEndpoint.js.map +1 -0
- package/privatelink/vpcGatewayEndpoints.d.ts +115 -0
- package/privatelink/vpcGatewayEndpoints.js +35 -0
- package/privatelink/vpcGatewayEndpoints.js.map +1 -0
- package/tls/alarm.d.ts +3 -3
- package/tls/alarm.js +3 -3
- package/tls/alarmContentTemplate.d.ts +2 -2
- package/tls/alarmContentTemplate.js +2 -2
- package/tls/alarmNotifyGroup.d.ts +27 -0
- package/tls/alarmNotifyGroup.js +27 -0
- package/tls/alarmNotifyGroup.js.map +1 -1
- package/tls/alarmNotifyGroups.d.ts +6 -2
- package/tls/alarmNotifyGroups.js +6 -2
- package/tls/alarmNotifyGroups.js.map +1 -1
- package/tls/alarmWebhookIntegration.d.ts +3 -3
- package/tls/alarmWebhookIntegration.js +3 -3
- package/tls/consumerGroup.d.ts +6 -3
- package/tls/consumerGroup.js +6 -3
- package/tls/consumerGroup.js.map +1 -1
- package/tls/etlTask.d.ts +6 -4
- package/tls/etlTask.js +6 -4
- package/tls/etlTask.js.map +1 -1
- package/tls/etlTasks.d.ts +6 -2
- package/tls/etlTasks.js +6 -2
- package/tls/etlTasks.js.map +1 -1
- package/tls/getAlarmNotifyGroups.d.ts +6 -2
- package/tls/getAlarmNotifyGroups.js +6 -2
- package/tls/getAlarmNotifyGroups.js.map +1 -1
- package/tls/getEtlTasks.d.ts +6 -2
- package/tls/getEtlTasks.js +6 -2
- package/tls/getEtlTasks.js.map +1 -1
- package/tls/getHostGroups.d.ts +6 -2
- package/tls/getHostGroups.js +6 -2
- package/tls/getHostGroups.js.map +1 -1
- package/tls/getImportTasks.d.ts +6 -2
- package/tls/getImportTasks.js +6 -2
- package/tls/getImportTasks.js.map +1 -1
- package/tls/getKafkaConsumers.d.ts +2 -10
- package/tls/getKafkaConsumers.js +2 -10
- package/tls/getKafkaConsumers.js.map +1 -1
- package/tls/getLogSearches.d.ts +6 -6
- package/tls/getLogSearches.js +6 -6
- package/tls/getShippers.d.ts +6 -2
- package/tls/getShippers.js +6 -2
- package/tls/getShippers.js.map +1 -1
- package/tls/getTraceInstances.d.ts +2 -10
- package/tls/getTraceInstances.js +2 -10
- package/tls/getTraceInstances.js.map +1 -1
- package/tls/hostGroup.d.ts +0 -10
- package/tls/hostGroup.js +0 -10
- package/tls/hostGroup.js.map +1 -1
- package/tls/hostGroups.d.ts +6 -2
- package/tls/hostGroups.js +6 -2
- package/tls/hostGroups.js.map +1 -1
- package/tls/importTask.d.ts +2 -2
- package/tls/importTask.js +2 -2
- package/tls/importTasks.d.ts +6 -2
- package/tls/importTasks.js +6 -2
- package/tls/importTasks.js.map +1 -1
- package/tls/index_.d.ts +6 -10
- package/tls/index_.js +6 -10
- package/tls/index_.js.map +1 -1
- package/tls/kafkaConsumer.d.ts +1 -1
- package/tls/kafkaConsumer.js +1 -1
- package/tls/kafkaConsumers.d.ts +2 -10
- package/tls/kafkaConsumers.js +2 -10
- package/tls/kafkaConsumers.js.map +1 -1
- package/tls/logSearches.d.ts +6 -6
- package/tls/logSearches.js +6 -6
- package/tls/project.d.ts +3 -3
- package/tls/project.js +3 -3
- package/tls/rule.d.ts +16 -16
- package/tls/rule.js +16 -16
- package/tls/shard.d.ts +1 -1
- package/tls/shard.js +1 -1
- package/tls/shipper.d.ts +2 -2
- package/tls/shipper.js +2 -2
- package/tls/shippers.d.ts +6 -2
- package/tls/shippers.js +6 -2
- package/tls/shippers.js.map +1 -1
- package/tls/tag.d.ts +0 -5
- package/tls/tag.js +0 -5
- package/tls/tag.js.map +1 -1
- package/tls/tagResource.d.ts +0 -4
- package/tls/tagResource.js +0 -4
- package/tls/tagResource.js.map +1 -1
- package/tls/topic.d.ts +7 -2
- package/tls/topic.js +7 -2
- package/tls/topic.js.map +1 -1
- package/tls/traceInstance.d.ts +7 -10
- package/tls/traceInstance.js +7 -10
- package/tls/traceInstance.js.map +1 -1
- package/tls/traceInstances.d.ts +2 -10
- package/tls/traceInstances.js +2 -10
- package/tls/traceInstances.js.map +1 -1
- package/types/input.d.ts +1294 -42
- package/types/output.d.ts +4152 -404
- package/vmp/alertingRule.d.ts +12 -0
- package/vmp/alertingRule.js +2 -0
- package/vmp/alertingRule.js.map +1 -1
- package/vmp/alertingRules.d.ts +13 -0
- package/vmp/alertingRules.js +1 -0
- package/vmp/alertingRules.js.map +1 -1
- package/vmp/getAlertingRules.d.ts +13 -0
- package/vmp/getAlertingRules.js +1 -0
- package/vmp/getAlertingRules.js.map +1 -1
- package/vpc/getIpv6AddressBandwidths.d.ts +10 -0
- package/vpc/getIpv6AddressBandwidths.js +1 -0
- package/vpc/getIpv6AddressBandwidths.js.map +1 -1
- package/vpc/getIpv6Gateways.d.ts +25 -0
- package/vpc/getIpv6Gateways.js +2 -0
- package/vpc/getIpv6Gateways.js.map +1 -1
- package/vpc/ipv6AddressBandwidth.d.ts +14 -0
- package/vpc/ipv6AddressBandwidth.js +2 -0
- package/vpc/ipv6AddressBandwidth.js.map +1 -1
- package/vpc/ipv6AddressBandwidths.d.ts +10 -0
- package/vpc/ipv6AddressBandwidths.js +1 -0
- package/vpc/ipv6AddressBandwidths.js.map +1 -1
- package/vpc/ipv6Gateway.d.ts +26 -0
- package/vpc/ipv6Gateway.js +4 -0
- package/vpc/ipv6Gateway.js.map +1 -1
- package/vpc/ipv6Gateways.d.ts +25 -0
- package/vpc/ipv6Gateways.js +2 -0
- package/vpc/ipv6Gateways.js.map +1 -1
- package/vpn/connection.d.ts +14 -0
- package/vpn/connection.js +2 -0
- package/vpn/connection.js.map +1 -1
- package/vpn/connections.d.ts +13 -0
- package/vpn/connections.js +1 -0
- package/vpn/connections.js.map +1 -1
- package/vpn/customerGateway.d.ts +26 -0
- package/vpn/customerGateway.js +4 -0
- package/vpn/customerGateway.js.map +1 -1
- package/vpn/customerGateways.d.ts +40 -0
- package/vpn/customerGateways.js +3 -0
- package/vpn/customerGateways.js.map +1 -1
- package/vpn/getConnections.d.ts +13 -0
- package/vpn/getConnections.js +1 -0
- package/vpn/getConnections.js.map +1 -1
- package/vpn/getCustomerGateways.d.ts +40 -0
- package/vpn/getCustomerGateways.js +3 -0
- package/vpn/getCustomerGateways.js.map +1 -1
- package/vpn/getSslVpnClientCerts.d.ts +10 -0
- package/vpn/getSslVpnClientCerts.js +1 -0
- package/vpn/getSslVpnClientCerts.js.map +1 -1
- package/vpn/getSslVpnServers.d.ts +25 -0
- package/vpn/getSslVpnServers.js +2 -0
- package/vpn/getSslVpnServers.js.map +1 -1
- package/vpn/sslVpnClientCert.d.ts +14 -0
- package/vpn/sslVpnClientCert.js +2 -0
- package/vpn/sslVpnClientCert.js.map +1 -1
- package/vpn/sslVpnClientCerts.d.ts +10 -0
- package/vpn/sslVpnClientCerts.js +1 -0
- package/vpn/sslVpnClientCerts.js.map +1 -1
- package/vpn/sslVpnServer.d.ts +14 -0
- package/vpn/sslVpnServer.js +2 -0
- package/vpn/sslVpnServer.js.map +1 -1
- package/vpn/sslVpnServers.d.ts +25 -0
- package/vpn/sslVpnServers.js +2 -0
- package/vpn/sslVpnServers.js.map +1 -1
package/nlb/tag.js
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
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.Tag = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
class Tag extends pulumi.CustomResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get an existing Tag resource's state with the given name, ID, and optional extra
|
|
11
|
+
* properties used to qualify the lookup.
|
|
12
|
+
*
|
|
13
|
+
* @param name The _unique_ name of the resulting resource.
|
|
14
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
15
|
+
* @param state Any extra arguments used during the lookup.
|
|
16
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
17
|
+
*/
|
|
18
|
+
static get(name, id, state, opts) {
|
|
19
|
+
return new Tag(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Returns true if the given object is an instance of Tag. This is designed to work even
|
|
23
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
24
|
+
*/
|
|
25
|
+
static isInstance(obj) {
|
|
26
|
+
if (obj === undefined || obj === null) {
|
|
27
|
+
return false;
|
|
28
|
+
}
|
|
29
|
+
return obj['__pulumiType'] === Tag.__pulumiType;
|
|
30
|
+
}
|
|
31
|
+
constructor(name, argsOrState, opts) {
|
|
32
|
+
let resourceInputs = {};
|
|
33
|
+
opts = opts || {};
|
|
34
|
+
if (opts.id) {
|
|
35
|
+
const state = argsOrState;
|
|
36
|
+
resourceInputs["resourceId"] = state ? state.resourceId : undefined;
|
|
37
|
+
resourceInputs["resourceType"] = state ? state.resourceType : undefined;
|
|
38
|
+
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
39
|
+
}
|
|
40
|
+
else {
|
|
41
|
+
const args = argsOrState;
|
|
42
|
+
if ((!args || args.resourceId === undefined) && !opts.urn) {
|
|
43
|
+
throw new Error("Missing required property 'resourceId'");
|
|
44
|
+
}
|
|
45
|
+
if ((!args || args.resourceType === undefined) && !opts.urn) {
|
|
46
|
+
throw new Error("Missing required property 'resourceType'");
|
|
47
|
+
}
|
|
48
|
+
resourceInputs["resourceId"] = args ? args.resourceId : undefined;
|
|
49
|
+
resourceInputs["resourceType"] = args ? args.resourceType : undefined;
|
|
50
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
51
|
+
}
|
|
52
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
53
|
+
super(Tag.__pulumiType, name, resourceInputs, opts);
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
exports.Tag = Tag;
|
|
57
|
+
/** @internal */
|
|
58
|
+
Tag.__pulumiType = 'volcengine:nlb/tag:Tag';
|
|
59
|
+
//# sourceMappingURL=tag.js.map
|
package/nlb/tag.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tag.js","sourceRoot":"","sources":["../../nlb/tag.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C,MAAa,GAAI,SAAQ,MAAM,CAAC,cAAc;IAC1C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgB,EAAE,IAAmC;QAC9G,OAAO,IAAI,GAAG,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC1D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,GAAG,CAAC,YAAY,CAAC;IACpD,CAAC;IAoBD,YAAY,IAAY,EAAE,WAAgC,EAAE,IAAmC;QAC3F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAmC,CAAC;YAClD,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;aAAM;YACH,MAAM,IAAI,GAAG,WAAkC,CAAC;YAChD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,YAAY,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzD,MAAM,IAAI,KAAK,CAAC,0CAA0C,CAAC,CAAC;aAC/D;YACD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,GAAG,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACxD,CAAC;;AApEL,kBAqEC;AAvDG,gBAAgB;AACO,gBAAY,GAAG,wBAAwB,CAAC"}
|
package/nlb/tags.d.ts
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/** @deprecated volcengine.nlb.Tags has been deprecated in favor of volcengine.nlb.getTags */
|
|
5
|
+
export declare function tags(args: TagsArgs, opts?: pulumi.InvokeOptions): Promise<TagsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of arguments for invoking Tags.
|
|
8
|
+
*/
|
|
9
|
+
export interface TagsArgs {
|
|
10
|
+
outputFile?: string;
|
|
11
|
+
resourceIds?: string[];
|
|
12
|
+
resourceType: string;
|
|
13
|
+
tagFilters?: inputs.nlb.TagsTagFilter[];
|
|
14
|
+
tagType?: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by Tags.
|
|
18
|
+
*/
|
|
19
|
+
export interface TagsResult {
|
|
20
|
+
/**
|
|
21
|
+
* The provider-assigned unique ID for this managed resource.
|
|
22
|
+
*/
|
|
23
|
+
readonly id: string;
|
|
24
|
+
readonly outputFile?: string;
|
|
25
|
+
readonly resourceIds?: string[];
|
|
26
|
+
readonly resourceType: string;
|
|
27
|
+
readonly tagFilters?: outputs.nlb.TagsTagFilter[];
|
|
28
|
+
readonly tagType?: string;
|
|
29
|
+
readonly tags: outputs.nlb.TagsTag[];
|
|
30
|
+
readonly totalCount: number;
|
|
31
|
+
}
|
|
32
|
+
/** @deprecated volcengine.nlb.Tags has been deprecated in favor of volcengine.nlb.getTags */
|
|
33
|
+
export declare function tagsOutput(args: TagsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<TagsResult>;
|
|
34
|
+
/**
|
|
35
|
+
* A collection of arguments for invoking Tags.
|
|
36
|
+
*/
|
|
37
|
+
export interface TagsOutputArgs {
|
|
38
|
+
outputFile?: pulumi.Input<string>;
|
|
39
|
+
resourceIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
40
|
+
resourceType: pulumi.Input<string>;
|
|
41
|
+
tagFilters?: pulumi.Input<pulumi.Input<inputs.nlb.TagsTagFilterArgs>[]>;
|
|
42
|
+
tagType?: pulumi.Input<string>;
|
|
43
|
+
}
|
package/nlb/tags.js
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
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.tagsOutput = exports.tags = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/** @deprecated volcengine.nlb.Tags has been deprecated in favor of volcengine.nlb.getTags */
|
|
9
|
+
function tags(args, opts) {
|
|
10
|
+
pulumi.log.warn("tags is deprecated: volcengine.nlb.Tags has been deprecated in favor of volcengine.nlb.getTags");
|
|
11
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
12
|
+
return pulumi.runtime.invoke("volcengine:nlb/tags:Tags", {
|
|
13
|
+
"outputFile": args.outputFile,
|
|
14
|
+
"resourceIds": args.resourceIds,
|
|
15
|
+
"resourceType": args.resourceType,
|
|
16
|
+
"tagFilters": args.tagFilters,
|
|
17
|
+
"tagType": args.tagType,
|
|
18
|
+
}, opts);
|
|
19
|
+
}
|
|
20
|
+
exports.tags = tags;
|
|
21
|
+
/** @deprecated volcengine.nlb.Tags has been deprecated in favor of volcengine.nlb.getTags */
|
|
22
|
+
function tagsOutput(args, opts) {
|
|
23
|
+
return pulumi.output(args).apply((a) => tags(a, opts));
|
|
24
|
+
}
|
|
25
|
+
exports.tagsOutput = tagsOutput;
|
|
26
|
+
//# sourceMappingURL=tags.js.map
|
package/nlb/tags.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tags.js","sourceRoot":"","sources":["../../nlb/tags.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C,6FAA6F;AAC7F,SAAgB,IAAI,CAAC,IAAc,EAAE,IAA2B;IAC5D,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,gGAAgG,CAAC,CAAA;IAEjH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0BAA0B,EAAE;QACrD,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,oBAWC;AA6BD,6FAA6F;AAC7F,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,IAAI,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC/D,CAAC;AAFD,gCAEC"}
|
package/nlb/zones.d.ts
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/** @deprecated volcengine.nlb.Zones has been deprecated in favor of volcengine.nlb.getZones */
|
|
4
|
+
export declare function zones(args?: ZonesArgs, opts?: pulumi.InvokeOptions): Promise<ZonesResult>;
|
|
5
|
+
/**
|
|
6
|
+
* A collection of arguments for invoking Zones.
|
|
7
|
+
*/
|
|
8
|
+
export interface ZonesArgs {
|
|
9
|
+
outputFile?: string;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* A collection of values returned by Zones.
|
|
13
|
+
*/
|
|
14
|
+
export interface ZonesResult {
|
|
15
|
+
/**
|
|
16
|
+
* The provider-assigned unique ID for this managed resource.
|
|
17
|
+
*/
|
|
18
|
+
readonly id: string;
|
|
19
|
+
readonly outputFile?: string;
|
|
20
|
+
readonly totalCount: number;
|
|
21
|
+
readonly zones: outputs.nlb.ZonesZone[];
|
|
22
|
+
}
|
|
23
|
+
/** @deprecated volcengine.nlb.Zones has been deprecated in favor of volcengine.nlb.getZones */
|
|
24
|
+
export declare function zonesOutput(args?: ZonesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<ZonesResult>;
|
|
25
|
+
/**
|
|
26
|
+
* A collection of arguments for invoking Zones.
|
|
27
|
+
*/
|
|
28
|
+
export interface ZonesOutputArgs {
|
|
29
|
+
outputFile?: pulumi.Input<string>;
|
|
30
|
+
}
|
package/nlb/zones.js
ADDED
|
@@ -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.zonesOutput = exports.zones = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/** @deprecated volcengine.nlb.Zones has been deprecated in favor of volcengine.nlb.getZones */
|
|
9
|
+
function zones(args, opts) {
|
|
10
|
+
pulumi.log.warn("zones is deprecated: volcengine.nlb.Zones has been deprecated in favor of volcengine.nlb.getZones");
|
|
11
|
+
args = args || {};
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcengine:nlb/zones:Zones", {
|
|
14
|
+
"outputFile": args.outputFile,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.zones = zones;
|
|
18
|
+
/** @deprecated volcengine.nlb.Zones has been deprecated in favor of volcengine.nlb.getZones */
|
|
19
|
+
function zonesOutput(args, opts) {
|
|
20
|
+
return pulumi.output(args).apply((a) => zones(a, opts));
|
|
21
|
+
}
|
|
22
|
+
exports.zonesOutput = zonesOutput;
|
|
23
|
+
//# sourceMappingURL=zones.js.map
|
package/nlb/zones.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"zones.js","sourceRoot":"","sources":["../../nlb/zones.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C,+FAA+F;AAC/F,SAAgB,KAAK,CAAC,IAAgB,EAAE,IAA2B;IAC/D,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,mGAAmG,CAAC,CAAA;IACpH,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,4BAA4B,EAAE;QACvD,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,sBAQC;AAqBD,+FAA+F;AAC/F,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,KAAK,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAChE,CAAC;AAFD,kCAEC"}
|
package/package.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
2
3
|
import * as outputs from "../types/output";
|
|
3
4
|
/**
|
|
4
5
|
* Use this data source to query detailed information of privatelink vpc endpoint services
|
|
@@ -70,10 +71,18 @@ export interface GetVpcEndpointServicesArgs {
|
|
|
70
71
|
* File name where to save data source results.
|
|
71
72
|
*/
|
|
72
73
|
outputFile?: string;
|
|
74
|
+
/**
|
|
75
|
+
* The project name of vpc endpoint service.
|
|
76
|
+
*/
|
|
77
|
+
projectName?: string;
|
|
73
78
|
/**
|
|
74
79
|
* The name of vpc endpoint service.
|
|
75
80
|
*/
|
|
76
81
|
serviceName?: string;
|
|
82
|
+
/**
|
|
83
|
+
* Tags.
|
|
84
|
+
*/
|
|
85
|
+
tags?: inputs.privatelink.GetVpcEndpointServicesTag[];
|
|
77
86
|
}
|
|
78
87
|
/**
|
|
79
88
|
* A collection of values returned by getVpcEndpointServices.
|
|
@@ -86,6 +95,10 @@ export interface GetVpcEndpointServicesResult {
|
|
|
86
95
|
readonly ids?: string[];
|
|
87
96
|
readonly nameRegex?: string;
|
|
88
97
|
readonly outputFile?: string;
|
|
98
|
+
/**
|
|
99
|
+
* The project name of service.
|
|
100
|
+
*/
|
|
101
|
+
readonly projectName?: string;
|
|
89
102
|
/**
|
|
90
103
|
* The name of service.
|
|
91
104
|
*/
|
|
@@ -94,6 +107,10 @@ export interface GetVpcEndpointServicesResult {
|
|
|
94
107
|
* The collection of query.
|
|
95
108
|
*/
|
|
96
109
|
readonly services: outputs.privatelink.GetVpcEndpointServicesService[];
|
|
110
|
+
/**
|
|
111
|
+
* Tags.
|
|
112
|
+
*/
|
|
113
|
+
readonly tags?: outputs.privatelink.GetVpcEndpointServicesTag[];
|
|
97
114
|
/**
|
|
98
115
|
* Returns the total amount of the data list.
|
|
99
116
|
*/
|
|
@@ -169,8 +186,16 @@ export interface GetVpcEndpointServicesOutputArgs {
|
|
|
169
186
|
* File name where to save data source results.
|
|
170
187
|
*/
|
|
171
188
|
outputFile?: pulumi.Input<string>;
|
|
189
|
+
/**
|
|
190
|
+
* The project name of vpc endpoint service.
|
|
191
|
+
*/
|
|
192
|
+
projectName?: pulumi.Input<string>;
|
|
172
193
|
/**
|
|
173
194
|
* The name of vpc endpoint service.
|
|
174
195
|
*/
|
|
175
196
|
serviceName?: pulumi.Input<string>;
|
|
197
|
+
/**
|
|
198
|
+
* Tags.
|
|
199
|
+
*/
|
|
200
|
+
tags?: pulumi.Input<pulumi.Input<inputs.privatelink.GetVpcEndpointServicesTagArgs>[]>;
|
|
176
201
|
}
|
|
@@ -65,7 +65,9 @@ function getVpcEndpointServices(args, opts) {
|
|
|
65
65
|
"ids": args.ids,
|
|
66
66
|
"nameRegex": args.nameRegex,
|
|
67
67
|
"outputFile": args.outputFile,
|
|
68
|
+
"projectName": args.projectName,
|
|
68
69
|
"serviceName": args.serviceName,
|
|
70
|
+
"tags": args.tags,
|
|
69
71
|
}, opts);
|
|
70
72
|
}
|
|
71
73
|
exports.getVpcEndpointServices = getVpcEndpointServices;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getVpcEndpointServices.js","sourceRoot":"","sources":["../../privatelink/getVpcEndpointServices.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoDG;AACH,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAA2B;IACjG,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,sEAAsE,EAAE;QACjG,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;
|
|
1
|
+
{"version":3,"file":"getVpcEndpointServices.js","sourceRoot":"","sources":["../../privatelink/getVpcEndpointServices.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoDG;AACH,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAA2B;IACjG,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,sEAAsE,EAAE;QACjG,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,wDAYC;AAgED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoDG;AACH,SAAgB,4BAA4B,CAAC,IAAuC,EAAE,IAA2B;IAC7G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,sBAAsB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACjF,CAAC;AAFD,oEAEC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
2
3
|
import * as outputs from "../types/output";
|
|
3
4
|
/**
|
|
4
5
|
* Use this data source to query detailed information of privatelink vpc endpoints
|
|
@@ -84,6 +85,10 @@ export interface GetVpcEndpointsArgs {
|
|
|
84
85
|
* File name where to save data source results.
|
|
85
86
|
*/
|
|
86
87
|
outputFile?: string;
|
|
88
|
+
/**
|
|
89
|
+
* The project name of vpc endpoint.
|
|
90
|
+
*/
|
|
91
|
+
projectName?: string;
|
|
87
92
|
/**
|
|
88
93
|
* The name of vpc endpoint service.
|
|
89
94
|
*/
|
|
@@ -92,6 +97,10 @@ export interface GetVpcEndpointsArgs {
|
|
|
92
97
|
* The status of vpc endpoint. Valid values: `Creating`, `Pending`, `Available`, `Deleting`, `Inactive`.
|
|
93
98
|
*/
|
|
94
99
|
status?: string;
|
|
100
|
+
/**
|
|
101
|
+
* Tags.
|
|
102
|
+
*/
|
|
103
|
+
tags?: inputs.privatelink.GetVpcEndpointsTag[];
|
|
95
104
|
/**
|
|
96
105
|
* The vpc id of vpc endpoint.
|
|
97
106
|
*/
|
|
@@ -112,6 +121,10 @@ export interface GetVpcEndpointsResult {
|
|
|
112
121
|
readonly ids?: string[];
|
|
113
122
|
readonly nameRegex?: string;
|
|
114
123
|
readonly outputFile?: string;
|
|
124
|
+
/**
|
|
125
|
+
* The project name of vpc endpoint.
|
|
126
|
+
*/
|
|
127
|
+
readonly projectName?: string;
|
|
115
128
|
/**
|
|
116
129
|
* The name of vpc endpoint service.
|
|
117
130
|
*/
|
|
@@ -120,6 +133,10 @@ export interface GetVpcEndpointsResult {
|
|
|
120
133
|
* The status of vpc endpoint.
|
|
121
134
|
*/
|
|
122
135
|
readonly status?: string;
|
|
136
|
+
/**
|
|
137
|
+
* Tags.
|
|
138
|
+
*/
|
|
139
|
+
readonly tags?: outputs.privatelink.GetVpcEndpointsTag[];
|
|
123
140
|
/**
|
|
124
141
|
* Returns the total amount of the data list.
|
|
125
142
|
*/
|
|
@@ -217,6 +234,10 @@ export interface GetVpcEndpointsOutputArgs {
|
|
|
217
234
|
* File name where to save data source results.
|
|
218
235
|
*/
|
|
219
236
|
outputFile?: pulumi.Input<string>;
|
|
237
|
+
/**
|
|
238
|
+
* The project name of vpc endpoint.
|
|
239
|
+
*/
|
|
240
|
+
projectName?: pulumi.Input<string>;
|
|
220
241
|
/**
|
|
221
242
|
* The name of vpc endpoint service.
|
|
222
243
|
*/
|
|
@@ -225,6 +246,10 @@ export interface GetVpcEndpointsOutputArgs {
|
|
|
225
246
|
* The status of vpc endpoint. Valid values: `Creating`, `Pending`, `Available`, `Deleting`, `Inactive`.
|
|
226
247
|
*/
|
|
227
248
|
status?: pulumi.Input<string>;
|
|
249
|
+
/**
|
|
250
|
+
* Tags.
|
|
251
|
+
*/
|
|
252
|
+
tags?: pulumi.Input<pulumi.Input<inputs.privatelink.GetVpcEndpointsTagArgs>[]>;
|
|
228
253
|
/**
|
|
229
254
|
* The vpc id of vpc endpoint.
|
|
230
255
|
*/
|
|
@@ -76,8 +76,10 @@ function getVpcEndpoints(args, opts) {
|
|
|
76
76
|
"ids": args.ids,
|
|
77
77
|
"nameRegex": args.nameRegex,
|
|
78
78
|
"outputFile": args.outputFile,
|
|
79
|
+
"projectName": args.projectName,
|
|
79
80
|
"serviceName": args.serviceName,
|
|
80
81
|
"status": args.status,
|
|
82
|
+
"tags": args.tags,
|
|
81
83
|
"vpcId": args.vpcId,
|
|
82
84
|
}, opts);
|
|
83
85
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getVpcEndpoints.js","sourceRoot":"","sources":["../../privatelink/getVpcEndpoints.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8DG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,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,wDAAwD,EAAE;QACnF,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;
|
|
1
|
+
{"version":3,"file":"getVpcEndpoints.js","sourceRoot":"","sources":["../../privatelink/getVpcEndpoints.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8DG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,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,wDAAwD,EAAE;QACnF,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,0CAeC;AAwFD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8DG;AACH,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAA2B;IAC/F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,sDAEC"}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Use this data source to query detailed information of privatelink vpc gateway endpoints
|
|
6
|
+
*/
|
|
7
|
+
export declare function getVpcGatewayEndpoints(args?: GetVpcGatewayEndpointsArgs, opts?: pulumi.InvokeOptions): Promise<GetVpcGatewayEndpointsResult>;
|
|
8
|
+
/**
|
|
9
|
+
* A collection of arguments for invoking getVpcGatewayEndpoints.
|
|
10
|
+
*/
|
|
11
|
+
export interface GetVpcGatewayEndpointsArgs {
|
|
12
|
+
/**
|
|
13
|
+
* The name of the gateway endpoint.
|
|
14
|
+
*/
|
|
15
|
+
endpointName?: string;
|
|
16
|
+
/**
|
|
17
|
+
* A list of gateway endpoint IDs.
|
|
18
|
+
*/
|
|
19
|
+
ids?: string[];
|
|
20
|
+
/**
|
|
21
|
+
* A Name Regex of gateway endpoint.
|
|
22
|
+
*/
|
|
23
|
+
nameRegex?: string;
|
|
24
|
+
/**
|
|
25
|
+
* File name where to save data source results.
|
|
26
|
+
*/
|
|
27
|
+
outputFile?: string;
|
|
28
|
+
/**
|
|
29
|
+
* The project name of the gateway endpoint.
|
|
30
|
+
*/
|
|
31
|
+
projectName?: string;
|
|
32
|
+
/**
|
|
33
|
+
* Tags.
|
|
34
|
+
*/
|
|
35
|
+
tags?: inputs.privatelink.GetVpcGatewayEndpointsTag[];
|
|
36
|
+
/**
|
|
37
|
+
* The id of the vpc.
|
|
38
|
+
*/
|
|
39
|
+
vpcId?: string;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* A collection of values returned by getVpcGatewayEndpoints.
|
|
43
|
+
*/
|
|
44
|
+
export interface GetVpcGatewayEndpointsResult {
|
|
45
|
+
/**
|
|
46
|
+
* The name of the gateway endpoint.
|
|
47
|
+
*/
|
|
48
|
+
readonly endpointName?: string;
|
|
49
|
+
/**
|
|
50
|
+
* The provider-assigned unique ID for this managed resource.
|
|
51
|
+
*/
|
|
52
|
+
readonly id: string;
|
|
53
|
+
readonly ids?: string[];
|
|
54
|
+
readonly nameRegex?: string;
|
|
55
|
+
readonly outputFile?: string;
|
|
56
|
+
/**
|
|
57
|
+
* The project name of the gateway endpoint.
|
|
58
|
+
*/
|
|
59
|
+
readonly projectName?: string;
|
|
60
|
+
/**
|
|
61
|
+
* Tags.
|
|
62
|
+
*/
|
|
63
|
+
readonly tags?: outputs.privatelink.GetVpcGatewayEndpointsTag[];
|
|
64
|
+
/**
|
|
65
|
+
* The total count of query.
|
|
66
|
+
*/
|
|
67
|
+
readonly totalCount: number;
|
|
68
|
+
/**
|
|
69
|
+
* The collection of query.
|
|
70
|
+
*/
|
|
71
|
+
readonly vpcGatewayEndpoints: outputs.privatelink.GetVpcGatewayEndpointsVpcGatewayEndpoint[];
|
|
72
|
+
/**
|
|
73
|
+
* The id of the vpc.
|
|
74
|
+
*/
|
|
75
|
+
readonly vpcId?: string;
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* Use this data source to query detailed information of privatelink vpc gateway endpoints
|
|
79
|
+
*/
|
|
80
|
+
export declare function getVpcGatewayEndpointsOutput(args?: GetVpcGatewayEndpointsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetVpcGatewayEndpointsResult>;
|
|
81
|
+
/**
|
|
82
|
+
* A collection of arguments for invoking getVpcGatewayEndpoints.
|
|
83
|
+
*/
|
|
84
|
+
export interface GetVpcGatewayEndpointsOutputArgs {
|
|
85
|
+
/**
|
|
86
|
+
* The name of the gateway endpoint.
|
|
87
|
+
*/
|
|
88
|
+
endpointName?: pulumi.Input<string>;
|
|
89
|
+
/**
|
|
90
|
+
* A list of gateway endpoint IDs.
|
|
91
|
+
*/
|
|
92
|
+
ids?: pulumi.Input<pulumi.Input<string>[]>;
|
|
93
|
+
/**
|
|
94
|
+
* A Name Regex of gateway endpoint.
|
|
95
|
+
*/
|
|
96
|
+
nameRegex?: pulumi.Input<string>;
|
|
97
|
+
/**
|
|
98
|
+
* File name where to save data source results.
|
|
99
|
+
*/
|
|
100
|
+
outputFile?: pulumi.Input<string>;
|
|
101
|
+
/**
|
|
102
|
+
* The project name of the gateway endpoint.
|
|
103
|
+
*/
|
|
104
|
+
projectName?: pulumi.Input<string>;
|
|
105
|
+
/**
|
|
106
|
+
* Tags.
|
|
107
|
+
*/
|
|
108
|
+
tags?: pulumi.Input<pulumi.Input<inputs.privatelink.GetVpcGatewayEndpointsTagArgs>[]>;
|
|
109
|
+
/**
|
|
110
|
+
* The id of the vpc.
|
|
111
|
+
*/
|
|
112
|
+
vpcId?: pulumi.Input<string>;
|
|
113
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
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.getVpcGatewayEndpointsOutput = exports.getVpcGatewayEndpoints = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of privatelink vpc gateway endpoints
|
|
10
|
+
*/
|
|
11
|
+
function getVpcGatewayEndpoints(args, opts) {
|
|
12
|
+
args = args || {};
|
|
13
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
14
|
+
return pulumi.runtime.invoke("volcengine:privatelink/getVpcGatewayEndpoints:getVpcGatewayEndpoints", {
|
|
15
|
+
"endpointName": args.endpointName,
|
|
16
|
+
"ids": args.ids,
|
|
17
|
+
"nameRegex": args.nameRegex,
|
|
18
|
+
"outputFile": args.outputFile,
|
|
19
|
+
"projectName": args.projectName,
|
|
20
|
+
"tags": args.tags,
|
|
21
|
+
"vpcId": args.vpcId,
|
|
22
|
+
}, opts);
|
|
23
|
+
}
|
|
24
|
+
exports.getVpcGatewayEndpoints = getVpcGatewayEndpoints;
|
|
25
|
+
/**
|
|
26
|
+
* Use this data source to query detailed information of privatelink vpc gateway endpoints
|
|
27
|
+
*/
|
|
28
|
+
function getVpcGatewayEndpointsOutput(args, opts) {
|
|
29
|
+
return pulumi.output(args).apply((a) => getVpcGatewayEndpoints(a, opts));
|
|
30
|
+
}
|
|
31
|
+
exports.getVpcGatewayEndpointsOutput = getVpcGatewayEndpointsOutput;
|
|
32
|
+
//# sourceMappingURL=getVpcGatewayEndpoints.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getVpcGatewayEndpoints.js","sourceRoot":"","sources":["../../privatelink/getVpcGatewayEndpoints.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAA2B;IACjG,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,sEAAsE,EAAE;QACjG,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,wDAaC;AAwED;;GAEG;AACH,SAAgB,4BAA4B,CAAC,IAAuC,EAAE,IAA2B;IAC7G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,sBAAsB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACjF,CAAC;AAFD,oEAEC"}
|
package/privatelink/index.d.ts
CHANGED
|
@@ -13,6 +13,9 @@ export declare const getVpcEndpointZonesOutput: typeof import("./getVpcEndpointZ
|
|
|
13
13
|
export { GetVpcEndpointsArgs, GetVpcEndpointsResult, GetVpcEndpointsOutputArgs } from "./getVpcEndpoints";
|
|
14
14
|
export declare const getVpcEndpoints: typeof import("./getVpcEndpoints").getVpcEndpoints;
|
|
15
15
|
export declare const getVpcEndpointsOutput: typeof import("./getVpcEndpoints").getVpcEndpointsOutput;
|
|
16
|
+
export { GetVpcGatewayEndpointsArgs, GetVpcGatewayEndpointsResult, GetVpcGatewayEndpointsOutputArgs } from "./getVpcGatewayEndpoints";
|
|
17
|
+
export declare const getVpcGatewayEndpoints: typeof import("./getVpcGatewayEndpoints").getVpcGatewayEndpoints;
|
|
18
|
+
export declare const getVpcGatewayEndpointsOutput: typeof import("./getVpcGatewayEndpoints").getVpcGatewayEndpointsOutput;
|
|
16
19
|
export { SecurityGroupArgs, SecurityGroupState } from "./securityGroup";
|
|
17
20
|
export type SecurityGroup = import("./securityGroup").SecurityGroup;
|
|
18
21
|
export declare const SecurityGroup: typeof import("./securityGroup").SecurityGroup;
|
|
@@ -49,3 +52,9 @@ export declare const vpcEndpointZonesOutput: typeof import("./vpcEndpointZones")
|
|
|
49
52
|
export { VpcEndpointsArgs, VpcEndpointsResult, VpcEndpointsOutputArgs } from "./vpcEndpoints";
|
|
50
53
|
export declare const vpcEndpoints: typeof import("./vpcEndpoints").vpcEndpoints;
|
|
51
54
|
export declare const vpcEndpointsOutput: typeof import("./vpcEndpoints").vpcEndpointsOutput;
|
|
55
|
+
export { VpcGatewayEndpointArgs, VpcGatewayEndpointState } from "./vpcGatewayEndpoint";
|
|
56
|
+
export type VpcGatewayEndpoint = import("./vpcGatewayEndpoint").VpcGatewayEndpoint;
|
|
57
|
+
export declare const VpcGatewayEndpoint: typeof import("./vpcGatewayEndpoint").VpcGatewayEndpoint;
|
|
58
|
+
export { VpcGatewayEndpointsArgs, VpcGatewayEndpointsResult, VpcGatewayEndpointsOutputArgs } from "./vpcGatewayEndpoints";
|
|
59
|
+
export declare const vpcGatewayEndpoints: typeof import("./vpcGatewayEndpoints").vpcGatewayEndpoints;
|
|
60
|
+
export declare const vpcGatewayEndpointsOutput: typeof import("./vpcGatewayEndpoints").vpcGatewayEndpointsOutput;
|
package/privatelink/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.vpcEndpointsOutput = exports.vpcEndpoints = exports.vpcEndpointZonesOutput = exports.vpcEndpointZones = exports.VpcEndpointZone = exports.vpcEndpointServicesOutput = exports.vpcEndpointServices = exports.VpcEndpointServiceResource = exports.vpcEndpointServicePermissionsOutput = exports.vpcEndpointServicePermissions = exports.VpcEndpointServicePermission = exports.VpcEndpointService = exports.vpcEndpointConnectionsOutput = exports.vpcEndpointConnections = exports.VpcEndpointConnection = exports.VpcEndpoint = exports.SecurityGroup = exports.getVpcEndpointsOutput = exports.getVpcEndpoints = exports.getVpcEndpointZonesOutput = exports.getVpcEndpointZones = exports.getVpcEndpointServicesOutput = exports.getVpcEndpointServices = exports.getVpcEndpointServicePermissionsOutput = exports.getVpcEndpointServicePermissions = exports.getVpcEndpointConnectionsOutput = exports.getVpcEndpointConnections = void 0;
|
|
5
|
+
exports.vpcGatewayEndpointsOutput = exports.vpcGatewayEndpoints = exports.VpcGatewayEndpoint = exports.vpcEndpointsOutput = exports.vpcEndpoints = exports.vpcEndpointZonesOutput = exports.vpcEndpointZones = exports.VpcEndpointZone = exports.vpcEndpointServicesOutput = exports.vpcEndpointServices = exports.VpcEndpointServiceResource = exports.vpcEndpointServicePermissionsOutput = exports.vpcEndpointServicePermissions = exports.VpcEndpointServicePermission = exports.VpcEndpointService = exports.vpcEndpointConnectionsOutput = exports.vpcEndpointConnections = exports.VpcEndpointConnection = exports.VpcEndpoint = exports.SecurityGroup = exports.getVpcGatewayEndpointsOutput = exports.getVpcGatewayEndpoints = exports.getVpcEndpointsOutput = exports.getVpcEndpoints = exports.getVpcEndpointZonesOutput = exports.getVpcEndpointZones = exports.getVpcEndpointServicesOutput = exports.getVpcEndpointServices = exports.getVpcEndpointServicePermissionsOutput = exports.getVpcEndpointServicePermissions = exports.getVpcEndpointConnectionsOutput = exports.getVpcEndpointConnections = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
exports.getVpcEndpointConnections = null;
|
|
@@ -20,6 +20,9 @@ utilities.lazyLoad(exports, ["getVpcEndpointZones", "getVpcEndpointZonesOutput"]
|
|
|
20
20
|
exports.getVpcEndpoints = null;
|
|
21
21
|
exports.getVpcEndpointsOutput = null;
|
|
22
22
|
utilities.lazyLoad(exports, ["getVpcEndpoints", "getVpcEndpointsOutput"], () => require("./getVpcEndpoints"));
|
|
23
|
+
exports.getVpcGatewayEndpoints = null;
|
|
24
|
+
exports.getVpcGatewayEndpointsOutput = null;
|
|
25
|
+
utilities.lazyLoad(exports, ["getVpcGatewayEndpoints", "getVpcGatewayEndpointsOutput"], () => require("./getVpcGatewayEndpoints"));
|
|
23
26
|
exports.SecurityGroup = null;
|
|
24
27
|
utilities.lazyLoad(exports, ["SecurityGroup"], () => require("./securityGroup"));
|
|
25
28
|
exports.VpcEndpoint = null;
|
|
@@ -49,6 +52,11 @@ utilities.lazyLoad(exports, ["vpcEndpointZones", "vpcEndpointZonesOutput"], () =
|
|
|
49
52
|
exports.vpcEndpoints = null;
|
|
50
53
|
exports.vpcEndpointsOutput = null;
|
|
51
54
|
utilities.lazyLoad(exports, ["vpcEndpoints", "vpcEndpointsOutput"], () => require("./vpcEndpoints"));
|
|
55
|
+
exports.VpcGatewayEndpoint = null;
|
|
56
|
+
utilities.lazyLoad(exports, ["VpcGatewayEndpoint"], () => require("./vpcGatewayEndpoint"));
|
|
57
|
+
exports.vpcGatewayEndpoints = null;
|
|
58
|
+
exports.vpcGatewayEndpointsOutput = null;
|
|
59
|
+
utilities.lazyLoad(exports, ["vpcGatewayEndpoints", "vpcGatewayEndpointsOutput"], () => require("./vpcGatewayEndpoints"));
|
|
52
60
|
const _module = {
|
|
53
61
|
version: utilities.getVersion(),
|
|
54
62
|
construct: (name, type, urn) => {
|
|
@@ -67,6 +75,8 @@ const _module = {
|
|
|
67
75
|
return new exports.VpcEndpointServiceResource(name, undefined, { urn });
|
|
68
76
|
case "volcengine:privatelink/vpcEndpointZone:VpcEndpointZone":
|
|
69
77
|
return new exports.VpcEndpointZone(name, undefined, { urn });
|
|
78
|
+
case "volcengine:privatelink/vpcGatewayEndpoint:VpcGatewayEndpoint":
|
|
79
|
+
return new exports.VpcGatewayEndpoint(name, undefined, { urn });
|
|
70
80
|
default:
|
|
71
81
|
throw new Error(`unknown resource type ${type}`);
|
|
72
82
|
}
|
|
@@ -79,4 +89,5 @@ pulumi.runtime.registerResourceModule("volcengine", "privatelink/vpcEndpointServ
|
|
|
79
89
|
pulumi.runtime.registerResourceModule("volcengine", "privatelink/vpcEndpointServicePermission", _module);
|
|
80
90
|
pulumi.runtime.registerResourceModule("volcengine", "privatelink/vpcEndpointServiceResource", _module);
|
|
81
91
|
pulumi.runtime.registerResourceModule("volcengine", "privatelink/vpcEndpointZone", _module);
|
|
92
|
+
pulumi.runtime.registerResourceModule("volcengine", "privatelink/vpcGatewayEndpoint", _module);
|
|
82
93
|
//# sourceMappingURL=index.js.map
|
package/privatelink/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../privatelink/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAI7B,QAAA,yBAAyB,GAA2E,IAAW,CAAC;AAChH,QAAA,+BAA+B,GAAiF,IAAW,CAAC;AACzI,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,2BAA2B,EAAC,iCAAiC,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,6BAA6B,CAAC,CAAC,CAAC;AAG9H,QAAA,gCAAgC,GAAyF,IAAW,CAAC;AACrI,QAAA,sCAAsC,GAA+F,IAAW,CAAC;AAC9J,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,kCAAkC,EAAC,wCAAwC,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,oCAAoC,CAAC,CAAC,CAAC;AAGnJ,QAAA,sBAAsB,GAAqE,IAAW,CAAC;AACvG,QAAA,4BAA4B,GAA2E,IAAW,CAAC;AAChI,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,wBAAwB,EAAC,8BAA8B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,0BAA0B,CAAC,CAAC,CAAC;AAGrH,QAAA,mBAAmB,GAA+D,IAAW,CAAC;AAC9F,QAAA,yBAAyB,GAAqE,IAAW,CAAC;AACvH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,qBAAqB,EAAC,2BAA2B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,uBAAuB,CAAC,CAAC,CAAC;AAG5G,QAAA,eAAe,GAAuD,IAAW,CAAC;AAClF,QAAA,qBAAqB,GAA6D,IAAW,CAAC;AAC3G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,iBAAiB,EAAC,uBAAuB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../privatelink/index.ts"],"names":[],"mappings":"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"}
|