@volcengine/pulumi 0.0.42 → 0.0.44-alpha.1769951655
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/alb/accessLog.d.ts +79 -0
- package/alb/accessLog.js +76 -0
- package/alb/accessLog.js.map +1 -0
- package/alb/acl.d.ts +28 -0
- package/alb/acl.js +6 -0
- package/alb/acl.js.map +1 -1
- package/alb/acls.d.ts +13 -0
- package/alb/acls.js +1 -0
- package/alb/acls.js.map +1 -1
- package/alb/alb.d.ts +151 -4
- package/alb/alb.js +51 -4
- package/alb/alb.js.map +1 -1
- package/alb/albs.d.ts +24 -0
- package/alb/albs.js +2 -0
- package/alb/albs.js.map +1 -1
- package/alb/allCertificates.d.ts +151 -0
- package/alb/allCertificates.js +71 -0
- package/alb/allCertificates.js.map +1 -0
- package/alb/cacertificate.d.ts +8 -0
- package/alb/cacertificate.js +2 -0
- package/alb/cacertificate.js.map +1 -1
- package/alb/certificate.d.ts +26 -0
- package/alb/certificate.js +8 -0
- package/alb/certificate.js.map +1 -1
- package/alb/certificates.d.ts +33 -0
- package/alb/certificates.js +10 -0
- package/alb/certificates.js.map +1 -1
- package/alb/customizedCfg.d.ts +14 -0
- package/alb/customizedCfg.js +2 -0
- package/alb/customizedCfg.js.map +1 -1
- package/alb/customizedCfgs.d.ts +13 -0
- package/alb/customizedCfgs.js +1 -0
- package/alb/customizedCfgs.js.map +1 -1
- package/alb/getAcls.d.ts +13 -0
- package/alb/getAcls.js +1 -0
- package/alb/getAcls.js.map +1 -1
- package/alb/getAlbs.d.ts +24 -0
- package/alb/getAlbs.js +2 -0
- package/alb/getAlbs.js.map +1 -1
- package/alb/getAllCertificates.d.ts +149 -0
- package/alb/getAllCertificates.js +68 -0
- package/alb/getAllCertificates.js.map +1 -0
- package/alb/getCertificates.d.ts +33 -0
- package/alb/getCertificates.js +10 -0
- package/alb/getCertificates.js.map +1 -1
- package/alb/getCustomizedCfgs.d.ts +13 -0
- package/alb/getCustomizedCfgs.js +1 -0
- package/alb/getCustomizedCfgs.js.map +1 -1
- package/alb/getHealthCheckTemplates.d.ts +33 -0
- package/alb/getHealthCheckTemplates.js +10 -0
- package/alb/getHealthCheckTemplates.js.map +1 -1
- package/alb/getListenerHealths.d.ts +103 -0
- package/alb/getListenerHealths.js +58 -0
- package/alb/getListenerHealths.js.map +1 -0
- package/alb/getListeners.d.ts +25 -0
- package/alb/getListeners.js +2 -0
- package/alb/getListeners.js.map +1 -1
- package/alb/getServerGroupServers.d.ts +20 -0
- package/alb/getServerGroupServers.js +4 -0
- package/alb/getServerGroupServers.js.map +1 -1
- package/alb/getServerGroups.d.ts +25 -0
- package/alb/getServerGroups.js +2 -0
- package/alb/getServerGroups.js.map +1 -1
- package/alb/healthCheckTemplate.d.ts +45 -3
- package/alb/healthCheckTemplate.js +10 -0
- package/alb/healthCheckTemplate.js.map +1 -1
- package/alb/healthCheckTemplates.d.ts +33 -0
- package/alb/healthCheckTemplates.js +10 -0
- package/alb/healthCheckTemplates.js.map +1 -1
- package/alb/healthLog.d.ts +92 -0
- package/alb/healthLog.js +82 -0
- package/alb/healthLog.js.map +1 -0
- package/alb/index.d.ts +24 -0
- package/alb/index.js +34 -2
- package/alb/index.js.map +1 -1
- package/alb/listener.d.ts +101 -3
- package/alb/listener.js +26 -0
- package/alb/listener.js.map +1 -1
- package/alb/listenerDomainExtension.d.ts +41 -5
- package/alb/listenerDomainExtension.js +6 -3
- package/alb/listenerDomainExtension.js.map +1 -1
- package/alb/listenerHealths.d.ts +105 -0
- package/alb/listenerHealths.js +61 -0
- package/alb/listenerHealths.js.map +1 -0
- package/alb/listeners.d.ts +25 -0
- package/alb/listeners.js +2 -0
- package/alb/listeners.js.map +1 -1
- package/alb/replaceCertificate.d.ts +226 -0
- package/alb/replaceCertificate.js +128 -0
- package/alb/replaceCertificate.js.map +1 -0
- package/alb/rule.d.ts +107 -0
- package/alb/rule.js +47 -0
- package/alb/rule.js.map +1 -1
- package/alb/serverGroup.d.ts +60 -0
- package/alb/serverGroup.js +20 -0
- package/alb/serverGroup.js.map +1 -1
- package/alb/serverGroupServer.d.ts +18 -6
- package/alb/serverGroupServer.js +2 -0
- package/alb/serverGroupServer.js.map +1 -1
- package/alb/serverGroupServers.d.ts +20 -0
- package/alb/serverGroupServers.js +4 -0
- package/alb/serverGroupServers.js.map +1 -1
- package/alb/serverGroups.d.ts +25 -0
- package/alb/serverGroups.js +2 -0
- package/alb/serverGroups.js.map +1 -1
- package/alb/tlsAccessLog.d.ts +92 -0
- package/alb/tlsAccessLog.js +82 -0
- package/alb/tlsAccessLog.js.map +1 -0
- package/clb/accessLog.d.ts +122 -0
- package/clb/accessLog.js +86 -0
- package/clb/accessLog.js.map +1 -0
- package/clb/acl.d.ts +16 -0
- package/clb/acl.js +6 -0
- package/clb/acl.js.map +1 -1
- package/clb/acls.d.ts +21 -0
- package/clb/acls.js +9 -0
- package/clb/acls.js.map +1 -1
- package/clb/clb.d.ts +78 -2
- package/clb/clb.js +13 -1
- package/clb/clb.js.map +1 -1
- package/clb/clbs.d.ts +79 -1
- package/clb/clbs.js +7 -0
- package/clb/clbs.js.map +1 -1
- package/clb/getAcls.d.ts +21 -0
- package/clb/getAcls.js +9 -0
- package/clb/getAcls.js.map +1 -1
- package/clb/getClbs.d.ts +79 -1
- package/clb/getClbs.js +7 -0
- package/clb/getClbs.js.map +1 -1
- package/clb/getHealthCheckLogProjects.d.ts +62 -0
- package/clb/getHealthCheckLogProjects.js +42 -0
- package/clb/getHealthCheckLogProjects.js.map +1 -0
- package/clb/getHealthCheckLogTopics.d.ts +75 -0
- package/clb/getHealthCheckLogTopics.js +46 -0
- package/clb/getHealthCheckLogTopics.js.map +1 -0
- package/clb/getListenerHealths.d.ts +84 -0
- package/clb/getListenerHealths.js +47 -0
- package/clb/getListenerHealths.js.map +1 -0
- package/clb/getListeners.d.ts +28 -0
- package/clb/getListeners.js +2 -0
- package/clb/getListeners.js.map +1 -1
- package/clb/getRules.d.ts +13 -0
- package/clb/getRules.js +1 -0
- package/clb/getRules.js.map +1 -1
- package/clb/getServerGroups.d.ts +28 -0
- package/clb/getServerGroups.js +2 -0
- package/clb/getServerGroups.js.map +1 -1
- package/clb/healthCheckLogProject.d.ts +63 -0
- package/clb/healthCheckLogProject.js +68 -0
- package/clb/healthCheckLogProject.js.map +1 -0
- package/clb/healthCheckLogProjects.d.ts +64 -0
- package/clb/healthCheckLogProjects.js +45 -0
- package/clb/healthCheckLogProjects.js.map +1 -0
- package/clb/healthCheckLogTopic.d.ts +86 -0
- package/clb/healthCheckLogTopic.js +83 -0
- package/clb/healthCheckLogTopic.js.map +1 -0
- package/clb/healthCheckLogTopics.d.ts +77 -0
- package/clb/healthCheckLogTopics.js +49 -0
- package/clb/healthCheckLogTopics.js.map +1 -0
- package/clb/index.d.ts +27 -0
- package/clb/index.js +35 -1
- package/clb/index.js.map +1 -1
- package/clb/listener.d.ts +254 -3
- package/clb/listener.js +71 -0
- package/clb/listener.js.map +1 -1
- package/clb/listenerHealths.d.ts +86 -0
- package/clb/listenerHealths.js +50 -0
- package/clb/listenerHealths.js.map +1 -0
- package/clb/listeners.d.ts +28 -0
- package/clb/listeners.js +2 -0
- package/clb/listeners.js.map +1 -1
- package/clb/rule.d.ts +59 -4
- package/clb/rule.js +23 -3
- package/clb/rule.js.map +1 -1
- package/clb/rules.d.ts +13 -0
- package/clb/rules.js +1 -0
- package/clb/rules.js.map +1 -1
- package/clb/serverGroup.d.ts +43 -0
- package/clb/serverGroup.js +11 -0
- package/clb/serverGroup.js.map +1 -1
- package/clb/serverGroupServer.d.ts +30 -6
- package/clb/serverGroupServer.js +24 -0
- package/clb/serverGroupServer.js.map +1 -1
- package/clb/serverGroups.d.ts +28 -0
- package/clb/serverGroups.js +2 -0
- package/clb/serverGroups.js.map +1 -1
- package/package.json +1 -1
- package/redis/getPitrTimeWindows.d.ts +0 -50
- package/redis/getPitrTimeWindows.js +0 -32
- package/redis/getPitrTimeWindows.js.map +1 -1
- package/redis/pitrTimeWindows.d.ts +0 -50
- package/redis/pitrTimeWindows.js +0 -32
- package/redis/pitrTimeWindows.js.map +1 -1
- package/tls/account.d.ts +71 -0
- package/tls/account.js +70 -0
- package/tls/account.js.map +1 -0
- package/tls/accounts.d.ts +64 -0
- package/tls/accounts.js +45 -0
- package/tls/accounts.js.map +1 -0
- package/tls/alarm.d.ts +74 -14
- package/tls/alarm.js +33 -13
- package/tls/alarm.js.map +1 -1
- package/tls/alarmContentTemplate.d.ts +219 -0
- package/tls/alarmContentTemplate.js +135 -0
- package/tls/alarmContentTemplate.js.map +1 -0
- package/tls/alarmContentTemplates.d.ts +115 -0
- package/tls/alarmContentTemplates.js +50 -0
- package/tls/alarmContentTemplates.js.map +1 -0
- package/tls/alarmNotifyGroup.d.ts +16 -27
- package/tls/alarmNotifyGroup.js +2 -29
- package/tls/alarmNotifyGroup.js.map +1 -1
- package/tls/alarmWebhookIntegration.d.ts +155 -0
- package/tls/alarmWebhookIntegration.js +103 -0
- package/tls/alarmWebhookIntegration.js.map +1 -0
- package/tls/alarmWebhookIntegrations.d.ts +100 -0
- package/tls/alarmWebhookIntegrations.js +48 -0
- package/tls/alarmWebhookIntegrations.js.map +1 -0
- package/tls/alarms.d.ts +7 -11
- package/tls/alarms.js +3 -6
- package/tls/alarms.js.map +1 -1
- package/tls/consumerGroup.d.ts +3 -3
- package/tls/consumerGroup.js +3 -3
- package/tls/consumerGroups.d.ts +38 -2
- package/tls/consumerGroups.js +38 -2
- package/tls/consumerGroups.js.map +1 -1
- package/tls/describeTraces.d.ts +91 -0
- package/tls/describeTraces.js +52 -0
- package/tls/describeTraces.js.map +1 -0
- package/tls/downloadTask.d.ts +239 -0
- package/tls/downloadTask.js +125 -0
- package/tls/downloadTask.js.map +1 -0
- package/tls/downloadTasks.d.ts +105 -0
- package/tls/downloadTasks.js +56 -0
- package/tls/downloadTasks.js.map +1 -0
- package/tls/downloadUrls.d.ts +95 -0
- package/tls/downloadUrls.js +80 -0
- package/tls/downloadUrls.js.map +1 -0
- package/tls/etlTask.d.ts +4 -4
- package/tls/etlTask.js +4 -4
- package/tls/getAccounts.d.ts +62 -0
- package/tls/getAccounts.js +42 -0
- package/tls/getAccounts.js.map +1 -0
- package/tls/getAlarmContentTemplates.d.ts +113 -0
- package/tls/getAlarmContentTemplates.js +47 -0
- package/tls/getAlarmContentTemplates.js.map +1 -0
- package/tls/getAlarmWebhookIntegrations.d.ts +98 -0
- package/tls/getAlarmWebhookIntegrations.js +45 -0
- package/tls/getAlarmWebhookIntegrations.js.map +1 -0
- package/tls/getAlarms.d.ts +7 -11
- package/tls/getAlarms.js +3 -6
- package/tls/getAlarms.js.map +1 -1
- package/tls/getConsumerGroups.d.ts +38 -2
- package/tls/getConsumerGroups.js +38 -2
- package/tls/getConsumerGroups.js.map +1 -1
- package/tls/getDescribeTraces.d.ts +89 -0
- package/tls/getDescribeTraces.js +49 -0
- package/tls/getDescribeTraces.js.map +1 -0
- package/tls/getDownloadTasks.d.ts +103 -0
- package/tls/getDownloadTasks.js +53 -0
- package/tls/getDownloadTasks.js.map +1 -0
- package/tls/getDownloadUrls.d.ts +93 -0
- package/tls/getDownloadUrls.js +77 -0
- package/tls/getDownloadUrls.js.map +1 -0
- package/tls/getHostGroupRules.d.ts +75 -0
- package/tls/getHostGroupRules.js +46 -0
- package/tls/getHostGroupRules.js.map +1 -0
- package/tls/getHostGroups.d.ts +11 -8
- package/tls/getHostGroups.js +3 -8
- package/tls/getHostGroups.js.map +1 -1
- package/tls/getHosts.d.ts +2 -2
- package/tls/getHosts.js +2 -2
- package/tls/getIndexes.d.ts +2 -2
- package/tls/getIndexes.js +2 -2
- package/tls/getLogContexts.d.ts +105 -0
- package/tls/getLogContexts.js +32 -0
- package/tls/getLogContexts.js.map +1 -0
- package/tls/getLogHistograms.d.ts +120 -0
- package/tls/getLogHistograms.js +57 -0
- package/tls/getLogHistograms.js.map +1 -0
- package/tls/getLogSearches.d.ts +164 -0
- package/tls/getLogSearches.js +62 -0
- package/tls/getLogSearches.js.map +1 -0
- package/tls/getRuleAppliers.d.ts +251 -17
- package/tls/getRuleAppliers.js +239 -5
- package/tls/getRuleAppliers.js.map +1 -1
- package/tls/getRuleBoundHostGroups.d.ts +75 -0
- package/tls/getRuleBoundHostGroups.js +46 -0
- package/tls/getRuleBoundHostGroups.js.map +1 -0
- package/tls/getRules.d.ts +54 -7
- package/tls/getRules.js +15 -2
- package/tls/getRules.js.map +1 -1
- package/tls/getSearchTraces.d.ts +85 -0
- package/tls/getSearchTraces.js +47 -0
- package/tls/getSearchTraces.js.map +1 -0
- package/tls/getShards.d.ts +2 -2
- package/tls/getShards.js +2 -2
- package/tls/getTagResources.d.ts +167 -0
- package/tls/getTagResources.js +106 -0
- package/tls/getTagResources.js.map +1 -0
- package/tls/getTags.d.ts +115 -0
- package/tls/getTags.js +54 -0
- package/tls/getTags.js.map +1 -0
- package/tls/getTopics.d.ts +4 -13
- package/tls/getTopics.js +4 -5
- package/tls/getTopics.js.map +1 -1
- package/tls/getTraceInstances.d.ts +154 -0
- package/tls/getTraceInstances.js +63 -0
- package/tls/getTraceInstances.js.map +1 -0
- package/tls/host.d.ts +23 -10
- package/tls/host.js +21 -11
- package/tls/host.js.map +1 -1
- package/tls/hostGroup.d.ts +20 -27
- package/tls/hostGroup.js +20 -9
- package/tls/hostGroup.js.map +1 -1
- package/tls/hostGroupRules.d.ts +77 -0
- package/tls/hostGroupRules.js +49 -0
- package/tls/hostGroupRules.js.map +1 -0
- package/tls/hostGroups.d.ts +11 -8
- package/tls/hostGroups.js +3 -8
- package/tls/hostGroups.js.map +1 -1
- package/tls/hosts.d.ts +2 -2
- package/tls/hosts.js +2 -2
- package/tls/index.d.ts +117 -0
- package/tls/index.js +138 -2
- package/tls/index.js.map +1 -1
- package/tls/index_.d.ts +55 -32
- package/tls/index_.js +35 -32
- package/tls/index_.js.map +1 -1
- package/tls/indexes.d.ts +2 -2
- package/tls/indexes.js +2 -2
- package/tls/logContexts.d.ts +107 -0
- package/tls/logContexts.js +35 -0
- package/tls/logContexts.js.map +1 -0
- package/tls/logHistograms.d.ts +122 -0
- package/tls/logHistograms.js +60 -0
- package/tls/logHistograms.js.map +1 -0
- package/tls/logSearches.d.ts +166 -0
- package/tls/logSearches.js +65 -0
- package/tls/logSearches.js.map +1 -0
- package/tls/project.d.ts +24 -29
- package/tls/project.js +17 -11
- package/tls/project.js.map +1 -1
- package/tls/rule.d.ts +79 -36
- package/tls/rule.js +79 -36
- package/tls/rule.js.map +1 -1
- package/tls/ruleAppliers.d.ts +251 -17
- package/tls/ruleAppliers.js +239 -5
- package/tls/ruleAppliers.js.map +1 -1
- package/tls/ruleBoundHostGroup.d.ts +82 -0
- package/tls/ruleBoundHostGroup.js +79 -0
- package/tls/ruleBoundHostGroup.js.map +1 -0
- package/tls/ruleBoundHostGroups.d.ts +77 -0
- package/tls/ruleBoundHostGroups.js +49 -0
- package/tls/ruleBoundHostGroups.js.map +1 -0
- package/tls/rules.d.ts +54 -7
- package/tls/rules.js +15 -2
- package/tls/rules.js.map +1 -1
- package/tls/searchTraces.d.ts +87 -0
- package/tls/searchTraces.js +50 -0
- package/tls/searchTraces.js.map +1 -0
- package/tls/shard.d.ts +101 -0
- package/tls/shard.js +83 -0
- package/tls/shard.js.map +1 -0
- package/tls/shards.d.ts +2 -2
- package/tls/shards.js +2 -2
- package/tls/shipper.d.ts +17 -6
- package/tls/shipper.js +7 -6
- package/tls/shipper.js.map +1 -1
- package/tls/tag.d.ts +112 -0
- package/tls/tag.js +100 -0
- package/tls/tag.js.map +1 -0
- package/tls/tagResource.d.ts +111 -0
- package/tls/tagResource.js +99 -0
- package/tls/tagResource.js.map +1 -0
- package/tls/tagResources.d.ts +169 -0
- package/tls/tagResources.js +109 -0
- package/tls/tagResources.js.map +1 -0
- package/tls/tags.d.ts +117 -0
- package/tls/tags.js +57 -0
- package/tls/tags.js.map +1 -0
- package/tls/topic.d.ts +84 -3
- package/tls/topic.js +24 -3
- package/tls/topic.js.map +1 -1
- package/tls/topics.d.ts +4 -13
- package/tls/topics.js +4 -5
- package/tls/topics.js.map +1 -1
- package/tls/traceInstance.d.ts +122 -0
- package/tls/traceInstance.js +97 -0
- package/tls/traceInstance.js.map +1 -0
- package/tls/traceInstances.d.ts +156 -0
- package/tls/traceInstances.js +66 -0
- package/tls/traceInstances.js.map +1 -0
- package/types/input.d.ts +4211 -2621
- package/types/output.d.ts +6032 -884
|
@@ -0,0 +1,105 @@
|
|
|
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 download 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.getDownloadTasks({
|
|
12
|
+
* topicId: "8ba48bd7-2493-4300-b1d0-cb760b89e51b",
|
|
13
|
+
* taskName: "tf-test-download-task",
|
|
14
|
+
* });
|
|
15
|
+
* export const downloadTasks = foo.then(foo => foo.downloadTasks);
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
/** @deprecated volcengine.tls.DownloadTasks has been deprecated in favor of volcengine.tls.getDownloadTasks */
|
|
19
|
+
export declare function downloadTasks(args?: DownloadTasksArgs, opts?: pulumi.InvokeOptions): Promise<DownloadTasksResult>;
|
|
20
|
+
/**
|
|
21
|
+
* A collection of arguments for invoking DownloadTasks.
|
|
22
|
+
*/
|
|
23
|
+
export interface DownloadTasksArgs {
|
|
24
|
+
/**
|
|
25
|
+
* A list of download task IDs.
|
|
26
|
+
*/
|
|
27
|
+
ids?: string[];
|
|
28
|
+
/**
|
|
29
|
+
* File name where to save data source results (after running `pulumi preview`).
|
|
30
|
+
*/
|
|
31
|
+
outputFile?: string;
|
|
32
|
+
/**
|
|
33
|
+
* The name of the download task.
|
|
34
|
+
*/
|
|
35
|
+
taskName?: string;
|
|
36
|
+
/**
|
|
37
|
+
* The ID of the log topic to which the download tasks belong.
|
|
38
|
+
*/
|
|
39
|
+
topicId?: string;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* A collection of values returned by DownloadTasks.
|
|
43
|
+
*/
|
|
44
|
+
export interface DownloadTasksResult {
|
|
45
|
+
/**
|
|
46
|
+
* The collection of download task results.
|
|
47
|
+
*/
|
|
48
|
+
readonly downloadTasks: outputs.tls.DownloadTasksDownloadTask[];
|
|
49
|
+
/**
|
|
50
|
+
* The provider-assigned unique ID for this managed resource.
|
|
51
|
+
*/
|
|
52
|
+
readonly id: string;
|
|
53
|
+
readonly ids?: string[];
|
|
54
|
+
readonly outputFile?: string;
|
|
55
|
+
/**
|
|
56
|
+
* The name of the download task.
|
|
57
|
+
*/
|
|
58
|
+
readonly taskName?: string;
|
|
59
|
+
/**
|
|
60
|
+
* The ID of the log topic to which the download task belongs.
|
|
61
|
+
*/
|
|
62
|
+
readonly topicId?: string;
|
|
63
|
+
/**
|
|
64
|
+
* The total count of download tasks queried.
|
|
65
|
+
*/
|
|
66
|
+
readonly totalCount: number;
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* Use this data source to query detailed information of tls download tasks
|
|
70
|
+
* ## Example Usage
|
|
71
|
+
*
|
|
72
|
+
* ```typescript
|
|
73
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
74
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
75
|
+
*
|
|
76
|
+
* const foo = volcengine.tls.getDownloadTasks({
|
|
77
|
+
* topicId: "8ba48bd7-2493-4300-b1d0-cb760b89e51b",
|
|
78
|
+
* taskName: "tf-test-download-task",
|
|
79
|
+
* });
|
|
80
|
+
* export const downloadTasks = foo.then(foo => foo.downloadTasks);
|
|
81
|
+
* ```
|
|
82
|
+
*/
|
|
83
|
+
/** @deprecated volcengine.tls.DownloadTasks has been deprecated in favor of volcengine.tls.getDownloadTasks */
|
|
84
|
+
export declare function downloadTasksOutput(args?: DownloadTasksOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<DownloadTasksResult>;
|
|
85
|
+
/**
|
|
86
|
+
* A collection of arguments for invoking DownloadTasks.
|
|
87
|
+
*/
|
|
88
|
+
export interface DownloadTasksOutputArgs {
|
|
89
|
+
/**
|
|
90
|
+
* A list of download task IDs.
|
|
91
|
+
*/
|
|
92
|
+
ids?: pulumi.Input<pulumi.Input<string>[]>;
|
|
93
|
+
/**
|
|
94
|
+
* File name where to save data source results (after running `pulumi preview`).
|
|
95
|
+
*/
|
|
96
|
+
outputFile?: pulumi.Input<string>;
|
|
97
|
+
/**
|
|
98
|
+
* The name of the download task.
|
|
99
|
+
*/
|
|
100
|
+
taskName?: pulumi.Input<string>;
|
|
101
|
+
/**
|
|
102
|
+
* The ID of the log topic to which the download tasks belong.
|
|
103
|
+
*/
|
|
104
|
+
topicId?: pulumi.Input<string>;
|
|
105
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
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.downloadTasksOutput = exports.downloadTasks = 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 download 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.getDownloadTasks({
|
|
17
|
+
* topicId: "8ba48bd7-2493-4300-b1d0-cb760b89e51b",
|
|
18
|
+
* taskName: "tf-test-download-task",
|
|
19
|
+
* });
|
|
20
|
+
* export const downloadTasks = foo.then(foo => foo.downloadTasks);
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
/** @deprecated volcengine.tls.DownloadTasks has been deprecated in favor of volcengine.tls.getDownloadTasks */
|
|
24
|
+
function downloadTasks(args, opts) {
|
|
25
|
+
pulumi.log.warn("downloadTasks is deprecated: volcengine.tls.DownloadTasks has been deprecated in favor of volcengine.tls.getDownloadTasks");
|
|
26
|
+
args = args || {};
|
|
27
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
28
|
+
return pulumi.runtime.invoke("volcengine:tls/downloadTasks:DownloadTasks", {
|
|
29
|
+
"ids": args.ids,
|
|
30
|
+
"outputFile": args.outputFile,
|
|
31
|
+
"taskName": args.taskName,
|
|
32
|
+
"topicId": args.topicId,
|
|
33
|
+
}, opts);
|
|
34
|
+
}
|
|
35
|
+
exports.downloadTasks = downloadTasks;
|
|
36
|
+
/**
|
|
37
|
+
* Use this data source to query detailed information of tls download tasks
|
|
38
|
+
* ## Example Usage
|
|
39
|
+
*
|
|
40
|
+
* ```typescript
|
|
41
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
42
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
43
|
+
*
|
|
44
|
+
* const foo = volcengine.tls.getDownloadTasks({
|
|
45
|
+
* topicId: "8ba48bd7-2493-4300-b1d0-cb760b89e51b",
|
|
46
|
+
* taskName: "tf-test-download-task",
|
|
47
|
+
* });
|
|
48
|
+
* export const downloadTasks = foo.then(foo => foo.downloadTasks);
|
|
49
|
+
* ```
|
|
50
|
+
*/
|
|
51
|
+
/** @deprecated volcengine.tls.DownloadTasks has been deprecated in favor of volcengine.tls.getDownloadTasks */
|
|
52
|
+
function downloadTasksOutput(args, opts) {
|
|
53
|
+
return pulumi.output(args).apply((a) => downloadTasks(a, opts));
|
|
54
|
+
}
|
|
55
|
+
exports.downloadTasksOutput = downloadTasksOutput;
|
|
56
|
+
//# sourceMappingURL=downloadTasks.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"downloadTasks.js","sourceRoot":"","sources":["../../tls/downloadTasks.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;AACH,+GAA+G;AAC/G,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,2HAA2H,CAAC,CAAA;IAC5I,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,sCAWC;AAmDD;;;;;;;;;;;;;;GAcG;AACH,+GAA+G;AAC/G,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,kDAEC"}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Use this data source to query detailed information of tls download urls
|
|
4
|
+
* ## Example Usage
|
|
5
|
+
*
|
|
6
|
+
* ```typescript
|
|
7
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
8
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
9
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
10
|
+
*
|
|
11
|
+
* const foo = new volcengine.tls.DownloadTask("foo", {
|
|
12
|
+
* topicId: "36be6c75-0733-4bee-b63d-48e0eae37f87",
|
|
13
|
+
* taskName: "tf-test-download-task",
|
|
14
|
+
* query: "*",
|
|
15
|
+
* startTime: 1740426022,
|
|
16
|
+
* endTime: 1740626022,
|
|
17
|
+
* compression: "gzip",
|
|
18
|
+
* dataFormat: "json",
|
|
19
|
+
* limit: 10000000,
|
|
20
|
+
* sort: "desc",
|
|
21
|
+
* allowIncomplete: false,
|
|
22
|
+
* taskType: 1,
|
|
23
|
+
* logContextInfos: {},
|
|
24
|
+
* });
|
|
25
|
+
* export const tlsDownloadTaskId = foo.taskId;
|
|
26
|
+
* const default = volcengine.tls.getDownloadUrls({
|
|
27
|
+
* taskId: resource.volcengine_tls_download_task.foo.task_id,
|
|
28
|
+
* });
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
/** @deprecated volcengine.tls.DownloadUrls has been deprecated in favor of volcengine.tls.getDownloadUrls */
|
|
32
|
+
export declare function downloadUrls(args: DownloadUrlsArgs, opts?: pulumi.InvokeOptions): Promise<DownloadUrlsResult>;
|
|
33
|
+
/**
|
|
34
|
+
* A collection of arguments for invoking DownloadUrls.
|
|
35
|
+
*/
|
|
36
|
+
export interface DownloadUrlsArgs {
|
|
37
|
+
/**
|
|
38
|
+
* The ID of the download task.
|
|
39
|
+
*/
|
|
40
|
+
taskId: string;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* A collection of values returned by DownloadUrls.
|
|
44
|
+
*/
|
|
45
|
+
export interface DownloadUrlsResult {
|
|
46
|
+
/**
|
|
47
|
+
* The download URL of the download task.
|
|
48
|
+
*/
|
|
49
|
+
readonly downloadUrl: string;
|
|
50
|
+
/**
|
|
51
|
+
* The provider-assigned unique ID for this managed resource.
|
|
52
|
+
*/
|
|
53
|
+
readonly id: string;
|
|
54
|
+
readonly taskId: string;
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* Use this data source to query detailed information of tls download urls
|
|
58
|
+
* ## Example Usage
|
|
59
|
+
*
|
|
60
|
+
* ```typescript
|
|
61
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
62
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
63
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
64
|
+
*
|
|
65
|
+
* const foo = new volcengine.tls.DownloadTask("foo", {
|
|
66
|
+
* topicId: "36be6c75-0733-4bee-b63d-48e0eae37f87",
|
|
67
|
+
* taskName: "tf-test-download-task",
|
|
68
|
+
* query: "*",
|
|
69
|
+
* startTime: 1740426022,
|
|
70
|
+
* endTime: 1740626022,
|
|
71
|
+
* compression: "gzip",
|
|
72
|
+
* dataFormat: "json",
|
|
73
|
+
* limit: 10000000,
|
|
74
|
+
* sort: "desc",
|
|
75
|
+
* allowIncomplete: false,
|
|
76
|
+
* taskType: 1,
|
|
77
|
+
* logContextInfos: {},
|
|
78
|
+
* });
|
|
79
|
+
* export const tlsDownloadTaskId = foo.taskId;
|
|
80
|
+
* const default = volcengine.tls.getDownloadUrls({
|
|
81
|
+
* taskId: resource.volcengine_tls_download_task.foo.task_id,
|
|
82
|
+
* });
|
|
83
|
+
* ```
|
|
84
|
+
*/
|
|
85
|
+
/** @deprecated volcengine.tls.DownloadUrls has been deprecated in favor of volcengine.tls.getDownloadUrls */
|
|
86
|
+
export declare function downloadUrlsOutput(args: DownloadUrlsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<DownloadUrlsResult>;
|
|
87
|
+
/**
|
|
88
|
+
* A collection of arguments for invoking DownloadUrls.
|
|
89
|
+
*/
|
|
90
|
+
export interface DownloadUrlsOutputArgs {
|
|
91
|
+
/**
|
|
92
|
+
* The ID of the download task.
|
|
93
|
+
*/
|
|
94
|
+
taskId: pulumi.Input<string>;
|
|
95
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
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.downloadUrlsOutput = exports.downloadUrls = 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 download urls
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
16
|
+
*
|
|
17
|
+
* const foo = new volcengine.tls.DownloadTask("foo", {
|
|
18
|
+
* topicId: "36be6c75-0733-4bee-b63d-48e0eae37f87",
|
|
19
|
+
* taskName: "tf-test-download-task",
|
|
20
|
+
* query: "*",
|
|
21
|
+
* startTime: 1740426022,
|
|
22
|
+
* endTime: 1740626022,
|
|
23
|
+
* compression: "gzip",
|
|
24
|
+
* dataFormat: "json",
|
|
25
|
+
* limit: 10000000,
|
|
26
|
+
* sort: "desc",
|
|
27
|
+
* allowIncomplete: false,
|
|
28
|
+
* taskType: 1,
|
|
29
|
+
* logContextInfos: {},
|
|
30
|
+
* });
|
|
31
|
+
* export const tlsDownloadTaskId = foo.taskId;
|
|
32
|
+
* const default = volcengine.tls.getDownloadUrls({
|
|
33
|
+
* taskId: resource.volcengine_tls_download_task.foo.task_id,
|
|
34
|
+
* });
|
|
35
|
+
* ```
|
|
36
|
+
*/
|
|
37
|
+
/** @deprecated volcengine.tls.DownloadUrls has been deprecated in favor of volcengine.tls.getDownloadUrls */
|
|
38
|
+
function downloadUrls(args, opts) {
|
|
39
|
+
pulumi.log.warn("downloadUrls is deprecated: volcengine.tls.DownloadUrls has been deprecated in favor of volcengine.tls.getDownloadUrls");
|
|
40
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
41
|
+
return pulumi.runtime.invoke("volcengine:tls/downloadUrls:DownloadUrls", {
|
|
42
|
+
"taskId": args.taskId,
|
|
43
|
+
}, opts);
|
|
44
|
+
}
|
|
45
|
+
exports.downloadUrls = downloadUrls;
|
|
46
|
+
/**
|
|
47
|
+
* Use this data source to query detailed information of tls download urls
|
|
48
|
+
* ## Example Usage
|
|
49
|
+
*
|
|
50
|
+
* ```typescript
|
|
51
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
52
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
53
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
54
|
+
*
|
|
55
|
+
* const foo = new volcengine.tls.DownloadTask("foo", {
|
|
56
|
+
* topicId: "36be6c75-0733-4bee-b63d-48e0eae37f87",
|
|
57
|
+
* taskName: "tf-test-download-task",
|
|
58
|
+
* query: "*",
|
|
59
|
+
* startTime: 1740426022,
|
|
60
|
+
* endTime: 1740626022,
|
|
61
|
+
* compression: "gzip",
|
|
62
|
+
* dataFormat: "json",
|
|
63
|
+
* limit: 10000000,
|
|
64
|
+
* sort: "desc",
|
|
65
|
+
* allowIncomplete: false,
|
|
66
|
+
* taskType: 1,
|
|
67
|
+
* logContextInfos: {},
|
|
68
|
+
* });
|
|
69
|
+
* export const tlsDownloadTaskId = foo.taskId;
|
|
70
|
+
* const default = volcengine.tls.getDownloadUrls({
|
|
71
|
+
* taskId: resource.volcengine_tls_download_task.foo.task_id,
|
|
72
|
+
* });
|
|
73
|
+
* ```
|
|
74
|
+
*/
|
|
75
|
+
/** @deprecated volcengine.tls.DownloadUrls has been deprecated in favor of volcengine.tls.getDownloadUrls */
|
|
76
|
+
function downloadUrlsOutput(args, opts) {
|
|
77
|
+
return pulumi.output(args).apply((a) => downloadUrls(a, opts));
|
|
78
|
+
}
|
|
79
|
+
exports.downloadUrlsOutput = downloadUrlsOutput;
|
|
80
|
+
//# sourceMappingURL=downloadUrls.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"downloadUrls.js","sourceRoot":"","sources":["../../tls/downloadUrls.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,6GAA6G;AAC7G,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,wHAAwH,CAAC,CAAA;IAEzI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,oCAOC;AA0BD;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,6GAA6G;AAC7G,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,YAAY,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACvE,CAAC;AAFD,gDAEC"}
|
package/tls/etlTask.d.ts
CHANGED
|
@@ -12,18 +12,18 @@ import * as outputs from "../types/output";
|
|
|
12
12
|
* const foo = new volcengine.tls.EtlTask("foo", {
|
|
13
13
|
* description: "for-tf-test",
|
|
14
14
|
* dslType: "NORMAL",
|
|
15
|
-
* enable:
|
|
15
|
+
* enable: false,
|
|
16
16
|
* fromTime: 1750649545,
|
|
17
17
|
* script: "",
|
|
18
|
-
* sourceTopicId: "
|
|
18
|
+
* sourceTopicId: "9b756385-1dfb-4306-a094-0c88e04b34a5",
|
|
19
19
|
* targetResources: [
|
|
20
20
|
* {
|
|
21
21
|
* alias: "tf-test-1",
|
|
22
|
-
* topicId: "
|
|
22
|
+
* topicId: "a690a9b8-72c1-40a3-b8c6-f89a81d3748e",
|
|
23
23
|
* },
|
|
24
24
|
* {
|
|
25
25
|
* alias: "tf-test-2",
|
|
26
|
-
* topicId: "
|
|
26
|
+
* topicId: "bdf4f23b-a889-456c-ac5f-09d727427557",
|
|
27
27
|
* },
|
|
28
28
|
* ],
|
|
29
29
|
* taskType: "Resident",
|
package/tls/etlTask.js
CHANGED
|
@@ -16,18 +16,18 @@ const utilities = require("../utilities");
|
|
|
16
16
|
* const foo = new volcengine.tls.EtlTask("foo", {
|
|
17
17
|
* description: "for-tf-test",
|
|
18
18
|
* dslType: "NORMAL",
|
|
19
|
-
* enable:
|
|
19
|
+
* enable: false,
|
|
20
20
|
* fromTime: 1750649545,
|
|
21
21
|
* script: "",
|
|
22
|
-
* sourceTopicId: "
|
|
22
|
+
* sourceTopicId: "9b756385-1dfb-4306-a094-0c88e04b34a5",
|
|
23
23
|
* targetResources: [
|
|
24
24
|
* {
|
|
25
25
|
* alias: "tf-test-1",
|
|
26
|
-
* topicId: "
|
|
26
|
+
* topicId: "a690a9b8-72c1-40a3-b8c6-f89a81d3748e",
|
|
27
27
|
* },
|
|
28
28
|
* {
|
|
29
29
|
* alias: "tf-test-2",
|
|
30
|
-
* topicId: "
|
|
30
|
+
* topicId: "bdf4f23b-a889-456c-ac5f-09d727427557",
|
|
31
31
|
* },
|
|
32
32
|
* ],
|
|
33
33
|
* taskType: "Resident",
|
|
@@ -0,0 +1,62 @@
|
|
|
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 accounts
|
|
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.getAccounts({});
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export declare function getAccounts(args?: GetAccountsArgs, opts?: pulumi.InvokeOptions): Promise<GetAccountsResult>;
|
|
15
|
+
/**
|
|
16
|
+
* A collection of arguments for invoking getAccounts.
|
|
17
|
+
*/
|
|
18
|
+
export interface GetAccountsArgs {
|
|
19
|
+
/**
|
|
20
|
+
* File name where to save data source results.
|
|
21
|
+
*/
|
|
22
|
+
outputFile?: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* A collection of values returned by getAccounts.
|
|
26
|
+
*/
|
|
27
|
+
export interface GetAccountsResult {
|
|
28
|
+
/**
|
|
29
|
+
* The provider-assigned unique ID for this managed resource.
|
|
30
|
+
*/
|
|
31
|
+
readonly id: string;
|
|
32
|
+
readonly outputFile?: string;
|
|
33
|
+
/**
|
|
34
|
+
* The collection of tls account query.
|
|
35
|
+
*/
|
|
36
|
+
readonly tlsAccounts: outputs.tls.GetAccountsTlsAccount[];
|
|
37
|
+
/**
|
|
38
|
+
* The total count of tls account query.
|
|
39
|
+
*/
|
|
40
|
+
readonly totalCount: number;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Use this data source to query detailed information of tls accounts
|
|
44
|
+
* ## Example Usage
|
|
45
|
+
*
|
|
46
|
+
* ```typescript
|
|
47
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
48
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
49
|
+
*
|
|
50
|
+
* const default = volcengine.tls.getAccounts({});
|
|
51
|
+
* ```
|
|
52
|
+
*/
|
|
53
|
+
export declare function getAccountsOutput(args?: GetAccountsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAccountsResult>;
|
|
54
|
+
/**
|
|
55
|
+
* A collection of arguments for invoking getAccounts.
|
|
56
|
+
*/
|
|
57
|
+
export interface GetAccountsOutputArgs {
|
|
58
|
+
/**
|
|
59
|
+
* File name where to save data source results.
|
|
60
|
+
*/
|
|
61
|
+
outputFile?: pulumi.Input<string>;
|
|
62
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
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.getAccountsOutput = exports.getAccounts = 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 accounts
|
|
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.getAccounts({});
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
function getAccounts(args, opts) {
|
|
20
|
+
args = args || {};
|
|
21
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
22
|
+
return pulumi.runtime.invoke("volcengine:tls/getAccounts:getAccounts", {
|
|
23
|
+
"outputFile": args.outputFile,
|
|
24
|
+
}, opts);
|
|
25
|
+
}
|
|
26
|
+
exports.getAccounts = getAccounts;
|
|
27
|
+
/**
|
|
28
|
+
* Use this data source to query detailed information of tls accounts
|
|
29
|
+
* ## Example Usage
|
|
30
|
+
*
|
|
31
|
+
* ```typescript
|
|
32
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
33
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
34
|
+
*
|
|
35
|
+
* const default = volcengine.tls.getAccounts({});
|
|
36
|
+
* ```
|
|
37
|
+
*/
|
|
38
|
+
function getAccountsOutput(args, opts) {
|
|
39
|
+
return pulumi.output(args).apply((a) => getAccounts(a, opts));
|
|
40
|
+
}
|
|
41
|
+
exports.getAccountsOutput = getAccountsOutput;
|
|
42
|
+
//# sourceMappingURL=getAccounts.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAccounts.js","sourceRoot":"","sources":["../../tls/getAccounts.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,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kCAOC;AA8BD;;;;;;;;;;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"}
|
|
@@ -0,0 +1,113 @@
|
|
|
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 alarm content templates
|
|
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.getAlarmContentTemplates({});
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export declare function getAlarmContentTemplates(args?: GetAlarmContentTemplatesArgs, opts?: pulumi.InvokeOptions): Promise<GetAlarmContentTemplatesResult>;
|
|
15
|
+
/**
|
|
16
|
+
* A collection of arguments for invoking getAlarmContentTemplates.
|
|
17
|
+
*/
|
|
18
|
+
export interface GetAlarmContentTemplatesArgs {
|
|
19
|
+
/**
|
|
20
|
+
* The id of the alarm content template.
|
|
21
|
+
*/
|
|
22
|
+
alarmContentTemplateId?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The name of the alarm content template. Fuzzy matching is supported.
|
|
25
|
+
*/
|
|
26
|
+
alarmContentTemplateName?: string;
|
|
27
|
+
/**
|
|
28
|
+
* Whether to ascend.
|
|
29
|
+
*/
|
|
30
|
+
asc?: boolean;
|
|
31
|
+
/**
|
|
32
|
+
* A list of alarm content template IDs.
|
|
33
|
+
*/
|
|
34
|
+
ids?: string[];
|
|
35
|
+
/**
|
|
36
|
+
* The order field.
|
|
37
|
+
*/
|
|
38
|
+
orderField?: string;
|
|
39
|
+
/**
|
|
40
|
+
* File name where to save data source results.
|
|
41
|
+
*/
|
|
42
|
+
outputFile?: string;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* A collection of values returned by getAlarmContentTemplates.
|
|
46
|
+
*/
|
|
47
|
+
export interface GetAlarmContentTemplatesResult {
|
|
48
|
+
/**
|
|
49
|
+
* The ID of the alarm content template.
|
|
50
|
+
*/
|
|
51
|
+
readonly alarmContentTemplateId?: string;
|
|
52
|
+
/**
|
|
53
|
+
* The name of the alarm content template.
|
|
54
|
+
*/
|
|
55
|
+
readonly alarmContentTemplateName?: string;
|
|
56
|
+
readonly asc?: boolean;
|
|
57
|
+
/**
|
|
58
|
+
* The provider-assigned unique ID for this managed resource.
|
|
59
|
+
*/
|
|
60
|
+
readonly id: string;
|
|
61
|
+
readonly ids?: string[];
|
|
62
|
+
readonly orderField?: string;
|
|
63
|
+
readonly outputFile?: string;
|
|
64
|
+
/**
|
|
65
|
+
* The list of alarm content templates.
|
|
66
|
+
*/
|
|
67
|
+
readonly templates: outputs.tls.GetAlarmContentTemplatesTemplate[];
|
|
68
|
+
/**
|
|
69
|
+
* The total count of alarm content templates.
|
|
70
|
+
*/
|
|
71
|
+
readonly totalCount: number;
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* Use this data source to query detailed information of tls alarm content templates
|
|
75
|
+
* ## Example Usage
|
|
76
|
+
*
|
|
77
|
+
* ```typescript
|
|
78
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
79
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
80
|
+
*
|
|
81
|
+
* const foo = volcengine.tls.getAlarmContentTemplates({});
|
|
82
|
+
* ```
|
|
83
|
+
*/
|
|
84
|
+
export declare function getAlarmContentTemplatesOutput(args?: GetAlarmContentTemplatesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAlarmContentTemplatesResult>;
|
|
85
|
+
/**
|
|
86
|
+
* A collection of arguments for invoking getAlarmContentTemplates.
|
|
87
|
+
*/
|
|
88
|
+
export interface GetAlarmContentTemplatesOutputArgs {
|
|
89
|
+
/**
|
|
90
|
+
* The id of the alarm content template.
|
|
91
|
+
*/
|
|
92
|
+
alarmContentTemplateId?: pulumi.Input<string>;
|
|
93
|
+
/**
|
|
94
|
+
* The name of the alarm content template. Fuzzy matching is supported.
|
|
95
|
+
*/
|
|
96
|
+
alarmContentTemplateName?: pulumi.Input<string>;
|
|
97
|
+
/**
|
|
98
|
+
* Whether to ascend.
|
|
99
|
+
*/
|
|
100
|
+
asc?: pulumi.Input<boolean>;
|
|
101
|
+
/**
|
|
102
|
+
* A list of alarm content template IDs.
|
|
103
|
+
*/
|
|
104
|
+
ids?: pulumi.Input<pulumi.Input<string>[]>;
|
|
105
|
+
/**
|
|
106
|
+
* The order field.
|
|
107
|
+
*/
|
|
108
|
+
orderField?: pulumi.Input<string>;
|
|
109
|
+
/**
|
|
110
|
+
* File name where to save data source results.
|
|
111
|
+
*/
|
|
112
|
+
outputFile?: pulumi.Input<string>;
|
|
113
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
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.getAlarmContentTemplatesOutput = exports.getAlarmContentTemplates = 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 alarm content templates
|
|
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.getAlarmContentTemplates({});
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
function getAlarmContentTemplates(args, opts) {
|
|
20
|
+
args = args || {};
|
|
21
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
22
|
+
return pulumi.runtime.invoke("volcengine:tls/getAlarmContentTemplates:getAlarmContentTemplates", {
|
|
23
|
+
"alarmContentTemplateId": args.alarmContentTemplateId,
|
|
24
|
+
"alarmContentTemplateName": args.alarmContentTemplateName,
|
|
25
|
+
"asc": args.asc,
|
|
26
|
+
"ids": args.ids,
|
|
27
|
+
"orderField": args.orderField,
|
|
28
|
+
"outputFile": args.outputFile,
|
|
29
|
+
}, opts);
|
|
30
|
+
}
|
|
31
|
+
exports.getAlarmContentTemplates = getAlarmContentTemplates;
|
|
32
|
+
/**
|
|
33
|
+
* Use this data source to query detailed information of tls alarm content templates
|
|
34
|
+
* ## Example Usage
|
|
35
|
+
*
|
|
36
|
+
* ```typescript
|
|
37
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
38
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
39
|
+
*
|
|
40
|
+
* const foo = volcengine.tls.getAlarmContentTemplates({});
|
|
41
|
+
* ```
|
|
42
|
+
*/
|
|
43
|
+
function getAlarmContentTemplatesOutput(args, opts) {
|
|
44
|
+
return pulumi.output(args).apply((a) => getAlarmContentTemplates(a, opts));
|
|
45
|
+
}
|
|
46
|
+
exports.getAlarmContentTemplatesOutput = getAlarmContentTemplatesOutput;
|
|
47
|
+
//# sourceMappingURL=getAlarmContentTemplates.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAlarmContentTemplates.js","sourceRoot":"","sources":["../../tls/getAlarmContentTemplates.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;GAUG;AACH,SAAgB,wBAAwB,CAAC,IAAmC,EAAE,IAA2B;IACrG,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,kEAAkE,EAAE;QAC7F,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,0BAA0B,EAAE,IAAI,CAAC,wBAAwB;QACzD,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,4DAYC;AA6DD;;;;;;;;;;GAUG;AACH,SAAgB,8BAA8B,CAAC,IAAyC,EAAE,IAA2B;IACjH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,wBAAwB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnF,CAAC;AAFD,wEAEC"}
|