@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,139 @@
|
|
|
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 verifications
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const verify = volcengine.kms.getAsymmetricVerifications({
|
|
12
|
+
* algorithm: "RSA_PSS_SHA_256",
|
|
13
|
+
* keyId: "516274b3-0cba-4fad-****-c8355e3e8213",
|
|
14
|
+
* message: "VGhpcyBpcyBhIG1lc3NhZ2UgZXhhbXBsZS4=",
|
|
15
|
+
* messageType: "RAW",
|
|
16
|
+
* signature: "UPeR+U1fq+Om6jKy/VUz1xsTMJijfJNMy/p63uozgX5wVJR7Z6anvAvA4Yw8/Z32eXpyF0fgBsz+VbDSpfIet8rg4W2PoMQJNSAeg9UG4liV4CnYyYJIPopYUhHdDFSi/K/XguqD6IosMQQwHzkK1YneEBYTKySLypYAbwiVQHOZMNbF6HkmMg+P6qK7ircuwtG5I7vFVt//Nk2Elj6s66V1luNTlab1BfmdtCCVeYyHh4tGn5s0kyhahK3eYsnOC6ZE0AO4R4SNlLnWAN6BHmZgQvGLkPP/C0gnDlouiF1I7gNx/jG8GtDB+JqvDvsGviXMLoqWK1/fyydY/OcmVdzZnG6i6NlGLFXZqLT5K2ILf/i/w/BOjQmVyV9GpJJXaCSjy7Mq0aX/DGvfHNdmEDZew3KkMTeGynJUJFYaiTV5ToFcP9x9Vw8gCDqGdEAvaoFmTTHFcOVdwGyo7n9g7sagxtIYReQPsKePnTb18QOIHUbUc7BwqAPBa7gDX0XJsuockGPULsF7SuIHFHtNxYs5UZgrLmCPn49Xw0o+bJemyBixZcMIzMnwGUS0Ew9te+5is1swdIUQFPc4KZG0ohLXyRrxQK7rSpVTWM0ggy2OWUbm/X6kMsLmDueF40SZdqibYsNpWtIUeJatAR9adG5p8NcdvvY4S0/k7KjfQtw=",
|
|
17
|
+
* });
|
|
18
|
+
* ```
|
|
19
|
+
*/
|
|
20
|
+
/** @deprecated volcengine.kms.AsymmetricVerifications has been deprecated in favor of volcengine.kms.getAsymmetricVerifications */
|
|
21
|
+
export declare function asymmetricVerifications(args: AsymmetricVerificationsArgs, opts?: pulumi.InvokeOptions): Promise<AsymmetricVerificationsResult>;
|
|
22
|
+
/**
|
|
23
|
+
* A collection of arguments for invoking AsymmetricVerifications.
|
|
24
|
+
*/
|
|
25
|
+
export interface AsymmetricVerificationsArgs {
|
|
26
|
+
/**
|
|
27
|
+
* The signing algorithm. valid values: `RSA_PSS_SHA_256`, `RSA_PKCS1_SHA_256`, `RSA_PSS_SHA_384`, `RSA_PKCS1_SHA_384`, `RSA_PSS_SHA_512`, `RSA_PKCS1_SHA_512`.
|
|
28
|
+
*/
|
|
29
|
+
algorithm: 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.
|
|
36
|
+
*/
|
|
37
|
+
keyName?: string;
|
|
38
|
+
/**
|
|
39
|
+
* The name of the keyring.
|
|
40
|
+
*/
|
|
41
|
+
keyringName?: string;
|
|
42
|
+
/**
|
|
43
|
+
* The message to be verified, Base64 encoded.
|
|
44
|
+
*/
|
|
45
|
+
message: string;
|
|
46
|
+
/**
|
|
47
|
+
* The type of message. Valid values: RAW or DIGEST.
|
|
48
|
+
*/
|
|
49
|
+
messageType?: string;
|
|
50
|
+
/**
|
|
51
|
+
* File name where to save data source results.
|
|
52
|
+
*/
|
|
53
|
+
outputFile?: string;
|
|
54
|
+
/**
|
|
55
|
+
* The signature to be verified, Base64 encoded.
|
|
56
|
+
*/
|
|
57
|
+
signature: string;
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* A collection of values returned by AsymmetricVerifications.
|
|
61
|
+
*/
|
|
62
|
+
export interface AsymmetricVerificationsResult {
|
|
63
|
+
readonly algorithm: string;
|
|
64
|
+
/**
|
|
65
|
+
* The provider-assigned unique ID for this managed resource.
|
|
66
|
+
*/
|
|
67
|
+
readonly id: string;
|
|
68
|
+
readonly keyId?: string;
|
|
69
|
+
readonly keyName?: string;
|
|
70
|
+
readonly keyringName?: string;
|
|
71
|
+
readonly message: string;
|
|
72
|
+
readonly messageType?: string;
|
|
73
|
+
readonly outputFile?: string;
|
|
74
|
+
readonly signature: string;
|
|
75
|
+
/**
|
|
76
|
+
* The total count of query.
|
|
77
|
+
*/
|
|
78
|
+
readonly totalCount: number;
|
|
79
|
+
/**
|
|
80
|
+
* The verification result.
|
|
81
|
+
*/
|
|
82
|
+
readonly verificationInfos: outputs.kms.AsymmetricVerificationsVerificationInfo[];
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* Use this data source to query detailed information of kms asymmetric verifications
|
|
86
|
+
* ## Example Usage
|
|
87
|
+
*
|
|
88
|
+
* ```typescript
|
|
89
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
90
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
91
|
+
*
|
|
92
|
+
* const verify = volcengine.kms.getAsymmetricVerifications({
|
|
93
|
+
* algorithm: "RSA_PSS_SHA_256",
|
|
94
|
+
* keyId: "516274b3-0cba-4fad-****-c8355e3e8213",
|
|
95
|
+
* message: "VGhpcyBpcyBhIG1lc3NhZ2UgZXhhbXBsZS4=",
|
|
96
|
+
* messageType: "RAW",
|
|
97
|
+
* signature: "UPeR+U1fq+Om6jKy/VUz1xsTMJijfJNMy/p63uozgX5wVJR7Z6anvAvA4Yw8/Z32eXpyF0fgBsz+VbDSpfIet8rg4W2PoMQJNSAeg9UG4liV4CnYyYJIPopYUhHdDFSi/K/XguqD6IosMQQwHzkK1YneEBYTKySLypYAbwiVQHOZMNbF6HkmMg+P6qK7ircuwtG5I7vFVt//Nk2Elj6s66V1luNTlab1BfmdtCCVeYyHh4tGn5s0kyhahK3eYsnOC6ZE0AO4R4SNlLnWAN6BHmZgQvGLkPP/C0gnDlouiF1I7gNx/jG8GtDB+JqvDvsGviXMLoqWK1/fyydY/OcmVdzZnG6i6NlGLFXZqLT5K2ILf/i/w/BOjQmVyV9GpJJXaCSjy7Mq0aX/DGvfHNdmEDZew3KkMTeGynJUJFYaiTV5ToFcP9x9Vw8gCDqGdEAvaoFmTTHFcOVdwGyo7n9g7sagxtIYReQPsKePnTb18QOIHUbUc7BwqAPBa7gDX0XJsuockGPULsF7SuIHFHtNxYs5UZgrLmCPn49Xw0o+bJemyBixZcMIzMnwGUS0Ew9te+5is1swdIUQFPc4KZG0ohLXyRrxQK7rSpVTWM0ggy2OWUbm/X6kMsLmDueF40SZdqibYsNpWtIUeJatAR9adG5p8NcdvvY4S0/k7KjfQtw=",
|
|
98
|
+
* });
|
|
99
|
+
* ```
|
|
100
|
+
*/
|
|
101
|
+
/** @deprecated volcengine.kms.AsymmetricVerifications has been deprecated in favor of volcengine.kms.getAsymmetricVerifications */
|
|
102
|
+
export declare function asymmetricVerificationsOutput(args: AsymmetricVerificationsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<AsymmetricVerificationsResult>;
|
|
103
|
+
/**
|
|
104
|
+
* A collection of arguments for invoking AsymmetricVerifications.
|
|
105
|
+
*/
|
|
106
|
+
export interface AsymmetricVerificationsOutputArgs {
|
|
107
|
+
/**
|
|
108
|
+
* The signing algorithm. valid values: `RSA_PSS_SHA_256`, `RSA_PKCS1_SHA_256`, `RSA_PSS_SHA_384`, `RSA_PKCS1_SHA_384`, `RSA_PSS_SHA_512`, `RSA_PKCS1_SHA_512`.
|
|
109
|
+
*/
|
|
110
|
+
algorithm: pulumi.Input<string>;
|
|
111
|
+
/**
|
|
112
|
+
* The id of the key. When keyId is not specified, both keyringName and keyName must be specified.
|
|
113
|
+
*/
|
|
114
|
+
keyId?: pulumi.Input<string>;
|
|
115
|
+
/**
|
|
116
|
+
* The name of the key.
|
|
117
|
+
*/
|
|
118
|
+
keyName?: pulumi.Input<string>;
|
|
119
|
+
/**
|
|
120
|
+
* The name of the keyring.
|
|
121
|
+
*/
|
|
122
|
+
keyringName?: pulumi.Input<string>;
|
|
123
|
+
/**
|
|
124
|
+
* The message to be verified, Base64 encoded.
|
|
125
|
+
*/
|
|
126
|
+
message: pulumi.Input<string>;
|
|
127
|
+
/**
|
|
128
|
+
* The type of message. Valid values: RAW or DIGEST.
|
|
129
|
+
*/
|
|
130
|
+
messageType?: pulumi.Input<string>;
|
|
131
|
+
/**
|
|
132
|
+
* File name where to save data source results.
|
|
133
|
+
*/
|
|
134
|
+
outputFile?: pulumi.Input<string>;
|
|
135
|
+
/**
|
|
136
|
+
* The signature to be verified, Base64 encoded.
|
|
137
|
+
*/
|
|
138
|
+
signature: pulumi.Input<string>;
|
|
139
|
+
}
|
|
@@ -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.asymmetricVerificationsOutput = exports.asymmetricVerifications = 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 verifications
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const verify = volcengine.kms.getAsymmetricVerifications({
|
|
17
|
+
* algorithm: "RSA_PSS_SHA_256",
|
|
18
|
+
* keyId: "516274b3-0cba-4fad-****-c8355e3e8213",
|
|
19
|
+
* message: "VGhpcyBpcyBhIG1lc3NhZ2UgZXhhbXBsZS4=",
|
|
20
|
+
* messageType: "RAW",
|
|
21
|
+
* signature: "UPeR+U1fq+Om6jKy/VUz1xsTMJijfJNMy/p63uozgX5wVJR7Z6anvAvA4Yw8/Z32eXpyF0fgBsz+VbDSpfIet8rg4W2PoMQJNSAeg9UG4liV4CnYyYJIPopYUhHdDFSi/K/XguqD6IosMQQwHzkK1YneEBYTKySLypYAbwiVQHOZMNbF6HkmMg+P6qK7ircuwtG5I7vFVt//Nk2Elj6s66V1luNTlab1BfmdtCCVeYyHh4tGn5s0kyhahK3eYsnOC6ZE0AO4R4SNlLnWAN6BHmZgQvGLkPP/C0gnDlouiF1I7gNx/jG8GtDB+JqvDvsGviXMLoqWK1/fyydY/OcmVdzZnG6i6NlGLFXZqLT5K2ILf/i/w/BOjQmVyV9GpJJXaCSjy7Mq0aX/DGvfHNdmEDZew3KkMTeGynJUJFYaiTV5ToFcP9x9Vw8gCDqGdEAvaoFmTTHFcOVdwGyo7n9g7sagxtIYReQPsKePnTb18QOIHUbUc7BwqAPBa7gDX0XJsuockGPULsF7SuIHFHtNxYs5UZgrLmCPn49Xw0o+bJemyBixZcMIzMnwGUS0Ew9te+5is1swdIUQFPc4KZG0ohLXyRrxQK7rSpVTWM0ggy2OWUbm/X6kMsLmDueF40SZdqibYsNpWtIUeJatAR9adG5p8NcdvvY4S0/k7KjfQtw=",
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
/** @deprecated volcengine.kms.AsymmetricVerifications has been deprecated in favor of volcengine.kms.getAsymmetricVerifications */
|
|
26
|
+
function asymmetricVerifications(args, opts) {
|
|
27
|
+
pulumi.log.warn("asymmetricVerifications is deprecated: volcengine.kms.AsymmetricVerifications has been deprecated in favor of volcengine.kms.getAsymmetricVerifications");
|
|
28
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
29
|
+
return pulumi.runtime.invoke("volcengine:kms/asymmetricVerifications:AsymmetricVerifications", {
|
|
30
|
+
"algorithm": args.algorithm,
|
|
31
|
+
"keyId": args.keyId,
|
|
32
|
+
"keyName": args.keyName,
|
|
33
|
+
"keyringName": args.keyringName,
|
|
34
|
+
"message": args.message,
|
|
35
|
+
"messageType": args.messageType,
|
|
36
|
+
"outputFile": args.outputFile,
|
|
37
|
+
"signature": args.signature,
|
|
38
|
+
}, opts);
|
|
39
|
+
}
|
|
40
|
+
exports.asymmetricVerifications = asymmetricVerifications;
|
|
41
|
+
/**
|
|
42
|
+
* Use this data source to query detailed information of kms asymmetric verifications
|
|
43
|
+
* ## Example Usage
|
|
44
|
+
*
|
|
45
|
+
* ```typescript
|
|
46
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
47
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
48
|
+
*
|
|
49
|
+
* const verify = volcengine.kms.getAsymmetricVerifications({
|
|
50
|
+
* algorithm: "RSA_PSS_SHA_256",
|
|
51
|
+
* keyId: "516274b3-0cba-4fad-****-c8355e3e8213",
|
|
52
|
+
* message: "VGhpcyBpcyBhIG1lc3NhZ2UgZXhhbXBsZS4=",
|
|
53
|
+
* messageType: "RAW",
|
|
54
|
+
* signature: "UPeR+U1fq+Om6jKy/VUz1xsTMJijfJNMy/p63uozgX5wVJR7Z6anvAvA4Yw8/Z32eXpyF0fgBsz+VbDSpfIet8rg4W2PoMQJNSAeg9UG4liV4CnYyYJIPopYUhHdDFSi/K/XguqD6IosMQQwHzkK1YneEBYTKySLypYAbwiVQHOZMNbF6HkmMg+P6qK7ircuwtG5I7vFVt//Nk2Elj6s66V1luNTlab1BfmdtCCVeYyHh4tGn5s0kyhahK3eYsnOC6ZE0AO4R4SNlLnWAN6BHmZgQvGLkPP/C0gnDlouiF1I7gNx/jG8GtDB+JqvDvsGviXMLoqWK1/fyydY/OcmVdzZnG6i6NlGLFXZqLT5K2ILf/i/w/BOjQmVyV9GpJJXaCSjy7Mq0aX/DGvfHNdmEDZew3KkMTeGynJUJFYaiTV5ToFcP9x9Vw8gCDqGdEAvaoFmTTHFcOVdwGyo7n9g7sagxtIYReQPsKePnTb18QOIHUbUc7BwqAPBa7gDX0XJsuockGPULsF7SuIHFHtNxYs5UZgrLmCPn49Xw0o+bJemyBixZcMIzMnwGUS0Ew9te+5is1swdIUQFPc4KZG0ohLXyRrxQK7rSpVTWM0ggy2OWUbm/X6kMsLmDueF40SZdqibYsNpWtIUeJatAR9adG5p8NcdvvY4S0/k7KjfQtw=",
|
|
55
|
+
* });
|
|
56
|
+
* ```
|
|
57
|
+
*/
|
|
58
|
+
/** @deprecated volcengine.kms.AsymmetricVerifications has been deprecated in favor of volcengine.kms.getAsymmetricVerifications */
|
|
59
|
+
function asymmetricVerificationsOutput(args, opts) {
|
|
60
|
+
return pulumi.output(args).apply((a) => asymmetricVerifications(a, opts));
|
|
61
|
+
}
|
|
62
|
+
exports.asymmetricVerificationsOutput = asymmetricVerificationsOutput;
|
|
63
|
+
//# sourceMappingURL=asymmetricVerifications.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"asymmetricVerifications.js","sourceRoot":"","sources":["../../kms/asymmetricVerifications.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,mIAAmI;AACnI,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,yJAAyJ,CAAC,CAAA;IAE1K,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE;QAC3F,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,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;AAdD,0DAcC;AAiED;;;;;;;;;;;;;;;;GAgBG;AACH,mIAAmI;AACnI,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAA2B;IAC9G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,uBAAuB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClF,CAAC;AAFD,sEAEC"}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Provides a resource to manage kms cancel key deletion
|
|
4
|
+
* ## Example Usage
|
|
5
|
+
*
|
|
6
|
+
* ```typescript
|
|
7
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
8
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
9
|
+
*
|
|
10
|
+
* const foo = new volcengine.kms.CancelKeyDeletion("foo", {keyId: "50f588aa-32e1-4cd1-****-63afcbc7d523"});
|
|
11
|
+
* ```
|
|
12
|
+
*
|
|
13
|
+
* ## Import
|
|
14
|
+
*
|
|
15
|
+
* KmsCancelKeyDeletion can be imported using the id, e.g.
|
|
16
|
+
*
|
|
17
|
+
* ```sh
|
|
18
|
+
* $ pulumi import volcengine:kms/cancelKeyDeletion:CancelKeyDeletion default resource_id
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* or
|
|
22
|
+
*
|
|
23
|
+
* ```sh
|
|
24
|
+
* $ pulumi import volcengine:kms/cancelKeyDeletion:CancelKeyDeletion default key_name:keyring_name
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
export declare class CancelKeyDeletion extends pulumi.CustomResource {
|
|
28
|
+
/**
|
|
29
|
+
* Get an existing CancelKeyDeletion resource's state with the given name, ID, and optional extra
|
|
30
|
+
* properties used to qualify the lookup.
|
|
31
|
+
*
|
|
32
|
+
* @param name The _unique_ name of the resulting resource.
|
|
33
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
34
|
+
* @param state Any extra arguments used during the lookup.
|
|
35
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
36
|
+
*/
|
|
37
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: CancelKeyDeletionState, opts?: pulumi.CustomResourceOptions): CancelKeyDeletion;
|
|
38
|
+
/**
|
|
39
|
+
* Returns true if the given object is an instance of CancelKeyDeletion. This is designed to work even
|
|
40
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
41
|
+
*/
|
|
42
|
+
static isInstance(obj: any): obj is CancelKeyDeletion;
|
|
43
|
+
/**
|
|
44
|
+
* The id of the key. When keyId is not specified, both keyringName and keyName must be specified.
|
|
45
|
+
*/
|
|
46
|
+
readonly keyId: pulumi.Output<string>;
|
|
47
|
+
/**
|
|
48
|
+
* The name of the key.
|
|
49
|
+
*/
|
|
50
|
+
readonly keyName: pulumi.Output<string>;
|
|
51
|
+
/**
|
|
52
|
+
* The state of the key.
|
|
53
|
+
*/
|
|
54
|
+
readonly keyState: pulumi.Output<string>;
|
|
55
|
+
/**
|
|
56
|
+
* The name of the keyring.
|
|
57
|
+
*/
|
|
58
|
+
readonly keyringName: pulumi.Output<string | undefined>;
|
|
59
|
+
/**
|
|
60
|
+
* Create a CancelKeyDeletion resource with the given unique name, arguments, and options.
|
|
61
|
+
*
|
|
62
|
+
* @param name The _unique_ name of the resource.
|
|
63
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
64
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
65
|
+
*/
|
|
66
|
+
constructor(name: string, args?: CancelKeyDeletionArgs, opts?: pulumi.CustomResourceOptions);
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* Input properties used for looking up and filtering CancelKeyDeletion resources.
|
|
70
|
+
*/
|
|
71
|
+
export interface CancelKeyDeletionState {
|
|
72
|
+
/**
|
|
73
|
+
* The id of the key. When keyId is not specified, both keyringName and keyName must be specified.
|
|
74
|
+
*/
|
|
75
|
+
keyId?: pulumi.Input<string>;
|
|
76
|
+
/**
|
|
77
|
+
* The name of the key.
|
|
78
|
+
*/
|
|
79
|
+
keyName?: pulumi.Input<string>;
|
|
80
|
+
/**
|
|
81
|
+
* The state of the key.
|
|
82
|
+
*/
|
|
83
|
+
keyState?: pulumi.Input<string>;
|
|
84
|
+
/**
|
|
85
|
+
* The name of the keyring.
|
|
86
|
+
*/
|
|
87
|
+
keyringName?: pulumi.Input<string>;
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* The set of arguments for constructing a CancelKeyDeletion resource.
|
|
91
|
+
*/
|
|
92
|
+
export interface CancelKeyDeletionArgs {
|
|
93
|
+
/**
|
|
94
|
+
* The id of the key. When keyId is not specified, both keyringName and keyName must be specified.
|
|
95
|
+
*/
|
|
96
|
+
keyId?: pulumi.Input<string>;
|
|
97
|
+
/**
|
|
98
|
+
* The name of the key.
|
|
99
|
+
*/
|
|
100
|
+
keyName?: pulumi.Input<string>;
|
|
101
|
+
/**
|
|
102
|
+
* The name of the keyring.
|
|
103
|
+
*/
|
|
104
|
+
keyringName?: pulumi.Input<string>;
|
|
105
|
+
}
|
|
@@ -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.CancelKeyDeletion = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Provides a resource to manage kms cancel key deletion
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
15
|
+
*
|
|
16
|
+
* const foo = new volcengine.kms.CancelKeyDeletion("foo", {keyId: "50f588aa-32e1-4cd1-****-63afcbc7d523"});
|
|
17
|
+
* ```
|
|
18
|
+
*
|
|
19
|
+
* ## Import
|
|
20
|
+
*
|
|
21
|
+
* KmsCancelKeyDeletion can be imported using the id, e.g.
|
|
22
|
+
*
|
|
23
|
+
* ```sh
|
|
24
|
+
* $ pulumi import volcengine:kms/cancelKeyDeletion:CancelKeyDeletion default resource_id
|
|
25
|
+
* ```
|
|
26
|
+
*
|
|
27
|
+
* or
|
|
28
|
+
*
|
|
29
|
+
* ```sh
|
|
30
|
+
* $ pulumi import volcengine:kms/cancelKeyDeletion:CancelKeyDeletion default key_name:keyring_name
|
|
31
|
+
* ```
|
|
32
|
+
*/
|
|
33
|
+
class CancelKeyDeletion extends pulumi.CustomResource {
|
|
34
|
+
/**
|
|
35
|
+
* Get an existing CancelKeyDeletion resource's state with the given name, ID, and optional extra
|
|
36
|
+
* properties used to qualify the lookup.
|
|
37
|
+
*
|
|
38
|
+
* @param name The _unique_ name of the resulting resource.
|
|
39
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
40
|
+
* @param state Any extra arguments used during the lookup.
|
|
41
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
42
|
+
*/
|
|
43
|
+
static get(name, id, state, opts) {
|
|
44
|
+
return new CancelKeyDeletion(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Returns true if the given object is an instance of CancelKeyDeletion. This is designed to work even
|
|
48
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
49
|
+
*/
|
|
50
|
+
static isInstance(obj) {
|
|
51
|
+
if (obj === undefined || obj === null) {
|
|
52
|
+
return false;
|
|
53
|
+
}
|
|
54
|
+
return obj['__pulumiType'] === CancelKeyDeletion.__pulumiType;
|
|
55
|
+
}
|
|
56
|
+
constructor(name, argsOrState, opts) {
|
|
57
|
+
let resourceInputs = {};
|
|
58
|
+
opts = opts || {};
|
|
59
|
+
if (opts.id) {
|
|
60
|
+
const state = argsOrState;
|
|
61
|
+
resourceInputs["keyId"] = state ? state.keyId : undefined;
|
|
62
|
+
resourceInputs["keyName"] = state ? state.keyName : undefined;
|
|
63
|
+
resourceInputs["keyState"] = state ? state.keyState : undefined;
|
|
64
|
+
resourceInputs["keyringName"] = state ? state.keyringName : undefined;
|
|
65
|
+
}
|
|
66
|
+
else {
|
|
67
|
+
const args = argsOrState;
|
|
68
|
+
resourceInputs["keyId"] = args ? args.keyId : undefined;
|
|
69
|
+
resourceInputs["keyName"] = args ? args.keyName : undefined;
|
|
70
|
+
resourceInputs["keyringName"] = args ? args.keyringName : undefined;
|
|
71
|
+
resourceInputs["keyState"] = undefined /*out*/;
|
|
72
|
+
}
|
|
73
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
74
|
+
super(CancelKeyDeletion.__pulumiType, name, resourceInputs, opts);
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
exports.CancelKeyDeletion = CancelKeyDeletion;
|
|
78
|
+
/** @internal */
|
|
79
|
+
CancelKeyDeletion.__pulumiType = 'volcengine:kms/cancelKeyDeletion:CancelKeyDeletion';
|
|
80
|
+
//# sourceMappingURL=cancelKeyDeletion.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cancelKeyDeletion.js","sourceRoot":"","sources":["../../kms/cancelKeyDeletion.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,MAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;IACxD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA8B,EAAE,IAAmC;QAC5H,OAAO,IAAI,iBAAiB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACxE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,iBAAiB,CAAC,YAAY,CAAC;IAClE,CAAC;IA2BD,YAAY,IAAY,EAAE,WAA4D,EAAE,IAAmC;QACvH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAiD,CAAC;YAChE,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;SACzE;aAAM;YACH,MAAM,IAAI,GAAG,WAAgD,CAAC;YAC9D,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAClD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,iBAAiB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACtE,CAAC;;AAvEL,8CAwEC;AA1DG,gBAAgB;AACO,8BAAY,GAAG,oDAAoD,CAAC"}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Provides a resource to manage kms cancel secret deletion
|
|
4
|
+
* ## Example Usage
|
|
5
|
+
*
|
|
6
|
+
* ```typescript
|
|
7
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
8
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
9
|
+
*
|
|
10
|
+
* const _default = new volcengine.kms.CancelSecretDeletion("default", {secretName: "tf-test2"});
|
|
11
|
+
* ```
|
|
12
|
+
*
|
|
13
|
+
* ## Import
|
|
14
|
+
*
|
|
15
|
+
* KmsCancelSecretDeletion can be imported using the id, e.g.
|
|
16
|
+
*
|
|
17
|
+
* ```sh
|
|
18
|
+
* $ pulumi import volcengine:kms/cancelSecretDeletion:CancelSecretDeletion default secret_name
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
export declare class CancelSecretDeletion extends pulumi.CustomResource {
|
|
22
|
+
/**
|
|
23
|
+
* Get an existing CancelSecretDeletion resource's state with the given name, ID, and optional extra
|
|
24
|
+
* properties used to qualify the lookup.
|
|
25
|
+
*
|
|
26
|
+
* @param name The _unique_ name of the resulting resource.
|
|
27
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
28
|
+
* @param state Any extra arguments used during the lookup.
|
|
29
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
30
|
+
*/
|
|
31
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: CancelSecretDeletionState, opts?: pulumi.CustomResourceOptions): CancelSecretDeletion;
|
|
32
|
+
/**
|
|
33
|
+
* Returns true if the given object is an instance of CancelSecretDeletion. This is designed to work even
|
|
34
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
35
|
+
*/
|
|
36
|
+
static isInstance(obj: any): obj is CancelSecretDeletion;
|
|
37
|
+
/**
|
|
38
|
+
* The name of the secret.
|
|
39
|
+
*/
|
|
40
|
+
readonly secretName: pulumi.Output<string>;
|
|
41
|
+
/**
|
|
42
|
+
* The state of the secret.
|
|
43
|
+
*/
|
|
44
|
+
readonly secretState: pulumi.Output<string>;
|
|
45
|
+
/**
|
|
46
|
+
* Create a CancelSecretDeletion resource with the given unique name, arguments, and options.
|
|
47
|
+
*
|
|
48
|
+
* @param name The _unique_ name of the resource.
|
|
49
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
50
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
51
|
+
*/
|
|
52
|
+
constructor(name: string, args: CancelSecretDeletionArgs, opts?: pulumi.CustomResourceOptions);
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* Input properties used for looking up and filtering CancelSecretDeletion resources.
|
|
56
|
+
*/
|
|
57
|
+
export interface CancelSecretDeletionState {
|
|
58
|
+
/**
|
|
59
|
+
* The name of the secret.
|
|
60
|
+
*/
|
|
61
|
+
secretName?: pulumi.Input<string>;
|
|
62
|
+
/**
|
|
63
|
+
* The state of the secret.
|
|
64
|
+
*/
|
|
65
|
+
secretState?: pulumi.Input<string>;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* The set of arguments for constructing a CancelSecretDeletion resource.
|
|
69
|
+
*/
|
|
70
|
+
export interface CancelSecretDeletionArgs {
|
|
71
|
+
/**
|
|
72
|
+
* The name of the secret.
|
|
73
|
+
*/
|
|
74
|
+
secretName: pulumi.Input<string>;
|
|
75
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
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.CancelSecretDeletion = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Provides a resource to manage kms cancel secret deletion
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
15
|
+
*
|
|
16
|
+
* const _default = new volcengine.kms.CancelSecretDeletion("default", {secretName: "tf-test2"});
|
|
17
|
+
* ```
|
|
18
|
+
*
|
|
19
|
+
* ## Import
|
|
20
|
+
*
|
|
21
|
+
* KmsCancelSecretDeletion can be imported using the id, e.g.
|
|
22
|
+
*
|
|
23
|
+
* ```sh
|
|
24
|
+
* $ pulumi import volcengine:kms/cancelSecretDeletion:CancelSecretDeletion default secret_name
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
class CancelSecretDeletion extends pulumi.CustomResource {
|
|
28
|
+
/**
|
|
29
|
+
* Get an existing CancelSecretDeletion resource's state with the given name, ID, and optional extra
|
|
30
|
+
* properties used to qualify the lookup.
|
|
31
|
+
*
|
|
32
|
+
* @param name The _unique_ name of the resulting resource.
|
|
33
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
34
|
+
* @param state Any extra arguments used during the lookup.
|
|
35
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
36
|
+
*/
|
|
37
|
+
static get(name, id, state, opts) {
|
|
38
|
+
return new CancelSecretDeletion(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Returns true if the given object is an instance of CancelSecretDeletion. This is designed to work even
|
|
42
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
43
|
+
*/
|
|
44
|
+
static isInstance(obj) {
|
|
45
|
+
if (obj === undefined || obj === null) {
|
|
46
|
+
return false;
|
|
47
|
+
}
|
|
48
|
+
return obj['__pulumiType'] === CancelSecretDeletion.__pulumiType;
|
|
49
|
+
}
|
|
50
|
+
constructor(name, argsOrState, opts) {
|
|
51
|
+
let resourceInputs = {};
|
|
52
|
+
opts = opts || {};
|
|
53
|
+
if (opts.id) {
|
|
54
|
+
const state = argsOrState;
|
|
55
|
+
resourceInputs["secretName"] = state ? state.secretName : undefined;
|
|
56
|
+
resourceInputs["secretState"] = state ? state.secretState : undefined;
|
|
57
|
+
}
|
|
58
|
+
else {
|
|
59
|
+
const args = argsOrState;
|
|
60
|
+
if ((!args || args.secretName === undefined) && !opts.urn) {
|
|
61
|
+
throw new Error("Missing required property 'secretName'");
|
|
62
|
+
}
|
|
63
|
+
resourceInputs["secretName"] = args ? args.secretName : undefined;
|
|
64
|
+
resourceInputs["secretState"] = undefined /*out*/;
|
|
65
|
+
}
|
|
66
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
67
|
+
super(CancelSecretDeletion.__pulumiType, name, resourceInputs, opts);
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
exports.CancelSecretDeletion = CancelSecretDeletion;
|
|
71
|
+
/** @internal */
|
|
72
|
+
CancelSecretDeletion.__pulumiType = 'volcengine:kms/cancelSecretDeletion:CancelSecretDeletion';
|
|
73
|
+
//# sourceMappingURL=cancelSecretDeletion.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cancelSecretDeletion.js","sourceRoot":"","sources":["../../kms/cancelSecretDeletion.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAa,oBAAqB,SAAQ,MAAM,CAAC,cAAc;IAC3D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiC,EAAE,IAAmC;QAC/H,OAAO,IAAI,oBAAoB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC3E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,oBAAoB,CAAC,YAAY,CAAC;IACrE,CAAC;IAmBD,YAAY,IAAY,EAAE,WAAkE,EAAE,IAAmC;QAC7H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAoD,CAAC;YACnE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;SACzE;aAAM;YACH,MAAM,IAAI,GAAG,WAAmD,CAAC;YACjE,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACrD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,oBAAoB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACzE,CAAC;;AA9DL,oDA+DC;AAjDG,gBAAgB;AACO,iCAAY,GAAG,0DAA0D,CAAC"}
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Provides a resource to manage kms ciphertext
|
|
4
|
+
* ## Example Usage
|
|
5
|
+
*
|
|
6
|
+
* ```typescript
|
|
7
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
8
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
9
|
+
*
|
|
10
|
+
* const encryptStable = new volcengine.kms.Ciphertext("encryptStable", {
|
|
11
|
+
* keyId: "c44870c3-f33b-421a-****-a2bba37c993e",
|
|
12
|
+
* plaintext: "VGhpcyBpcyBhIHBsYWludGV4dCBleGFtcGxlLg==",
|
|
13
|
+
* });
|
|
14
|
+
* ```
|
|
15
|
+
*
|
|
16
|
+
* ## Import
|
|
17
|
+
*
|
|
18
|
+
* The KmsCiphertext is not support import.
|
|
19
|
+
*/
|
|
20
|
+
export declare class Ciphertext extends pulumi.CustomResource {
|
|
21
|
+
/**
|
|
22
|
+
* Get an existing Ciphertext resource's state with the given name, ID, and optional extra
|
|
23
|
+
* properties used to qualify the lookup.
|
|
24
|
+
*
|
|
25
|
+
* @param name The _unique_ name of the resulting resource.
|
|
26
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
27
|
+
* @param state Any extra arguments used during the lookup.
|
|
28
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
29
|
+
*/
|
|
30
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: CiphertextState, opts?: pulumi.CustomResourceOptions): Ciphertext;
|
|
31
|
+
/**
|
|
32
|
+
* Returns true if the given object is an instance of Ciphertext. This is designed to work even
|
|
33
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
34
|
+
*/
|
|
35
|
+
static isInstance(obj: any): obj is Ciphertext;
|
|
36
|
+
/**
|
|
37
|
+
* The ciphertext, Base64 encoded. The produced ciphertextBlob stays stable across applies. If the plaintext should be re-encrypted on each apply use the `volcengine.kms.getCiphertexts` data source.
|
|
38
|
+
*/
|
|
39
|
+
readonly ciphertextBlob: pulumi.Output<string>;
|
|
40
|
+
/**
|
|
41
|
+
* The JSON string of key/value pairs.
|
|
42
|
+
*/
|
|
43
|
+
readonly encryptionContext: pulumi.Output<string | undefined>;
|
|
44
|
+
/**
|
|
45
|
+
* The id of the key. When keyId is not specified, both keyringName and keyName must be specified.
|
|
46
|
+
*/
|
|
47
|
+
readonly keyId: pulumi.Output<string | undefined>;
|
|
48
|
+
/**
|
|
49
|
+
* The name of the key.
|
|
50
|
+
*/
|
|
51
|
+
readonly keyName: pulumi.Output<string | undefined>;
|
|
52
|
+
/**
|
|
53
|
+
* The name of the keyring.
|
|
54
|
+
*/
|
|
55
|
+
readonly keyringName: pulumi.Output<string | undefined>;
|
|
56
|
+
/**
|
|
57
|
+
* The plaintext to be symmetrically encrypted, Base64 encoded.
|
|
58
|
+
*/
|
|
59
|
+
readonly plaintext: pulumi.Output<string>;
|
|
60
|
+
/**
|
|
61
|
+
* Create a Ciphertext resource with the given unique name, arguments, and options.
|
|
62
|
+
*
|
|
63
|
+
* @param name The _unique_ name of the resource.
|
|
64
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
65
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
66
|
+
*/
|
|
67
|
+
constructor(name: string, args: CiphertextArgs, opts?: pulumi.CustomResourceOptions);
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* Input properties used for looking up and filtering Ciphertext resources.
|
|
71
|
+
*/
|
|
72
|
+
export interface CiphertextState {
|
|
73
|
+
/**
|
|
74
|
+
* The ciphertext, Base64 encoded. The produced ciphertextBlob stays stable across applies. If the plaintext should be re-encrypted on each apply use the `volcengine.kms.getCiphertexts` data source.
|
|
75
|
+
*/
|
|
76
|
+
ciphertextBlob?: pulumi.Input<string>;
|
|
77
|
+
/**
|
|
78
|
+
* The JSON string of key/value pairs.
|
|
79
|
+
*/
|
|
80
|
+
encryptionContext?: pulumi.Input<string>;
|
|
81
|
+
/**
|
|
82
|
+
* The id of the key. When keyId is not specified, both keyringName and keyName must be specified.
|
|
83
|
+
*/
|
|
84
|
+
keyId?: pulumi.Input<string>;
|
|
85
|
+
/**
|
|
86
|
+
* The name of the key.
|
|
87
|
+
*/
|
|
88
|
+
keyName?: pulumi.Input<string>;
|
|
89
|
+
/**
|
|
90
|
+
* The name of the keyring.
|
|
91
|
+
*/
|
|
92
|
+
keyringName?: pulumi.Input<string>;
|
|
93
|
+
/**
|
|
94
|
+
* The plaintext to be symmetrically encrypted, Base64 encoded.
|
|
95
|
+
*/
|
|
96
|
+
plaintext?: pulumi.Input<string>;
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* The set of arguments for constructing a Ciphertext resource.
|
|
100
|
+
*/
|
|
101
|
+
export interface CiphertextArgs {
|
|
102
|
+
/**
|
|
103
|
+
* The JSON string of key/value pairs.
|
|
104
|
+
*/
|
|
105
|
+
encryptionContext?: pulumi.Input<string>;
|
|
106
|
+
/**
|
|
107
|
+
* The id of the key. When keyId is not specified, both keyringName and keyName must be specified.
|
|
108
|
+
*/
|
|
109
|
+
keyId?: pulumi.Input<string>;
|
|
110
|
+
/**
|
|
111
|
+
* The name of the key.
|
|
112
|
+
*/
|
|
113
|
+
keyName?: pulumi.Input<string>;
|
|
114
|
+
/**
|
|
115
|
+
* The name of the keyring.
|
|
116
|
+
*/
|
|
117
|
+
keyringName?: pulumi.Input<string>;
|
|
118
|
+
/**
|
|
119
|
+
* The plaintext to be symmetrically encrypted, Base64 encoded.
|
|
120
|
+
*/
|
|
121
|
+
plaintext: pulumi.Input<string>;
|
|
122
|
+
}
|