@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
|
@@ -0,0 +1,131 @@
|
|
|
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 vmp rules
|
|
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.vmp.getRules({
|
|
12
|
+
* kind: "Recording",
|
|
13
|
+
* workspaceId: "baa02ffb-6f22-43c4-841b-ecf90ded****",
|
|
14
|
+
* });
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare function getRules(args: GetRulesArgs, opts?: pulumi.InvokeOptions): Promise<GetRulesResult>;
|
|
18
|
+
/**
|
|
19
|
+
* A collection of arguments for invoking getRules.
|
|
20
|
+
*/
|
|
21
|
+
export interface GetRulesArgs {
|
|
22
|
+
/**
|
|
23
|
+
* The kind of rule.
|
|
24
|
+
*/
|
|
25
|
+
kind: string;
|
|
26
|
+
/**
|
|
27
|
+
* The name of rule.
|
|
28
|
+
*/
|
|
29
|
+
name?: string;
|
|
30
|
+
/**
|
|
31
|
+
* File name where to save data source results.
|
|
32
|
+
*/
|
|
33
|
+
outputFile?: string;
|
|
34
|
+
/**
|
|
35
|
+
* The name of rule file.
|
|
36
|
+
*/
|
|
37
|
+
ruleFileNames?: string[];
|
|
38
|
+
/**
|
|
39
|
+
* The name of rule group.
|
|
40
|
+
*/
|
|
41
|
+
ruleGroupNames?: string[];
|
|
42
|
+
/**
|
|
43
|
+
* The status of rule.
|
|
44
|
+
*/
|
|
45
|
+
status?: string;
|
|
46
|
+
/**
|
|
47
|
+
* The id of workspace.
|
|
48
|
+
*/
|
|
49
|
+
workspaceId: string;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* A collection of values returned by getRules.
|
|
53
|
+
*/
|
|
54
|
+
export interface GetRulesResult {
|
|
55
|
+
/**
|
|
56
|
+
* The provider-assigned unique ID for this managed resource.
|
|
57
|
+
*/
|
|
58
|
+
readonly id: string;
|
|
59
|
+
/**
|
|
60
|
+
* The kind of rule.
|
|
61
|
+
*/
|
|
62
|
+
readonly kind: string;
|
|
63
|
+
/**
|
|
64
|
+
* The name of rule.
|
|
65
|
+
*/
|
|
66
|
+
readonly name?: string;
|
|
67
|
+
readonly outputFile?: string;
|
|
68
|
+
readonly ruleFileNames?: string[];
|
|
69
|
+
readonly ruleGroupNames?: string[];
|
|
70
|
+
/**
|
|
71
|
+
* The collection of query.
|
|
72
|
+
*/
|
|
73
|
+
readonly rules: outputs.vmp.GetRulesRule[];
|
|
74
|
+
/**
|
|
75
|
+
* The status of rule.
|
|
76
|
+
*/
|
|
77
|
+
readonly status?: string;
|
|
78
|
+
/**
|
|
79
|
+
* The total count of query.
|
|
80
|
+
*/
|
|
81
|
+
readonly totalCount: number;
|
|
82
|
+
readonly workspaceId: string;
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* Use this data source to query detailed information of vmp rules
|
|
86
|
+
* ## Example Usage
|
|
87
|
+
*
|
|
88
|
+
* ```typescript
|
|
89
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
90
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
91
|
+
*
|
|
92
|
+
* const default = volcengine.vmp.getRules({
|
|
93
|
+
* kind: "Recording",
|
|
94
|
+
* workspaceId: "baa02ffb-6f22-43c4-841b-ecf90ded****",
|
|
95
|
+
* });
|
|
96
|
+
* ```
|
|
97
|
+
*/
|
|
98
|
+
export declare function getRulesOutput(args: GetRulesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetRulesResult>;
|
|
99
|
+
/**
|
|
100
|
+
* A collection of arguments for invoking getRules.
|
|
101
|
+
*/
|
|
102
|
+
export interface GetRulesOutputArgs {
|
|
103
|
+
/**
|
|
104
|
+
* The kind of rule.
|
|
105
|
+
*/
|
|
106
|
+
kind: pulumi.Input<string>;
|
|
107
|
+
/**
|
|
108
|
+
* The name of rule.
|
|
109
|
+
*/
|
|
110
|
+
name?: pulumi.Input<string>;
|
|
111
|
+
/**
|
|
112
|
+
* File name where to save data source results.
|
|
113
|
+
*/
|
|
114
|
+
outputFile?: pulumi.Input<string>;
|
|
115
|
+
/**
|
|
116
|
+
* The name of rule file.
|
|
117
|
+
*/
|
|
118
|
+
ruleFileNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
119
|
+
/**
|
|
120
|
+
* The name of rule group.
|
|
121
|
+
*/
|
|
122
|
+
ruleGroupNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
123
|
+
/**
|
|
124
|
+
* The status of rule.
|
|
125
|
+
*/
|
|
126
|
+
status?: pulumi.Input<string>;
|
|
127
|
+
/**
|
|
128
|
+
* The id of workspace.
|
|
129
|
+
*/
|
|
130
|
+
workspaceId: pulumi.Input<string>;
|
|
131
|
+
}
|
package/vmp/getRules.js
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
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.getRulesOutput = exports.getRules = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of vmp rules
|
|
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.vmp.getRules({
|
|
17
|
+
* kind: "Recording",
|
|
18
|
+
* workspaceId: "baa02ffb-6f22-43c4-841b-ecf90ded****",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getRules(args, opts) {
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invoke("volcengine:vmp/getRules:getRules", {
|
|
25
|
+
"kind": args.kind,
|
|
26
|
+
"name": args.name,
|
|
27
|
+
"outputFile": args.outputFile,
|
|
28
|
+
"ruleFileNames": args.ruleFileNames,
|
|
29
|
+
"ruleGroupNames": args.ruleGroupNames,
|
|
30
|
+
"status": args.status,
|
|
31
|
+
"workspaceId": args.workspaceId,
|
|
32
|
+
}, opts);
|
|
33
|
+
}
|
|
34
|
+
exports.getRules = getRules;
|
|
35
|
+
/**
|
|
36
|
+
* Use this data source to query detailed information of vmp rules
|
|
37
|
+
* ## Example Usage
|
|
38
|
+
*
|
|
39
|
+
* ```typescript
|
|
40
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
41
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
42
|
+
*
|
|
43
|
+
* const default = volcengine.vmp.getRules({
|
|
44
|
+
* kind: "Recording",
|
|
45
|
+
* workspaceId: "baa02ffb-6f22-43c4-841b-ecf90ded****",
|
|
46
|
+
* });
|
|
47
|
+
* ```
|
|
48
|
+
*/
|
|
49
|
+
function getRulesOutput(args, opts) {
|
|
50
|
+
return pulumi.output(args).apply((a) => getRules(a, opts));
|
|
51
|
+
}
|
|
52
|
+
exports.getRulesOutput = getRulesOutput;
|
|
53
|
+
//# sourceMappingURL=getRules.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getRules.js","sourceRoot":"","sources":["../../vmp/getRules.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IAEpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kCAAkC,EAAE;QAC7D,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,4BAYC;AAqED;;;;;;;;;;;;;GAaG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnE,CAAC;AAFD,wCAEC"}
|
|
@@ -0,0 +1,146 @@
|
|
|
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 vmp workspaces
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
11
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
12
|
+
*
|
|
13
|
+
* const fooWorkspace = new volcengine.vmp.Workspace("fooWorkspace", {
|
|
14
|
+
* instanceTypeId: "vmp.standard.15d",
|
|
15
|
+
* deleteProtectionEnabled: false,
|
|
16
|
+
* description: "acc-test-1",
|
|
17
|
+
* username: "admin123",
|
|
18
|
+
* password: "*******",
|
|
19
|
+
* });
|
|
20
|
+
* const fooWorkspaces = volcengine.vmp.getWorkspacesOutput({
|
|
21
|
+
* ids: [fooWorkspace.id],
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
export declare function getWorkspaces(args?: GetWorkspacesArgs, opts?: pulumi.InvokeOptions): Promise<GetWorkspacesResult>;
|
|
26
|
+
/**
|
|
27
|
+
* A collection of arguments for invoking getWorkspaces.
|
|
28
|
+
*/
|
|
29
|
+
export interface GetWorkspacesArgs {
|
|
30
|
+
/**
|
|
31
|
+
* A list of Workspace IDs.
|
|
32
|
+
*/
|
|
33
|
+
ids?: string[];
|
|
34
|
+
/**
|
|
35
|
+
* A list of Instance Type IDs.
|
|
36
|
+
*/
|
|
37
|
+
instanceTypeIds?: string[];
|
|
38
|
+
/**
|
|
39
|
+
* The name of workspace.
|
|
40
|
+
*/
|
|
41
|
+
name?: string;
|
|
42
|
+
/**
|
|
43
|
+
* File name where to save data source results.
|
|
44
|
+
*/
|
|
45
|
+
outputFile?: string;
|
|
46
|
+
/**
|
|
47
|
+
* The project name of vmp workspace.
|
|
48
|
+
*/
|
|
49
|
+
projectName?: string;
|
|
50
|
+
/**
|
|
51
|
+
* A list of Workspace status.
|
|
52
|
+
*/
|
|
53
|
+
statuses?: string[];
|
|
54
|
+
/**
|
|
55
|
+
* The tags of vmp workspace.
|
|
56
|
+
*/
|
|
57
|
+
tags?: inputs.vmp.GetWorkspacesTag[];
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* A collection of values returned by getWorkspaces.
|
|
61
|
+
*/
|
|
62
|
+
export interface GetWorkspacesResult {
|
|
63
|
+
/**
|
|
64
|
+
* The provider-assigned unique ID for this managed resource.
|
|
65
|
+
*/
|
|
66
|
+
readonly id: string;
|
|
67
|
+
readonly ids?: string[];
|
|
68
|
+
readonly instanceTypeIds?: string[];
|
|
69
|
+
/**
|
|
70
|
+
* The name of workspace.
|
|
71
|
+
*/
|
|
72
|
+
readonly name?: string;
|
|
73
|
+
readonly outputFile?: string;
|
|
74
|
+
/**
|
|
75
|
+
* The project name of vmp workspace.
|
|
76
|
+
*/
|
|
77
|
+
readonly projectName?: string;
|
|
78
|
+
readonly statuses?: string[];
|
|
79
|
+
/**
|
|
80
|
+
* Tags.
|
|
81
|
+
*/
|
|
82
|
+
readonly tags?: outputs.vmp.GetWorkspacesTag[];
|
|
83
|
+
/**
|
|
84
|
+
* The total count of query.
|
|
85
|
+
*/
|
|
86
|
+
readonly totalCount: number;
|
|
87
|
+
/**
|
|
88
|
+
* The collection of query.
|
|
89
|
+
*/
|
|
90
|
+
readonly workspaces: outputs.vmp.GetWorkspacesWorkspace[];
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* Use this data source to query detailed information of vmp workspaces
|
|
94
|
+
* ## Example Usage
|
|
95
|
+
*
|
|
96
|
+
* ```typescript
|
|
97
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
98
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
99
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
100
|
+
*
|
|
101
|
+
* const fooWorkspace = new volcengine.vmp.Workspace("fooWorkspace", {
|
|
102
|
+
* instanceTypeId: "vmp.standard.15d",
|
|
103
|
+
* deleteProtectionEnabled: false,
|
|
104
|
+
* description: "acc-test-1",
|
|
105
|
+
* username: "admin123",
|
|
106
|
+
* password: "*******",
|
|
107
|
+
* });
|
|
108
|
+
* const fooWorkspaces = volcengine.vmp.getWorkspacesOutput({
|
|
109
|
+
* ids: [fooWorkspace.id],
|
|
110
|
+
* });
|
|
111
|
+
* ```
|
|
112
|
+
*/
|
|
113
|
+
export declare function getWorkspacesOutput(args?: GetWorkspacesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetWorkspacesResult>;
|
|
114
|
+
/**
|
|
115
|
+
* A collection of arguments for invoking getWorkspaces.
|
|
116
|
+
*/
|
|
117
|
+
export interface GetWorkspacesOutputArgs {
|
|
118
|
+
/**
|
|
119
|
+
* A list of Workspace IDs.
|
|
120
|
+
*/
|
|
121
|
+
ids?: pulumi.Input<pulumi.Input<string>[]>;
|
|
122
|
+
/**
|
|
123
|
+
* A list of Instance Type IDs.
|
|
124
|
+
*/
|
|
125
|
+
instanceTypeIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
126
|
+
/**
|
|
127
|
+
* The name of workspace.
|
|
128
|
+
*/
|
|
129
|
+
name?: pulumi.Input<string>;
|
|
130
|
+
/**
|
|
131
|
+
* File name where to save data source results.
|
|
132
|
+
*/
|
|
133
|
+
outputFile?: pulumi.Input<string>;
|
|
134
|
+
/**
|
|
135
|
+
* The project name of vmp workspace.
|
|
136
|
+
*/
|
|
137
|
+
projectName?: pulumi.Input<string>;
|
|
138
|
+
/**
|
|
139
|
+
* A list of Workspace status.
|
|
140
|
+
*/
|
|
141
|
+
statuses?: pulumi.Input<pulumi.Input<string>[]>;
|
|
142
|
+
/**
|
|
143
|
+
* The tags of vmp workspace.
|
|
144
|
+
*/
|
|
145
|
+
tags?: pulumi.Input<pulumi.Input<inputs.vmp.GetWorkspacesTagArgs>[]>;
|
|
146
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
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.getWorkspacesOutput = exports.getWorkspaces = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of vmp workspaces
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
16
|
+
*
|
|
17
|
+
* const fooWorkspace = new volcengine.vmp.Workspace("fooWorkspace", {
|
|
18
|
+
* instanceTypeId: "vmp.standard.15d",
|
|
19
|
+
* deleteProtectionEnabled: false,
|
|
20
|
+
* description: "acc-test-1",
|
|
21
|
+
* username: "admin123",
|
|
22
|
+
* password: "*******",
|
|
23
|
+
* });
|
|
24
|
+
* const fooWorkspaces = volcengine.vmp.getWorkspacesOutput({
|
|
25
|
+
* ids: [fooWorkspace.id],
|
|
26
|
+
* });
|
|
27
|
+
* ```
|
|
28
|
+
*/
|
|
29
|
+
function getWorkspaces(args, opts) {
|
|
30
|
+
args = args || {};
|
|
31
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
32
|
+
return pulumi.runtime.invoke("volcengine:vmp/getWorkspaces:getWorkspaces", {
|
|
33
|
+
"ids": args.ids,
|
|
34
|
+
"instanceTypeIds": args.instanceTypeIds,
|
|
35
|
+
"name": args.name,
|
|
36
|
+
"outputFile": args.outputFile,
|
|
37
|
+
"projectName": args.projectName,
|
|
38
|
+
"statuses": args.statuses,
|
|
39
|
+
"tags": args.tags,
|
|
40
|
+
}, opts);
|
|
41
|
+
}
|
|
42
|
+
exports.getWorkspaces = getWorkspaces;
|
|
43
|
+
/**
|
|
44
|
+
* Use this data source to query detailed information of vmp workspaces
|
|
45
|
+
* ## Example Usage
|
|
46
|
+
*
|
|
47
|
+
* ```typescript
|
|
48
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
49
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
50
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
51
|
+
*
|
|
52
|
+
* const fooWorkspace = new volcengine.vmp.Workspace("fooWorkspace", {
|
|
53
|
+
* instanceTypeId: "vmp.standard.15d",
|
|
54
|
+
* deleteProtectionEnabled: false,
|
|
55
|
+
* description: "acc-test-1",
|
|
56
|
+
* username: "admin123",
|
|
57
|
+
* password: "*******",
|
|
58
|
+
* });
|
|
59
|
+
* const fooWorkspaces = volcengine.vmp.getWorkspacesOutput({
|
|
60
|
+
* ids: [fooWorkspace.id],
|
|
61
|
+
* });
|
|
62
|
+
* ```
|
|
63
|
+
*/
|
|
64
|
+
function getWorkspacesOutput(args, opts) {
|
|
65
|
+
return pulumi.output(args).apply((a) => getWorkspaces(a, opts));
|
|
66
|
+
}
|
|
67
|
+
exports.getWorkspacesOutput = getWorkspacesOutput;
|
|
68
|
+
//# sourceMappingURL=getWorkspaces.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getWorkspaces.js","sourceRoot":"","sources":["../../vmp/getWorkspaces.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,sCAaC;AAqED;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,kDAEC"}
|
package/vmp/index.d.ts
ADDED
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
export { AlertingRuleArgs, AlertingRuleState } from "./alertingRule";
|
|
2
|
+
export type AlertingRule = import("./alertingRule").AlertingRule;
|
|
3
|
+
export declare const AlertingRule: typeof import("./alertingRule").AlertingRule;
|
|
4
|
+
export { AlertingRulesArgs, AlertingRulesResult, AlertingRulesOutputArgs } from "./alertingRules";
|
|
5
|
+
export declare const alertingRules: typeof import("./alertingRules").alertingRules;
|
|
6
|
+
export declare const alertingRulesOutput: typeof import("./alertingRules").alertingRulesOutput;
|
|
7
|
+
export { AlertsArgs, AlertsResult, AlertsOutputArgs } from "./alerts";
|
|
8
|
+
export declare const alerts: typeof import("./alerts").alerts;
|
|
9
|
+
export declare const alertsOutput: typeof import("./alerts").alertsOutput;
|
|
10
|
+
export { ContactArgs, ContactState } from "./contact";
|
|
11
|
+
export type Contact = import("./contact").Contact;
|
|
12
|
+
export declare const Contact: typeof import("./contact").Contact;
|
|
13
|
+
export { ContactGroupArgs, ContactGroupState } from "./contactGroup";
|
|
14
|
+
export type ContactGroup = import("./contactGroup").ContactGroup;
|
|
15
|
+
export declare const ContactGroup: typeof import("./contactGroup").ContactGroup;
|
|
16
|
+
export { ContactGroupsArgs, ContactGroupsResult, ContactGroupsOutputArgs } from "./contactGroups";
|
|
17
|
+
export declare const contactGroups: typeof import("./contactGroups").contactGroups;
|
|
18
|
+
export declare const contactGroupsOutput: typeof import("./contactGroups").contactGroupsOutput;
|
|
19
|
+
export { ContactsArgs, ContactsResult, ContactsOutputArgs } from "./contacts";
|
|
20
|
+
export declare const contacts: typeof import("./contacts").contacts;
|
|
21
|
+
export declare const contactsOutput: typeof import("./contacts").contactsOutput;
|
|
22
|
+
export { GetAlertingRulesArgs, GetAlertingRulesResult, GetAlertingRulesOutputArgs } from "./getAlertingRules";
|
|
23
|
+
export declare const getAlertingRules: typeof import("./getAlertingRules").getAlertingRules;
|
|
24
|
+
export declare const getAlertingRulesOutput: typeof import("./getAlertingRules").getAlertingRulesOutput;
|
|
25
|
+
export { GetAlertsArgs, GetAlertsResult, GetAlertsOutputArgs } from "./getAlerts";
|
|
26
|
+
export declare const getAlerts: typeof import("./getAlerts").getAlerts;
|
|
27
|
+
export declare const getAlertsOutput: typeof import("./getAlerts").getAlertsOutput;
|
|
28
|
+
export { GetContactGroupsArgs, GetContactGroupsResult, GetContactGroupsOutputArgs } from "./getContactGroups";
|
|
29
|
+
export declare const getContactGroups: typeof import("./getContactGroups").getContactGroups;
|
|
30
|
+
export declare const getContactGroupsOutput: typeof import("./getContactGroups").getContactGroupsOutput;
|
|
31
|
+
export { GetContactsArgs, GetContactsResult, GetContactsOutputArgs } from "./getContacts";
|
|
32
|
+
export declare const getContacts: typeof import("./getContacts").getContacts;
|
|
33
|
+
export declare const getContactsOutput: typeof import("./getContacts").getContactsOutput;
|
|
34
|
+
export { GetInstanceTypesArgs, GetInstanceTypesResult, GetInstanceTypesOutputArgs } from "./getInstanceTypes";
|
|
35
|
+
export declare const getInstanceTypes: typeof import("./getInstanceTypes").getInstanceTypes;
|
|
36
|
+
export declare const getInstanceTypesOutput: typeof import("./getInstanceTypes").getInstanceTypesOutput;
|
|
37
|
+
export { GetNotifyGroupPoliciesArgs, GetNotifyGroupPoliciesResult, GetNotifyGroupPoliciesOutputArgs } from "./getNotifyGroupPolicies";
|
|
38
|
+
export declare const getNotifyGroupPolicies: typeof import("./getNotifyGroupPolicies").getNotifyGroupPolicies;
|
|
39
|
+
export declare const getNotifyGroupPoliciesOutput: typeof import("./getNotifyGroupPolicies").getNotifyGroupPoliciesOutput;
|
|
40
|
+
export { GetNotifyPoliciesArgs, GetNotifyPoliciesResult, GetNotifyPoliciesOutputArgs } from "./getNotifyPolicies";
|
|
41
|
+
export declare const getNotifyPolicies: typeof import("./getNotifyPolicies").getNotifyPolicies;
|
|
42
|
+
export declare const getNotifyPoliciesOutput: typeof import("./getNotifyPolicies").getNotifyPoliciesOutput;
|
|
43
|
+
export { GetNotifyTemplatesArgs, GetNotifyTemplatesResult, GetNotifyTemplatesOutputArgs } from "./getNotifyTemplates";
|
|
44
|
+
export declare const getNotifyTemplates: typeof import("./getNotifyTemplates").getNotifyTemplates;
|
|
45
|
+
export declare const getNotifyTemplatesOutput: typeof import("./getNotifyTemplates").getNotifyTemplatesOutput;
|
|
46
|
+
export { GetRuleFilesArgs, GetRuleFilesResult, GetRuleFilesOutputArgs } from "./getRuleFiles";
|
|
47
|
+
export declare const getRuleFiles: typeof import("./getRuleFiles").getRuleFiles;
|
|
48
|
+
export declare const getRuleFilesOutput: typeof import("./getRuleFiles").getRuleFilesOutput;
|
|
49
|
+
export { GetRulesArgs, GetRulesResult, GetRulesOutputArgs } from "./getRules";
|
|
50
|
+
export declare const getRules: typeof import("./getRules").getRules;
|
|
51
|
+
export declare const getRulesOutput: typeof import("./getRules").getRulesOutput;
|
|
52
|
+
export { GetWorkspacesArgs, GetWorkspacesResult, GetWorkspacesOutputArgs } from "./getWorkspaces";
|
|
53
|
+
export declare const getWorkspaces: typeof import("./getWorkspaces").getWorkspaces;
|
|
54
|
+
export declare const getWorkspacesOutput: typeof import("./getWorkspaces").getWorkspacesOutput;
|
|
55
|
+
export { InstanceTypesArgs, InstanceTypesResult, InstanceTypesOutputArgs } from "./instanceTypes";
|
|
56
|
+
export declare const instanceTypes: typeof import("./instanceTypes").instanceTypes;
|
|
57
|
+
export declare const instanceTypesOutput: typeof import("./instanceTypes").instanceTypesOutput;
|
|
58
|
+
export { NotifyGroupPoliciesArgs, NotifyGroupPoliciesResult, NotifyGroupPoliciesOutputArgs } from "./notifyGroupPolicies";
|
|
59
|
+
export declare const notifyGroupPolicies: typeof import("./notifyGroupPolicies").notifyGroupPolicies;
|
|
60
|
+
export declare const notifyGroupPoliciesOutput: typeof import("./notifyGroupPolicies").notifyGroupPoliciesOutput;
|
|
61
|
+
export { NotifyGroupPolicyArgs, NotifyGroupPolicyState } from "./notifyGroupPolicy";
|
|
62
|
+
export type NotifyGroupPolicy = import("./notifyGroupPolicy").NotifyGroupPolicy;
|
|
63
|
+
export declare const NotifyGroupPolicy: typeof import("./notifyGroupPolicy").NotifyGroupPolicy;
|
|
64
|
+
export { NotifyPoliciesArgs, NotifyPoliciesResult, NotifyPoliciesOutputArgs } from "./notifyPolicies";
|
|
65
|
+
export declare const notifyPolicies: typeof import("./notifyPolicies").notifyPolicies;
|
|
66
|
+
export declare const notifyPoliciesOutput: typeof import("./notifyPolicies").notifyPoliciesOutput;
|
|
67
|
+
export { NotifyPolicyArgs, NotifyPolicyState } from "./notifyPolicy";
|
|
68
|
+
export type NotifyPolicy = import("./notifyPolicy").NotifyPolicy;
|
|
69
|
+
export declare const NotifyPolicy: typeof import("./notifyPolicy").NotifyPolicy;
|
|
70
|
+
export { NotifyTemplateArgs, NotifyTemplateState } from "./notifyTemplate";
|
|
71
|
+
export type NotifyTemplate = import("./notifyTemplate").NotifyTemplate;
|
|
72
|
+
export declare const NotifyTemplate: typeof import("./notifyTemplate").NotifyTemplate;
|
|
73
|
+
export { NotifyTemplatesArgs, NotifyTemplatesResult, NotifyTemplatesOutputArgs } from "./notifyTemplates";
|
|
74
|
+
export declare const notifyTemplates: typeof import("./notifyTemplates").notifyTemplates;
|
|
75
|
+
export declare const notifyTemplatesOutput: typeof import("./notifyTemplates").notifyTemplatesOutput;
|
|
76
|
+
export { RuleFileArgs, RuleFileState } from "./ruleFile";
|
|
77
|
+
export type RuleFile = import("./ruleFile").RuleFile;
|
|
78
|
+
export declare const RuleFile: typeof import("./ruleFile").RuleFile;
|
|
79
|
+
export { RuleFilesArgs, RuleFilesResult, RuleFilesOutputArgs } from "./ruleFiles";
|
|
80
|
+
export declare const ruleFiles: typeof import("./ruleFiles").ruleFiles;
|
|
81
|
+
export declare const ruleFilesOutput: typeof import("./ruleFiles").ruleFilesOutput;
|
|
82
|
+
export { RulesArgs, RulesResult, RulesOutputArgs } from "./rules";
|
|
83
|
+
export declare const rules: typeof import("./rules").rules;
|
|
84
|
+
export declare const rulesOutput: typeof import("./rules").rulesOutput;
|
|
85
|
+
export { WorkspaceArgs, WorkspaceState } from "./workspace";
|
|
86
|
+
export type Workspace = import("./workspace").Workspace;
|
|
87
|
+
export declare const Workspace: typeof import("./workspace").Workspace;
|
|
88
|
+
export { WorkspacesArgs, WorkspacesResult, WorkspacesOutputArgs } from "./workspaces";
|
|
89
|
+
export declare const workspaces: typeof import("./workspaces").workspaces;
|
|
90
|
+
export declare const workspacesOutput: typeof import("./workspaces").workspacesOutput;
|
package/vmp/index.js
ADDED
|
@@ -0,0 +1,124 @@
|
|
|
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.Workspace = exports.rulesOutput = exports.rules = exports.ruleFilesOutput = exports.ruleFiles = exports.RuleFile = exports.notifyTemplatesOutput = exports.notifyTemplates = exports.NotifyTemplate = exports.NotifyPolicy = exports.notifyPoliciesOutput = exports.notifyPolicies = exports.NotifyGroupPolicy = exports.notifyGroupPoliciesOutput = exports.notifyGroupPolicies = exports.instanceTypesOutput = exports.instanceTypes = exports.getWorkspacesOutput = exports.getWorkspaces = exports.getRulesOutput = exports.getRules = exports.getRuleFilesOutput = exports.getRuleFiles = exports.getNotifyTemplatesOutput = exports.getNotifyTemplates = exports.getNotifyPoliciesOutput = exports.getNotifyPolicies = exports.getNotifyGroupPoliciesOutput = exports.getNotifyGroupPolicies = exports.getInstanceTypesOutput = exports.getInstanceTypes = exports.getContactsOutput = exports.getContacts = exports.getContactGroupsOutput = exports.getContactGroups = exports.getAlertsOutput = exports.getAlerts = exports.getAlertingRulesOutput = exports.getAlertingRules = exports.contactsOutput = exports.contacts = exports.contactGroupsOutput = exports.contactGroups = exports.ContactGroup = exports.Contact = exports.alertsOutput = exports.alerts = exports.alertingRulesOutput = exports.alertingRules = exports.AlertingRule = void 0;
|
|
6
|
+
exports.workspacesOutput = exports.workspaces = void 0;
|
|
7
|
+
const pulumi = require("@pulumi/pulumi");
|
|
8
|
+
const utilities = require("../utilities");
|
|
9
|
+
exports.AlertingRule = null;
|
|
10
|
+
utilities.lazyLoad(exports, ["AlertingRule"], () => require("./alertingRule"));
|
|
11
|
+
exports.alertingRules = null;
|
|
12
|
+
exports.alertingRulesOutput = null;
|
|
13
|
+
utilities.lazyLoad(exports, ["alertingRules", "alertingRulesOutput"], () => require("./alertingRules"));
|
|
14
|
+
exports.alerts = null;
|
|
15
|
+
exports.alertsOutput = null;
|
|
16
|
+
utilities.lazyLoad(exports, ["alerts", "alertsOutput"], () => require("./alerts"));
|
|
17
|
+
exports.Contact = null;
|
|
18
|
+
utilities.lazyLoad(exports, ["Contact"], () => require("./contact"));
|
|
19
|
+
exports.ContactGroup = null;
|
|
20
|
+
utilities.lazyLoad(exports, ["ContactGroup"], () => require("./contactGroup"));
|
|
21
|
+
exports.contactGroups = null;
|
|
22
|
+
exports.contactGroupsOutput = null;
|
|
23
|
+
utilities.lazyLoad(exports, ["contactGroups", "contactGroupsOutput"], () => require("./contactGroups"));
|
|
24
|
+
exports.contacts = null;
|
|
25
|
+
exports.contactsOutput = null;
|
|
26
|
+
utilities.lazyLoad(exports, ["contacts", "contactsOutput"], () => require("./contacts"));
|
|
27
|
+
exports.getAlertingRules = null;
|
|
28
|
+
exports.getAlertingRulesOutput = null;
|
|
29
|
+
utilities.lazyLoad(exports, ["getAlertingRules", "getAlertingRulesOutput"], () => require("./getAlertingRules"));
|
|
30
|
+
exports.getAlerts = null;
|
|
31
|
+
exports.getAlertsOutput = null;
|
|
32
|
+
utilities.lazyLoad(exports, ["getAlerts", "getAlertsOutput"], () => require("./getAlerts"));
|
|
33
|
+
exports.getContactGroups = null;
|
|
34
|
+
exports.getContactGroupsOutput = null;
|
|
35
|
+
utilities.lazyLoad(exports, ["getContactGroups", "getContactGroupsOutput"], () => require("./getContactGroups"));
|
|
36
|
+
exports.getContacts = null;
|
|
37
|
+
exports.getContactsOutput = null;
|
|
38
|
+
utilities.lazyLoad(exports, ["getContacts", "getContactsOutput"], () => require("./getContacts"));
|
|
39
|
+
exports.getInstanceTypes = null;
|
|
40
|
+
exports.getInstanceTypesOutput = null;
|
|
41
|
+
utilities.lazyLoad(exports, ["getInstanceTypes", "getInstanceTypesOutput"], () => require("./getInstanceTypes"));
|
|
42
|
+
exports.getNotifyGroupPolicies = null;
|
|
43
|
+
exports.getNotifyGroupPoliciesOutput = null;
|
|
44
|
+
utilities.lazyLoad(exports, ["getNotifyGroupPolicies", "getNotifyGroupPoliciesOutput"], () => require("./getNotifyGroupPolicies"));
|
|
45
|
+
exports.getNotifyPolicies = null;
|
|
46
|
+
exports.getNotifyPoliciesOutput = null;
|
|
47
|
+
utilities.lazyLoad(exports, ["getNotifyPolicies", "getNotifyPoliciesOutput"], () => require("./getNotifyPolicies"));
|
|
48
|
+
exports.getNotifyTemplates = null;
|
|
49
|
+
exports.getNotifyTemplatesOutput = null;
|
|
50
|
+
utilities.lazyLoad(exports, ["getNotifyTemplates", "getNotifyTemplatesOutput"], () => require("./getNotifyTemplates"));
|
|
51
|
+
exports.getRuleFiles = null;
|
|
52
|
+
exports.getRuleFilesOutput = null;
|
|
53
|
+
utilities.lazyLoad(exports, ["getRuleFiles", "getRuleFilesOutput"], () => require("./getRuleFiles"));
|
|
54
|
+
exports.getRules = null;
|
|
55
|
+
exports.getRulesOutput = null;
|
|
56
|
+
utilities.lazyLoad(exports, ["getRules", "getRulesOutput"], () => require("./getRules"));
|
|
57
|
+
exports.getWorkspaces = null;
|
|
58
|
+
exports.getWorkspacesOutput = null;
|
|
59
|
+
utilities.lazyLoad(exports, ["getWorkspaces", "getWorkspacesOutput"], () => require("./getWorkspaces"));
|
|
60
|
+
exports.instanceTypes = null;
|
|
61
|
+
exports.instanceTypesOutput = null;
|
|
62
|
+
utilities.lazyLoad(exports, ["instanceTypes", "instanceTypesOutput"], () => require("./instanceTypes"));
|
|
63
|
+
exports.notifyGroupPolicies = null;
|
|
64
|
+
exports.notifyGroupPoliciesOutput = null;
|
|
65
|
+
utilities.lazyLoad(exports, ["notifyGroupPolicies", "notifyGroupPoliciesOutput"], () => require("./notifyGroupPolicies"));
|
|
66
|
+
exports.NotifyGroupPolicy = null;
|
|
67
|
+
utilities.lazyLoad(exports, ["NotifyGroupPolicy"], () => require("./notifyGroupPolicy"));
|
|
68
|
+
exports.notifyPolicies = null;
|
|
69
|
+
exports.notifyPoliciesOutput = null;
|
|
70
|
+
utilities.lazyLoad(exports, ["notifyPolicies", "notifyPoliciesOutput"], () => require("./notifyPolicies"));
|
|
71
|
+
exports.NotifyPolicy = null;
|
|
72
|
+
utilities.lazyLoad(exports, ["NotifyPolicy"], () => require("./notifyPolicy"));
|
|
73
|
+
exports.NotifyTemplate = null;
|
|
74
|
+
utilities.lazyLoad(exports, ["NotifyTemplate"], () => require("./notifyTemplate"));
|
|
75
|
+
exports.notifyTemplates = null;
|
|
76
|
+
exports.notifyTemplatesOutput = null;
|
|
77
|
+
utilities.lazyLoad(exports, ["notifyTemplates", "notifyTemplatesOutput"], () => require("./notifyTemplates"));
|
|
78
|
+
exports.RuleFile = null;
|
|
79
|
+
utilities.lazyLoad(exports, ["RuleFile"], () => require("./ruleFile"));
|
|
80
|
+
exports.ruleFiles = null;
|
|
81
|
+
exports.ruleFilesOutput = null;
|
|
82
|
+
utilities.lazyLoad(exports, ["ruleFiles", "ruleFilesOutput"], () => require("./ruleFiles"));
|
|
83
|
+
exports.rules = null;
|
|
84
|
+
exports.rulesOutput = null;
|
|
85
|
+
utilities.lazyLoad(exports, ["rules", "rulesOutput"], () => require("./rules"));
|
|
86
|
+
exports.Workspace = null;
|
|
87
|
+
utilities.lazyLoad(exports, ["Workspace"], () => require("./workspace"));
|
|
88
|
+
exports.workspaces = null;
|
|
89
|
+
exports.workspacesOutput = null;
|
|
90
|
+
utilities.lazyLoad(exports, ["workspaces", "workspacesOutput"], () => require("./workspaces"));
|
|
91
|
+
const _module = {
|
|
92
|
+
version: utilities.getVersion(),
|
|
93
|
+
construct: (name, type, urn) => {
|
|
94
|
+
switch (type) {
|
|
95
|
+
case "volcengine:vmp/alertingRule:AlertingRule":
|
|
96
|
+
return new exports.AlertingRule(name, undefined, { urn });
|
|
97
|
+
case "volcengine:vmp/contact:Contact":
|
|
98
|
+
return new exports.Contact(name, undefined, { urn });
|
|
99
|
+
case "volcengine:vmp/contactGroup:ContactGroup":
|
|
100
|
+
return new exports.ContactGroup(name, undefined, { urn });
|
|
101
|
+
case "volcengine:vmp/notifyGroupPolicy:NotifyGroupPolicy":
|
|
102
|
+
return new exports.NotifyGroupPolicy(name, undefined, { urn });
|
|
103
|
+
case "volcengine:vmp/notifyPolicy:NotifyPolicy":
|
|
104
|
+
return new exports.NotifyPolicy(name, undefined, { urn });
|
|
105
|
+
case "volcengine:vmp/notifyTemplate:NotifyTemplate":
|
|
106
|
+
return new exports.NotifyTemplate(name, undefined, { urn });
|
|
107
|
+
case "volcengine:vmp/ruleFile:RuleFile":
|
|
108
|
+
return new exports.RuleFile(name, undefined, { urn });
|
|
109
|
+
case "volcengine:vmp/workspace:Workspace":
|
|
110
|
+
return new exports.Workspace(name, undefined, { urn });
|
|
111
|
+
default:
|
|
112
|
+
throw new Error(`unknown resource type ${type}`);
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
};
|
|
116
|
+
pulumi.runtime.registerResourceModule("volcengine", "vmp/alertingRule", _module);
|
|
117
|
+
pulumi.runtime.registerResourceModule("volcengine", "vmp/contact", _module);
|
|
118
|
+
pulumi.runtime.registerResourceModule("volcengine", "vmp/contactGroup", _module);
|
|
119
|
+
pulumi.runtime.registerResourceModule("volcengine", "vmp/notifyGroupPolicy", _module);
|
|
120
|
+
pulumi.runtime.registerResourceModule("volcengine", "vmp/notifyPolicy", _module);
|
|
121
|
+
pulumi.runtime.registerResourceModule("volcengine", "vmp/notifyTemplate", _module);
|
|
122
|
+
pulumi.runtime.registerResourceModule("volcengine", "vmp/ruleFile", _module);
|
|
123
|
+
pulumi.runtime.registerResourceModule("volcengine", "vmp/workspace", _module);
|
|
124
|
+
//# sourceMappingURL=index.js.map
|
package/vmp/index.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../vmp/index.ts"],"names":[],"mappings":"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"}
|