@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
|
@@ -0,0 +1,51 @@
|
|
|
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.getPublicKeysOutput = exports.getPublicKeys = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of kms public keys
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const default = volcengine.kms.getPublicKeys({
|
|
17
|
+
* keyName: "Test-key2",
|
|
18
|
+
* keyringName: "Tf-test",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getPublicKeys(args, opts) {
|
|
23
|
+
args = args || {};
|
|
24
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
25
|
+
return pulumi.runtime.invoke("volcengine:kms/getPublicKeys:getPublicKeys", {
|
|
26
|
+
"keyId": args.keyId,
|
|
27
|
+
"keyName": args.keyName,
|
|
28
|
+
"keyringName": args.keyringName,
|
|
29
|
+
"outputFile": args.outputFile,
|
|
30
|
+
}, opts);
|
|
31
|
+
}
|
|
32
|
+
exports.getPublicKeys = getPublicKeys;
|
|
33
|
+
/**
|
|
34
|
+
* Use this data source to query detailed information of kms public keys
|
|
35
|
+
* ## Example Usage
|
|
36
|
+
*
|
|
37
|
+
* ```typescript
|
|
38
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
39
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
40
|
+
*
|
|
41
|
+
* const default = volcengine.kms.getPublicKeys({
|
|
42
|
+
* keyName: "Test-key2",
|
|
43
|
+
* keyringName: "Tf-test",
|
|
44
|
+
* });
|
|
45
|
+
* ```
|
|
46
|
+
*/
|
|
47
|
+
function getPublicKeysOutput(args, opts) {
|
|
48
|
+
return pulumi.output(args).apply((a) => getPublicKeys(a, opts));
|
|
49
|
+
}
|
|
50
|
+
exports.getPublicKeysOutput = getPublicKeysOutput;
|
|
51
|
+
//# sourceMappingURL=getPublicKeys.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getPublicKeys.js","sourceRoot":"","sources":["../../kms/getPublicKeys.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,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,4CAA4C,EAAE;QACvE,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,sCAUC;AAgDD;;;;;;;;;;;;;GAaG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,kDAEC"}
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Use this data source to query detailed information of kms re encrypts
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
11
|
+
*
|
|
12
|
+
* const encryptStable = new volcengine.kms.Ciphertext("encryptStable", {
|
|
13
|
+
* keyId: "c44870c3-f33b-421a-****-a2bba37c993e",
|
|
14
|
+
* plaintext: "VGhpcyBpcyBhIHBsYWludGV4dCBleGFtcGxlLg==",
|
|
15
|
+
* });
|
|
16
|
+
* const reEncryptChanging = volcengine.kms.getReEncryptsOutput({
|
|
17
|
+
* newKeyId: "33e6ae1f-62f6-415a-****-579f526274cc",
|
|
18
|
+
* sourceCiphertextBlob: encryptStable.ciphertextBlob,
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
export declare function getReEncrypts(args: GetReEncryptsArgs, opts?: pulumi.InvokeOptions): Promise<GetReEncryptsResult>;
|
|
23
|
+
/**
|
|
24
|
+
* A collection of arguments for invoking getReEncrypts.
|
|
25
|
+
*/
|
|
26
|
+
export interface GetReEncryptsArgs {
|
|
27
|
+
/**
|
|
28
|
+
* The new encryption context JSON string of key/value pairs.
|
|
29
|
+
*/
|
|
30
|
+
newEncryptionContext?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The new key id. When newKeyId is not specified, both newKeyringName and newKeyName must be specified.
|
|
33
|
+
*/
|
|
34
|
+
newKeyId?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The new key name.
|
|
37
|
+
*/
|
|
38
|
+
newKeyName?: string;
|
|
39
|
+
/**
|
|
40
|
+
* The new keyring name.
|
|
41
|
+
*/
|
|
42
|
+
newKeyringName?: string;
|
|
43
|
+
/**
|
|
44
|
+
* The old encryption context JSON string of key/value pairs.
|
|
45
|
+
*/
|
|
46
|
+
oldEncryptionContext?: string;
|
|
47
|
+
/**
|
|
48
|
+
* File name where to save data source results.
|
|
49
|
+
*/
|
|
50
|
+
outputFile?: string;
|
|
51
|
+
/**
|
|
52
|
+
* The ciphertext data to be re-encrypted, Base64 encoded.
|
|
53
|
+
*/
|
|
54
|
+
sourceCiphertextBlob: string;
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* A collection of values returned by getReEncrypts.
|
|
58
|
+
*/
|
|
59
|
+
export interface GetReEncryptsResult {
|
|
60
|
+
/**
|
|
61
|
+
* The information about the ciphertext.
|
|
62
|
+
*/
|
|
63
|
+
readonly ciphertextInfos: outputs.kms.GetReEncryptsCiphertextInfo[];
|
|
64
|
+
/**
|
|
65
|
+
* The provider-assigned unique ID for this managed resource.
|
|
66
|
+
*/
|
|
67
|
+
readonly id: string;
|
|
68
|
+
readonly newEncryptionContext?: string;
|
|
69
|
+
readonly newKeyId?: string;
|
|
70
|
+
readonly newKeyName?: string;
|
|
71
|
+
readonly newKeyringName?: string;
|
|
72
|
+
readonly oldEncryptionContext?: string;
|
|
73
|
+
readonly outputFile?: string;
|
|
74
|
+
readonly sourceCiphertextBlob: string;
|
|
75
|
+
/**
|
|
76
|
+
* The total count of query.
|
|
77
|
+
*/
|
|
78
|
+
readonly totalCount: number;
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* Use this data source to query detailed information of kms re encrypts
|
|
82
|
+
* ## Example Usage
|
|
83
|
+
*
|
|
84
|
+
* ```typescript
|
|
85
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
86
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
87
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
88
|
+
*
|
|
89
|
+
* const encryptStable = new volcengine.kms.Ciphertext("encryptStable", {
|
|
90
|
+
* keyId: "c44870c3-f33b-421a-****-a2bba37c993e",
|
|
91
|
+
* plaintext: "VGhpcyBpcyBhIHBsYWludGV4dCBleGFtcGxlLg==",
|
|
92
|
+
* });
|
|
93
|
+
* const reEncryptChanging = volcengine.kms.getReEncryptsOutput({
|
|
94
|
+
* newKeyId: "33e6ae1f-62f6-415a-****-579f526274cc",
|
|
95
|
+
* sourceCiphertextBlob: encryptStable.ciphertextBlob,
|
|
96
|
+
* });
|
|
97
|
+
* ```
|
|
98
|
+
*/
|
|
99
|
+
export declare function getReEncryptsOutput(args: GetReEncryptsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetReEncryptsResult>;
|
|
100
|
+
/**
|
|
101
|
+
* A collection of arguments for invoking getReEncrypts.
|
|
102
|
+
*/
|
|
103
|
+
export interface GetReEncryptsOutputArgs {
|
|
104
|
+
/**
|
|
105
|
+
* The new encryption context JSON string of key/value pairs.
|
|
106
|
+
*/
|
|
107
|
+
newEncryptionContext?: pulumi.Input<string>;
|
|
108
|
+
/**
|
|
109
|
+
* The new key id. When newKeyId is not specified, both newKeyringName and newKeyName must be specified.
|
|
110
|
+
*/
|
|
111
|
+
newKeyId?: pulumi.Input<string>;
|
|
112
|
+
/**
|
|
113
|
+
* The new key name.
|
|
114
|
+
*/
|
|
115
|
+
newKeyName?: pulumi.Input<string>;
|
|
116
|
+
/**
|
|
117
|
+
* The new keyring name.
|
|
118
|
+
*/
|
|
119
|
+
newKeyringName?: pulumi.Input<string>;
|
|
120
|
+
/**
|
|
121
|
+
* The old encryption context JSON string of key/value pairs.
|
|
122
|
+
*/
|
|
123
|
+
oldEncryptionContext?: pulumi.Input<string>;
|
|
124
|
+
/**
|
|
125
|
+
* File name where to save data source results.
|
|
126
|
+
*/
|
|
127
|
+
outputFile?: pulumi.Input<string>;
|
|
128
|
+
/**
|
|
129
|
+
* The ciphertext data to be re-encrypted, Base64 encoded.
|
|
130
|
+
*/
|
|
131
|
+
sourceCiphertextBlob: pulumi.Input<string>;
|
|
132
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
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.getReEncryptsOutput = exports.getReEncrypts = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of kms re encrypts
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
16
|
+
*
|
|
17
|
+
* const encryptStable = new volcengine.kms.Ciphertext("encryptStable", {
|
|
18
|
+
* keyId: "c44870c3-f33b-421a-****-a2bba37c993e",
|
|
19
|
+
* plaintext: "VGhpcyBpcyBhIHBsYWludGV4dCBleGFtcGxlLg==",
|
|
20
|
+
* });
|
|
21
|
+
* const reEncryptChanging = volcengine.kms.getReEncryptsOutput({
|
|
22
|
+
* newKeyId: "33e6ae1f-62f6-415a-****-579f526274cc",
|
|
23
|
+
* sourceCiphertextBlob: encryptStable.ciphertextBlob,
|
|
24
|
+
* });
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
function getReEncrypts(args, opts) {
|
|
28
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
29
|
+
return pulumi.runtime.invoke("volcengine:kms/getReEncrypts:getReEncrypts", {
|
|
30
|
+
"newEncryptionContext": args.newEncryptionContext,
|
|
31
|
+
"newKeyId": args.newKeyId,
|
|
32
|
+
"newKeyName": args.newKeyName,
|
|
33
|
+
"newKeyringName": args.newKeyringName,
|
|
34
|
+
"oldEncryptionContext": args.oldEncryptionContext,
|
|
35
|
+
"outputFile": args.outputFile,
|
|
36
|
+
"sourceCiphertextBlob": args.sourceCiphertextBlob,
|
|
37
|
+
}, opts);
|
|
38
|
+
}
|
|
39
|
+
exports.getReEncrypts = getReEncrypts;
|
|
40
|
+
/**
|
|
41
|
+
* Use this data source to query detailed information of kms re encrypts
|
|
42
|
+
* ## Example Usage
|
|
43
|
+
*
|
|
44
|
+
* ```typescript
|
|
45
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
46
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
47
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
48
|
+
*
|
|
49
|
+
* const encryptStable = new volcengine.kms.Ciphertext("encryptStable", {
|
|
50
|
+
* keyId: "c44870c3-f33b-421a-****-a2bba37c993e",
|
|
51
|
+
* plaintext: "VGhpcyBpcyBhIHBsYWludGV4dCBleGFtcGxlLg==",
|
|
52
|
+
* });
|
|
53
|
+
* const reEncryptChanging = volcengine.kms.getReEncryptsOutput({
|
|
54
|
+
* newKeyId: "33e6ae1f-62f6-415a-****-579f526274cc",
|
|
55
|
+
* sourceCiphertextBlob: encryptStable.ciphertextBlob,
|
|
56
|
+
* });
|
|
57
|
+
* ```
|
|
58
|
+
*/
|
|
59
|
+
function getReEncryptsOutput(args, opts) {
|
|
60
|
+
return pulumi.output(args).apply((a) => getReEncrypts(a, opts));
|
|
61
|
+
}
|
|
62
|
+
exports.getReEncryptsOutput = getReEncryptsOutput;
|
|
63
|
+
//# sourceMappingURL=getReEncrypts.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getReEncrypts.js","sourceRoot":"","sources":["../../kms/getReEncrypts.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAE9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;KACpD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,sCAYC;AA4DD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,kDAEC"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Use this data source to query detailed information of kms regions
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const default = volcengine.kms.getRegions({});
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export declare function getRegions(args?: GetRegionsArgs, opts?: pulumi.InvokeOptions): Promise<GetRegionsResult>;
|
|
15
|
+
/**
|
|
16
|
+
* A collection of arguments for invoking getRegions.
|
|
17
|
+
*/
|
|
18
|
+
export interface GetRegionsArgs {
|
|
19
|
+
/**
|
|
20
|
+
* File name where to save data source results.
|
|
21
|
+
*/
|
|
22
|
+
outputFile?: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* A collection of values returned by getRegions.
|
|
26
|
+
*/
|
|
27
|
+
export interface GetRegionsResult {
|
|
28
|
+
/**
|
|
29
|
+
* The provider-assigned unique ID for this managed resource.
|
|
30
|
+
*/
|
|
31
|
+
readonly id: string;
|
|
32
|
+
readonly outputFile?: string;
|
|
33
|
+
/**
|
|
34
|
+
* The supported regions.
|
|
35
|
+
*/
|
|
36
|
+
readonly regions: outputs.kms.GetRegionsRegion[];
|
|
37
|
+
/**
|
|
38
|
+
* The total count of query.
|
|
39
|
+
*/
|
|
40
|
+
readonly totalCount: number;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Use this data source to query detailed information of kms regions
|
|
44
|
+
* ## Example Usage
|
|
45
|
+
*
|
|
46
|
+
* ```typescript
|
|
47
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
48
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
49
|
+
*
|
|
50
|
+
* const default = volcengine.kms.getRegions({});
|
|
51
|
+
* ```
|
|
52
|
+
*/
|
|
53
|
+
export declare function getRegionsOutput(args?: GetRegionsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetRegionsResult>;
|
|
54
|
+
/**
|
|
55
|
+
* A collection of arguments for invoking getRegions.
|
|
56
|
+
*/
|
|
57
|
+
export interface GetRegionsOutputArgs {
|
|
58
|
+
/**
|
|
59
|
+
* File name where to save data source results.
|
|
60
|
+
*/
|
|
61
|
+
outputFile?: pulumi.Input<string>;
|
|
62
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
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.getRegionsOutput = exports.getRegions = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of kms regions
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const default = volcengine.kms.getRegions({});
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
function getRegions(args, opts) {
|
|
20
|
+
args = args || {};
|
|
21
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
22
|
+
return pulumi.runtime.invoke("volcengine:kms/getRegions:getRegions", {
|
|
23
|
+
"outputFile": args.outputFile,
|
|
24
|
+
}, opts);
|
|
25
|
+
}
|
|
26
|
+
exports.getRegions = getRegions;
|
|
27
|
+
/**
|
|
28
|
+
* Use this data source to query detailed information of kms regions
|
|
29
|
+
* ## Example Usage
|
|
30
|
+
*
|
|
31
|
+
* ```typescript
|
|
32
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
33
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
34
|
+
*
|
|
35
|
+
* const default = volcengine.kms.getRegions({});
|
|
36
|
+
* ```
|
|
37
|
+
*/
|
|
38
|
+
function getRegionsOutput(args, opts) {
|
|
39
|
+
return pulumi.output(args).apply((a) => getRegions(a, opts));
|
|
40
|
+
}
|
|
41
|
+
exports.getRegionsOutput = getRegionsOutput;
|
|
42
|
+
//# sourceMappingURL=getRegions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getRegions.js","sourceRoot":"","sources":["../../kms/getRegions.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;GAUG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,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,sCAAsC,EAAE;QACjE,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gCAOC;AA8BD;;;;;;;;;;GAUG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrE,CAAC;AAFD,4CAEC"}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Use this data source to query detailed information of kms secret versions
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const default = volcengine.kms.getSecretVersions({
|
|
12
|
+
* secretName: "secret-9527",
|
|
13
|
+
* });
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare function getSecretVersions(args: GetSecretVersionsArgs, opts?: pulumi.InvokeOptions): Promise<GetSecretVersionsResult>;
|
|
17
|
+
/**
|
|
18
|
+
* A collection of arguments for invoking getSecretVersions.
|
|
19
|
+
*/
|
|
20
|
+
export interface GetSecretVersionsArgs {
|
|
21
|
+
/**
|
|
22
|
+
* File name where to save data source results.
|
|
23
|
+
*/
|
|
24
|
+
outputFile?: string;
|
|
25
|
+
/**
|
|
26
|
+
* The name of the secret.
|
|
27
|
+
*/
|
|
28
|
+
secretName: string;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* A collection of values returned by getSecretVersions.
|
|
32
|
+
*/
|
|
33
|
+
export interface GetSecretVersionsResult {
|
|
34
|
+
/**
|
|
35
|
+
* The provider-assigned unique ID for this managed resource.
|
|
36
|
+
*/
|
|
37
|
+
readonly id: string;
|
|
38
|
+
readonly outputFile?: string;
|
|
39
|
+
readonly secretName: string;
|
|
40
|
+
/**
|
|
41
|
+
* The version info of secret.
|
|
42
|
+
*/
|
|
43
|
+
readonly secretVersions: outputs.kms.GetSecretVersionsSecretVersion[];
|
|
44
|
+
/**
|
|
45
|
+
* The total count of query.
|
|
46
|
+
*/
|
|
47
|
+
readonly totalCount: number;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Use this data source to query detailed information of kms secret versions
|
|
51
|
+
* ## Example Usage
|
|
52
|
+
*
|
|
53
|
+
* ```typescript
|
|
54
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
55
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
56
|
+
*
|
|
57
|
+
* const default = volcengine.kms.getSecretVersions({
|
|
58
|
+
* secretName: "secret-9527",
|
|
59
|
+
* });
|
|
60
|
+
* ```
|
|
61
|
+
*/
|
|
62
|
+
export declare function getSecretVersionsOutput(args: GetSecretVersionsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetSecretVersionsResult>;
|
|
63
|
+
/**
|
|
64
|
+
* A collection of arguments for invoking getSecretVersions.
|
|
65
|
+
*/
|
|
66
|
+
export interface GetSecretVersionsOutputArgs {
|
|
67
|
+
/**
|
|
68
|
+
* File name where to save data source results.
|
|
69
|
+
*/
|
|
70
|
+
outputFile?: pulumi.Input<string>;
|
|
71
|
+
/**
|
|
72
|
+
* The name of the secret.
|
|
73
|
+
*/
|
|
74
|
+
secretName: pulumi.Input<string>;
|
|
75
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
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.getSecretVersionsOutput = exports.getSecretVersions = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of kms secret versions
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const default = volcengine.kms.getSecretVersions({
|
|
17
|
+
* secretName: "secret-9527",
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
function getSecretVersions(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invoke("volcengine:kms/getSecretVersions:getSecretVersions", {
|
|
24
|
+
"outputFile": args.outputFile,
|
|
25
|
+
"secretName": args.secretName,
|
|
26
|
+
}, opts);
|
|
27
|
+
}
|
|
28
|
+
exports.getSecretVersions = getSecretVersions;
|
|
29
|
+
/**
|
|
30
|
+
* Use this data source to query detailed information of kms secret versions
|
|
31
|
+
* ## Example Usage
|
|
32
|
+
*
|
|
33
|
+
* ```typescript
|
|
34
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
35
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
36
|
+
*
|
|
37
|
+
* const default = volcengine.kms.getSecretVersions({
|
|
38
|
+
* secretName: "secret-9527",
|
|
39
|
+
* });
|
|
40
|
+
* ```
|
|
41
|
+
*/
|
|
42
|
+
function getSecretVersionsOutput(args, opts) {
|
|
43
|
+
return pulumi.output(args).apply((a) => getSecretVersions(a, opts));
|
|
44
|
+
}
|
|
45
|
+
exports.getSecretVersionsOutput = getSecretVersionsOutput;
|
|
46
|
+
//# sourceMappingURL=getSecretVersions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getSecretVersions.js","sourceRoot":"","sources":["../../kms/getSecretVersions.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IAEtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8CAOC;AAmCD;;;;;;;;;;;;GAYG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,iBAAiB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC5E,CAAC;AAFD,0DAEC"}
|
package/kms/getSecrets.d.ts
CHANGED
|
@@ -46,6 +46,10 @@ export interface GetSecretsArgs {
|
|
|
46
46
|
* File name where to save data source results.
|
|
47
47
|
*/
|
|
48
48
|
outputFile?: string;
|
|
49
|
+
/**
|
|
50
|
+
* The cloud service that owns the secret.
|
|
51
|
+
*/
|
|
52
|
+
owningServices?: string[];
|
|
49
53
|
/**
|
|
50
54
|
* The name of the project to which the secret belongs.
|
|
51
55
|
*/
|
|
@@ -91,6 +95,10 @@ export interface GetSecretsResult {
|
|
|
91
95
|
readonly managedStates?: string[];
|
|
92
96
|
readonly nameRegex?: string;
|
|
93
97
|
readonly outputFile?: string;
|
|
98
|
+
/**
|
|
99
|
+
* The cloud service that owns the secret.
|
|
100
|
+
*/
|
|
101
|
+
readonly owningServices?: string[];
|
|
94
102
|
/**
|
|
95
103
|
* The project name of the secret.
|
|
96
104
|
*/
|
|
@@ -171,6 +179,10 @@ export interface GetSecretsOutputArgs {
|
|
|
171
179
|
* File name where to save data source results.
|
|
172
180
|
*/
|
|
173
181
|
outputFile?: pulumi.Input<string>;
|
|
182
|
+
/**
|
|
183
|
+
* The cloud service that owns the secret.
|
|
184
|
+
*/
|
|
185
|
+
owningServices?: pulumi.Input<pulumi.Input<string>[]>;
|
|
174
186
|
/**
|
|
175
187
|
* The name of the project to which the secret belongs.
|
|
176
188
|
*/
|
package/kms/getSecrets.js
CHANGED
|
@@ -35,6 +35,7 @@ function getSecrets(args, opts) {
|
|
|
35
35
|
"managedStates": args.managedStates,
|
|
36
36
|
"nameRegex": args.nameRegex,
|
|
37
37
|
"outputFile": args.outputFile,
|
|
38
|
+
"owningServices": args.owningServices,
|
|
38
39
|
"projectName": args.projectName,
|
|
39
40
|
"rotationStates": args.rotationStates,
|
|
40
41
|
"secretNames": args.secretNames,
|
package/kms/getSecrets.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSecrets.js","sourceRoot":"","sources":["../../kms/getSecrets.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,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,sCAAsC,EAAE;QACjE,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;KAC5C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;
|
|
1
|
+
{"version":3,"file":"getSecrets.js","sourceRoot":"","sources":["../../kms/getSecrets.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,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,sCAAsC,EAAE;QACjE,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;KAC5C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAnBD,gCAmBC;AAkHD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrE,CAAC;AAFD,4CAEC"}
|