@volcengine/pulumi 0.0.32 → 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/ebs/getMaxExtraPerformances.d.ts +22 -0
- package/ebs/getMaxExtraPerformances.js +22 -0
- package/ebs/getMaxExtraPerformances.js.map +1 -1
- package/ebs/maxExtraPerformances.d.ts +22 -0
- package/ebs/maxExtraPerformances.js +22 -0
- package/ebs/maxExtraPerformances.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/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/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 +167 -12
- package/rds_mysql/instance.js +40 -3
- 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/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 +85 -1
- package/redis/instance.js +14 -0
- 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 +8576 -1522
- 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/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 +3 -3
|
@@ -0,0 +1,346 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Provides a resource to manage vefaas function
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
11
|
+
*
|
|
12
|
+
* const foo = new volcengine.vefaas.Function("foo", {
|
|
13
|
+
* description: "123131231",
|
|
14
|
+
* exclusiveMode: false,
|
|
15
|
+
* requestTimeout: 30,
|
|
16
|
+
* runtime: "golang/v1",
|
|
17
|
+
* });
|
|
18
|
+
* ```
|
|
19
|
+
*
|
|
20
|
+
* ## Import
|
|
21
|
+
*
|
|
22
|
+
* VefaasFunction can be imported using the id, e.g.
|
|
23
|
+
*
|
|
24
|
+
* ```sh
|
|
25
|
+
* $ pulumi import volcengine:vefaas/function:Function default resource_id
|
|
26
|
+
* ```
|
|
27
|
+
*/
|
|
28
|
+
export declare class Function extends pulumi.CustomResource {
|
|
29
|
+
/**
|
|
30
|
+
* Get an existing Function resource's state with the given name, ID, and optional extra
|
|
31
|
+
* properties used to qualify the lookup.
|
|
32
|
+
*
|
|
33
|
+
* @param name The _unique_ name of the resulting resource.
|
|
34
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
35
|
+
* @param state Any extra arguments used during the lookup.
|
|
36
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
37
|
+
*/
|
|
38
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: FunctionState, opts?: pulumi.CustomResourceOptions): Function;
|
|
39
|
+
/**
|
|
40
|
+
* Returns true if the given object is an instance of Function. This is designed to work even
|
|
41
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
42
|
+
*/
|
|
43
|
+
static isInstance(obj: any): obj is Function;
|
|
44
|
+
/**
|
|
45
|
+
* The size of code package.
|
|
46
|
+
*/
|
|
47
|
+
readonly codeSize: pulumi.Output<number>;
|
|
48
|
+
/**
|
|
49
|
+
* Maximum code package size.
|
|
50
|
+
*/
|
|
51
|
+
readonly codeSizeLimit: pulumi.Output<number>;
|
|
52
|
+
/**
|
|
53
|
+
* The custom startup command for the instance.
|
|
54
|
+
*/
|
|
55
|
+
readonly command: pulumi.Output<string | undefined>;
|
|
56
|
+
/**
|
|
57
|
+
* Function CPU charging policy.
|
|
58
|
+
*/
|
|
59
|
+
readonly cpuStrategy: pulumi.Output<string | undefined>;
|
|
60
|
+
/**
|
|
61
|
+
* The creation time of the function.
|
|
62
|
+
*/
|
|
63
|
+
readonly creationTime: pulumi.Output<string>;
|
|
64
|
+
/**
|
|
65
|
+
* The description of Function.
|
|
66
|
+
*/
|
|
67
|
+
readonly description: pulumi.Output<string>;
|
|
68
|
+
/**
|
|
69
|
+
* Function environment variable.
|
|
70
|
+
*/
|
|
71
|
+
readonly envs: pulumi.Output<outputs.vefaas.FunctionEnv[]>;
|
|
72
|
+
/**
|
|
73
|
+
* Exclusive mode switch.
|
|
74
|
+
*/
|
|
75
|
+
readonly exclusiveMode: pulumi.Output<boolean>;
|
|
76
|
+
/**
|
|
77
|
+
* Function to initialize timeout configuration.
|
|
78
|
+
*/
|
|
79
|
+
readonly initializerSec: pulumi.Output<number>;
|
|
80
|
+
/**
|
|
81
|
+
* The last update time of the function.
|
|
82
|
+
*/
|
|
83
|
+
readonly lastUpdateTime: pulumi.Output<string>;
|
|
84
|
+
/**
|
|
85
|
+
* Maximum concurrency of a single instance.
|
|
86
|
+
*/
|
|
87
|
+
readonly maxConcurrency: pulumi.Output<number>;
|
|
88
|
+
/**
|
|
89
|
+
* Maximum memory for a single instance.
|
|
90
|
+
*/
|
|
91
|
+
readonly memoryMb: pulumi.Output<number>;
|
|
92
|
+
/**
|
|
93
|
+
* The name of Function.
|
|
94
|
+
*/
|
|
95
|
+
readonly name: pulumi.Output<string>;
|
|
96
|
+
/**
|
|
97
|
+
* The configuration of file storage NAS mount.
|
|
98
|
+
*/
|
|
99
|
+
readonly nasStorage: pulumi.Output<outputs.vefaas.FunctionNasStorage>;
|
|
100
|
+
/**
|
|
101
|
+
* The owner of Function.
|
|
102
|
+
*/
|
|
103
|
+
readonly owner: pulumi.Output<string>;
|
|
104
|
+
/**
|
|
105
|
+
* Custom listening port for the instance.
|
|
106
|
+
*/
|
|
107
|
+
readonly port: pulumi.Output<number>;
|
|
108
|
+
/**
|
|
109
|
+
* Request timeout (in seconds).
|
|
110
|
+
*/
|
|
111
|
+
readonly requestTimeout: pulumi.Output<number>;
|
|
112
|
+
/**
|
|
113
|
+
* The runtime of Function.
|
|
114
|
+
*/
|
|
115
|
+
readonly runtime: pulumi.Output<string>;
|
|
116
|
+
/**
|
|
117
|
+
* Code source.
|
|
118
|
+
*/
|
|
119
|
+
readonly source: pulumi.Output<string | undefined>;
|
|
120
|
+
/**
|
|
121
|
+
* Access configuration for the image repository.
|
|
122
|
+
*/
|
|
123
|
+
readonly sourceAccessConfig: pulumi.Output<outputs.vefaas.FunctionSourceAccessConfig | undefined>;
|
|
124
|
+
/**
|
|
125
|
+
* Maximum code package size.
|
|
126
|
+
*/
|
|
127
|
+
readonly sourceLocation: pulumi.Output<string>;
|
|
128
|
+
/**
|
|
129
|
+
* Code Source type, supports tos, zip, image (whitelist accounts support native/v1 custom images).
|
|
130
|
+
*/
|
|
131
|
+
readonly sourceType: pulumi.Output<string>;
|
|
132
|
+
/**
|
|
133
|
+
* Function log configuration.
|
|
134
|
+
*/
|
|
135
|
+
readonly tlsConfig: pulumi.Output<outputs.vefaas.FunctionTlsConfig>;
|
|
136
|
+
/**
|
|
137
|
+
* The configuration of Object Storage TOS mount.
|
|
138
|
+
*/
|
|
139
|
+
readonly tosMountConfig: pulumi.Output<outputs.vefaas.FunctionTosMountConfig>;
|
|
140
|
+
/**
|
|
141
|
+
* The number of triggers for this Function.
|
|
142
|
+
*/
|
|
143
|
+
readonly triggersCount: pulumi.Output<number>;
|
|
144
|
+
/**
|
|
145
|
+
* The configuration of VPC.
|
|
146
|
+
*/
|
|
147
|
+
readonly vpcConfig: pulumi.Output<outputs.vefaas.FunctionVpcConfig>;
|
|
148
|
+
/**
|
|
149
|
+
* Create a Function resource with the given unique name, arguments, and options.
|
|
150
|
+
*
|
|
151
|
+
* @param name The _unique_ name of the resource.
|
|
152
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
153
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
154
|
+
*/
|
|
155
|
+
constructor(name: string, args: FunctionArgs, opts?: pulumi.CustomResourceOptions);
|
|
156
|
+
}
|
|
157
|
+
/**
|
|
158
|
+
* Input properties used for looking up and filtering Function resources.
|
|
159
|
+
*/
|
|
160
|
+
export interface FunctionState {
|
|
161
|
+
/**
|
|
162
|
+
* The size of code package.
|
|
163
|
+
*/
|
|
164
|
+
codeSize?: pulumi.Input<number>;
|
|
165
|
+
/**
|
|
166
|
+
* Maximum code package size.
|
|
167
|
+
*/
|
|
168
|
+
codeSizeLimit?: pulumi.Input<number>;
|
|
169
|
+
/**
|
|
170
|
+
* The custom startup command for the instance.
|
|
171
|
+
*/
|
|
172
|
+
command?: pulumi.Input<string>;
|
|
173
|
+
/**
|
|
174
|
+
* Function CPU charging policy.
|
|
175
|
+
*/
|
|
176
|
+
cpuStrategy?: pulumi.Input<string>;
|
|
177
|
+
/**
|
|
178
|
+
* The creation time of the function.
|
|
179
|
+
*/
|
|
180
|
+
creationTime?: pulumi.Input<string>;
|
|
181
|
+
/**
|
|
182
|
+
* The description of Function.
|
|
183
|
+
*/
|
|
184
|
+
description?: pulumi.Input<string>;
|
|
185
|
+
/**
|
|
186
|
+
* Function environment variable.
|
|
187
|
+
*/
|
|
188
|
+
envs?: pulumi.Input<pulumi.Input<inputs.vefaas.FunctionEnv>[]>;
|
|
189
|
+
/**
|
|
190
|
+
* Exclusive mode switch.
|
|
191
|
+
*/
|
|
192
|
+
exclusiveMode?: pulumi.Input<boolean>;
|
|
193
|
+
/**
|
|
194
|
+
* Function to initialize timeout configuration.
|
|
195
|
+
*/
|
|
196
|
+
initializerSec?: pulumi.Input<number>;
|
|
197
|
+
/**
|
|
198
|
+
* The last update time of the function.
|
|
199
|
+
*/
|
|
200
|
+
lastUpdateTime?: pulumi.Input<string>;
|
|
201
|
+
/**
|
|
202
|
+
* Maximum concurrency of a single instance.
|
|
203
|
+
*/
|
|
204
|
+
maxConcurrency?: pulumi.Input<number>;
|
|
205
|
+
/**
|
|
206
|
+
* Maximum memory for a single instance.
|
|
207
|
+
*/
|
|
208
|
+
memoryMb?: pulumi.Input<number>;
|
|
209
|
+
/**
|
|
210
|
+
* The name of Function.
|
|
211
|
+
*/
|
|
212
|
+
name?: pulumi.Input<string>;
|
|
213
|
+
/**
|
|
214
|
+
* The configuration of file storage NAS mount.
|
|
215
|
+
*/
|
|
216
|
+
nasStorage?: pulumi.Input<inputs.vefaas.FunctionNasStorage>;
|
|
217
|
+
/**
|
|
218
|
+
* The owner of Function.
|
|
219
|
+
*/
|
|
220
|
+
owner?: pulumi.Input<string>;
|
|
221
|
+
/**
|
|
222
|
+
* Custom listening port for the instance.
|
|
223
|
+
*/
|
|
224
|
+
port?: pulumi.Input<number>;
|
|
225
|
+
/**
|
|
226
|
+
* Request timeout (in seconds).
|
|
227
|
+
*/
|
|
228
|
+
requestTimeout?: pulumi.Input<number>;
|
|
229
|
+
/**
|
|
230
|
+
* The runtime of Function.
|
|
231
|
+
*/
|
|
232
|
+
runtime?: pulumi.Input<string>;
|
|
233
|
+
/**
|
|
234
|
+
* Code source.
|
|
235
|
+
*/
|
|
236
|
+
source?: pulumi.Input<string>;
|
|
237
|
+
/**
|
|
238
|
+
* Access configuration for the image repository.
|
|
239
|
+
*/
|
|
240
|
+
sourceAccessConfig?: pulumi.Input<inputs.vefaas.FunctionSourceAccessConfig>;
|
|
241
|
+
/**
|
|
242
|
+
* Maximum code package size.
|
|
243
|
+
*/
|
|
244
|
+
sourceLocation?: pulumi.Input<string>;
|
|
245
|
+
/**
|
|
246
|
+
* Code Source type, supports tos, zip, image (whitelist accounts support native/v1 custom images).
|
|
247
|
+
*/
|
|
248
|
+
sourceType?: pulumi.Input<string>;
|
|
249
|
+
/**
|
|
250
|
+
* Function log configuration.
|
|
251
|
+
*/
|
|
252
|
+
tlsConfig?: pulumi.Input<inputs.vefaas.FunctionTlsConfig>;
|
|
253
|
+
/**
|
|
254
|
+
* The configuration of Object Storage TOS mount.
|
|
255
|
+
*/
|
|
256
|
+
tosMountConfig?: pulumi.Input<inputs.vefaas.FunctionTosMountConfig>;
|
|
257
|
+
/**
|
|
258
|
+
* The number of triggers for this Function.
|
|
259
|
+
*/
|
|
260
|
+
triggersCount?: pulumi.Input<number>;
|
|
261
|
+
/**
|
|
262
|
+
* The configuration of VPC.
|
|
263
|
+
*/
|
|
264
|
+
vpcConfig?: pulumi.Input<inputs.vefaas.FunctionVpcConfig>;
|
|
265
|
+
}
|
|
266
|
+
/**
|
|
267
|
+
* The set of arguments for constructing a Function resource.
|
|
268
|
+
*/
|
|
269
|
+
export interface FunctionArgs {
|
|
270
|
+
/**
|
|
271
|
+
* The custom startup command for the instance.
|
|
272
|
+
*/
|
|
273
|
+
command?: pulumi.Input<string>;
|
|
274
|
+
/**
|
|
275
|
+
* Function CPU charging policy.
|
|
276
|
+
*/
|
|
277
|
+
cpuStrategy?: pulumi.Input<string>;
|
|
278
|
+
/**
|
|
279
|
+
* The description of Function.
|
|
280
|
+
*/
|
|
281
|
+
description?: pulumi.Input<string>;
|
|
282
|
+
/**
|
|
283
|
+
* Function environment variable.
|
|
284
|
+
*/
|
|
285
|
+
envs?: pulumi.Input<pulumi.Input<inputs.vefaas.FunctionEnv>[]>;
|
|
286
|
+
/**
|
|
287
|
+
* Exclusive mode switch.
|
|
288
|
+
*/
|
|
289
|
+
exclusiveMode?: pulumi.Input<boolean>;
|
|
290
|
+
/**
|
|
291
|
+
* Function to initialize timeout configuration.
|
|
292
|
+
*/
|
|
293
|
+
initializerSec?: pulumi.Input<number>;
|
|
294
|
+
/**
|
|
295
|
+
* Maximum concurrency of a single instance.
|
|
296
|
+
*/
|
|
297
|
+
maxConcurrency?: pulumi.Input<number>;
|
|
298
|
+
/**
|
|
299
|
+
* Maximum memory for a single instance.
|
|
300
|
+
*/
|
|
301
|
+
memoryMb?: pulumi.Input<number>;
|
|
302
|
+
/**
|
|
303
|
+
* The name of Function.
|
|
304
|
+
*/
|
|
305
|
+
name?: pulumi.Input<string>;
|
|
306
|
+
/**
|
|
307
|
+
* The configuration of file storage NAS mount.
|
|
308
|
+
*/
|
|
309
|
+
nasStorage?: pulumi.Input<inputs.vefaas.FunctionNasStorage>;
|
|
310
|
+
/**
|
|
311
|
+
* Custom listening port for the instance.
|
|
312
|
+
*/
|
|
313
|
+
port?: pulumi.Input<number>;
|
|
314
|
+
/**
|
|
315
|
+
* Request timeout (in seconds).
|
|
316
|
+
*/
|
|
317
|
+
requestTimeout?: pulumi.Input<number>;
|
|
318
|
+
/**
|
|
319
|
+
* The runtime of Function.
|
|
320
|
+
*/
|
|
321
|
+
runtime: pulumi.Input<string>;
|
|
322
|
+
/**
|
|
323
|
+
* Code source.
|
|
324
|
+
*/
|
|
325
|
+
source?: pulumi.Input<string>;
|
|
326
|
+
/**
|
|
327
|
+
* Access configuration for the image repository.
|
|
328
|
+
*/
|
|
329
|
+
sourceAccessConfig?: pulumi.Input<inputs.vefaas.FunctionSourceAccessConfig>;
|
|
330
|
+
/**
|
|
331
|
+
* Code Source type, supports tos, zip, image (whitelist accounts support native/v1 custom images).
|
|
332
|
+
*/
|
|
333
|
+
sourceType?: pulumi.Input<string>;
|
|
334
|
+
/**
|
|
335
|
+
* Function log configuration.
|
|
336
|
+
*/
|
|
337
|
+
tlsConfig?: pulumi.Input<inputs.vefaas.FunctionTlsConfig>;
|
|
338
|
+
/**
|
|
339
|
+
* The configuration of Object Storage TOS mount.
|
|
340
|
+
*/
|
|
341
|
+
tosMountConfig?: pulumi.Input<inputs.vefaas.FunctionTosMountConfig>;
|
|
342
|
+
/**
|
|
343
|
+
* The configuration of VPC.
|
|
344
|
+
*/
|
|
345
|
+
vpcConfig?: pulumi.Input<inputs.vefaas.FunctionVpcConfig>;
|
|
346
|
+
}
|
|
@@ -0,0 +1,126 @@
|
|
|
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.Function = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Provides a resource to manage vefaas function
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
15
|
+
*
|
|
16
|
+
* const foo = new volcengine.vefaas.Function("foo", {
|
|
17
|
+
* description: "123131231",
|
|
18
|
+
* exclusiveMode: false,
|
|
19
|
+
* requestTimeout: 30,
|
|
20
|
+
* runtime: "golang/v1",
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*
|
|
24
|
+
* ## Import
|
|
25
|
+
*
|
|
26
|
+
* VefaasFunction can be imported using the id, e.g.
|
|
27
|
+
*
|
|
28
|
+
* ```sh
|
|
29
|
+
* $ pulumi import volcengine:vefaas/function:Function default resource_id
|
|
30
|
+
* ```
|
|
31
|
+
*/
|
|
32
|
+
class Function extends pulumi.CustomResource {
|
|
33
|
+
/**
|
|
34
|
+
* Get an existing Function resource's state with the given name, ID, and optional extra
|
|
35
|
+
* properties used to qualify the lookup.
|
|
36
|
+
*
|
|
37
|
+
* @param name The _unique_ name of the resulting resource.
|
|
38
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
39
|
+
* @param state Any extra arguments used during the lookup.
|
|
40
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
41
|
+
*/
|
|
42
|
+
static get(name, id, state, opts) {
|
|
43
|
+
return new Function(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* Returns true if the given object is an instance of Function. This is designed to work even
|
|
47
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
48
|
+
*/
|
|
49
|
+
static isInstance(obj) {
|
|
50
|
+
if (obj === undefined || obj === null) {
|
|
51
|
+
return false;
|
|
52
|
+
}
|
|
53
|
+
return obj['__pulumiType'] === Function.__pulumiType;
|
|
54
|
+
}
|
|
55
|
+
constructor(name, argsOrState, opts) {
|
|
56
|
+
let resourceInputs = {};
|
|
57
|
+
opts = opts || {};
|
|
58
|
+
if (opts.id) {
|
|
59
|
+
const state = argsOrState;
|
|
60
|
+
resourceInputs["codeSize"] = state ? state.codeSize : undefined;
|
|
61
|
+
resourceInputs["codeSizeLimit"] = state ? state.codeSizeLimit : undefined;
|
|
62
|
+
resourceInputs["command"] = state ? state.command : undefined;
|
|
63
|
+
resourceInputs["cpuStrategy"] = state ? state.cpuStrategy : undefined;
|
|
64
|
+
resourceInputs["creationTime"] = state ? state.creationTime : undefined;
|
|
65
|
+
resourceInputs["description"] = state ? state.description : undefined;
|
|
66
|
+
resourceInputs["envs"] = state ? state.envs : undefined;
|
|
67
|
+
resourceInputs["exclusiveMode"] = state ? state.exclusiveMode : undefined;
|
|
68
|
+
resourceInputs["initializerSec"] = state ? state.initializerSec : undefined;
|
|
69
|
+
resourceInputs["lastUpdateTime"] = state ? state.lastUpdateTime : undefined;
|
|
70
|
+
resourceInputs["maxConcurrency"] = state ? state.maxConcurrency : undefined;
|
|
71
|
+
resourceInputs["memoryMb"] = state ? state.memoryMb : undefined;
|
|
72
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
73
|
+
resourceInputs["nasStorage"] = state ? state.nasStorage : undefined;
|
|
74
|
+
resourceInputs["owner"] = state ? state.owner : undefined;
|
|
75
|
+
resourceInputs["port"] = state ? state.port : undefined;
|
|
76
|
+
resourceInputs["requestTimeout"] = state ? state.requestTimeout : undefined;
|
|
77
|
+
resourceInputs["runtime"] = state ? state.runtime : undefined;
|
|
78
|
+
resourceInputs["source"] = state ? state.source : undefined;
|
|
79
|
+
resourceInputs["sourceAccessConfig"] = state ? state.sourceAccessConfig : undefined;
|
|
80
|
+
resourceInputs["sourceLocation"] = state ? state.sourceLocation : undefined;
|
|
81
|
+
resourceInputs["sourceType"] = state ? state.sourceType : undefined;
|
|
82
|
+
resourceInputs["tlsConfig"] = state ? state.tlsConfig : undefined;
|
|
83
|
+
resourceInputs["tosMountConfig"] = state ? state.tosMountConfig : undefined;
|
|
84
|
+
resourceInputs["triggersCount"] = state ? state.triggersCount : undefined;
|
|
85
|
+
resourceInputs["vpcConfig"] = state ? state.vpcConfig : undefined;
|
|
86
|
+
}
|
|
87
|
+
else {
|
|
88
|
+
const args = argsOrState;
|
|
89
|
+
if ((!args || args.runtime === undefined) && !opts.urn) {
|
|
90
|
+
throw new Error("Missing required property 'runtime'");
|
|
91
|
+
}
|
|
92
|
+
resourceInputs["command"] = args ? args.command : undefined;
|
|
93
|
+
resourceInputs["cpuStrategy"] = args ? args.cpuStrategy : undefined;
|
|
94
|
+
resourceInputs["description"] = args ? args.description : undefined;
|
|
95
|
+
resourceInputs["envs"] = args ? args.envs : undefined;
|
|
96
|
+
resourceInputs["exclusiveMode"] = args ? args.exclusiveMode : undefined;
|
|
97
|
+
resourceInputs["initializerSec"] = args ? args.initializerSec : undefined;
|
|
98
|
+
resourceInputs["maxConcurrency"] = args ? args.maxConcurrency : undefined;
|
|
99
|
+
resourceInputs["memoryMb"] = args ? args.memoryMb : undefined;
|
|
100
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
101
|
+
resourceInputs["nasStorage"] = args ? args.nasStorage : undefined;
|
|
102
|
+
resourceInputs["port"] = args ? args.port : undefined;
|
|
103
|
+
resourceInputs["requestTimeout"] = args ? args.requestTimeout : undefined;
|
|
104
|
+
resourceInputs["runtime"] = args ? args.runtime : undefined;
|
|
105
|
+
resourceInputs["source"] = args ? args.source : undefined;
|
|
106
|
+
resourceInputs["sourceAccessConfig"] = args ? args.sourceAccessConfig : undefined;
|
|
107
|
+
resourceInputs["sourceType"] = args ? args.sourceType : undefined;
|
|
108
|
+
resourceInputs["tlsConfig"] = args ? args.tlsConfig : undefined;
|
|
109
|
+
resourceInputs["tosMountConfig"] = args ? args.tosMountConfig : undefined;
|
|
110
|
+
resourceInputs["vpcConfig"] = args ? args.vpcConfig : undefined;
|
|
111
|
+
resourceInputs["codeSize"] = undefined /*out*/;
|
|
112
|
+
resourceInputs["codeSizeLimit"] = undefined /*out*/;
|
|
113
|
+
resourceInputs["creationTime"] = undefined /*out*/;
|
|
114
|
+
resourceInputs["lastUpdateTime"] = undefined /*out*/;
|
|
115
|
+
resourceInputs["owner"] = undefined /*out*/;
|
|
116
|
+
resourceInputs["sourceLocation"] = undefined /*out*/;
|
|
117
|
+
resourceInputs["triggersCount"] = undefined /*out*/;
|
|
118
|
+
}
|
|
119
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
120
|
+
super(Function.__pulumiType, name, resourceInputs, opts);
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
exports.Function = Function;
|
|
124
|
+
/** @internal */
|
|
125
|
+
Function.__pulumiType = 'volcengine:vefaas/function:Function';
|
|
126
|
+
//# sourceMappingURL=function.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"function.js","sourceRoot":"","sources":["../../vefaas/function.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,73 @@
|
|
|
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 vefaas functions
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const foo = volcengine.vefaas.getFunctions({});
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
/** @deprecated volcengine.vefaas.Functions has been deprecated in favor of volcengine.vefaas.getFunctions */
|
|
15
|
+
export declare function functions(args?: FunctionsArgs, opts?: pulumi.InvokeOptions): Promise<FunctionsResult>;
|
|
16
|
+
/**
|
|
17
|
+
* A collection of arguments for invoking Functions.
|
|
18
|
+
*/
|
|
19
|
+
export interface FunctionsArgs {
|
|
20
|
+
/**
|
|
21
|
+
* A Name Regex of Resource.
|
|
22
|
+
*/
|
|
23
|
+
nameRegex?: string;
|
|
24
|
+
/**
|
|
25
|
+
* File name where to save data source results.
|
|
26
|
+
*/
|
|
27
|
+
outputFile?: string;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* A collection of values returned by Functions.
|
|
31
|
+
*/
|
|
32
|
+
export interface FunctionsResult {
|
|
33
|
+
/**
|
|
34
|
+
* The provider-assigned unique ID for this managed resource.
|
|
35
|
+
*/
|
|
36
|
+
readonly id: string;
|
|
37
|
+
/**
|
|
38
|
+
* The collection of query.
|
|
39
|
+
*/
|
|
40
|
+
readonly items: outputs.vefaas.FunctionsItem[];
|
|
41
|
+
readonly nameRegex?: string;
|
|
42
|
+
readonly outputFile?: string;
|
|
43
|
+
/**
|
|
44
|
+
* The total count of query.
|
|
45
|
+
*/
|
|
46
|
+
readonly totalCount: number;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Use this data source to query detailed information of vefaas functions
|
|
50
|
+
* ## Example Usage
|
|
51
|
+
*
|
|
52
|
+
* ```typescript
|
|
53
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
54
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
55
|
+
*
|
|
56
|
+
* const foo = volcengine.vefaas.getFunctions({});
|
|
57
|
+
* ```
|
|
58
|
+
*/
|
|
59
|
+
/** @deprecated volcengine.vefaas.Functions has been deprecated in favor of volcengine.vefaas.getFunctions */
|
|
60
|
+
export declare function functionsOutput(args?: FunctionsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<FunctionsResult>;
|
|
61
|
+
/**
|
|
62
|
+
* A collection of arguments for invoking Functions.
|
|
63
|
+
*/
|
|
64
|
+
export interface FunctionsOutputArgs {
|
|
65
|
+
/**
|
|
66
|
+
* A Name Regex of Resource.
|
|
67
|
+
*/
|
|
68
|
+
nameRegex?: pulumi.Input<string>;
|
|
69
|
+
/**
|
|
70
|
+
* File name where to save data source results.
|
|
71
|
+
*/
|
|
72
|
+
outputFile?: pulumi.Input<string>;
|
|
73
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
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.functionsOutput = exports.functions = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of vefaas functions
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const foo = volcengine.vefaas.getFunctions({});
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
/** @deprecated volcengine.vefaas.Functions has been deprecated in favor of volcengine.vefaas.getFunctions */
|
|
20
|
+
function functions(args, opts) {
|
|
21
|
+
pulumi.log.warn("functions is deprecated: volcengine.vefaas.Functions has been deprecated in favor of volcengine.vefaas.getFunctions");
|
|
22
|
+
args = args || {};
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invoke("volcengine:vefaas/functions:Functions", {
|
|
25
|
+
"nameRegex": args.nameRegex,
|
|
26
|
+
"outputFile": args.outputFile,
|
|
27
|
+
}, opts);
|
|
28
|
+
}
|
|
29
|
+
exports.functions = functions;
|
|
30
|
+
/**
|
|
31
|
+
* Use this data source to query detailed information of vefaas functions
|
|
32
|
+
* ## Example Usage
|
|
33
|
+
*
|
|
34
|
+
* ```typescript
|
|
35
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
36
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
37
|
+
*
|
|
38
|
+
* const foo = volcengine.vefaas.getFunctions({});
|
|
39
|
+
* ```
|
|
40
|
+
*/
|
|
41
|
+
/** @deprecated volcengine.vefaas.Functions has been deprecated in favor of volcengine.vefaas.getFunctions */
|
|
42
|
+
function functionsOutput(args, opts) {
|
|
43
|
+
return pulumi.output(args).apply((a) => functions(a, opts));
|
|
44
|
+
}
|
|
45
|
+
exports.functionsOutput = functionsOutput;
|
|
46
|
+
//# sourceMappingURL=functions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"functions.js","sourceRoot":"","sources":["../../vefaas/functions.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;GAUG;AACH,6GAA6G;AAC7G,SAAgB,SAAS,CAAC,IAAoB,EAAE,IAA2B;IACvE,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,qHAAqH,CAAC,CAAA;IACtI,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,uCAAuC,EAAE;QAClE,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,8BASC;AAmCD;;;;;;;;;;GAUG;AACH,6GAA6G;AAC7G,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,SAAS,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpE,CAAC;AAFD,0CAEC"}
|
|
@@ -0,0 +1,71 @@
|
|
|
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 vefaas functions
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const foo = volcengine.vefaas.getFunctions({});
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export declare function getFunctions(args?: GetFunctionsArgs, opts?: pulumi.InvokeOptions): Promise<GetFunctionsResult>;
|
|
15
|
+
/**
|
|
16
|
+
* A collection of arguments for invoking getFunctions.
|
|
17
|
+
*/
|
|
18
|
+
export interface GetFunctionsArgs {
|
|
19
|
+
/**
|
|
20
|
+
* A Name Regex of Resource.
|
|
21
|
+
*/
|
|
22
|
+
nameRegex?: string;
|
|
23
|
+
/**
|
|
24
|
+
* File name where to save data source results.
|
|
25
|
+
*/
|
|
26
|
+
outputFile?: string;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* A collection of values returned by getFunctions.
|
|
30
|
+
*/
|
|
31
|
+
export interface GetFunctionsResult {
|
|
32
|
+
/**
|
|
33
|
+
* The provider-assigned unique ID for this managed resource.
|
|
34
|
+
*/
|
|
35
|
+
readonly id: string;
|
|
36
|
+
/**
|
|
37
|
+
* The collection of query.
|
|
38
|
+
*/
|
|
39
|
+
readonly items: outputs.vefaas.GetFunctionsItem[];
|
|
40
|
+
readonly nameRegex?: string;
|
|
41
|
+
readonly outputFile?: string;
|
|
42
|
+
/**
|
|
43
|
+
* The total count of query.
|
|
44
|
+
*/
|
|
45
|
+
readonly totalCount: number;
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* Use this data source to query detailed information of vefaas functions
|
|
49
|
+
* ## Example Usage
|
|
50
|
+
*
|
|
51
|
+
* ```typescript
|
|
52
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
53
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
54
|
+
*
|
|
55
|
+
* const foo = volcengine.vefaas.getFunctions({});
|
|
56
|
+
* ```
|
|
57
|
+
*/
|
|
58
|
+
export declare function getFunctionsOutput(args?: GetFunctionsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetFunctionsResult>;
|
|
59
|
+
/**
|
|
60
|
+
* A collection of arguments for invoking getFunctions.
|
|
61
|
+
*/
|
|
62
|
+
export interface GetFunctionsOutputArgs {
|
|
63
|
+
/**
|
|
64
|
+
* A Name Regex of Resource.
|
|
65
|
+
*/
|
|
66
|
+
nameRegex?: pulumi.Input<string>;
|
|
67
|
+
/**
|
|
68
|
+
* File name where to save data source results.
|
|
69
|
+
*/
|
|
70
|
+
outputFile?: pulumi.Input<string>;
|
|
71
|
+
}
|