@volcengine/pulumi 0.0.31 → 0.0.33
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/cen/bandwidthPackage.d.ts +15 -3
- package/cen/bandwidthPackage.js +2 -0
- package/cen/bandwidthPackage.js.map +1 -1
- package/cen/getGrantInstances.d.ts +106 -0
- package/cen/getGrantInstances.js +53 -0
- package/cen/getGrantInstances.js.map +1 -0
- package/cen/getInterRegionBandwidths.d.ts +12 -0
- package/cen/getInterRegionBandwidths.js +1 -0
- package/cen/getInterRegionBandwidths.js.map +1 -1
- package/cen/grantInstances.d.ts +108 -0
- package/cen/grantInstances.js +56 -0
- package/cen/grantInstances.js.map +1 -0
- package/cen/index.d.ts +6 -0
- package/cen/index.js +7 -1
- package/cen/index.js.map +1 -1
- package/cen/interRegionBandwidths.d.ts +12 -0
- package/cen/interRegionBandwidths.js +1 -0
- package/cen/interRegionBandwidths.js.map +1 -1
- package/cen/serviceRouteEntry.d.ts +2 -2
- package/cen/serviceRouteEntry.js +2 -2
- package/cr/getNamespaces.d.ts +9 -0
- package/cr/getNamespaces.js +1 -0
- package/cr/getNamespaces.js.map +1 -1
- package/cr/getRegistries.d.ts +9 -0
- package/cr/getRegistries.js +1 -0
- package/cr/getRegistries.js.map +1 -1
- package/cr/namespace.d.ts +12 -0
- package/cr/namespace.js +2 -0
- package/cr/namespace.js.map +1 -1
- package/cr/namespaces.d.ts +9 -0
- package/cr/namespaces.js +1 -0
- package/cr/namespaces.js.map +1 -1
- package/cr/registries.d.ts +9 -0
- package/cr/registries.js +1 -0
- package/cr/registries.js.map +1 -1
- package/cr/registry.d.ts +35 -3
- package/cr/registry.js +6 -2
- package/cr/registry.js.map +1 -1
- package/dns/backup.d.ts +10 -1
- package/dns/backup.js +10 -1
- package/dns/backup.js.map +1 -1
- package/dns/zone.d.ts +1 -1
- package/dns/zone.js +1 -1
- package/ebs/getMaxExtraPerformances.d.ts +104 -0
- package/ebs/getMaxExtraPerformances.js +52 -0
- package/ebs/getMaxExtraPerformances.js.map +1 -0
- package/ebs/index.d.ts +6 -0
- package/ebs/index.js +7 -1
- package/ebs/index.js.map +1 -1
- package/ebs/maxExtraPerformances.d.ts +106 -0
- package/ebs/maxExtraPerformances.js +55 -0
- package/ebs/maxExtraPerformances.js.map +1 -0
- package/ebs/volume.d.ts +22 -14
- package/ebs/volume.js +7 -2
- package/ebs/volume.js.map +1 -1
- package/escloud_v2/escloudInstanceV2.d.ts +19 -3
- package/escloud_v2/escloudInstanceV2.js +19 -3
- package/escloud_v2/escloudInstanceV2.js.map +1 -1
- package/escloud_v2/escloudNodeAvailableSpecs.d.ts +73 -0
- package/escloud_v2/escloudNodeAvailableSpecs.js +46 -0
- package/escloud_v2/escloudNodeAvailableSpecs.js.map +1 -0
- package/escloud_v2/escloudZonesV2.d.ts +64 -0
- package/escloud_v2/escloudZonesV2.js +45 -0
- package/escloud_v2/escloudZonesV2.js.map +1 -0
- package/escloud_v2/getEscloudNodeAvailableSpecs.d.ts +71 -0
- package/escloud_v2/getEscloudNodeAvailableSpecs.js +43 -0
- package/escloud_v2/getEscloudNodeAvailableSpecs.js.map +1 -0
- package/escloud_v2/getEscloudZonesV2.d.ts +62 -0
- package/escloud_v2/getEscloudZonesV2.js +42 -0
- package/escloud_v2/getEscloudZonesV2.js.map +1 -0
- package/escloud_v2/index.d.ts +12 -0
- package/escloud_v2/index.js +13 -1
- package/escloud_v2/index.js.map +1 -1
- package/index.d.ts +4 -1
- package/index.js +8 -1
- package/index.js.map +1 -1
- package/kafka/allowList.d.ts +98 -0
- package/kafka/allowList.js +85 -0
- package/kafka/allowList.js.map +1 -0
- package/kafka/allowListAssociate.d.ts +90 -0
- package/kafka/allowListAssociate.js +87 -0
- package/kafka/allowListAssociate.js.map +1 -0
- package/kafka/allowLists.d.ts +91 -0
- package/kafka/allowLists.js +52 -0
- package/kafka/allowLists.js.map +1 -0
- package/kafka/getAllowLists.d.ts +89 -0
- package/kafka/getAllowLists.js +49 -0
- package/kafka/getAllowLists.js.map +1 -0
- package/kafka/index.d.ts +12 -0
- package/kafka/index.js +17 -1
- package/kafka/index.js.map +1 -1
- package/kafka/instance.d.ts +37 -0
- package/kafka/instance.js +37 -0
- package/kafka/instance.js.map +1 -1
- package/kms/getKeyrings.d.ts +154 -0
- package/kms/getKeyrings.js +69 -0
- package/kms/getKeyrings.js.map +1 -0
- package/kms/getKeys.d.ts +263 -0
- package/kms/getKeys.js +106 -0
- package/kms/getKeys.js.map +1 -0
- package/kms/getSecrets.d.ts +202 -0
- package/kms/getSecrets.js +73 -0
- package/kms/getSecrets.js.map +1 -0
- package/kms/index.d.ts +36 -0
- package/kms/index.js +65 -0
- package/kms/index.js.map +1 -0
- package/kms/key.d.ts +282 -0
- package/kms/key.js +127 -0
- package/kms/key.js.map +1 -0
- package/kms/keyArchive.d.ts +119 -0
- package/kms/keyArchive.js +94 -0
- package/kms/keyArchive.js.map +1 -0
- package/kms/keyEnable.d.ts +105 -0
- package/kms/keyEnable.js +80 -0
- package/kms/keyEnable.js.map +1 -0
- package/kms/keyRotation.d.ts +105 -0
- package/kms/keyRotation.js +80 -0
- package/kms/keyRotation.js.map +1 -0
- package/kms/keyring.d.ts +139 -0
- package/kms/keyring.js +89 -0
- package/kms/keyring.js.map +1 -0
- package/kms/keyrings.d.ts +156 -0
- package/kms/keyrings.js +72 -0
- package/kms/keyrings.js.map +1 -0
- package/kms/keys.d.ts +265 -0
- package/kms/keys.js +109 -0
- package/kms/keys.js.map +1 -0
- package/kms/secret.d.ts +264 -0
- package/kms/secret.js +122 -0
- package/kms/secret.js.map +1 -0
- package/kms/secrets.d.ts +204 -0
- package/kms/secrets.js +76 -0
- package/kms/secrets.js.map +1 -0
- package/mongodb/getInstanceParameterLogs.d.ts +1 -1
- package/mongodb/instance.d.ts +66 -11
- package/mongodb/instance.js +40 -11
- package/mongodb/instance.js.map +1 -1
- package/mongodb/instanceParameter.d.ts +1 -1
- package/mongodb/instanceParameter.js +1 -1
- package/mongodb/instanceParameterLogs.d.ts +1 -1
- package/nas/autoSnapshotPolicies.d.ts +115 -0
- package/nas/autoSnapshotPolicies.js +66 -0
- package/nas/autoSnapshotPolicies.js.map +1 -0
- package/nas/autoSnapshotPolicy.d.ts +132 -0
- package/nas/autoSnapshotPolicy.js +94 -0
- package/nas/autoSnapshotPolicy.js.map +1 -0
- package/nas/autoSnapshotPolicyApply.d.ts +101 -0
- package/nas/autoSnapshotPolicyApply.js +98 -0
- package/nas/autoSnapshotPolicyApply.js.map +1 -0
- package/nas/getAutoSnapshotPolicies.d.ts +113 -0
- package/nas/getAutoSnapshotPolicies.js +63 -0
- package/nas/getAutoSnapshotPolicies.js.map +1 -0
- package/nas/index.d.ts +12 -0
- package/nas/index.js +17 -1
- package/nas/index.js.map +1 -1
- package/package.json +1 -1
- package/private_zone/getPrivateZones.d.ts +31 -0
- package/private_zone/getPrivateZones.js +3 -0
- package/private_zone/getPrivateZones.js.map +1 -1
- package/private_zone/getRecords.d.ts +19 -4
- package/private_zone/getRecords.js +1 -0
- package/private_zone/getRecords.js.map +1 -1
- package/private_zone/getResolverEndpoints.d.ts +22 -0
- package/private_zone/getResolverEndpoints.js +2 -0
- package/private_zone/getResolverEndpoints.js.map +1 -1
- package/private_zone/getResolverRules.d.ts +22 -0
- package/private_zone/getResolverRules.js +2 -0
- package/private_zone/getResolverRules.js.map +1 -1
- package/private_zone/privateZone.d.ts +44 -0
- package/private_zone/privateZone.js +11 -0
- package/private_zone/privateZone.js.map +1 -1
- package/private_zone/privateZones.d.ts +31 -0
- package/private_zone/privateZones.js +3 -0
- package/private_zone/privateZones.js.map +1 -1
- package/private_zone/record.d.ts +24 -0
- package/private_zone/record.js +4 -0
- package/private_zone/record.js.map +1 -1
- package/private_zone/records.d.ts +19 -4
- package/private_zone/records.js +1 -0
- package/private_zone/records.js.map +1 -1
- package/private_zone/resolverEndpoint.d.ts +45 -2
- package/private_zone/resolverEndpoint.js +11 -4
- package/private_zone/resolverEndpoint.js.map +1 -1
- package/private_zone/resolverEndpoints.d.ts +22 -0
- package/private_zone/resolverEndpoints.js +2 -0
- package/private_zone/resolverEndpoints.js.map +1 -1
- package/private_zone/resolverRule.d.ts +62 -3
- package/private_zone/resolverRule.js +13 -0
- package/private_zone/resolverRule.js.map +1 -1
- package/private_zone/resolverRules.d.ts +22 -0
- package/private_zone/resolverRules.js +2 -0
- package/private_zone/resolverRules.js.map +1 -1
- package/private_zone/userVpcAuthorization.d.ts +24 -0
- package/private_zone/userVpcAuthorization.js +4 -0
- package/private_zone/userVpcAuthorization.js.map +1 -1
- package/rabbitmq/getRegions.d.ts +62 -0
- package/rabbitmq/getRegions.js +42 -0
- package/rabbitmq/getRegions.js.map +1 -0
- package/rabbitmq/getZones.d.ts +62 -0
- package/rabbitmq/getZones.js +42 -0
- package/rabbitmq/getZones.js.map +1 -0
- package/rabbitmq/index.d.ts +12 -0
- package/rabbitmq/index.js +13 -1
- package/rabbitmq/index.js.map +1 -1
- package/rabbitmq/regions.d.ts +64 -0
- package/rabbitmq/regions.js +45 -0
- package/rabbitmq/regions.js.map +1 -0
- package/rabbitmq/zones.d.ts +64 -0
- package/rabbitmq/zones.js +45 -0
- package/rabbitmq/zones.js.map +1 -0
- package/rds_mysql/account.d.ts +53 -3
- package/rds_mysql/account.js +20 -0
- package/rds_mysql/account.js.map +1 -1
- package/rds_mysql/accountTableColumnInfos.d.ts +139 -0
- package/rds_mysql/accountTableColumnInfos.js +57 -0
- package/rds_mysql/accountTableColumnInfos.js.map +1 -0
- package/rds_mysql/backupPolicy.d.ts +30 -1
- package/rds_mysql/backupPolicy.js +12 -1
- package/rds_mysql/backupPolicy.js.map +1 -1
- package/rds_mysql/backups.d.ts +2 -16
- package/rds_mysql/backups.js +2 -16
- package/rds_mysql/backups.js.map +1 -1
- package/rds_mysql/database.d.ts +13 -0
- package/rds_mysql/database.js +3 -0
- package/rds_mysql/database.js.map +1 -1
- package/rds_mysql/endpoint.d.ts +32 -34
- package/rds_mysql/endpoint.js +10 -19
- package/rds_mysql/endpoint.js.map +1 -1
- package/rds_mysql/getAccountTableColumnInfos.d.ts +137 -0
- package/rds_mysql/getAccountTableColumnInfos.js +54 -0
- package/rds_mysql/getAccountTableColumnInfos.js.map +1 -0
- package/rds_mysql/getBackups.d.ts +2 -16
- package/rds_mysql/getBackups.js +2 -16
- package/rds_mysql/getBackups.js.map +1 -1
- package/rds_mysql/getInstances.d.ts +75 -0
- package/rds_mysql/getInstances.js +7 -0
- package/rds_mysql/getInstances.js.map +1 -1
- package/rds_mysql/getPlannedEvents.d.ts +132 -0
- package/rds_mysql/getPlannedEvents.js +52 -0
- package/rds_mysql/getPlannedEvents.js.map +1 -0
- package/rds_mysql/getTasks.d.ts +175 -0
- package/rds_mysql/getTasks.js +60 -0
- package/rds_mysql/getTasks.js.map +1 -0
- package/rds_mysql/index.d.ts +18 -0
- package/rds_mysql/index.js +20 -2
- package/rds_mysql/index.js.map +1 -1
- package/rds_mysql/instance.d.ts +209 -20
- package/rds_mysql/instance.js +82 -11
- package/rds_mysql/instance.js.map +1 -1
- package/rds_mysql/instanceReadonlyNode.d.ts +8 -0
- package/rds_mysql/instanceReadonlyNode.js +2 -0
- package/rds_mysql/instanceReadonlyNode.js.map +1 -1
- package/rds_mysql/instances.d.ts +75 -0
- package/rds_mysql/instances.js +7 -0
- package/rds_mysql/instances.js.map +1 -1
- package/rds_mysql/plannedEvents.d.ts +134 -0
- package/rds_mysql/plannedEvents.js +55 -0
- package/rds_mysql/plannedEvents.js.map +1 -0
- package/rds_mysql/tasks.d.ts +177 -0
- package/rds_mysql/tasks.js +63 -0
- package/rds_mysql/tasks.js.map +1 -0
- package/rds_postgresql/instance.d.ts +54 -3
- package/rds_postgresql/instance.js +54 -3
- package/rds_postgresql/instance.js.map +1 -1
- package/redis/allowList.d.ts +24 -0
- package/redis/allowList.js +6 -0
- package/redis/allowList.js.map +1 -1
- package/redis/allowLists.d.ts +39 -0
- package/redis/allowLists.js +4 -0
- package/redis/allowLists.js.map +1 -1
- package/redis/backup.d.ts +46 -7
- package/redis/backup.js +14 -3
- package/redis/backup.js.map +1 -1
- package/redis/backupRestore.d.ts +14 -2
- package/redis/backupRestore.js +2 -3
- package/redis/backupRestore.js.map +1 -1
- package/redis/backups.d.ts +47 -5
- package/redis/backups.js +5 -0
- package/redis/backups.js.map +1 -1
- package/redis/bigKeys.d.ts +181 -0
- package/redis/bigKeys.js +110 -0
- package/redis/bigKeys.js.map +1 -0
- package/redis/getAllowLists.d.ts +39 -0
- package/redis/getAllowLists.js +4 -0
- package/redis/getAllowLists.js.map +1 -1
- package/redis/getBackups.d.ts +47 -5
- package/redis/getBackups.js +5 -0
- package/redis/getBackups.js.map +1 -1
- package/redis/getBigKeys.d.ts +179 -0
- package/redis/getBigKeys.js +107 -0
- package/redis/getBigKeys.js.map +1 -0
- package/redis/getInstanceSpecs.d.ts +76 -0
- package/redis/getInstanceSpecs.js +29 -0
- package/redis/getInstanceSpecs.js.map +1 -0
- package/redis/getInstances.d.ts +3 -0
- package/redis/getInstances.js.map +1 -1
- package/redis/getParameterGroups.d.ts +79 -0
- package/redis/getParameterGroups.js +29 -0
- package/redis/getParameterGroups.js.map +1 -0
- package/redis/getPlannedEvents.d.ts +161 -0
- package/redis/getPlannedEvents.js +106 -0
- package/redis/getPlannedEvents.js.map +1 -0
- package/redis/index.d.ts +27 -0
- package/redis/index.js +31 -1
- package/redis/index.js.map +1 -1
- package/redis/instance.d.ts +93 -2
- package/redis/instance.js +22 -1
- package/redis/instance.js.map +1 -1
- package/redis/instanceSpecs.d.ts +78 -0
- package/redis/instanceSpecs.js +32 -0
- package/redis/instanceSpecs.js.map +1 -0
- package/redis/instances.d.ts +3 -0
- package/redis/instances.js.map +1 -1
- package/redis/parameterGroup.d.ts +118 -0
- package/redis/parameterGroup.js +93 -0
- package/redis/parameterGroup.js.map +1 -0
- package/redis/parameterGroups.d.ts +81 -0
- package/redis/parameterGroups.js +32 -0
- package/redis/parameterGroups.js.map +1 -0
- package/redis/plannedEvents.d.ts +163 -0
- package/redis/plannedEvents.js +109 -0
- package/redis/plannedEvents.js.map +1 -0
- package/tls/consumerGroup.d.ts +121 -0
- package/tls/consumerGroup.js +97 -0
- package/tls/consumerGroup.js.map +1 -0
- package/tls/consumerGroups.d.ts +139 -0
- package/tls/consumerGroups.js +52 -0
- package/tls/consumerGroups.js.map +1 -0
- package/tls/etlTask.d.ts +196 -0
- package/tls/etlTask.js +123 -0
- package/tls/etlTask.js.map +1 -0
- package/tls/etlTasks.d.ts +160 -0
- package/tls/etlTasks.js +54 -0
- package/tls/etlTasks.js.map +1 -0
- package/tls/getConsumerGroups.d.ts +137 -0
- package/tls/getConsumerGroups.js +49 -0
- package/tls/getConsumerGroups.js.map +1 -0
- package/tls/getEtlTasks.d.ts +158 -0
- package/tls/getEtlTasks.js +51 -0
- package/tls/getEtlTasks.js.map +1 -0
- package/tls/getImportTasks.d.ts +173 -0
- package/tls/getImportTasks.js +52 -0
- package/tls/getImportTasks.js.map +1 -0
- package/tls/getScheduleSqlTasks.d.ts +155 -0
- package/tls/getScheduleSqlTasks.js +51 -0
- package/tls/getScheduleSqlTasks.js.map +1 -0
- package/tls/getShippers.d.ts +164 -0
- package/tls/getShippers.js +51 -0
- package/tls/getShippers.js.map +1 -0
- package/tls/importTask.d.ts +175 -0
- package/tls/importTask.js +110 -0
- package/tls/importTask.js.map +1 -0
- package/tls/importTasks.d.ts +175 -0
- package/tls/importTasks.js +55 -0
- package/tls/importTasks.js.map +1 -0
- package/tls/index.d.ts +45 -0
- package/tls/index.js +57 -2
- package/tls/index.js.map +1 -1
- package/tls/scheduleSqlTask.d.ts +219 -0
- package/tls/scheduleSqlTask.js +135 -0
- package/tls/scheduleSqlTask.js.map +1 -0
- package/tls/scheduleSqlTasks.d.ts +157 -0
- package/tls/scheduleSqlTasks.js +54 -0
- package/tls/scheduleSqlTasks.js.map +1 -0
- package/tls/shipper.d.ts +191 -0
- package/tls/shipper.js +119 -0
- package/tls/shipper.js.map +1 -0
- package/tls/shippers.d.ts +166 -0
- package/tls/shippers.js +54 -0
- package/tls/shippers.js.map +1 -0
- package/types/input.d.ts +1107 -31
- package/types/output.d.ts +9274 -2000
- package/vefaas/function.d.ts +346 -0
- package/vefaas/function.js +126 -0
- package/vefaas/function.js.map +1 -0
- package/vefaas/functions.d.ts +73 -0
- package/vefaas/functions.js +46 -0
- package/vefaas/functions.js.map +1 -0
- package/vefaas/getFunctions.d.ts +71 -0
- package/vefaas/getFunctions.js +43 -0
- package/vefaas/getFunctions.js.map +1 -0
- package/vefaas/getKafkaTriggers.d.ts +87 -0
- package/vefaas/getKafkaTriggers.js +47 -0
- package/vefaas/getKafkaTriggers.js.map +1 -0
- package/vefaas/getReleases.d.ts +106 -0
- package/vefaas/getReleases.js +49 -0
- package/vefaas/getReleases.js.map +1 -0
- package/vefaas/getTimers.d.ts +87 -0
- package/vefaas/getTimers.js +47 -0
- package/vefaas/getTimers.js.map +1 -0
- package/vefaas/index.d.ts +36 -0
- package/vefaas/index.js +61 -0
- package/vefaas/index.js.map +1 -0
- package/vefaas/kafkaTrigger.d.ts +232 -0
- package/vefaas/kafkaTrigger.js +119 -0
- package/vefaas/kafkaTrigger.js.map +1 -0
- package/vefaas/kafkaTriggers.d.ts +89 -0
- package/vefaas/kafkaTriggers.js +50 -0
- package/vefaas/kafkaTriggers.js.map +1 -0
- package/vefaas/release.d.ts +211 -0
- package/vefaas/release.js +108 -0
- package/vefaas/release.js.map +1 -0
- package/vefaas/releases.d.ts +108 -0
- package/vefaas/releases.js +52 -0
- package/vefaas/releases.js.map +1 -0
- package/vefaas/timer.d.ts +170 -0
- package/vefaas/timer.js +95 -0
- package/vefaas/timer.js.map +1 -0
- package/vefaas/timers.d.ts +89 -0
- package/vefaas/timers.js +50 -0
- package/vefaas/timers.js.map +1 -0
- package/vke/getPermissions.d.ts +137 -0
- package/vke/getPermissions.js +55 -0
- package/vke/getPermissions.js.map +1 -0
- package/vke/index.d.ts +9 -0
- package/vke/index.js +12 -1
- package/vke/index.js.map +1 -1
- package/vke/permission.d.ts +269 -0
- package/vke/permission.js +165 -0
- package/vke/permission.js.map +1 -0
- package/vke/permissions.d.ts +139 -0
- package/vke/permissions.js +58 -0
- package/vke/permissions.js.map +1 -0
- package/vmp/alertingRule.d.ts +300 -0
- package/vmp/alertingRule.js +220 -0
- package/vmp/alertingRule.js.map +1 -0
- package/vmp/alertingRules.d.ts +386 -0
- package/vmp/alertingRules.js +291 -0
- package/vmp/alertingRules.js.map +1 -0
- package/vmp/alerts.d.ts +119 -0
- package/vmp/alerts.js +54 -0
- package/vmp/alerts.js.map +1 -0
- package/vmp/contact.d.ts +181 -0
- package/vmp/contact.js +102 -0
- package/vmp/contact.js.map +1 -0
- package/vmp/contactGroup.d.ts +124 -0
- package/vmp/contactGroup.js +109 -0
- package/vmp/contactGroup.js.map +1 -0
- package/vmp/contactGroups.d.ts +167 -0
- package/vmp/contactGroups.js +129 -0
- package/vmp/contactGroups.js.map +1 -0
- package/vmp/contacts.d.ts +137 -0
- package/vmp/contacts.js +88 -0
- package/vmp/contacts.js.map +1 -0
- package/vmp/getAlertingRules.d.ts +384 -0
- package/vmp/getAlertingRules.js +288 -0
- package/vmp/getAlertingRules.js.map +1 -0
- package/vmp/getAlerts.d.ts +117 -0
- package/vmp/getAlerts.js +51 -0
- package/vmp/getAlerts.js.map +1 -0
- package/vmp/getContactGroups.d.ts +165 -0
- package/vmp/getContactGroups.js +126 -0
- package/vmp/getContactGroups.js.map +1 -0
- package/vmp/getContacts.d.ts +135 -0
- package/vmp/getContacts.js +85 -0
- package/vmp/getContacts.js.map +1 -0
- package/vmp/getInstanceTypes.d.ts +75 -0
- package/vmp/getInstanceTypes.js +47 -0
- package/vmp/getInstanceTypes.js.map +1 -0
- package/vmp/getNotifyGroupPolicies.d.ts +141 -0
- package/vmp/getNotifyGroupPolicies.js +102 -0
- package/vmp/getNotifyGroupPolicies.js.map +1 -0
- package/vmp/getNotifyPolicies.d.ts +221 -0
- package/vmp/getNotifyPolicies.js +160 -0
- package/vmp/getNotifyPolicies.js.map +1 -0
- package/vmp/getNotifyTemplates.d.ts +134 -0
- package/vmp/getNotifyTemplates.js +76 -0
- package/vmp/getNotifyTemplates.js.map +1 -0
- package/vmp/getRuleFiles.d.ts +152 -0
- package/vmp/getRuleFiles.js +93 -0
- package/vmp/getRuleFiles.js.map +1 -0
- package/vmp/getRules.d.ts +131 -0
- package/vmp/getRules.js +53 -0
- package/vmp/getRules.js.map +1 -0
- package/vmp/getWorkspaces.d.ts +146 -0
- package/vmp/getWorkspaces.js +68 -0
- package/vmp/getWorkspaces.js.map +1 -0
- package/vmp/index.d.ts +90 -0
- package/vmp/index.js +124 -0
- package/vmp/index.js.map +1 -0
- package/vmp/instanceTypes.d.ts +77 -0
- package/vmp/instanceTypes.js +50 -0
- package/vmp/instanceTypes.js.map +1 -0
- package/vmp/notifyGroupPolicies.d.ts +143 -0
- package/vmp/notifyGroupPolicies.js +105 -0
- package/vmp/notifyGroupPolicies.js.map +1 -0
- package/vmp/notifyGroupPolicy.d.ts +118 -0
- package/vmp/notifyGroupPolicy.js +100 -0
- package/vmp/notifyGroupPolicy.js.map +1 -0
- package/vmp/notifyPolicies.d.ts +223 -0
- package/vmp/notifyPolicies.js +163 -0
- package/vmp/notifyPolicies.js.map +1 -0
- package/vmp/notifyPolicy.d.ts +158 -0
- package/vmp/notifyPolicy.js +130 -0
- package/vmp/notifyPolicy.js.map +1 -0
- package/vmp/notifyTemplate.d.ts +144 -0
- package/vmp/notifyTemplate.js +100 -0
- package/vmp/notifyTemplate.js.map +1 -0
- package/vmp/notifyTemplates.d.ts +136 -0
- package/vmp/notifyTemplates.js +79 -0
- package/vmp/notifyTemplates.js.map +1 -0
- package/vmp/ruleFile.d.ts +163 -0
- package/vmp/ruleFile.js +110 -0
- package/vmp/ruleFile.js.map +1 -0
- package/vmp/ruleFiles.d.ts +154 -0
- package/vmp/ruleFiles.js +96 -0
- package/vmp/ruleFiles.js.map +1 -0
- package/vmp/rules.d.ts +133 -0
- package/vmp/rules.js +56 -0
- package/vmp/rules.js.map +1 -0
- package/vmp/workspace.d.ts +212 -0
- package/vmp/workspace.js +110 -0
- package/vmp/workspace.js.map +1 -0
- package/vmp/workspaces.d.ts +148 -0
- package/vmp/workspaces.js +71 -0
- package/vmp/workspaces.js.map +1 -0
- package/vpc/routeEntry.d.ts +30 -9
- package/vpc/routeEntry.js +27 -6
- package/vpc/routeEntry.js.map +1 -1
package/kms/getKeys.js
ADDED
|
@@ -0,0 +1,106 @@
|
|
|
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.getKeysOutput = exports.getKeys = 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 keys
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const default = volcengine.kms.getKeys({
|
|
17
|
+
* creationDateRanges: [
|
|
18
|
+
* "2025-06-01 19:48:06",
|
|
19
|
+
* "2025-06-04 19:48:06",
|
|
20
|
+
* ],
|
|
21
|
+
* descriptions: ["tf-test"],
|
|
22
|
+
* keyNames: [
|
|
23
|
+
* "mrk-tf-key-mod",
|
|
24
|
+
* "mrk-tf-key",
|
|
25
|
+
* ],
|
|
26
|
+
* keySpecs: ["SYMMETRIC_256"],
|
|
27
|
+
* keyStates: ["Enable"],
|
|
28
|
+
* keyUsages: ["ENCRYPT_DECRYPT"],
|
|
29
|
+
* keyringId: "7a358829-bd5a-4763-ba77-7500ecxxxxxx",
|
|
30
|
+
* origins: ["CloudKMS"],
|
|
31
|
+
* protectionLevels: ["SOFTWARE"],
|
|
32
|
+
* rotateStates: ["Enable"],
|
|
33
|
+
* tags: [{
|
|
34
|
+
* key: "tf-k1",
|
|
35
|
+
* values: ["tf-v1"],
|
|
36
|
+
* }],
|
|
37
|
+
* updateDateRanges: [
|
|
38
|
+
* "2025-06-01 19:48:06",
|
|
39
|
+
* "2025-06-04 19:48:06",
|
|
40
|
+
* ],
|
|
41
|
+
* });
|
|
42
|
+
* ```
|
|
43
|
+
*/
|
|
44
|
+
function getKeys(args, opts) {
|
|
45
|
+
args = args || {};
|
|
46
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
47
|
+
return pulumi.runtime.invoke("volcengine:kms/getKeys:getKeys", {
|
|
48
|
+
"creationDateRanges": args.creationDateRanges,
|
|
49
|
+
"descriptions": args.descriptions,
|
|
50
|
+
"keyNames": args.keyNames,
|
|
51
|
+
"keySpecs": args.keySpecs,
|
|
52
|
+
"keyStates": args.keyStates,
|
|
53
|
+
"keyUsages": args.keyUsages,
|
|
54
|
+
"keyringId": args.keyringId,
|
|
55
|
+
"keyringName": args.keyringName,
|
|
56
|
+
"nameRegex": args.nameRegex,
|
|
57
|
+
"origins": args.origins,
|
|
58
|
+
"outputFile": args.outputFile,
|
|
59
|
+
"protectionLevels": args.protectionLevels,
|
|
60
|
+
"rotateStates": args.rotateStates,
|
|
61
|
+
"tags": args.tags,
|
|
62
|
+
"updateDateRanges": args.updateDateRanges,
|
|
63
|
+
}, opts);
|
|
64
|
+
}
|
|
65
|
+
exports.getKeys = getKeys;
|
|
66
|
+
/**
|
|
67
|
+
* Use this data source to query detailed information of kms keys
|
|
68
|
+
* ## Example Usage
|
|
69
|
+
*
|
|
70
|
+
* ```typescript
|
|
71
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
72
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
73
|
+
*
|
|
74
|
+
* const default = volcengine.kms.getKeys({
|
|
75
|
+
* creationDateRanges: [
|
|
76
|
+
* "2025-06-01 19:48:06",
|
|
77
|
+
* "2025-06-04 19:48:06",
|
|
78
|
+
* ],
|
|
79
|
+
* descriptions: ["tf-test"],
|
|
80
|
+
* keyNames: [
|
|
81
|
+
* "mrk-tf-key-mod",
|
|
82
|
+
* "mrk-tf-key",
|
|
83
|
+
* ],
|
|
84
|
+
* keySpecs: ["SYMMETRIC_256"],
|
|
85
|
+
* keyStates: ["Enable"],
|
|
86
|
+
* keyUsages: ["ENCRYPT_DECRYPT"],
|
|
87
|
+
* keyringId: "7a358829-bd5a-4763-ba77-7500ecxxxxxx",
|
|
88
|
+
* origins: ["CloudKMS"],
|
|
89
|
+
* protectionLevels: ["SOFTWARE"],
|
|
90
|
+
* rotateStates: ["Enable"],
|
|
91
|
+
* tags: [{
|
|
92
|
+
* key: "tf-k1",
|
|
93
|
+
* values: ["tf-v1"],
|
|
94
|
+
* }],
|
|
95
|
+
* updateDateRanges: [
|
|
96
|
+
* "2025-06-01 19:48:06",
|
|
97
|
+
* "2025-06-04 19:48:06",
|
|
98
|
+
* ],
|
|
99
|
+
* });
|
|
100
|
+
* ```
|
|
101
|
+
*/
|
|
102
|
+
function getKeysOutput(args, opts) {
|
|
103
|
+
return pulumi.output(args).apply((a) => getKeys(a, opts));
|
|
104
|
+
}
|
|
105
|
+
exports.getKeysOutput = getKeysOutput;
|
|
106
|
+
//# sourceMappingURL=getKeys.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getKeys.js","sourceRoot":"","sources":["../../kms/getKeys.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,SAAgB,OAAO,CAAC,IAAkB,EAAE,IAA2B;IACnE,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,gCAAgC,EAAE;QAC3D,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;KAC5C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AArBD,0BAqBC;AA4HD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,sCAEC"}
|
|
@@ -0,0 +1,202 @@
|
|
|
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 secrets
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const default = volcengine.kms.getSecrets({
|
|
12
|
+
* descriptions: [
|
|
13
|
+
* "tf-1",
|
|
14
|
+
* "tf-2",
|
|
15
|
+
* ],
|
|
16
|
+
* secretNames: [
|
|
17
|
+
* "5r3",
|
|
18
|
+
* "5r",
|
|
19
|
+
* "tf",
|
|
20
|
+
* ],
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
export declare function getSecrets(args?: GetSecretsArgs, opts?: pulumi.InvokeOptions): Promise<GetSecretsResult>;
|
|
25
|
+
/**
|
|
26
|
+
* A collection of arguments for invoking getSecrets.
|
|
27
|
+
*/
|
|
28
|
+
export interface GetSecretsArgs {
|
|
29
|
+
/**
|
|
30
|
+
* The creation date of the secret.
|
|
31
|
+
*/
|
|
32
|
+
creationDateRanges?: string[];
|
|
33
|
+
/**
|
|
34
|
+
* The description of the secret.
|
|
35
|
+
*/
|
|
36
|
+
descriptions?: string[];
|
|
37
|
+
/**
|
|
38
|
+
* The state of the managed.
|
|
39
|
+
*/
|
|
40
|
+
managedStates?: string[];
|
|
41
|
+
/**
|
|
42
|
+
* A Name Regex of Resource.
|
|
43
|
+
*/
|
|
44
|
+
nameRegex?: string;
|
|
45
|
+
/**
|
|
46
|
+
* File name where to save data source results.
|
|
47
|
+
*/
|
|
48
|
+
outputFile?: string;
|
|
49
|
+
/**
|
|
50
|
+
* The name of the project to which the secret belongs.
|
|
51
|
+
*/
|
|
52
|
+
projectName?: string;
|
|
53
|
+
/**
|
|
54
|
+
* The state of the rotation.
|
|
55
|
+
*/
|
|
56
|
+
rotationStates?: string[];
|
|
57
|
+
/**
|
|
58
|
+
* The name of the secret.
|
|
59
|
+
*/
|
|
60
|
+
secretNames?: string[];
|
|
61
|
+
/**
|
|
62
|
+
* The state of the secret.
|
|
63
|
+
*/
|
|
64
|
+
secretStates?: string[];
|
|
65
|
+
/**
|
|
66
|
+
* The type of the secret.
|
|
67
|
+
*/
|
|
68
|
+
secretTypes?: string[];
|
|
69
|
+
/**
|
|
70
|
+
* The trn of the secret.
|
|
71
|
+
*/
|
|
72
|
+
trns?: string[];
|
|
73
|
+
/**
|
|
74
|
+
* The update date of the secret.
|
|
75
|
+
*/
|
|
76
|
+
updateDateRanges?: string[];
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* A collection of values returned by getSecrets.
|
|
80
|
+
*/
|
|
81
|
+
export interface GetSecretsResult {
|
|
82
|
+
readonly creationDateRanges?: string[];
|
|
83
|
+
/**
|
|
84
|
+
* The description of the secret.
|
|
85
|
+
*/
|
|
86
|
+
readonly descriptions?: string[];
|
|
87
|
+
/**
|
|
88
|
+
* The provider-assigned unique ID for this managed resource.
|
|
89
|
+
*/
|
|
90
|
+
readonly id: string;
|
|
91
|
+
readonly managedStates?: string[];
|
|
92
|
+
readonly nameRegex?: string;
|
|
93
|
+
readonly outputFile?: string;
|
|
94
|
+
/**
|
|
95
|
+
* The project name of the secret.
|
|
96
|
+
*/
|
|
97
|
+
readonly projectName?: string;
|
|
98
|
+
/**
|
|
99
|
+
* The rotation state of the secret.
|
|
100
|
+
*/
|
|
101
|
+
readonly rotationStates?: string[];
|
|
102
|
+
/**
|
|
103
|
+
* The name of the secret.
|
|
104
|
+
*/
|
|
105
|
+
readonly secretNames?: string[];
|
|
106
|
+
/**
|
|
107
|
+
* The state of secret.
|
|
108
|
+
*/
|
|
109
|
+
readonly secretStates?: string[];
|
|
110
|
+
/**
|
|
111
|
+
* The type of the secret.
|
|
112
|
+
*/
|
|
113
|
+
readonly secretTypes?: string[];
|
|
114
|
+
/**
|
|
115
|
+
* The information about the secret.
|
|
116
|
+
*/
|
|
117
|
+
readonly secrets: outputs.kms.GetSecretsSecret[];
|
|
118
|
+
/**
|
|
119
|
+
* The total count of query.
|
|
120
|
+
*/
|
|
121
|
+
readonly totalCount: number;
|
|
122
|
+
/**
|
|
123
|
+
* The information about the tenant resource name (TRN).
|
|
124
|
+
*/
|
|
125
|
+
readonly trns?: string[];
|
|
126
|
+
readonly updateDateRanges?: string[];
|
|
127
|
+
}
|
|
128
|
+
/**
|
|
129
|
+
* Use this data source to query detailed information of kms secrets
|
|
130
|
+
* ## Example Usage
|
|
131
|
+
*
|
|
132
|
+
* ```typescript
|
|
133
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
134
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
135
|
+
*
|
|
136
|
+
* const default = volcengine.kms.getSecrets({
|
|
137
|
+
* descriptions: [
|
|
138
|
+
* "tf-1",
|
|
139
|
+
* "tf-2",
|
|
140
|
+
* ],
|
|
141
|
+
* secretNames: [
|
|
142
|
+
* "5r3",
|
|
143
|
+
* "5r",
|
|
144
|
+
* "tf",
|
|
145
|
+
* ],
|
|
146
|
+
* });
|
|
147
|
+
* ```
|
|
148
|
+
*/
|
|
149
|
+
export declare function getSecretsOutput(args?: GetSecretsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetSecretsResult>;
|
|
150
|
+
/**
|
|
151
|
+
* A collection of arguments for invoking getSecrets.
|
|
152
|
+
*/
|
|
153
|
+
export interface GetSecretsOutputArgs {
|
|
154
|
+
/**
|
|
155
|
+
* The creation date of the secret.
|
|
156
|
+
*/
|
|
157
|
+
creationDateRanges?: pulumi.Input<pulumi.Input<string>[]>;
|
|
158
|
+
/**
|
|
159
|
+
* The description of the secret.
|
|
160
|
+
*/
|
|
161
|
+
descriptions?: pulumi.Input<pulumi.Input<string>[]>;
|
|
162
|
+
/**
|
|
163
|
+
* The state of the managed.
|
|
164
|
+
*/
|
|
165
|
+
managedStates?: pulumi.Input<pulumi.Input<string>[]>;
|
|
166
|
+
/**
|
|
167
|
+
* A Name Regex of Resource.
|
|
168
|
+
*/
|
|
169
|
+
nameRegex?: pulumi.Input<string>;
|
|
170
|
+
/**
|
|
171
|
+
* File name where to save data source results.
|
|
172
|
+
*/
|
|
173
|
+
outputFile?: pulumi.Input<string>;
|
|
174
|
+
/**
|
|
175
|
+
* The name of the project to which the secret belongs.
|
|
176
|
+
*/
|
|
177
|
+
projectName?: pulumi.Input<string>;
|
|
178
|
+
/**
|
|
179
|
+
* The state of the rotation.
|
|
180
|
+
*/
|
|
181
|
+
rotationStates?: pulumi.Input<pulumi.Input<string>[]>;
|
|
182
|
+
/**
|
|
183
|
+
* The name of the secret.
|
|
184
|
+
*/
|
|
185
|
+
secretNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
186
|
+
/**
|
|
187
|
+
* The state of the secret.
|
|
188
|
+
*/
|
|
189
|
+
secretStates?: pulumi.Input<pulumi.Input<string>[]>;
|
|
190
|
+
/**
|
|
191
|
+
* The type of the secret.
|
|
192
|
+
*/
|
|
193
|
+
secretTypes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
194
|
+
/**
|
|
195
|
+
* The trn of the secret.
|
|
196
|
+
*/
|
|
197
|
+
trns?: pulumi.Input<pulumi.Input<string>[]>;
|
|
198
|
+
/**
|
|
199
|
+
* The update date of the secret.
|
|
200
|
+
*/
|
|
201
|
+
updateDateRanges?: pulumi.Input<pulumi.Input<string>[]>;
|
|
202
|
+
}
|
|
@@ -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.getSecretsOutput = exports.getSecrets = 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 secrets
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const default = volcengine.kms.getSecrets({
|
|
17
|
+
* descriptions: [
|
|
18
|
+
* "tf-1",
|
|
19
|
+
* "tf-2",
|
|
20
|
+
* ],
|
|
21
|
+
* secretNames: [
|
|
22
|
+
* "5r3",
|
|
23
|
+
* "5r",
|
|
24
|
+
* "tf",
|
|
25
|
+
* ],
|
|
26
|
+
* });
|
|
27
|
+
* ```
|
|
28
|
+
*/
|
|
29
|
+
function getSecrets(args, opts) {
|
|
30
|
+
args = args || {};
|
|
31
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
32
|
+
return pulumi.runtime.invoke("volcengine:kms/getSecrets:getSecrets", {
|
|
33
|
+
"creationDateRanges": args.creationDateRanges,
|
|
34
|
+
"descriptions": args.descriptions,
|
|
35
|
+
"managedStates": args.managedStates,
|
|
36
|
+
"nameRegex": args.nameRegex,
|
|
37
|
+
"outputFile": args.outputFile,
|
|
38
|
+
"projectName": args.projectName,
|
|
39
|
+
"rotationStates": args.rotationStates,
|
|
40
|
+
"secretNames": args.secretNames,
|
|
41
|
+
"secretStates": args.secretStates,
|
|
42
|
+
"secretTypes": args.secretTypes,
|
|
43
|
+
"trns": args.trns,
|
|
44
|
+
"updateDateRanges": args.updateDateRanges,
|
|
45
|
+
}, opts);
|
|
46
|
+
}
|
|
47
|
+
exports.getSecrets = getSecrets;
|
|
48
|
+
/**
|
|
49
|
+
* Use this data source to query detailed information of kms secrets
|
|
50
|
+
* ## Example Usage
|
|
51
|
+
*
|
|
52
|
+
* ```typescript
|
|
53
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
54
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
55
|
+
*
|
|
56
|
+
* const default = volcengine.kms.getSecrets({
|
|
57
|
+
* descriptions: [
|
|
58
|
+
* "tf-1",
|
|
59
|
+
* "tf-2",
|
|
60
|
+
* ],
|
|
61
|
+
* secretNames: [
|
|
62
|
+
* "5r3",
|
|
63
|
+
* "5r",
|
|
64
|
+
* "tf",
|
|
65
|
+
* ],
|
|
66
|
+
* });
|
|
67
|
+
* ```
|
|
68
|
+
*/
|
|
69
|
+
function getSecretsOutput(args, opts) {
|
|
70
|
+
return pulumi.output(args).apply((a) => getSecrets(a, opts));
|
|
71
|
+
}
|
|
72
|
+
exports.getSecretsOutput = getSecretsOutput;
|
|
73
|
+
//# sourceMappingURL=getSecrets.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getSecrets.js","sourceRoot":"","sources":["../../kms/getSecrets.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;KAC5C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAlBD,gCAkBC;AA0GD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrE,CAAC;AAFD,4CAEC"}
|
package/kms/index.d.ts
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
export { GetKeyringsArgs, GetKeyringsResult, GetKeyringsOutputArgs } from "./getKeyrings";
|
|
2
|
+
export declare const getKeyrings: typeof import("./getKeyrings").getKeyrings;
|
|
3
|
+
export declare const getKeyringsOutput: typeof import("./getKeyrings").getKeyringsOutput;
|
|
4
|
+
export { GetKeysArgs, GetKeysResult, GetKeysOutputArgs } from "./getKeys";
|
|
5
|
+
export declare const getKeys: typeof import("./getKeys").getKeys;
|
|
6
|
+
export declare const getKeysOutput: typeof import("./getKeys").getKeysOutput;
|
|
7
|
+
export { GetSecretsArgs, GetSecretsResult, GetSecretsOutputArgs } from "./getSecrets";
|
|
8
|
+
export declare const getSecrets: typeof import("./getSecrets").getSecrets;
|
|
9
|
+
export declare const getSecretsOutput: typeof import("./getSecrets").getSecretsOutput;
|
|
10
|
+
export { KeyArgs, KeyState } from "./key";
|
|
11
|
+
export type Key = import("./key").Key;
|
|
12
|
+
export declare const Key: typeof import("./key").Key;
|
|
13
|
+
export { KeyArchiveArgs, KeyArchiveState } from "./keyArchive";
|
|
14
|
+
export type KeyArchive = import("./keyArchive").KeyArchive;
|
|
15
|
+
export declare const KeyArchive: typeof import("./keyArchive").KeyArchive;
|
|
16
|
+
export { KeyEnableArgs, KeyEnableState } from "./keyEnable";
|
|
17
|
+
export type KeyEnable = import("./keyEnable").KeyEnable;
|
|
18
|
+
export declare const KeyEnable: typeof import("./keyEnable").KeyEnable;
|
|
19
|
+
export { KeyRotationArgs, KeyRotationState } from "./keyRotation";
|
|
20
|
+
export type KeyRotation = import("./keyRotation").KeyRotation;
|
|
21
|
+
export declare const KeyRotation: typeof import("./keyRotation").KeyRotation;
|
|
22
|
+
export { KeyringArgs, KeyringState } from "./keyring";
|
|
23
|
+
export type Keyring = import("./keyring").Keyring;
|
|
24
|
+
export declare const Keyring: typeof import("./keyring").Keyring;
|
|
25
|
+
export { KeyringsArgs, KeyringsResult, KeyringsOutputArgs } from "./keyrings";
|
|
26
|
+
export declare const keyrings: typeof import("./keyrings").keyrings;
|
|
27
|
+
export declare const keyringsOutput: typeof import("./keyrings").keyringsOutput;
|
|
28
|
+
export { KeysArgs, KeysResult, KeysOutputArgs } from "./keys";
|
|
29
|
+
export declare const keys: typeof import("./keys").keys;
|
|
30
|
+
export declare const keysOutput: typeof import("./keys").keysOutput;
|
|
31
|
+
export { SecretArgs, SecretState } from "./secret";
|
|
32
|
+
export type Secret = import("./secret").Secret;
|
|
33
|
+
export declare const Secret: typeof import("./secret").Secret;
|
|
34
|
+
export { SecretsArgs, SecretsResult, SecretsOutputArgs } from "./secrets";
|
|
35
|
+
export declare const secrets: typeof import("./secrets").secrets;
|
|
36
|
+
export declare const secretsOutput: typeof import("./secrets").secretsOutput;
|
package/kms/index.js
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.secretsOutput = exports.secrets = exports.Secret = exports.keysOutput = exports.keys = exports.keyringsOutput = exports.keyrings = exports.Keyring = exports.KeyRotation = exports.KeyEnable = exports.KeyArchive = exports.Key = exports.getSecretsOutput = exports.getSecrets = exports.getKeysOutput = exports.getKeys = exports.getKeyringsOutput = exports.getKeyrings = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
exports.getKeyrings = null;
|
|
9
|
+
exports.getKeyringsOutput = null;
|
|
10
|
+
utilities.lazyLoad(exports, ["getKeyrings", "getKeyringsOutput"], () => require("./getKeyrings"));
|
|
11
|
+
exports.getKeys = null;
|
|
12
|
+
exports.getKeysOutput = null;
|
|
13
|
+
utilities.lazyLoad(exports, ["getKeys", "getKeysOutput"], () => require("./getKeys"));
|
|
14
|
+
exports.getSecrets = null;
|
|
15
|
+
exports.getSecretsOutput = null;
|
|
16
|
+
utilities.lazyLoad(exports, ["getSecrets", "getSecretsOutput"], () => require("./getSecrets"));
|
|
17
|
+
exports.Key = null;
|
|
18
|
+
utilities.lazyLoad(exports, ["Key"], () => require("./key"));
|
|
19
|
+
exports.KeyArchive = null;
|
|
20
|
+
utilities.lazyLoad(exports, ["KeyArchive"], () => require("./keyArchive"));
|
|
21
|
+
exports.KeyEnable = null;
|
|
22
|
+
utilities.lazyLoad(exports, ["KeyEnable"], () => require("./keyEnable"));
|
|
23
|
+
exports.KeyRotation = null;
|
|
24
|
+
utilities.lazyLoad(exports, ["KeyRotation"], () => require("./keyRotation"));
|
|
25
|
+
exports.Keyring = null;
|
|
26
|
+
utilities.lazyLoad(exports, ["Keyring"], () => require("./keyring"));
|
|
27
|
+
exports.keyrings = null;
|
|
28
|
+
exports.keyringsOutput = null;
|
|
29
|
+
utilities.lazyLoad(exports, ["keyrings", "keyringsOutput"], () => require("./keyrings"));
|
|
30
|
+
exports.keys = null;
|
|
31
|
+
exports.keysOutput = null;
|
|
32
|
+
utilities.lazyLoad(exports, ["keys", "keysOutput"], () => require("./keys"));
|
|
33
|
+
exports.Secret = null;
|
|
34
|
+
utilities.lazyLoad(exports, ["Secret"], () => require("./secret"));
|
|
35
|
+
exports.secrets = null;
|
|
36
|
+
exports.secretsOutput = null;
|
|
37
|
+
utilities.lazyLoad(exports, ["secrets", "secretsOutput"], () => require("./secrets"));
|
|
38
|
+
const _module = {
|
|
39
|
+
version: utilities.getVersion(),
|
|
40
|
+
construct: (name, type, urn) => {
|
|
41
|
+
switch (type) {
|
|
42
|
+
case "volcengine:kms/key:Key":
|
|
43
|
+
return new exports.Key(name, undefined, { urn });
|
|
44
|
+
case "volcengine:kms/keyArchive:KeyArchive":
|
|
45
|
+
return new exports.KeyArchive(name, undefined, { urn });
|
|
46
|
+
case "volcengine:kms/keyEnable:KeyEnable":
|
|
47
|
+
return new exports.KeyEnable(name, undefined, { urn });
|
|
48
|
+
case "volcengine:kms/keyRotation:KeyRotation":
|
|
49
|
+
return new exports.KeyRotation(name, undefined, { urn });
|
|
50
|
+
case "volcengine:kms/keyring:Keyring":
|
|
51
|
+
return new exports.Keyring(name, undefined, { urn });
|
|
52
|
+
case "volcengine:kms/secret:Secret":
|
|
53
|
+
return new exports.Secret(name, undefined, { urn });
|
|
54
|
+
default:
|
|
55
|
+
throw new Error(`unknown resource type ${type}`);
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
};
|
|
59
|
+
pulumi.runtime.registerResourceModule("volcengine", "kms/key", _module);
|
|
60
|
+
pulumi.runtime.registerResourceModule("volcengine", "kms/keyArchive", _module);
|
|
61
|
+
pulumi.runtime.registerResourceModule("volcengine", "kms/keyEnable", _module);
|
|
62
|
+
pulumi.runtime.registerResourceModule("volcengine", "kms/keyRotation", _module);
|
|
63
|
+
pulumi.runtime.registerResourceModule("volcengine", "kms/keyring", _module);
|
|
64
|
+
pulumi.runtime.registerResourceModule("volcengine", "kms/secret", _module);
|
|
65
|
+
//# sourceMappingURL=index.js.map
|
package/kms/index.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../kms/index.ts"],"names":[],"mappings":"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"}
|