@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/kafka/instance.d.ts
CHANGED
|
@@ -10,16 +10,24 @@ import * as outputs from "../types/output";
|
|
|
10
10
|
* import * as volcengine from "@volcengine/pulumi";
|
|
11
11
|
*
|
|
12
12
|
* const fooZones = volcengine.ecs.getZones({});
|
|
13
|
+
* // create vpc
|
|
13
14
|
* const fooVpc = new volcengine.vpc.Vpc("fooVpc", {
|
|
14
15
|
* vpcName: "acc-test-vpc",
|
|
15
16
|
* cidrBlock: "172.16.0.0/16",
|
|
17
|
+
* dnsServers: [
|
|
18
|
+
* "8.8.8.8",
|
|
19
|
+
* "114.114.114.114",
|
|
20
|
+
* ],
|
|
21
|
+
* projectName: "default",
|
|
16
22
|
* });
|
|
23
|
+
* // create subnet
|
|
17
24
|
* const fooSubnet = new volcengine.vpc.Subnet("fooSubnet", {
|
|
18
25
|
* subnetName: "acc-test-subnet",
|
|
19
26
|
* cidrBlock: "172.16.0.0/24",
|
|
20
27
|
* zoneId: fooZones.then(fooZones => fooZones.zones?.[0]?.id),
|
|
21
28
|
* vpcId: fooVpc.id,
|
|
22
29
|
* });
|
|
30
|
+
* // create kafka instance
|
|
23
31
|
* const fooInstance = new volcengine.kafka.Instance("fooInstance", {
|
|
24
32
|
* instanceName: "acc-test-kafka",
|
|
25
33
|
* instanceDescription: "tf-test",
|
|
@@ -59,6 +67,35 @@ import * as outputs from "../types/output";
|
|
|
59
67
|
* },
|
|
60
68
|
* ],
|
|
61
69
|
* });
|
|
70
|
+
* const fooAddress = new volcengine.eip.Address("fooAddress", {
|
|
71
|
+
* billingType: "PostPaidByBandwidth",
|
|
72
|
+
* bandwidth: 1,
|
|
73
|
+
* isp: "BGP",
|
|
74
|
+
* description: "tf-test",
|
|
75
|
+
* projectName: "default",
|
|
76
|
+
* });
|
|
77
|
+
* const fooPublicAddress = new volcengine.kafka.PublicAddress("fooPublicAddress", {
|
|
78
|
+
* instanceId: fooInstance.id,
|
|
79
|
+
* eipId: fooAddress.id,
|
|
80
|
+
* });
|
|
81
|
+
* const fooGroup = new volcengine.kafka.Group("fooGroup", {
|
|
82
|
+
* instanceId: fooInstance.id,
|
|
83
|
+
* groupId: "acc-test-group",
|
|
84
|
+
* description: "tf-test",
|
|
85
|
+
* });
|
|
86
|
+
* const fooTopic = new volcengine.kafka.Topic("fooTopic", {
|
|
87
|
+
* topicName: "acc-test-topic",
|
|
88
|
+
* instanceId: fooInstance.id,
|
|
89
|
+
* description: "tf-test",
|
|
90
|
+
* partitionNumber: 15,
|
|
91
|
+
* replicaNumber: 3,
|
|
92
|
+
* parameters: {
|
|
93
|
+
* minInsyncReplicaNumber: 2,
|
|
94
|
+
* messageMaxByte: 10,
|
|
95
|
+
* logRetentionHours: 96,
|
|
96
|
+
* },
|
|
97
|
+
* allAuthority: false,
|
|
98
|
+
* });
|
|
62
99
|
* ```
|
|
63
100
|
*
|
|
64
101
|
* ## Import
|
package/kafka/instance.js
CHANGED
|
@@ -14,16 +14,24 @@ const utilities = require("../utilities");
|
|
|
14
14
|
* import * as volcengine from "@volcengine/pulumi";
|
|
15
15
|
*
|
|
16
16
|
* const fooZones = volcengine.ecs.getZones({});
|
|
17
|
+
* // create vpc
|
|
17
18
|
* const fooVpc = new volcengine.vpc.Vpc("fooVpc", {
|
|
18
19
|
* vpcName: "acc-test-vpc",
|
|
19
20
|
* cidrBlock: "172.16.0.0/16",
|
|
21
|
+
* dnsServers: [
|
|
22
|
+
* "8.8.8.8",
|
|
23
|
+
* "114.114.114.114",
|
|
24
|
+
* ],
|
|
25
|
+
* projectName: "default",
|
|
20
26
|
* });
|
|
27
|
+
* // create subnet
|
|
21
28
|
* const fooSubnet = new volcengine.vpc.Subnet("fooSubnet", {
|
|
22
29
|
* subnetName: "acc-test-subnet",
|
|
23
30
|
* cidrBlock: "172.16.0.0/24",
|
|
24
31
|
* zoneId: fooZones.then(fooZones => fooZones.zones?.[0]?.id),
|
|
25
32
|
* vpcId: fooVpc.id,
|
|
26
33
|
* });
|
|
34
|
+
* // create kafka instance
|
|
27
35
|
* const fooInstance = new volcengine.kafka.Instance("fooInstance", {
|
|
28
36
|
* instanceName: "acc-test-kafka",
|
|
29
37
|
* instanceDescription: "tf-test",
|
|
@@ -63,6 +71,35 @@ const utilities = require("../utilities");
|
|
|
63
71
|
* },
|
|
64
72
|
* ],
|
|
65
73
|
* });
|
|
74
|
+
* const fooAddress = new volcengine.eip.Address("fooAddress", {
|
|
75
|
+
* billingType: "PostPaidByBandwidth",
|
|
76
|
+
* bandwidth: 1,
|
|
77
|
+
* isp: "BGP",
|
|
78
|
+
* description: "tf-test",
|
|
79
|
+
* projectName: "default",
|
|
80
|
+
* });
|
|
81
|
+
* const fooPublicAddress = new volcengine.kafka.PublicAddress("fooPublicAddress", {
|
|
82
|
+
* instanceId: fooInstance.id,
|
|
83
|
+
* eipId: fooAddress.id,
|
|
84
|
+
* });
|
|
85
|
+
* const fooGroup = new volcengine.kafka.Group("fooGroup", {
|
|
86
|
+
* instanceId: fooInstance.id,
|
|
87
|
+
* groupId: "acc-test-group",
|
|
88
|
+
* description: "tf-test",
|
|
89
|
+
* });
|
|
90
|
+
* const fooTopic = new volcengine.kafka.Topic("fooTopic", {
|
|
91
|
+
* topicName: "acc-test-topic",
|
|
92
|
+
* instanceId: fooInstance.id,
|
|
93
|
+
* description: "tf-test",
|
|
94
|
+
* partitionNumber: 15,
|
|
95
|
+
* replicaNumber: 3,
|
|
96
|
+
* parameters: {
|
|
97
|
+
* minInsyncReplicaNumber: 2,
|
|
98
|
+
* messageMaxByte: 10,
|
|
99
|
+
* logRetentionHours: 96,
|
|
100
|
+
* },
|
|
101
|
+
* allAuthority: false,
|
|
102
|
+
* });
|
|
66
103
|
* ```
|
|
67
104
|
*
|
|
68
105
|
* ## Import
|
package/kafka/instance.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"instance.js","sourceRoot":"","sources":["../../kafka/instance.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"instance.js","sourceRoot":"","sources":["../../kafka/instance.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,154 @@
|
|
|
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 keyrings
|
|
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.getKeyrings({
|
|
12
|
+
* descriptions: [
|
|
13
|
+
* "tf-1",
|
|
14
|
+
* "tf-2",
|
|
15
|
+
* ],
|
|
16
|
+
* keyringNames: [
|
|
17
|
+
* "tf-test-1",
|
|
18
|
+
* "tf-test-2",
|
|
19
|
+
* "tf-test-3",
|
|
20
|
+
* ],
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
export declare function getKeyrings(args?: GetKeyringsArgs, opts?: pulumi.InvokeOptions): Promise<GetKeyringsResult>;
|
|
25
|
+
/**
|
|
26
|
+
* A collection of arguments for invoking getKeyrings.
|
|
27
|
+
*/
|
|
28
|
+
export interface GetKeyringsArgs {
|
|
29
|
+
/**
|
|
30
|
+
* The creation date of the keyring.
|
|
31
|
+
*/
|
|
32
|
+
creationDateRanges?: string[];
|
|
33
|
+
/**
|
|
34
|
+
* The description of the keyring.
|
|
35
|
+
*/
|
|
36
|
+
descriptions?: string[];
|
|
37
|
+
/**
|
|
38
|
+
* The name of the keyring.
|
|
39
|
+
*/
|
|
40
|
+
keyringNames?: string[];
|
|
41
|
+
/**
|
|
42
|
+
* The type of the keyring.
|
|
43
|
+
*/
|
|
44
|
+
keyringTypes?: string[];
|
|
45
|
+
/**
|
|
46
|
+
* A Name Regex of Resource.
|
|
47
|
+
*/
|
|
48
|
+
nameRegex?: string;
|
|
49
|
+
/**
|
|
50
|
+
* File name where to save data source results.
|
|
51
|
+
*/
|
|
52
|
+
outputFile?: string;
|
|
53
|
+
/**
|
|
54
|
+
* The name of the project.
|
|
55
|
+
*/
|
|
56
|
+
projectName?: string;
|
|
57
|
+
/**
|
|
58
|
+
* The update date of the keyring.
|
|
59
|
+
*/
|
|
60
|
+
updateDateRanges?: string[];
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* A collection of values returned by getKeyrings.
|
|
64
|
+
*/
|
|
65
|
+
export interface GetKeyringsResult {
|
|
66
|
+
readonly creationDateRanges?: string[];
|
|
67
|
+
/**
|
|
68
|
+
* The description of the keyring.
|
|
69
|
+
*/
|
|
70
|
+
readonly descriptions?: string[];
|
|
71
|
+
/**
|
|
72
|
+
* The provider-assigned unique ID for this managed resource.
|
|
73
|
+
*/
|
|
74
|
+
readonly id: string;
|
|
75
|
+
/**
|
|
76
|
+
* The name of the keyring.
|
|
77
|
+
*/
|
|
78
|
+
readonly keyringNames?: string[];
|
|
79
|
+
/**
|
|
80
|
+
* The type of the keyring.
|
|
81
|
+
*/
|
|
82
|
+
readonly keyringTypes?: string[];
|
|
83
|
+
/**
|
|
84
|
+
* The information about the keyring.
|
|
85
|
+
*/
|
|
86
|
+
readonly keyrings: outputs.kms.GetKeyringsKeyring[];
|
|
87
|
+
readonly nameRegex?: string;
|
|
88
|
+
readonly outputFile?: string;
|
|
89
|
+
readonly projectName?: string;
|
|
90
|
+
/**
|
|
91
|
+
* The total count of query.
|
|
92
|
+
*/
|
|
93
|
+
readonly totalCount: number;
|
|
94
|
+
readonly updateDateRanges?: string[];
|
|
95
|
+
}
|
|
96
|
+
/**
|
|
97
|
+
* Use this data source to query detailed information of kms keyrings
|
|
98
|
+
* ## Example Usage
|
|
99
|
+
*
|
|
100
|
+
* ```typescript
|
|
101
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
102
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
103
|
+
*
|
|
104
|
+
* const default = volcengine.kms.getKeyrings({
|
|
105
|
+
* descriptions: [
|
|
106
|
+
* "tf-1",
|
|
107
|
+
* "tf-2",
|
|
108
|
+
* ],
|
|
109
|
+
* keyringNames: [
|
|
110
|
+
* "tf-test-1",
|
|
111
|
+
* "tf-test-2",
|
|
112
|
+
* "tf-test-3",
|
|
113
|
+
* ],
|
|
114
|
+
* });
|
|
115
|
+
* ```
|
|
116
|
+
*/
|
|
117
|
+
export declare function getKeyringsOutput(args?: GetKeyringsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetKeyringsResult>;
|
|
118
|
+
/**
|
|
119
|
+
* A collection of arguments for invoking getKeyrings.
|
|
120
|
+
*/
|
|
121
|
+
export interface GetKeyringsOutputArgs {
|
|
122
|
+
/**
|
|
123
|
+
* The creation date of the keyring.
|
|
124
|
+
*/
|
|
125
|
+
creationDateRanges?: pulumi.Input<pulumi.Input<string>[]>;
|
|
126
|
+
/**
|
|
127
|
+
* The description of the keyring.
|
|
128
|
+
*/
|
|
129
|
+
descriptions?: pulumi.Input<pulumi.Input<string>[]>;
|
|
130
|
+
/**
|
|
131
|
+
* The name of the keyring.
|
|
132
|
+
*/
|
|
133
|
+
keyringNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
134
|
+
/**
|
|
135
|
+
* The type of the keyring.
|
|
136
|
+
*/
|
|
137
|
+
keyringTypes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
138
|
+
/**
|
|
139
|
+
* A Name Regex of Resource.
|
|
140
|
+
*/
|
|
141
|
+
nameRegex?: pulumi.Input<string>;
|
|
142
|
+
/**
|
|
143
|
+
* File name where to save data source results.
|
|
144
|
+
*/
|
|
145
|
+
outputFile?: pulumi.Input<string>;
|
|
146
|
+
/**
|
|
147
|
+
* The name of the project.
|
|
148
|
+
*/
|
|
149
|
+
projectName?: pulumi.Input<string>;
|
|
150
|
+
/**
|
|
151
|
+
* The update date of the keyring.
|
|
152
|
+
*/
|
|
153
|
+
updateDateRanges?: pulumi.Input<pulumi.Input<string>[]>;
|
|
154
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
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.getKeyringsOutput = exports.getKeyrings = 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 keyrings
|
|
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.getKeyrings({
|
|
17
|
+
* descriptions: [
|
|
18
|
+
* "tf-1",
|
|
19
|
+
* "tf-2",
|
|
20
|
+
* ],
|
|
21
|
+
* keyringNames: [
|
|
22
|
+
* "tf-test-1",
|
|
23
|
+
* "tf-test-2",
|
|
24
|
+
* "tf-test-3",
|
|
25
|
+
* ],
|
|
26
|
+
* });
|
|
27
|
+
* ```
|
|
28
|
+
*/
|
|
29
|
+
function getKeyrings(args, opts) {
|
|
30
|
+
args = args || {};
|
|
31
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
32
|
+
return pulumi.runtime.invoke("volcengine:kms/getKeyrings:getKeyrings", {
|
|
33
|
+
"creationDateRanges": args.creationDateRanges,
|
|
34
|
+
"descriptions": args.descriptions,
|
|
35
|
+
"keyringNames": args.keyringNames,
|
|
36
|
+
"keyringTypes": args.keyringTypes,
|
|
37
|
+
"nameRegex": args.nameRegex,
|
|
38
|
+
"outputFile": args.outputFile,
|
|
39
|
+
"projectName": args.projectName,
|
|
40
|
+
"updateDateRanges": args.updateDateRanges,
|
|
41
|
+
}, opts);
|
|
42
|
+
}
|
|
43
|
+
exports.getKeyrings = getKeyrings;
|
|
44
|
+
/**
|
|
45
|
+
* Use this data source to query detailed information of kms keyrings
|
|
46
|
+
* ## Example Usage
|
|
47
|
+
*
|
|
48
|
+
* ```typescript
|
|
49
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
50
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
51
|
+
*
|
|
52
|
+
* const default = volcengine.kms.getKeyrings({
|
|
53
|
+
* descriptions: [
|
|
54
|
+
* "tf-1",
|
|
55
|
+
* "tf-2",
|
|
56
|
+
* ],
|
|
57
|
+
* keyringNames: [
|
|
58
|
+
* "tf-test-1",
|
|
59
|
+
* "tf-test-2",
|
|
60
|
+
* "tf-test-3",
|
|
61
|
+
* ],
|
|
62
|
+
* });
|
|
63
|
+
* ```
|
|
64
|
+
*/
|
|
65
|
+
function getKeyringsOutput(args, opts) {
|
|
66
|
+
return pulumi.output(args).apply((a) => getKeyrings(a, opts));
|
|
67
|
+
}
|
|
68
|
+
exports.getKeyringsOutput = getKeyringsOutput;
|
|
69
|
+
//# sourceMappingURL=getKeyrings.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getKeyrings.js","sourceRoot":"","sources":["../../kms/getKeyrings.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,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,wCAAwC,EAAE;QACnE,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;KAC5C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,kCAcC;AA0ED;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,8CAEC"}
|
package/kms/getKeys.d.ts
ADDED
|
@@ -0,0 +1,263 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Use this data source to query detailed information of kms keys
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
11
|
+
*
|
|
12
|
+
* const default = volcengine.kms.getKeys({
|
|
13
|
+
* creationDateRanges: [
|
|
14
|
+
* "2025-06-01 19:48:06",
|
|
15
|
+
* "2025-06-04 19:48:06",
|
|
16
|
+
* ],
|
|
17
|
+
* descriptions: ["tf-test"],
|
|
18
|
+
* keyNames: [
|
|
19
|
+
* "mrk-tf-key-mod",
|
|
20
|
+
* "mrk-tf-key",
|
|
21
|
+
* ],
|
|
22
|
+
* keySpecs: ["SYMMETRIC_256"],
|
|
23
|
+
* keyStates: ["Enable"],
|
|
24
|
+
* keyUsages: ["ENCRYPT_DECRYPT"],
|
|
25
|
+
* keyringId: "7a358829-bd5a-4763-ba77-7500ecxxxxxx",
|
|
26
|
+
* origins: ["CloudKMS"],
|
|
27
|
+
* protectionLevels: ["SOFTWARE"],
|
|
28
|
+
* rotateStates: ["Enable"],
|
|
29
|
+
* tags: [{
|
|
30
|
+
* key: "tf-k1",
|
|
31
|
+
* values: ["tf-v1"],
|
|
32
|
+
* }],
|
|
33
|
+
* updateDateRanges: [
|
|
34
|
+
* "2025-06-01 19:48:06",
|
|
35
|
+
* "2025-06-04 19:48:06",
|
|
36
|
+
* ],
|
|
37
|
+
* });
|
|
38
|
+
* ```
|
|
39
|
+
*/
|
|
40
|
+
export declare function getKeys(args?: GetKeysArgs, opts?: pulumi.InvokeOptions): Promise<GetKeysResult>;
|
|
41
|
+
/**
|
|
42
|
+
* A collection of arguments for invoking getKeys.
|
|
43
|
+
*/
|
|
44
|
+
export interface GetKeysArgs {
|
|
45
|
+
/**
|
|
46
|
+
* The creation date of the keyring.
|
|
47
|
+
*/
|
|
48
|
+
creationDateRanges?: string[];
|
|
49
|
+
/**
|
|
50
|
+
* The description of the key.
|
|
51
|
+
*/
|
|
52
|
+
descriptions?: string[];
|
|
53
|
+
/**
|
|
54
|
+
* The name of the key.
|
|
55
|
+
*/
|
|
56
|
+
keyNames?: string[];
|
|
57
|
+
/**
|
|
58
|
+
* The algorithm used in the key.
|
|
59
|
+
*/
|
|
60
|
+
keySpecs?: string[];
|
|
61
|
+
/**
|
|
62
|
+
* The state of the key.
|
|
63
|
+
*/
|
|
64
|
+
keyStates?: string[];
|
|
65
|
+
/**
|
|
66
|
+
* The usage of the key.
|
|
67
|
+
*/
|
|
68
|
+
keyUsages?: string[];
|
|
69
|
+
/**
|
|
70
|
+
* Query the Key ring that meets the specified conditions, which is composed of key-value pairs.
|
|
71
|
+
*/
|
|
72
|
+
keyringId?: string;
|
|
73
|
+
/**
|
|
74
|
+
* Query the Key ring that meets the specified conditions, which is composed of key-value pairs.
|
|
75
|
+
*/
|
|
76
|
+
keyringName?: string;
|
|
77
|
+
/**
|
|
78
|
+
* A Name Regex of Resource.
|
|
79
|
+
*/
|
|
80
|
+
nameRegex?: string;
|
|
81
|
+
/**
|
|
82
|
+
* The origin of the key.
|
|
83
|
+
*/
|
|
84
|
+
origins?: string[];
|
|
85
|
+
/**
|
|
86
|
+
* File name where to save data source results.
|
|
87
|
+
*/
|
|
88
|
+
outputFile?: string;
|
|
89
|
+
/**
|
|
90
|
+
* The protection level of the key.
|
|
91
|
+
*/
|
|
92
|
+
protectionLevels?: string[];
|
|
93
|
+
/**
|
|
94
|
+
* The state of the rotate.
|
|
95
|
+
*/
|
|
96
|
+
rotateStates?: string[];
|
|
97
|
+
/**
|
|
98
|
+
* A list of tags.
|
|
99
|
+
*/
|
|
100
|
+
tags?: inputs.kms.GetKeysTag[];
|
|
101
|
+
/**
|
|
102
|
+
* The update date of the keyring.
|
|
103
|
+
*/
|
|
104
|
+
updateDateRanges?: string[];
|
|
105
|
+
}
|
|
106
|
+
/**
|
|
107
|
+
* A collection of values returned by getKeys.
|
|
108
|
+
*/
|
|
109
|
+
export interface GetKeysResult {
|
|
110
|
+
readonly creationDateRanges?: string[];
|
|
111
|
+
/**
|
|
112
|
+
* The description of the key.
|
|
113
|
+
*/
|
|
114
|
+
readonly descriptions?: string[];
|
|
115
|
+
/**
|
|
116
|
+
* The provider-assigned unique ID for this managed resource.
|
|
117
|
+
*/
|
|
118
|
+
readonly id: string;
|
|
119
|
+
/**
|
|
120
|
+
* The name of the key.
|
|
121
|
+
*/
|
|
122
|
+
readonly keyNames?: string[];
|
|
123
|
+
/**
|
|
124
|
+
* The algorithm used in the key.
|
|
125
|
+
*/
|
|
126
|
+
readonly keySpecs?: string[];
|
|
127
|
+
/**
|
|
128
|
+
* The state of the key.
|
|
129
|
+
*/
|
|
130
|
+
readonly keyStates?: string[];
|
|
131
|
+
/**
|
|
132
|
+
* The usage of the key.
|
|
133
|
+
*/
|
|
134
|
+
readonly keyUsages?: string[];
|
|
135
|
+
readonly keyringId?: string;
|
|
136
|
+
readonly keyringName?: string;
|
|
137
|
+
/**
|
|
138
|
+
* Master key list information.
|
|
139
|
+
*/
|
|
140
|
+
readonly keys: outputs.kms.GetKeysKey[];
|
|
141
|
+
readonly nameRegex?: string;
|
|
142
|
+
/**
|
|
143
|
+
* The origin of the key.
|
|
144
|
+
*/
|
|
145
|
+
readonly origins?: string[];
|
|
146
|
+
readonly outputFile?: string;
|
|
147
|
+
/**
|
|
148
|
+
* The protection level of the key.
|
|
149
|
+
*/
|
|
150
|
+
readonly protectionLevels?: string[];
|
|
151
|
+
readonly rotateStates?: string[];
|
|
152
|
+
/**
|
|
153
|
+
* Tags.
|
|
154
|
+
*/
|
|
155
|
+
readonly tags?: outputs.kms.GetKeysTag[];
|
|
156
|
+
/**
|
|
157
|
+
* The total count of query.
|
|
158
|
+
*/
|
|
159
|
+
readonly totalCount: number;
|
|
160
|
+
readonly updateDateRanges?: string[];
|
|
161
|
+
}
|
|
162
|
+
/**
|
|
163
|
+
* Use this data source to query detailed information of kms keys
|
|
164
|
+
* ## Example Usage
|
|
165
|
+
*
|
|
166
|
+
* ```typescript
|
|
167
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
168
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
169
|
+
*
|
|
170
|
+
* const default = volcengine.kms.getKeys({
|
|
171
|
+
* creationDateRanges: [
|
|
172
|
+
* "2025-06-01 19:48:06",
|
|
173
|
+
* "2025-06-04 19:48:06",
|
|
174
|
+
* ],
|
|
175
|
+
* descriptions: ["tf-test"],
|
|
176
|
+
* keyNames: [
|
|
177
|
+
* "mrk-tf-key-mod",
|
|
178
|
+
* "mrk-tf-key",
|
|
179
|
+
* ],
|
|
180
|
+
* keySpecs: ["SYMMETRIC_256"],
|
|
181
|
+
* keyStates: ["Enable"],
|
|
182
|
+
* keyUsages: ["ENCRYPT_DECRYPT"],
|
|
183
|
+
* keyringId: "7a358829-bd5a-4763-ba77-7500ecxxxxxx",
|
|
184
|
+
* origins: ["CloudKMS"],
|
|
185
|
+
* protectionLevels: ["SOFTWARE"],
|
|
186
|
+
* rotateStates: ["Enable"],
|
|
187
|
+
* tags: [{
|
|
188
|
+
* key: "tf-k1",
|
|
189
|
+
* values: ["tf-v1"],
|
|
190
|
+
* }],
|
|
191
|
+
* updateDateRanges: [
|
|
192
|
+
* "2025-06-01 19:48:06",
|
|
193
|
+
* "2025-06-04 19:48:06",
|
|
194
|
+
* ],
|
|
195
|
+
* });
|
|
196
|
+
* ```
|
|
197
|
+
*/
|
|
198
|
+
export declare function getKeysOutput(args?: GetKeysOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetKeysResult>;
|
|
199
|
+
/**
|
|
200
|
+
* A collection of arguments for invoking getKeys.
|
|
201
|
+
*/
|
|
202
|
+
export interface GetKeysOutputArgs {
|
|
203
|
+
/**
|
|
204
|
+
* The creation date of the keyring.
|
|
205
|
+
*/
|
|
206
|
+
creationDateRanges?: pulumi.Input<pulumi.Input<string>[]>;
|
|
207
|
+
/**
|
|
208
|
+
* The description of the key.
|
|
209
|
+
*/
|
|
210
|
+
descriptions?: pulumi.Input<pulumi.Input<string>[]>;
|
|
211
|
+
/**
|
|
212
|
+
* The name of the key.
|
|
213
|
+
*/
|
|
214
|
+
keyNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
215
|
+
/**
|
|
216
|
+
* The algorithm used in the key.
|
|
217
|
+
*/
|
|
218
|
+
keySpecs?: pulumi.Input<pulumi.Input<string>[]>;
|
|
219
|
+
/**
|
|
220
|
+
* The state of the key.
|
|
221
|
+
*/
|
|
222
|
+
keyStates?: pulumi.Input<pulumi.Input<string>[]>;
|
|
223
|
+
/**
|
|
224
|
+
* The usage of the key.
|
|
225
|
+
*/
|
|
226
|
+
keyUsages?: pulumi.Input<pulumi.Input<string>[]>;
|
|
227
|
+
/**
|
|
228
|
+
* Query the Key ring that meets the specified conditions, which is composed of key-value pairs.
|
|
229
|
+
*/
|
|
230
|
+
keyringId?: pulumi.Input<string>;
|
|
231
|
+
/**
|
|
232
|
+
* Query the Key ring that meets the specified conditions, which is composed of key-value pairs.
|
|
233
|
+
*/
|
|
234
|
+
keyringName?: pulumi.Input<string>;
|
|
235
|
+
/**
|
|
236
|
+
* A Name Regex of Resource.
|
|
237
|
+
*/
|
|
238
|
+
nameRegex?: pulumi.Input<string>;
|
|
239
|
+
/**
|
|
240
|
+
* The origin of the key.
|
|
241
|
+
*/
|
|
242
|
+
origins?: pulumi.Input<pulumi.Input<string>[]>;
|
|
243
|
+
/**
|
|
244
|
+
* File name where to save data source results.
|
|
245
|
+
*/
|
|
246
|
+
outputFile?: pulumi.Input<string>;
|
|
247
|
+
/**
|
|
248
|
+
* The protection level of the key.
|
|
249
|
+
*/
|
|
250
|
+
protectionLevels?: pulumi.Input<pulumi.Input<string>[]>;
|
|
251
|
+
/**
|
|
252
|
+
* The state of the rotate.
|
|
253
|
+
*/
|
|
254
|
+
rotateStates?: pulumi.Input<pulumi.Input<string>[]>;
|
|
255
|
+
/**
|
|
256
|
+
* A list of tags.
|
|
257
|
+
*/
|
|
258
|
+
tags?: pulumi.Input<pulumi.Input<inputs.kms.GetKeysTagArgs>[]>;
|
|
259
|
+
/**
|
|
260
|
+
* The update date of the keyring.
|
|
261
|
+
*/
|
|
262
|
+
updateDateRanges?: pulumi.Input<pulumi.Input<string>[]>;
|
|
263
|
+
}
|