@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,80 @@
|
|
|
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.Ciphertext = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Provides a resource to manage kms ciphertext
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
15
|
+
*
|
|
16
|
+
* const encryptStable = new volcengine.kms.Ciphertext("encryptStable", {
|
|
17
|
+
* keyId: "c44870c3-f33b-421a-****-a2bba37c993e",
|
|
18
|
+
* plaintext: "VGhpcyBpcyBhIHBsYWludGV4dCBleGFtcGxlLg==",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* ## Import
|
|
23
|
+
*
|
|
24
|
+
* The KmsCiphertext is not support import.
|
|
25
|
+
*/
|
|
26
|
+
class Ciphertext extends pulumi.CustomResource {
|
|
27
|
+
/**
|
|
28
|
+
* Get an existing Ciphertext resource's state with the given name, ID, and optional extra
|
|
29
|
+
* properties used to qualify the lookup.
|
|
30
|
+
*
|
|
31
|
+
* @param name The _unique_ name of the resulting resource.
|
|
32
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
33
|
+
* @param state Any extra arguments used during the lookup.
|
|
34
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
35
|
+
*/
|
|
36
|
+
static get(name, id, state, opts) {
|
|
37
|
+
return new Ciphertext(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Returns true if the given object is an instance of Ciphertext. This is designed to work even
|
|
41
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
42
|
+
*/
|
|
43
|
+
static isInstance(obj) {
|
|
44
|
+
if (obj === undefined || obj === null) {
|
|
45
|
+
return false;
|
|
46
|
+
}
|
|
47
|
+
return obj['__pulumiType'] === Ciphertext.__pulumiType;
|
|
48
|
+
}
|
|
49
|
+
constructor(name, argsOrState, opts) {
|
|
50
|
+
let resourceInputs = {};
|
|
51
|
+
opts = opts || {};
|
|
52
|
+
if (opts.id) {
|
|
53
|
+
const state = argsOrState;
|
|
54
|
+
resourceInputs["ciphertextBlob"] = state ? state.ciphertextBlob : undefined;
|
|
55
|
+
resourceInputs["encryptionContext"] = state ? state.encryptionContext : undefined;
|
|
56
|
+
resourceInputs["keyId"] = state ? state.keyId : undefined;
|
|
57
|
+
resourceInputs["keyName"] = state ? state.keyName : undefined;
|
|
58
|
+
resourceInputs["keyringName"] = state ? state.keyringName : undefined;
|
|
59
|
+
resourceInputs["plaintext"] = state ? state.plaintext : undefined;
|
|
60
|
+
}
|
|
61
|
+
else {
|
|
62
|
+
const args = argsOrState;
|
|
63
|
+
if ((!args || args.plaintext === undefined) && !opts.urn) {
|
|
64
|
+
throw new Error("Missing required property 'plaintext'");
|
|
65
|
+
}
|
|
66
|
+
resourceInputs["encryptionContext"] = args ? args.encryptionContext : undefined;
|
|
67
|
+
resourceInputs["keyId"] = args ? args.keyId : undefined;
|
|
68
|
+
resourceInputs["keyName"] = args ? args.keyName : undefined;
|
|
69
|
+
resourceInputs["keyringName"] = args ? args.keyringName : undefined;
|
|
70
|
+
resourceInputs["plaintext"] = args ? args.plaintext : undefined;
|
|
71
|
+
resourceInputs["ciphertextBlob"] = undefined /*out*/;
|
|
72
|
+
}
|
|
73
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
74
|
+
super(Ciphertext.__pulumiType, name, resourceInputs, opts);
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
exports.Ciphertext = Ciphertext;
|
|
78
|
+
/** @internal */
|
|
79
|
+
Ciphertext.__pulumiType = 'volcengine:kms/ciphertext:Ciphertext';
|
|
80
|
+
//# sourceMappingURL=ciphertext.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ciphertext.js","sourceRoot":"","sources":["../../kms/ciphertext.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,115 @@
|
|
|
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 ciphertexts
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const encrypted = volcengine.kms.getCiphertexts({
|
|
12
|
+
* keyId: "c44870c3-f33b-421a-****-a2bba37c993e",
|
|
13
|
+
* plaintext: "VGhpcyBpcyBhIHBsYWludGV4dCBleGFtcGxlLg==",
|
|
14
|
+
* });
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
/** @deprecated volcengine.kms.Ciphertexts has been deprecated in favor of volcengine.kms.getCiphertexts */
|
|
18
|
+
export declare function ciphertexts(args: CiphertextsArgs, opts?: pulumi.InvokeOptions): Promise<CiphertextsResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking Ciphertexts.
|
|
21
|
+
*/
|
|
22
|
+
export interface CiphertextsArgs {
|
|
23
|
+
/**
|
|
24
|
+
* The JSON string of key/value pairs.
|
|
25
|
+
*/
|
|
26
|
+
encryptionContext?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The id of the key. When keyId is not specified, both keyringName and keyName must be specified.
|
|
29
|
+
*/
|
|
30
|
+
keyId?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The name of the key.
|
|
33
|
+
*/
|
|
34
|
+
keyName?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The name of the keyring.
|
|
37
|
+
*/
|
|
38
|
+
keyringName?: string;
|
|
39
|
+
/**
|
|
40
|
+
* File name where to save data source results.
|
|
41
|
+
*/
|
|
42
|
+
outputFile?: string;
|
|
43
|
+
/**
|
|
44
|
+
* The plaintext to be encrypted, Base64 encoded.
|
|
45
|
+
*/
|
|
46
|
+
plaintext: string;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* A collection of values returned by Ciphertexts.
|
|
50
|
+
*/
|
|
51
|
+
export interface CiphertextsResult {
|
|
52
|
+
/**
|
|
53
|
+
* The information about the ciphertext.
|
|
54
|
+
*/
|
|
55
|
+
readonly ciphertextInfos: outputs.kms.CiphertextsCiphertextInfo[];
|
|
56
|
+
readonly encryptionContext?: string;
|
|
57
|
+
/**
|
|
58
|
+
* The provider-assigned unique ID for this managed resource.
|
|
59
|
+
*/
|
|
60
|
+
readonly id: string;
|
|
61
|
+
readonly keyId?: string;
|
|
62
|
+
readonly keyName?: string;
|
|
63
|
+
readonly keyringName?: string;
|
|
64
|
+
readonly outputFile?: string;
|
|
65
|
+
readonly plaintext: string;
|
|
66
|
+
/**
|
|
67
|
+
* The total count of query.
|
|
68
|
+
*/
|
|
69
|
+
readonly totalCount: number;
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* Use this data source to query detailed information of kms ciphertexts
|
|
73
|
+
* ## Example Usage
|
|
74
|
+
*
|
|
75
|
+
* ```typescript
|
|
76
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
77
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
78
|
+
*
|
|
79
|
+
* const encrypted = volcengine.kms.getCiphertexts({
|
|
80
|
+
* keyId: "c44870c3-f33b-421a-****-a2bba37c993e",
|
|
81
|
+
* plaintext: "VGhpcyBpcyBhIHBsYWludGV4dCBleGFtcGxlLg==",
|
|
82
|
+
* });
|
|
83
|
+
* ```
|
|
84
|
+
*/
|
|
85
|
+
/** @deprecated volcengine.kms.Ciphertexts has been deprecated in favor of volcengine.kms.getCiphertexts */
|
|
86
|
+
export declare function ciphertextsOutput(args: CiphertextsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<CiphertextsResult>;
|
|
87
|
+
/**
|
|
88
|
+
* A collection of arguments for invoking Ciphertexts.
|
|
89
|
+
*/
|
|
90
|
+
export interface CiphertextsOutputArgs {
|
|
91
|
+
/**
|
|
92
|
+
* The JSON string of key/value pairs.
|
|
93
|
+
*/
|
|
94
|
+
encryptionContext?: pulumi.Input<string>;
|
|
95
|
+
/**
|
|
96
|
+
* The id of the key. When keyId is not specified, both keyringName and keyName must be specified.
|
|
97
|
+
*/
|
|
98
|
+
keyId?: pulumi.Input<string>;
|
|
99
|
+
/**
|
|
100
|
+
* The name of the key.
|
|
101
|
+
*/
|
|
102
|
+
keyName?: pulumi.Input<string>;
|
|
103
|
+
/**
|
|
104
|
+
* The name of the keyring.
|
|
105
|
+
*/
|
|
106
|
+
keyringName?: pulumi.Input<string>;
|
|
107
|
+
/**
|
|
108
|
+
* File name where to save data source results.
|
|
109
|
+
*/
|
|
110
|
+
outputFile?: pulumi.Input<string>;
|
|
111
|
+
/**
|
|
112
|
+
* The plaintext to be encrypted, Base64 encoded.
|
|
113
|
+
*/
|
|
114
|
+
plaintext: pulumi.Input<string>;
|
|
115
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
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.ciphertextsOutput = exports.ciphertexts = 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 ciphertexts
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const encrypted = volcengine.kms.getCiphertexts({
|
|
17
|
+
* keyId: "c44870c3-f33b-421a-****-a2bba37c993e",
|
|
18
|
+
* plaintext: "VGhpcyBpcyBhIHBsYWludGV4dCBleGFtcGxlLg==",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
/** @deprecated volcengine.kms.Ciphertexts has been deprecated in favor of volcengine.kms.getCiphertexts */
|
|
23
|
+
function ciphertexts(args, opts) {
|
|
24
|
+
pulumi.log.warn("ciphertexts is deprecated: volcengine.kms.Ciphertexts has been deprecated in favor of volcengine.kms.getCiphertexts");
|
|
25
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
|
+
return pulumi.runtime.invoke("volcengine:kms/ciphertexts:Ciphertexts", {
|
|
27
|
+
"encryptionContext": args.encryptionContext,
|
|
28
|
+
"keyId": args.keyId,
|
|
29
|
+
"keyName": args.keyName,
|
|
30
|
+
"keyringName": args.keyringName,
|
|
31
|
+
"outputFile": args.outputFile,
|
|
32
|
+
"plaintext": args.plaintext,
|
|
33
|
+
}, opts);
|
|
34
|
+
}
|
|
35
|
+
exports.ciphertexts = ciphertexts;
|
|
36
|
+
/**
|
|
37
|
+
* Use this data source to query detailed information of kms ciphertexts
|
|
38
|
+
* ## Example Usage
|
|
39
|
+
*
|
|
40
|
+
* ```typescript
|
|
41
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
42
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
43
|
+
*
|
|
44
|
+
* const encrypted = volcengine.kms.getCiphertexts({
|
|
45
|
+
* keyId: "c44870c3-f33b-421a-****-a2bba37c993e",
|
|
46
|
+
* plaintext: "VGhpcyBpcyBhIHBsYWludGV4dCBleGFtcGxlLg==",
|
|
47
|
+
* });
|
|
48
|
+
* ```
|
|
49
|
+
*/
|
|
50
|
+
/** @deprecated volcengine.kms.Ciphertexts has been deprecated in favor of volcengine.kms.getCiphertexts */
|
|
51
|
+
function ciphertextsOutput(args, opts) {
|
|
52
|
+
return pulumi.output(args).apply((a) => ciphertexts(a, opts));
|
|
53
|
+
}
|
|
54
|
+
exports.ciphertextsOutput = ciphertextsOutput;
|
|
55
|
+
//# sourceMappingURL=ciphertexts.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ciphertexts.js","sourceRoot":"","sources":["../../kms/ciphertexts.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,2GAA2G;AAC3G,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,qHAAqH,CAAC,CAAA;IAEtI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,kCAYC;AAuDD;;;;;;;;;;;;;GAaG;AACH,2GAA2G;AAC3G,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,8CAEC"}
|
|
@@ -0,0 +1,121 @@
|
|
|
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 data keys
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const dataKey = volcengine.kms.getDataKeys({
|
|
12
|
+
* keyId: "c44870c3-f33b-421a-****-a2bba37c993e",
|
|
13
|
+
* numberOfBytes: 1024,
|
|
14
|
+
* });
|
|
15
|
+
* const default = dataKey.then(dataKey => volcengine.kms.getPlaintexts({
|
|
16
|
+
* ciphertextBlob: dataKey.dataKeyInfos?.[0]?.ciphertextBlob,
|
|
17
|
+
* }));
|
|
18
|
+
* ```
|
|
19
|
+
*/
|
|
20
|
+
/** @deprecated volcengine.kms.DataKeys has been deprecated in favor of volcengine.kms.getDataKeys */
|
|
21
|
+
export declare function dataKeys(args?: DataKeysArgs, opts?: pulumi.InvokeOptions): Promise<DataKeysResult>;
|
|
22
|
+
/**
|
|
23
|
+
* A collection of arguments for invoking DataKeys.
|
|
24
|
+
*/
|
|
25
|
+
export interface DataKeysArgs {
|
|
26
|
+
/**
|
|
27
|
+
* The JSON string of key/value pairs.
|
|
28
|
+
*/
|
|
29
|
+
encryptionContext?: string;
|
|
30
|
+
/**
|
|
31
|
+
* The id of the key. When keyId is not specified, both keyringName and keyName must be specified.
|
|
32
|
+
*/
|
|
33
|
+
keyId?: string;
|
|
34
|
+
/**
|
|
35
|
+
* The name of the key. Only symmetric key is supported.
|
|
36
|
+
*/
|
|
37
|
+
keyName?: string;
|
|
38
|
+
/**
|
|
39
|
+
* The name of the keyring.
|
|
40
|
+
*/
|
|
41
|
+
keyringName?: string;
|
|
42
|
+
/**
|
|
43
|
+
* The length of data key to generate.
|
|
44
|
+
*/
|
|
45
|
+
numberOfBytes?: number;
|
|
46
|
+
/**
|
|
47
|
+
* File name where to save data source results.
|
|
48
|
+
*/
|
|
49
|
+
outputFile?: string;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* A collection of values returned by DataKeys.
|
|
53
|
+
*/
|
|
54
|
+
export interface DataKeysResult {
|
|
55
|
+
/**
|
|
56
|
+
* The data key info.
|
|
57
|
+
*/
|
|
58
|
+
readonly dataKeyInfos: outputs.kms.DataKeysDataKeyInfo[];
|
|
59
|
+
readonly encryptionContext?: string;
|
|
60
|
+
/**
|
|
61
|
+
* The provider-assigned unique ID for this managed resource.
|
|
62
|
+
*/
|
|
63
|
+
readonly id: string;
|
|
64
|
+
readonly keyId?: string;
|
|
65
|
+
readonly keyName?: string;
|
|
66
|
+
readonly keyringName?: string;
|
|
67
|
+
readonly numberOfBytes?: number;
|
|
68
|
+
readonly outputFile?: string;
|
|
69
|
+
/**
|
|
70
|
+
* The total count of query.
|
|
71
|
+
*/
|
|
72
|
+
readonly totalCount: number;
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* Use this data source to query detailed information of kms data keys
|
|
76
|
+
* ## Example Usage
|
|
77
|
+
*
|
|
78
|
+
* ```typescript
|
|
79
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
80
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
81
|
+
*
|
|
82
|
+
* const dataKey = volcengine.kms.getDataKeys({
|
|
83
|
+
* keyId: "c44870c3-f33b-421a-****-a2bba37c993e",
|
|
84
|
+
* numberOfBytes: 1024,
|
|
85
|
+
* });
|
|
86
|
+
* const default = dataKey.then(dataKey => volcengine.kms.getPlaintexts({
|
|
87
|
+
* ciphertextBlob: dataKey.dataKeyInfos?.[0]?.ciphertextBlob,
|
|
88
|
+
* }));
|
|
89
|
+
* ```
|
|
90
|
+
*/
|
|
91
|
+
/** @deprecated volcengine.kms.DataKeys has been deprecated in favor of volcengine.kms.getDataKeys */
|
|
92
|
+
export declare function dataKeysOutput(args?: DataKeysOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<DataKeysResult>;
|
|
93
|
+
/**
|
|
94
|
+
* A collection of arguments for invoking DataKeys.
|
|
95
|
+
*/
|
|
96
|
+
export interface DataKeysOutputArgs {
|
|
97
|
+
/**
|
|
98
|
+
* The JSON string of key/value pairs.
|
|
99
|
+
*/
|
|
100
|
+
encryptionContext?: pulumi.Input<string>;
|
|
101
|
+
/**
|
|
102
|
+
* The id of the key. When keyId is not specified, both keyringName and keyName must be specified.
|
|
103
|
+
*/
|
|
104
|
+
keyId?: pulumi.Input<string>;
|
|
105
|
+
/**
|
|
106
|
+
* The name of the key. Only symmetric key is supported.
|
|
107
|
+
*/
|
|
108
|
+
keyName?: pulumi.Input<string>;
|
|
109
|
+
/**
|
|
110
|
+
* The name of the keyring.
|
|
111
|
+
*/
|
|
112
|
+
keyringName?: pulumi.Input<string>;
|
|
113
|
+
/**
|
|
114
|
+
* The length of data key to generate.
|
|
115
|
+
*/
|
|
116
|
+
numberOfBytes?: pulumi.Input<number>;
|
|
117
|
+
/**
|
|
118
|
+
* File name where to save data source results.
|
|
119
|
+
*/
|
|
120
|
+
outputFile?: pulumi.Input<string>;
|
|
121
|
+
}
|
package/kms/dataKeys.js
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
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.dataKeysOutput = exports.dataKeys = 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 data keys
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const dataKey = volcengine.kms.getDataKeys({
|
|
17
|
+
* keyId: "c44870c3-f33b-421a-****-a2bba37c993e",
|
|
18
|
+
* numberOfBytes: 1024,
|
|
19
|
+
* });
|
|
20
|
+
* const default = dataKey.then(dataKey => volcengine.kms.getPlaintexts({
|
|
21
|
+
* ciphertextBlob: dataKey.dataKeyInfos?.[0]?.ciphertextBlob,
|
|
22
|
+
* }));
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
/** @deprecated volcengine.kms.DataKeys has been deprecated in favor of volcengine.kms.getDataKeys */
|
|
26
|
+
function dataKeys(args, opts) {
|
|
27
|
+
pulumi.log.warn("dataKeys is deprecated: volcengine.kms.DataKeys has been deprecated in favor of volcengine.kms.getDataKeys");
|
|
28
|
+
args = args || {};
|
|
29
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
30
|
+
return pulumi.runtime.invoke("volcengine:kms/dataKeys:DataKeys", {
|
|
31
|
+
"encryptionContext": args.encryptionContext,
|
|
32
|
+
"keyId": args.keyId,
|
|
33
|
+
"keyName": args.keyName,
|
|
34
|
+
"keyringName": args.keyringName,
|
|
35
|
+
"numberOfBytes": args.numberOfBytes,
|
|
36
|
+
"outputFile": args.outputFile,
|
|
37
|
+
}, opts);
|
|
38
|
+
}
|
|
39
|
+
exports.dataKeys = dataKeys;
|
|
40
|
+
/**
|
|
41
|
+
* Use this data source to query detailed information of kms data keys
|
|
42
|
+
* ## Example Usage
|
|
43
|
+
*
|
|
44
|
+
* ```typescript
|
|
45
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
46
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
47
|
+
*
|
|
48
|
+
* const dataKey = volcengine.kms.getDataKeys({
|
|
49
|
+
* keyId: "c44870c3-f33b-421a-****-a2bba37c993e",
|
|
50
|
+
* numberOfBytes: 1024,
|
|
51
|
+
* });
|
|
52
|
+
* const default = dataKey.then(dataKey => volcengine.kms.getPlaintexts({
|
|
53
|
+
* ciphertextBlob: dataKey.dataKeyInfos?.[0]?.ciphertextBlob,
|
|
54
|
+
* }));
|
|
55
|
+
* ```
|
|
56
|
+
*/
|
|
57
|
+
/** @deprecated volcengine.kms.DataKeys has been deprecated in favor of volcengine.kms.getDataKeys */
|
|
58
|
+
function dataKeysOutput(args, opts) {
|
|
59
|
+
return pulumi.output(args).apply((a) => dataKeys(a, opts));
|
|
60
|
+
}
|
|
61
|
+
exports.dataKeysOutput = dataKeysOutput;
|
|
62
|
+
//# sourceMappingURL=dataKeys.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dataKeys.js","sourceRoot":"","sources":["../../kms/dataKeys.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,qGAAqG;AACrG,SAAgB,QAAQ,CAAC,IAAmB,EAAE,IAA2B;IACrE,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,4GAA4G,CAAC,CAAA;IAC7H,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,kCAAkC,EAAE;QAC7D,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,4BAaC;AAuDD;;;;;;;;;;;;;;;;GAgBG;AACH,qGAAqG;AACrG,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnE,CAAC;AAFD,wCAEC"}
|
|
@@ -0,0 +1,127 @@
|
|
|
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 asymmetric ciphertexts
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const encrypt1 = volcengine.kms.getAsymmetricCiphertexts({
|
|
12
|
+
* algorithm: "RSAES_OAEP_SHA_256",
|
|
13
|
+
* keyId: "9601e1af-ad69-42df-****-eaf10ce6a3e9",
|
|
14
|
+
* plaintext: "VGhpcyBpcyBhIHBsYWludGV4dCBleGFtcGxlLg==",
|
|
15
|
+
* });
|
|
16
|
+
* const encrypt2 = volcengine.kms.getAsymmetricCiphertexts({
|
|
17
|
+
* algorithm: "SM2PKE",
|
|
18
|
+
* keyName: "ec-sm2",
|
|
19
|
+
* keyringName: "Tf-test",
|
|
20
|
+
* plaintext: "VGhpcyBpcyBhIHBsYWludGV4dCBleGFtcGxlLg==",
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
export declare function getAsymmetricCiphertexts(args: GetAsymmetricCiphertextsArgs, opts?: pulumi.InvokeOptions): Promise<GetAsymmetricCiphertextsResult>;
|
|
25
|
+
/**
|
|
26
|
+
* A collection of arguments for invoking getAsymmetricCiphertexts.
|
|
27
|
+
*/
|
|
28
|
+
export interface GetAsymmetricCiphertextsArgs {
|
|
29
|
+
/**
|
|
30
|
+
* The encryption algorithm. valid values: `RSAES_OAEP_SHA_256`, `SM2PKE`.
|
|
31
|
+
*/
|
|
32
|
+
algorithm: string;
|
|
33
|
+
/**
|
|
34
|
+
* The id of the key. When keyId is not specified, both keyringName and keyName must be specified.
|
|
35
|
+
*/
|
|
36
|
+
keyId?: string;
|
|
37
|
+
/**
|
|
38
|
+
* The name of the key.
|
|
39
|
+
*/
|
|
40
|
+
keyName?: string;
|
|
41
|
+
/**
|
|
42
|
+
* The name of the keyring.
|
|
43
|
+
*/
|
|
44
|
+
keyringName?: string;
|
|
45
|
+
/**
|
|
46
|
+
* File name where to save data source results.
|
|
47
|
+
*/
|
|
48
|
+
outputFile?: string;
|
|
49
|
+
/**
|
|
50
|
+
* The plaintext to be encrypted, Base64 encoded.
|
|
51
|
+
*/
|
|
52
|
+
plaintext: string;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* A collection of values returned by getAsymmetricCiphertexts.
|
|
56
|
+
*/
|
|
57
|
+
export interface GetAsymmetricCiphertextsResult {
|
|
58
|
+
readonly algorithm: string;
|
|
59
|
+
/**
|
|
60
|
+
* The information about the ciphertext.
|
|
61
|
+
*/
|
|
62
|
+
readonly ciphertextInfos: outputs.kms.GetAsymmetricCiphertextsCiphertextInfo[];
|
|
63
|
+
/**
|
|
64
|
+
* The provider-assigned unique ID for this managed resource.
|
|
65
|
+
*/
|
|
66
|
+
readonly id: string;
|
|
67
|
+
readonly keyId?: string;
|
|
68
|
+
readonly keyName?: string;
|
|
69
|
+
readonly keyringName?: string;
|
|
70
|
+
readonly outputFile?: string;
|
|
71
|
+
readonly plaintext: string;
|
|
72
|
+
/**
|
|
73
|
+
* The total count of query.
|
|
74
|
+
*/
|
|
75
|
+
readonly totalCount: number;
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* Use this data source to query detailed information of kms asymmetric ciphertexts
|
|
79
|
+
* ## Example Usage
|
|
80
|
+
*
|
|
81
|
+
* ```typescript
|
|
82
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
83
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
84
|
+
*
|
|
85
|
+
* const encrypt1 = volcengine.kms.getAsymmetricCiphertexts({
|
|
86
|
+
* algorithm: "RSAES_OAEP_SHA_256",
|
|
87
|
+
* keyId: "9601e1af-ad69-42df-****-eaf10ce6a3e9",
|
|
88
|
+
* plaintext: "VGhpcyBpcyBhIHBsYWludGV4dCBleGFtcGxlLg==",
|
|
89
|
+
* });
|
|
90
|
+
* const encrypt2 = volcengine.kms.getAsymmetricCiphertexts({
|
|
91
|
+
* algorithm: "SM2PKE",
|
|
92
|
+
* keyName: "ec-sm2",
|
|
93
|
+
* keyringName: "Tf-test",
|
|
94
|
+
* plaintext: "VGhpcyBpcyBhIHBsYWludGV4dCBleGFtcGxlLg==",
|
|
95
|
+
* });
|
|
96
|
+
* ```
|
|
97
|
+
*/
|
|
98
|
+
export declare function getAsymmetricCiphertextsOutput(args: GetAsymmetricCiphertextsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAsymmetricCiphertextsResult>;
|
|
99
|
+
/**
|
|
100
|
+
* A collection of arguments for invoking getAsymmetricCiphertexts.
|
|
101
|
+
*/
|
|
102
|
+
export interface GetAsymmetricCiphertextsOutputArgs {
|
|
103
|
+
/**
|
|
104
|
+
* The encryption algorithm. valid values: `RSAES_OAEP_SHA_256`, `SM2PKE`.
|
|
105
|
+
*/
|
|
106
|
+
algorithm: pulumi.Input<string>;
|
|
107
|
+
/**
|
|
108
|
+
* The id of the key. When keyId is not specified, both keyringName and keyName must be specified.
|
|
109
|
+
*/
|
|
110
|
+
keyId?: pulumi.Input<string>;
|
|
111
|
+
/**
|
|
112
|
+
* The name of the key.
|
|
113
|
+
*/
|
|
114
|
+
keyName?: pulumi.Input<string>;
|
|
115
|
+
/**
|
|
116
|
+
* The name of the keyring.
|
|
117
|
+
*/
|
|
118
|
+
keyringName?: pulumi.Input<string>;
|
|
119
|
+
/**
|
|
120
|
+
* File name where to save data source results.
|
|
121
|
+
*/
|
|
122
|
+
outputFile?: pulumi.Input<string>;
|
|
123
|
+
/**
|
|
124
|
+
* The plaintext to be encrypted, Base64 encoded.
|
|
125
|
+
*/
|
|
126
|
+
plaintext: pulumi.Input<string>;
|
|
127
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
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.getAsymmetricCiphertextsOutput = exports.getAsymmetricCiphertexts = 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 asymmetric ciphertexts
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const encrypt1 = volcengine.kms.getAsymmetricCiphertexts({
|
|
17
|
+
* algorithm: "RSAES_OAEP_SHA_256",
|
|
18
|
+
* keyId: "9601e1af-ad69-42df-****-eaf10ce6a3e9",
|
|
19
|
+
* plaintext: "VGhpcyBpcyBhIHBsYWludGV4dCBleGFtcGxlLg==",
|
|
20
|
+
* });
|
|
21
|
+
* const encrypt2 = volcengine.kms.getAsymmetricCiphertexts({
|
|
22
|
+
* algorithm: "SM2PKE",
|
|
23
|
+
* keyName: "ec-sm2",
|
|
24
|
+
* keyringName: "Tf-test",
|
|
25
|
+
* plaintext: "VGhpcyBpcyBhIHBsYWludGV4dCBleGFtcGxlLg==",
|
|
26
|
+
* });
|
|
27
|
+
* ```
|
|
28
|
+
*/
|
|
29
|
+
function getAsymmetricCiphertexts(args, opts) {
|
|
30
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
31
|
+
return pulumi.runtime.invoke("volcengine:kms/getAsymmetricCiphertexts:getAsymmetricCiphertexts", {
|
|
32
|
+
"algorithm": args.algorithm,
|
|
33
|
+
"keyId": args.keyId,
|
|
34
|
+
"keyName": args.keyName,
|
|
35
|
+
"keyringName": args.keyringName,
|
|
36
|
+
"outputFile": args.outputFile,
|
|
37
|
+
"plaintext": args.plaintext,
|
|
38
|
+
}, opts);
|
|
39
|
+
}
|
|
40
|
+
exports.getAsymmetricCiphertexts = getAsymmetricCiphertexts;
|
|
41
|
+
/**
|
|
42
|
+
* Use this data source to query detailed information of kms asymmetric ciphertexts
|
|
43
|
+
* ## Example Usage
|
|
44
|
+
*
|
|
45
|
+
* ```typescript
|
|
46
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
47
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
48
|
+
*
|
|
49
|
+
* const encrypt1 = volcengine.kms.getAsymmetricCiphertexts({
|
|
50
|
+
* algorithm: "RSAES_OAEP_SHA_256",
|
|
51
|
+
* keyId: "9601e1af-ad69-42df-****-eaf10ce6a3e9",
|
|
52
|
+
* plaintext: "VGhpcyBpcyBhIHBsYWludGV4dCBleGFtcGxlLg==",
|
|
53
|
+
* });
|
|
54
|
+
* const encrypt2 = volcengine.kms.getAsymmetricCiphertexts({
|
|
55
|
+
* algorithm: "SM2PKE",
|
|
56
|
+
* keyName: "ec-sm2",
|
|
57
|
+
* keyringName: "Tf-test",
|
|
58
|
+
* plaintext: "VGhpcyBpcyBhIHBsYWludGV4dCBleGFtcGxlLg==",
|
|
59
|
+
* });
|
|
60
|
+
* ```
|
|
61
|
+
*/
|
|
62
|
+
function getAsymmetricCiphertextsOutput(args, opts) {
|
|
63
|
+
return pulumi.output(args).apply((a) => getAsymmetricCiphertexts(a, opts));
|
|
64
|
+
}
|
|
65
|
+
exports.getAsymmetricCiphertextsOutput = getAsymmetricCiphertextsOutput;
|
|
66
|
+
//# sourceMappingURL=getAsymmetricCiphertexts.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAsymmetricCiphertexts.js","sourceRoot":"","sources":["../../kms/getAsymmetricCiphertexts.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IAEpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE;QAC7F,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,4DAWC;AAuDD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAA2B;IAChH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,wBAAwB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnF,CAAC;AAFD,wEAEC"}
|