@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,173 @@
|
|
|
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 tls import tasks
|
|
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.tls.getImportTasks({});
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export declare function getImportTasks(args?: GetImportTasksArgs, opts?: pulumi.InvokeOptions): Promise<GetImportTasksResult>;
|
|
15
|
+
/**
|
|
16
|
+
* A collection of arguments for invoking getImportTasks.
|
|
17
|
+
*/
|
|
18
|
+
export interface GetImportTasksArgs {
|
|
19
|
+
/**
|
|
20
|
+
* Specify the IAM project name to query the data import tasks under the specified IAM project.
|
|
21
|
+
*/
|
|
22
|
+
iamProjectName?: string;
|
|
23
|
+
/**
|
|
24
|
+
* A Name Regex of Resource.
|
|
25
|
+
*/
|
|
26
|
+
nameRegex?: string;
|
|
27
|
+
/**
|
|
28
|
+
* File name where to save data source results.
|
|
29
|
+
*/
|
|
30
|
+
outputFile?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Specify the log item ID for querying the data import tasks under the specified log item.
|
|
33
|
+
*/
|
|
34
|
+
projectId?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Specify the name of the log item for querying the data import tasks under the specified log item. Support fuzzy query..
|
|
37
|
+
*/
|
|
38
|
+
projectName?: string;
|
|
39
|
+
/**
|
|
40
|
+
* Specify the import type for querying the data import tasks related to this import type.
|
|
41
|
+
*/
|
|
42
|
+
sourceType?: string;
|
|
43
|
+
/**
|
|
44
|
+
* Specify the status of the import task.
|
|
45
|
+
*/
|
|
46
|
+
status?: string;
|
|
47
|
+
/**
|
|
48
|
+
* Import the task ID of the data to be queried.
|
|
49
|
+
*/
|
|
50
|
+
taskId?: string;
|
|
51
|
+
/**
|
|
52
|
+
* Import the task name of the data to be queried.
|
|
53
|
+
*/
|
|
54
|
+
taskName?: string;
|
|
55
|
+
/**
|
|
56
|
+
* Specify the log topic ID for querying the data import tasks related to this log topic.
|
|
57
|
+
*/
|
|
58
|
+
topicId?: string;
|
|
59
|
+
/**
|
|
60
|
+
* Specify the name of the log topic for querying the data import tasks related to this log topic. Support fuzzy query.
|
|
61
|
+
*/
|
|
62
|
+
topicName?: string;
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* A collection of values returned by getImportTasks.
|
|
66
|
+
*/
|
|
67
|
+
export interface GetImportTasksResult {
|
|
68
|
+
readonly iamProjectName?: string;
|
|
69
|
+
/**
|
|
70
|
+
* The provider-assigned unique ID for this managed resource.
|
|
71
|
+
*/
|
|
72
|
+
readonly id: string;
|
|
73
|
+
readonly nameRegex?: string;
|
|
74
|
+
readonly outputFile?: string;
|
|
75
|
+
/**
|
|
76
|
+
* Specify the log item ID for querying the data import tasks under the specified log item.
|
|
77
|
+
*/
|
|
78
|
+
readonly projectId?: string;
|
|
79
|
+
/**
|
|
80
|
+
* Specify the name of the log item for querying the data import tasks under the specified log item. Support fuzzy query..
|
|
81
|
+
*/
|
|
82
|
+
readonly projectName?: string;
|
|
83
|
+
/**
|
|
84
|
+
* Specify the import type for querying the data import tasks related to this import type.
|
|
85
|
+
*/
|
|
86
|
+
readonly sourceType?: string;
|
|
87
|
+
readonly status?: string;
|
|
88
|
+
/**
|
|
89
|
+
* Import the task ID of the data to be queried.
|
|
90
|
+
*/
|
|
91
|
+
readonly taskId?: string;
|
|
92
|
+
/**
|
|
93
|
+
* Data import task list.
|
|
94
|
+
*/
|
|
95
|
+
readonly taskInfos: outputs.tls.GetImportTasksTaskInfo[];
|
|
96
|
+
/**
|
|
97
|
+
* Import the task name of the data to be queried.
|
|
98
|
+
*/
|
|
99
|
+
readonly taskName?: string;
|
|
100
|
+
/**
|
|
101
|
+
* Specify the log topic ID for querying the data import tasks related to this log topic.
|
|
102
|
+
*/
|
|
103
|
+
readonly topicId?: string;
|
|
104
|
+
/**
|
|
105
|
+
* Specify the name of the log topic for querying the data import tasks related to this log topic. Support fuzzy query.
|
|
106
|
+
*/
|
|
107
|
+
readonly topicName?: string;
|
|
108
|
+
/**
|
|
109
|
+
* The total count of query.
|
|
110
|
+
*/
|
|
111
|
+
readonly totalCount: number;
|
|
112
|
+
}
|
|
113
|
+
/**
|
|
114
|
+
* Use this data source to query detailed information of tls import tasks
|
|
115
|
+
* ## Example Usage
|
|
116
|
+
*
|
|
117
|
+
* ```typescript
|
|
118
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
119
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
120
|
+
*
|
|
121
|
+
* const foo = volcengine.tls.getImportTasks({});
|
|
122
|
+
* ```
|
|
123
|
+
*/
|
|
124
|
+
export declare function getImportTasksOutput(args?: GetImportTasksOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetImportTasksResult>;
|
|
125
|
+
/**
|
|
126
|
+
* A collection of arguments for invoking getImportTasks.
|
|
127
|
+
*/
|
|
128
|
+
export interface GetImportTasksOutputArgs {
|
|
129
|
+
/**
|
|
130
|
+
* Specify the IAM project name to query the data import tasks under the specified IAM project.
|
|
131
|
+
*/
|
|
132
|
+
iamProjectName?: pulumi.Input<string>;
|
|
133
|
+
/**
|
|
134
|
+
* A Name Regex of Resource.
|
|
135
|
+
*/
|
|
136
|
+
nameRegex?: pulumi.Input<string>;
|
|
137
|
+
/**
|
|
138
|
+
* File name where to save data source results.
|
|
139
|
+
*/
|
|
140
|
+
outputFile?: pulumi.Input<string>;
|
|
141
|
+
/**
|
|
142
|
+
* Specify the log item ID for querying the data import tasks under the specified log item.
|
|
143
|
+
*/
|
|
144
|
+
projectId?: pulumi.Input<string>;
|
|
145
|
+
/**
|
|
146
|
+
* Specify the name of the log item for querying the data import tasks under the specified log item. Support fuzzy query..
|
|
147
|
+
*/
|
|
148
|
+
projectName?: pulumi.Input<string>;
|
|
149
|
+
/**
|
|
150
|
+
* Specify the import type for querying the data import tasks related to this import type.
|
|
151
|
+
*/
|
|
152
|
+
sourceType?: pulumi.Input<string>;
|
|
153
|
+
/**
|
|
154
|
+
* Specify the status of the import task.
|
|
155
|
+
*/
|
|
156
|
+
status?: pulumi.Input<string>;
|
|
157
|
+
/**
|
|
158
|
+
* Import the task ID of the data to be queried.
|
|
159
|
+
*/
|
|
160
|
+
taskId?: pulumi.Input<string>;
|
|
161
|
+
/**
|
|
162
|
+
* Import the task name of the data to be queried.
|
|
163
|
+
*/
|
|
164
|
+
taskName?: pulumi.Input<string>;
|
|
165
|
+
/**
|
|
166
|
+
* Specify the log topic ID for querying the data import tasks related to this log topic.
|
|
167
|
+
*/
|
|
168
|
+
topicId?: pulumi.Input<string>;
|
|
169
|
+
/**
|
|
170
|
+
* Specify the name of the log topic for querying the data import tasks related to this log topic. Support fuzzy query.
|
|
171
|
+
*/
|
|
172
|
+
topicName?: pulumi.Input<string>;
|
|
173
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
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.getImportTasksOutput = exports.getImportTasks = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of tls import tasks
|
|
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.tls.getImportTasks({});
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
function getImportTasks(args, opts) {
|
|
20
|
+
args = args || {};
|
|
21
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
22
|
+
return pulumi.runtime.invoke("volcengine:tls/getImportTasks:getImportTasks", {
|
|
23
|
+
"iamProjectName": args.iamProjectName,
|
|
24
|
+
"nameRegex": args.nameRegex,
|
|
25
|
+
"outputFile": args.outputFile,
|
|
26
|
+
"projectId": args.projectId,
|
|
27
|
+
"projectName": args.projectName,
|
|
28
|
+
"sourceType": args.sourceType,
|
|
29
|
+
"status": args.status,
|
|
30
|
+
"taskId": args.taskId,
|
|
31
|
+
"taskName": args.taskName,
|
|
32
|
+
"topicId": args.topicId,
|
|
33
|
+
"topicName": args.topicName,
|
|
34
|
+
}, opts);
|
|
35
|
+
}
|
|
36
|
+
exports.getImportTasks = getImportTasks;
|
|
37
|
+
/**
|
|
38
|
+
* Use this data source to query detailed information of tls import tasks
|
|
39
|
+
* ## Example Usage
|
|
40
|
+
*
|
|
41
|
+
* ```typescript
|
|
42
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
43
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
44
|
+
*
|
|
45
|
+
* const foo = volcengine.tls.getImportTasks({});
|
|
46
|
+
* ```
|
|
47
|
+
*/
|
|
48
|
+
function getImportTasksOutput(args, opts) {
|
|
49
|
+
return pulumi.output(args).apply((a) => getImportTasks(a, opts));
|
|
50
|
+
}
|
|
51
|
+
exports.getImportTasksOutput = getImportTasksOutput;
|
|
52
|
+
//# sourceMappingURL=getImportTasks.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getImportTasks.js","sourceRoot":"","sources":["../../tls/getImportTasks.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;GAUG;AACH,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,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,8CAA8C,EAAE;QACzE,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAjBD,wCAiBC;AAqGD;;;;;;;;;;GAUG;AACH,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;IAC7F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzE,CAAC;AAFD,oDAEC"}
|
|
@@ -0,0 +1,155 @@
|
|
|
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 tls schedule sql tasks
|
|
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.tls.getScheduleSqlTasks({});
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export declare function getScheduleSqlTasks(args?: GetScheduleSqlTasksArgs, opts?: pulumi.InvokeOptions): Promise<GetScheduleSqlTasksResult>;
|
|
15
|
+
/**
|
|
16
|
+
* A collection of arguments for invoking getScheduleSqlTasks.
|
|
17
|
+
*/
|
|
18
|
+
export interface GetScheduleSqlTasksArgs {
|
|
19
|
+
/**
|
|
20
|
+
* IAM log project name.
|
|
21
|
+
*/
|
|
22
|
+
iamProjectName?: string;
|
|
23
|
+
/**
|
|
24
|
+
* A Name Regex of Resource.
|
|
25
|
+
*/
|
|
26
|
+
nameRegex?: string;
|
|
27
|
+
/**
|
|
28
|
+
* File name where to save data source results.
|
|
29
|
+
*/
|
|
30
|
+
outputFile?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The log project ID to which the source log topic belongs.
|
|
33
|
+
*/
|
|
34
|
+
projectId?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The name of the log item to which the source log topic belongs.
|
|
37
|
+
*/
|
|
38
|
+
projectName?: string;
|
|
39
|
+
/**
|
|
40
|
+
* Source log topic name.
|
|
41
|
+
*/
|
|
42
|
+
sourceTopicName?: string;
|
|
43
|
+
/**
|
|
44
|
+
* Timed SQL analysis task status.
|
|
45
|
+
*/
|
|
46
|
+
status?: string;
|
|
47
|
+
/**
|
|
48
|
+
* Timed SQL analysis task ID.
|
|
49
|
+
*/
|
|
50
|
+
taskId?: string;
|
|
51
|
+
/**
|
|
52
|
+
* Timed SQL analysis task name.
|
|
53
|
+
*/
|
|
54
|
+
taskName?: string;
|
|
55
|
+
/**
|
|
56
|
+
* Source log topic ID.
|
|
57
|
+
*/
|
|
58
|
+
topicId?: string;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* A collection of values returned by getScheduleSqlTasks.
|
|
62
|
+
*/
|
|
63
|
+
export interface GetScheduleSqlTasksResult {
|
|
64
|
+
readonly iamProjectName?: string;
|
|
65
|
+
/**
|
|
66
|
+
* The provider-assigned unique ID for this managed resource.
|
|
67
|
+
*/
|
|
68
|
+
readonly id: string;
|
|
69
|
+
readonly nameRegex?: string;
|
|
70
|
+
readonly outputFile?: string;
|
|
71
|
+
readonly projectId?: string;
|
|
72
|
+
readonly projectName?: string;
|
|
73
|
+
/**
|
|
74
|
+
* The name of the source log topic where the original log for timed SQL analysis is located.
|
|
75
|
+
*/
|
|
76
|
+
readonly sourceTopicName?: string;
|
|
77
|
+
/**
|
|
78
|
+
* Whether to start the scheduled SQL analysis task immediately after completing the task configuration.
|
|
79
|
+
*/
|
|
80
|
+
readonly status?: string;
|
|
81
|
+
/**
|
|
82
|
+
* Timed SQL analysis task ID.
|
|
83
|
+
*/
|
|
84
|
+
readonly taskId?: string;
|
|
85
|
+
/**
|
|
86
|
+
* Timed SQL analysis task name.
|
|
87
|
+
*/
|
|
88
|
+
readonly taskName?: string;
|
|
89
|
+
/**
|
|
90
|
+
* The List of timed SQL analysis tasks.
|
|
91
|
+
*/
|
|
92
|
+
readonly tasks: outputs.tls.GetScheduleSqlTasksTask[];
|
|
93
|
+
readonly topicId?: string;
|
|
94
|
+
/**
|
|
95
|
+
* The total count of query.
|
|
96
|
+
*/
|
|
97
|
+
readonly totalCount: number;
|
|
98
|
+
}
|
|
99
|
+
/**
|
|
100
|
+
* Use this data source to query detailed information of tls schedule sql tasks
|
|
101
|
+
* ## Example Usage
|
|
102
|
+
*
|
|
103
|
+
* ```typescript
|
|
104
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
105
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
106
|
+
*
|
|
107
|
+
* const default = volcengine.tls.getScheduleSqlTasks({});
|
|
108
|
+
* ```
|
|
109
|
+
*/
|
|
110
|
+
export declare function getScheduleSqlTasksOutput(args?: GetScheduleSqlTasksOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetScheduleSqlTasksResult>;
|
|
111
|
+
/**
|
|
112
|
+
* A collection of arguments for invoking getScheduleSqlTasks.
|
|
113
|
+
*/
|
|
114
|
+
export interface GetScheduleSqlTasksOutputArgs {
|
|
115
|
+
/**
|
|
116
|
+
* IAM log project name.
|
|
117
|
+
*/
|
|
118
|
+
iamProjectName?: pulumi.Input<string>;
|
|
119
|
+
/**
|
|
120
|
+
* A Name Regex of Resource.
|
|
121
|
+
*/
|
|
122
|
+
nameRegex?: pulumi.Input<string>;
|
|
123
|
+
/**
|
|
124
|
+
* File name where to save data source results.
|
|
125
|
+
*/
|
|
126
|
+
outputFile?: pulumi.Input<string>;
|
|
127
|
+
/**
|
|
128
|
+
* The log project ID to which the source log topic belongs.
|
|
129
|
+
*/
|
|
130
|
+
projectId?: pulumi.Input<string>;
|
|
131
|
+
/**
|
|
132
|
+
* The name of the log item to which the source log topic belongs.
|
|
133
|
+
*/
|
|
134
|
+
projectName?: pulumi.Input<string>;
|
|
135
|
+
/**
|
|
136
|
+
* Source log topic name.
|
|
137
|
+
*/
|
|
138
|
+
sourceTopicName?: pulumi.Input<string>;
|
|
139
|
+
/**
|
|
140
|
+
* Timed SQL analysis task status.
|
|
141
|
+
*/
|
|
142
|
+
status?: pulumi.Input<string>;
|
|
143
|
+
/**
|
|
144
|
+
* Timed SQL analysis task ID.
|
|
145
|
+
*/
|
|
146
|
+
taskId?: pulumi.Input<string>;
|
|
147
|
+
/**
|
|
148
|
+
* Timed SQL analysis task name.
|
|
149
|
+
*/
|
|
150
|
+
taskName?: pulumi.Input<string>;
|
|
151
|
+
/**
|
|
152
|
+
* Source log topic ID.
|
|
153
|
+
*/
|
|
154
|
+
topicId?: pulumi.Input<string>;
|
|
155
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
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.getScheduleSqlTasksOutput = exports.getScheduleSqlTasks = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of tls schedule sql tasks
|
|
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.tls.getScheduleSqlTasks({});
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
function getScheduleSqlTasks(args, opts) {
|
|
20
|
+
args = args || {};
|
|
21
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
22
|
+
return pulumi.runtime.invoke("volcengine:tls/getScheduleSqlTasks:getScheduleSqlTasks", {
|
|
23
|
+
"iamProjectName": args.iamProjectName,
|
|
24
|
+
"nameRegex": args.nameRegex,
|
|
25
|
+
"outputFile": args.outputFile,
|
|
26
|
+
"projectId": args.projectId,
|
|
27
|
+
"projectName": args.projectName,
|
|
28
|
+
"sourceTopicName": args.sourceTopicName,
|
|
29
|
+
"status": args.status,
|
|
30
|
+
"taskId": args.taskId,
|
|
31
|
+
"taskName": args.taskName,
|
|
32
|
+
"topicId": args.topicId,
|
|
33
|
+
}, opts);
|
|
34
|
+
}
|
|
35
|
+
exports.getScheduleSqlTasks = getScheduleSqlTasks;
|
|
36
|
+
/**
|
|
37
|
+
* Use this data source to query detailed information of tls schedule sql tasks
|
|
38
|
+
* ## Example Usage
|
|
39
|
+
*
|
|
40
|
+
* ```typescript
|
|
41
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
42
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
43
|
+
*
|
|
44
|
+
* const default = volcengine.tls.getScheduleSqlTasks({});
|
|
45
|
+
* ```
|
|
46
|
+
*/
|
|
47
|
+
function getScheduleSqlTasksOutput(args, opts) {
|
|
48
|
+
return pulumi.output(args).apply((a) => getScheduleSqlTasks(a, opts));
|
|
49
|
+
}
|
|
50
|
+
exports.getScheduleSqlTasksOutput = getScheduleSqlTasksOutput;
|
|
51
|
+
//# sourceMappingURL=getScheduleSqlTasks.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getScheduleSqlTasks.js","sourceRoot":"","sources":["../../tls/getScheduleSqlTasks.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;GAUG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,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,wDAAwD,EAAE;QACnF,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAhBD,kDAgBC;AAuFD;;;;;;;;;;GAUG;AACH,SAAgB,yBAAyB,CAAC,IAAoC,EAAE,IAA2B;IACvG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,mBAAmB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9E,CAAC;AAFD,8DAEC"}
|
|
@@ -0,0 +1,164 @@
|
|
|
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 tls shippers
|
|
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.tls.getShippers({});
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export declare function getShippers(args?: GetShippersArgs, opts?: pulumi.InvokeOptions): Promise<GetShippersResult>;
|
|
15
|
+
/**
|
|
16
|
+
* A collection of arguments for invoking getShippers.
|
|
17
|
+
*/
|
|
18
|
+
export interface GetShippersArgs {
|
|
19
|
+
/**
|
|
20
|
+
* Specify the IAM project name for querying the data delivery configuration under the specified IAM project.
|
|
21
|
+
*/
|
|
22
|
+
iamProjectName?: string;
|
|
23
|
+
/**
|
|
24
|
+
* A Name Regex of Resource.
|
|
25
|
+
*/
|
|
26
|
+
nameRegex?: string;
|
|
27
|
+
/**
|
|
28
|
+
* File name where to save data source results.
|
|
29
|
+
*/
|
|
30
|
+
outputFile?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Specify the log item ID for querying the data delivery configuration under the specified log item.
|
|
33
|
+
*/
|
|
34
|
+
projectId?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Specify the name of the log item for querying the data delivery configuration under the specified log item. Support fuzzy matching.
|
|
37
|
+
*/
|
|
38
|
+
projectName?: string;
|
|
39
|
+
/**
|
|
40
|
+
* Delivery configuration ID.
|
|
41
|
+
*/
|
|
42
|
+
shipperId?: string;
|
|
43
|
+
/**
|
|
44
|
+
* Delivery configuration name.
|
|
45
|
+
*/
|
|
46
|
+
shipperName?: string;
|
|
47
|
+
/**
|
|
48
|
+
* Specify the delivery type for querying the delivery configuration related to that delivery type.
|
|
49
|
+
*/
|
|
50
|
+
shipperType?: string;
|
|
51
|
+
/**
|
|
52
|
+
* Specify the log topic ID for querying the data delivery configuration related to this log topic.
|
|
53
|
+
*/
|
|
54
|
+
topicId?: string;
|
|
55
|
+
/**
|
|
56
|
+
* Specify the name of the log topic for querying the data delivery configuration related to this log topic. Support fuzzy matching.
|
|
57
|
+
*/
|
|
58
|
+
topicName?: string;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* A collection of values returned by getShippers.
|
|
62
|
+
*/
|
|
63
|
+
export interface GetShippersResult {
|
|
64
|
+
readonly iamProjectName?: string;
|
|
65
|
+
/**
|
|
66
|
+
* The provider-assigned unique ID for this managed resource.
|
|
67
|
+
*/
|
|
68
|
+
readonly id: string;
|
|
69
|
+
readonly nameRegex?: string;
|
|
70
|
+
readonly outputFile?: string;
|
|
71
|
+
/**
|
|
72
|
+
* The log project ID where the log to be delivered is located.
|
|
73
|
+
*/
|
|
74
|
+
readonly projectId?: string;
|
|
75
|
+
/**
|
|
76
|
+
* The name of the log item where the log to be delivered is located.
|
|
77
|
+
*/
|
|
78
|
+
readonly projectName?: string;
|
|
79
|
+
/**
|
|
80
|
+
* Deliver configuration ID.
|
|
81
|
+
*/
|
|
82
|
+
readonly shipperId?: string;
|
|
83
|
+
/**
|
|
84
|
+
* Delivery configuration name.
|
|
85
|
+
*/
|
|
86
|
+
readonly shipperName?: string;
|
|
87
|
+
/**
|
|
88
|
+
* The type of delivery.
|
|
89
|
+
*/
|
|
90
|
+
readonly shipperType?: string;
|
|
91
|
+
/**
|
|
92
|
+
* Submit the relevant information of the configuration.
|
|
93
|
+
*/
|
|
94
|
+
readonly shippers: outputs.tls.GetShippersShipper[];
|
|
95
|
+
/**
|
|
96
|
+
* The log topic ID where the log to be delivered is located.
|
|
97
|
+
*/
|
|
98
|
+
readonly topicId?: string;
|
|
99
|
+
/**
|
|
100
|
+
* The name of the log topic where the log to be delivered is located.
|
|
101
|
+
*/
|
|
102
|
+
readonly topicName?: string;
|
|
103
|
+
/**
|
|
104
|
+
* The total count of query.
|
|
105
|
+
*/
|
|
106
|
+
readonly totalCount: number;
|
|
107
|
+
}
|
|
108
|
+
/**
|
|
109
|
+
* Use this data source to query detailed information of tls shippers
|
|
110
|
+
* ## Example Usage
|
|
111
|
+
*
|
|
112
|
+
* ```typescript
|
|
113
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
114
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
115
|
+
*
|
|
116
|
+
* const default = volcengine.tls.getShippers({});
|
|
117
|
+
* ```
|
|
118
|
+
*/
|
|
119
|
+
export declare function getShippersOutput(args?: GetShippersOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetShippersResult>;
|
|
120
|
+
/**
|
|
121
|
+
* A collection of arguments for invoking getShippers.
|
|
122
|
+
*/
|
|
123
|
+
export interface GetShippersOutputArgs {
|
|
124
|
+
/**
|
|
125
|
+
* Specify the IAM project name for querying the data delivery configuration under the specified IAM project.
|
|
126
|
+
*/
|
|
127
|
+
iamProjectName?: pulumi.Input<string>;
|
|
128
|
+
/**
|
|
129
|
+
* A Name Regex of Resource.
|
|
130
|
+
*/
|
|
131
|
+
nameRegex?: pulumi.Input<string>;
|
|
132
|
+
/**
|
|
133
|
+
* File name where to save data source results.
|
|
134
|
+
*/
|
|
135
|
+
outputFile?: pulumi.Input<string>;
|
|
136
|
+
/**
|
|
137
|
+
* Specify the log item ID for querying the data delivery configuration under the specified log item.
|
|
138
|
+
*/
|
|
139
|
+
projectId?: pulumi.Input<string>;
|
|
140
|
+
/**
|
|
141
|
+
* Specify the name of the log item for querying the data delivery configuration under the specified log item. Support fuzzy matching.
|
|
142
|
+
*/
|
|
143
|
+
projectName?: pulumi.Input<string>;
|
|
144
|
+
/**
|
|
145
|
+
* Delivery configuration ID.
|
|
146
|
+
*/
|
|
147
|
+
shipperId?: pulumi.Input<string>;
|
|
148
|
+
/**
|
|
149
|
+
* Delivery configuration name.
|
|
150
|
+
*/
|
|
151
|
+
shipperName?: pulumi.Input<string>;
|
|
152
|
+
/**
|
|
153
|
+
* Specify the delivery type for querying the delivery configuration related to that delivery type.
|
|
154
|
+
*/
|
|
155
|
+
shipperType?: pulumi.Input<string>;
|
|
156
|
+
/**
|
|
157
|
+
* Specify the log topic ID for querying the data delivery configuration related to this log topic.
|
|
158
|
+
*/
|
|
159
|
+
topicId?: pulumi.Input<string>;
|
|
160
|
+
/**
|
|
161
|
+
* Specify the name of the log topic for querying the data delivery configuration related to this log topic. Support fuzzy matching.
|
|
162
|
+
*/
|
|
163
|
+
topicName?: pulumi.Input<string>;
|
|
164
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
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.getShippersOutput = exports.getShippers = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of tls shippers
|
|
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.tls.getShippers({});
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
function getShippers(args, opts) {
|
|
20
|
+
args = args || {};
|
|
21
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
22
|
+
return pulumi.runtime.invoke("volcengine:tls/getShippers:getShippers", {
|
|
23
|
+
"iamProjectName": args.iamProjectName,
|
|
24
|
+
"nameRegex": args.nameRegex,
|
|
25
|
+
"outputFile": args.outputFile,
|
|
26
|
+
"projectId": args.projectId,
|
|
27
|
+
"projectName": args.projectName,
|
|
28
|
+
"shipperId": args.shipperId,
|
|
29
|
+
"shipperName": args.shipperName,
|
|
30
|
+
"shipperType": args.shipperType,
|
|
31
|
+
"topicId": args.topicId,
|
|
32
|
+
"topicName": args.topicName,
|
|
33
|
+
}, opts);
|
|
34
|
+
}
|
|
35
|
+
exports.getShippers = getShippers;
|
|
36
|
+
/**
|
|
37
|
+
* Use this data source to query detailed information of tls shippers
|
|
38
|
+
* ## Example Usage
|
|
39
|
+
*
|
|
40
|
+
* ```typescript
|
|
41
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
42
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
43
|
+
*
|
|
44
|
+
* const default = volcengine.tls.getShippers({});
|
|
45
|
+
* ```
|
|
46
|
+
*/
|
|
47
|
+
function getShippersOutput(args, opts) {
|
|
48
|
+
return pulumi.output(args).apply((a) => getShippers(a, opts));
|
|
49
|
+
}
|
|
50
|
+
exports.getShippersOutput = getShippersOutput;
|
|
51
|
+
//# sourceMappingURL=getShippers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getShippers.js","sourceRoot":"","sources":["../../tls/getShippers.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;GAUG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAhBD,kCAgBC;AAgGD;;;;;;;;;;GAUG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,8CAEC"}
|