@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,98 @@
|
|
|
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 webhook integrations
|
|
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.getAlarmWebhookIntegrations({});
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export declare function getAlarmWebhookIntegrations(args?: GetAlarmWebhookIntegrationsArgs, opts?: pulumi.InvokeOptions): Promise<GetAlarmWebhookIntegrationsResult>;
|
|
15
|
+
/**
|
|
16
|
+
* A collection of arguments for invoking getAlarmWebhookIntegrations.
|
|
17
|
+
*/
|
|
18
|
+
export interface GetAlarmWebhookIntegrationsArgs {
|
|
19
|
+
/**
|
|
20
|
+
* File name where to save data source results.
|
|
21
|
+
*/
|
|
22
|
+
outputFile?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The ID of the alarm webhook integration.
|
|
25
|
+
*/
|
|
26
|
+
webhookId?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The name of the webhook integration. Fuzzy matching is supported.
|
|
29
|
+
*/
|
|
30
|
+
webhookName?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The type of the webhook integration.
|
|
33
|
+
*/
|
|
34
|
+
webhookType?: string;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* A collection of values returned by getAlarmWebhookIntegrations.
|
|
38
|
+
*/
|
|
39
|
+
export interface GetAlarmWebhookIntegrationsResult {
|
|
40
|
+
/**
|
|
41
|
+
* The provider-assigned unique ID for this managed resource.
|
|
42
|
+
*/
|
|
43
|
+
readonly id: string;
|
|
44
|
+
/**
|
|
45
|
+
* The list of alarm webhook integrations.
|
|
46
|
+
*/
|
|
47
|
+
readonly integrations: outputs.tls.GetAlarmWebhookIntegrationsIntegration[];
|
|
48
|
+
readonly outputFile?: string;
|
|
49
|
+
/**
|
|
50
|
+
* The total count of alarm webhook integrations.
|
|
51
|
+
*/
|
|
52
|
+
readonly totalCount: number;
|
|
53
|
+
/**
|
|
54
|
+
* The ID of the alarm webhook integration.
|
|
55
|
+
*/
|
|
56
|
+
readonly webhookId?: string;
|
|
57
|
+
/**
|
|
58
|
+
* The name of the webhook integration.
|
|
59
|
+
*/
|
|
60
|
+
readonly webhookName?: string;
|
|
61
|
+
/**
|
|
62
|
+
* The type of the webhook.
|
|
63
|
+
*/
|
|
64
|
+
readonly webhookType?: string;
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* Use this data source to query detailed information of tls alarm webhook integrations
|
|
68
|
+
* ## Example Usage
|
|
69
|
+
*
|
|
70
|
+
* ```typescript
|
|
71
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
72
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
73
|
+
*
|
|
74
|
+
* const foo = volcengine.tls.getAlarmWebhookIntegrations({});
|
|
75
|
+
* ```
|
|
76
|
+
*/
|
|
77
|
+
export declare function getAlarmWebhookIntegrationsOutput(args?: GetAlarmWebhookIntegrationsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAlarmWebhookIntegrationsResult>;
|
|
78
|
+
/**
|
|
79
|
+
* A collection of arguments for invoking getAlarmWebhookIntegrations.
|
|
80
|
+
*/
|
|
81
|
+
export interface GetAlarmWebhookIntegrationsOutputArgs {
|
|
82
|
+
/**
|
|
83
|
+
* File name where to save data source results.
|
|
84
|
+
*/
|
|
85
|
+
outputFile?: pulumi.Input<string>;
|
|
86
|
+
/**
|
|
87
|
+
* The ID of the alarm webhook integration.
|
|
88
|
+
*/
|
|
89
|
+
webhookId?: pulumi.Input<string>;
|
|
90
|
+
/**
|
|
91
|
+
* The name of the webhook integration. Fuzzy matching is supported.
|
|
92
|
+
*/
|
|
93
|
+
webhookName?: pulumi.Input<string>;
|
|
94
|
+
/**
|
|
95
|
+
* The type of the webhook integration.
|
|
96
|
+
*/
|
|
97
|
+
webhookType?: pulumi.Input<string>;
|
|
98
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
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.getAlarmWebhookIntegrationsOutput = exports.getAlarmWebhookIntegrations = 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 webhook integrations
|
|
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.getAlarmWebhookIntegrations({});
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
function getAlarmWebhookIntegrations(args, opts) {
|
|
20
|
+
args = args || {};
|
|
21
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
22
|
+
return pulumi.runtime.invoke("volcengine:tls/getAlarmWebhookIntegrations:getAlarmWebhookIntegrations", {
|
|
23
|
+
"outputFile": args.outputFile,
|
|
24
|
+
"webhookId": args.webhookId,
|
|
25
|
+
"webhookName": args.webhookName,
|
|
26
|
+
"webhookType": args.webhookType,
|
|
27
|
+
}, opts);
|
|
28
|
+
}
|
|
29
|
+
exports.getAlarmWebhookIntegrations = getAlarmWebhookIntegrations;
|
|
30
|
+
/**
|
|
31
|
+
* Use this data source to query detailed information of tls alarm webhook integrations
|
|
32
|
+
* ## Example Usage
|
|
33
|
+
*
|
|
34
|
+
* ```typescript
|
|
35
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
36
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
37
|
+
*
|
|
38
|
+
* const foo = volcengine.tls.getAlarmWebhookIntegrations({});
|
|
39
|
+
* ```
|
|
40
|
+
*/
|
|
41
|
+
function getAlarmWebhookIntegrationsOutput(args, opts) {
|
|
42
|
+
return pulumi.output(args).apply((a) => getAlarmWebhookIntegrations(a, opts));
|
|
43
|
+
}
|
|
44
|
+
exports.getAlarmWebhookIntegrationsOutput = getAlarmWebhookIntegrationsOutput;
|
|
45
|
+
//# sourceMappingURL=getAlarmWebhookIntegrations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAlarmWebhookIntegrations.js","sourceRoot":"","sources":["../../tls/getAlarmWebhookIntegrations.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;GAUG;AACH,SAAgB,2BAA2B,CAAC,IAAsC,EAAE,IAA2B;IAC3G,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,wEAAwE,EAAE;QACnG,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,kEAUC;AAsDD;;;;;;;;;;GAUG;AACH,SAAgB,iCAAiC,CAAC,IAA4C,EAAE,IAA2B;IACvH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,2BAA2B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtF,CAAC;AAFD,8EAEC"}
|
package/tls/getAlarms.d.ts
CHANGED
|
@@ -8,12 +8,10 @@ import * as outputs from "../types/output";
|
|
|
8
8
|
* import * as pulumi from "@pulumi/pulumi";
|
|
9
9
|
* import * as volcengine from "@pulumi/volcengine";
|
|
10
10
|
*
|
|
11
|
-
* const default = volcengine.tls.getAlarms({
|
|
12
|
-
* projectId: "cc44f8b6-0328-4622-b043-023fca735cd4",
|
|
13
|
-
* });
|
|
11
|
+
* const default = volcengine.tls.getAlarms({});
|
|
14
12
|
* ```
|
|
15
13
|
*/
|
|
16
|
-
export declare function getAlarms(args
|
|
14
|
+
export declare function getAlarms(args?: GetAlarmsArgs, opts?: pulumi.InvokeOptions): Promise<GetAlarmsResult>;
|
|
17
15
|
/**
|
|
18
16
|
* A collection of arguments for invoking getAlarms.
|
|
19
17
|
*/
|
|
@@ -33,7 +31,7 @@ export interface GetAlarmsArgs {
|
|
|
33
31
|
/**
|
|
34
32
|
* The project id.
|
|
35
33
|
*/
|
|
36
|
-
projectId
|
|
34
|
+
projectId?: string;
|
|
37
35
|
/**
|
|
38
36
|
* The status.
|
|
39
37
|
*/
|
|
@@ -71,7 +69,7 @@ export interface GetAlarmsResult {
|
|
|
71
69
|
/**
|
|
72
70
|
* The project id.
|
|
73
71
|
*/
|
|
74
|
-
readonly projectId
|
|
72
|
+
readonly projectId?: string;
|
|
75
73
|
/**
|
|
76
74
|
* Whether to enable the alert policy. The default value is true, that is, on.
|
|
77
75
|
*/
|
|
@@ -97,12 +95,10 @@ export interface GetAlarmsResult {
|
|
|
97
95
|
* import * as pulumi from "@pulumi/pulumi";
|
|
98
96
|
* import * as volcengine from "@pulumi/volcengine";
|
|
99
97
|
*
|
|
100
|
-
* const default = volcengine.tls.getAlarms({
|
|
101
|
-
* projectId: "cc44f8b6-0328-4622-b043-023fca735cd4",
|
|
102
|
-
* });
|
|
98
|
+
* const default = volcengine.tls.getAlarms({});
|
|
103
99
|
* ```
|
|
104
100
|
*/
|
|
105
|
-
export declare function getAlarmsOutput(args
|
|
101
|
+
export declare function getAlarmsOutput(args?: GetAlarmsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAlarmsResult>;
|
|
106
102
|
/**
|
|
107
103
|
* A collection of arguments for invoking getAlarms.
|
|
108
104
|
*/
|
|
@@ -122,7 +118,7 @@ export interface GetAlarmsOutputArgs {
|
|
|
122
118
|
/**
|
|
123
119
|
* The project id.
|
|
124
120
|
*/
|
|
125
|
-
projectId
|
|
121
|
+
projectId?: pulumi.Input<string>;
|
|
126
122
|
/**
|
|
127
123
|
* The status.
|
|
128
124
|
*/
|
package/tls/getAlarms.js
CHANGED
|
@@ -13,12 +13,11 @@ const utilities = require("../utilities");
|
|
|
13
13
|
* import * as pulumi from "@pulumi/pulumi";
|
|
14
14
|
* import * as volcengine from "@pulumi/volcengine";
|
|
15
15
|
*
|
|
16
|
-
* const default = volcengine.tls.getAlarms({
|
|
17
|
-
* projectId: "cc44f8b6-0328-4622-b043-023fca735cd4",
|
|
18
|
-
* });
|
|
16
|
+
* const default = volcengine.tls.getAlarms({});
|
|
19
17
|
* ```
|
|
20
18
|
*/
|
|
21
19
|
function getAlarms(args, opts) {
|
|
20
|
+
args = args || {};
|
|
22
21
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
22
|
return pulumi.runtime.invoke("volcengine:tls/getAlarms:getAlarms", {
|
|
24
23
|
"alarmId": args.alarmId,
|
|
@@ -39,9 +38,7 @@ exports.getAlarms = getAlarms;
|
|
|
39
38
|
* import * as pulumi from "@pulumi/pulumi";
|
|
40
39
|
* import * as volcengine from "@pulumi/volcengine";
|
|
41
40
|
*
|
|
42
|
-
* const default = volcengine.tls.getAlarms({
|
|
43
|
-
* projectId: "cc44f8b6-0328-4622-b043-023fca735cd4",
|
|
44
|
-
* });
|
|
41
|
+
* const default = volcengine.tls.getAlarms({});
|
|
45
42
|
* ```
|
|
46
43
|
*/
|
|
47
44
|
function getAlarmsOutput(args, opts) {
|
package/tls/getAlarms.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAlarms.js","sourceRoot":"","sources":["../../tls/getAlarms.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"getAlarms.js","sourceRoot":"","sources":["../../tls/getAlarms.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;GAUG;AACH,SAAgB,SAAS,CAAC,IAAoB,EAAE,IAA2B;IACvE,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,oCAAoC,EAAE;QAC/D,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,8BAaC;AA8ED;;;;;;;;;;GAUG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,SAAS,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpE,CAAC;AAFD,0CAEC"}
|
|
@@ -8,7 +8,25 @@ import * as outputs from "../types/output";
|
|
|
8
8
|
* import * as pulumi from "@pulumi/pulumi";
|
|
9
9
|
* import * as volcengine from "@pulumi/volcengine";
|
|
10
10
|
*
|
|
11
|
-
* const
|
|
11
|
+
* const all = volcengine.tls.getConsumerGroups({});
|
|
12
|
+
* export const allConsumerGroups = all.then(all => all.consumerGroups);
|
|
13
|
+
* const byName = volcengine.tls.getConsumerGroups({
|
|
14
|
+
* consumerGroupName: "test-consumer-group",
|
|
15
|
+
* });
|
|
16
|
+
* export const byNameConsumerGroups = byName.then(byName => byName.consumerGroups);
|
|
17
|
+
* const byProject = volcengine.tls.getConsumerGroups({
|
|
18
|
+
* projectId: "project-123456",
|
|
19
|
+
* });
|
|
20
|
+
* export const byProjectConsumerGroups = byProject.then(byProject => byProject.consumerGroups);
|
|
21
|
+
* const byTopic = volcengine.tls.getConsumerGroups({
|
|
22
|
+
* topicId: "topic-123456",
|
|
23
|
+
* });
|
|
24
|
+
* export const byTopicConsumerGroups = byTopic.then(byTopic => byTopic.consumerGroups);
|
|
25
|
+
* const withMultipleFilters = volcengine.tls.getConsumerGroups({
|
|
26
|
+
* projectId: "project-123456",
|
|
27
|
+
* consumerGroupName: "test",
|
|
28
|
+
* });
|
|
29
|
+
* export const multipleFiltersConsumerGroups = withMultipleFilters.then(withMultipleFilters => withMultipleFilters.consumerGroups);
|
|
12
30
|
* ```
|
|
13
31
|
*/
|
|
14
32
|
export declare function getConsumerGroups(args?: GetConsumerGroupsArgs, opts?: pulumi.InvokeOptions): Promise<GetConsumerGroupsResult>;
|
|
@@ -94,7 +112,25 @@ export interface GetConsumerGroupsResult {
|
|
|
94
112
|
* import * as pulumi from "@pulumi/pulumi";
|
|
95
113
|
* import * as volcengine from "@pulumi/volcengine";
|
|
96
114
|
*
|
|
97
|
-
* const
|
|
115
|
+
* const all = volcengine.tls.getConsumerGroups({});
|
|
116
|
+
* export const allConsumerGroups = all.then(all => all.consumerGroups);
|
|
117
|
+
* const byName = volcengine.tls.getConsumerGroups({
|
|
118
|
+
* consumerGroupName: "test-consumer-group",
|
|
119
|
+
* });
|
|
120
|
+
* export const byNameConsumerGroups = byName.then(byName => byName.consumerGroups);
|
|
121
|
+
* const byProject = volcengine.tls.getConsumerGroups({
|
|
122
|
+
* projectId: "project-123456",
|
|
123
|
+
* });
|
|
124
|
+
* export const byProjectConsumerGroups = byProject.then(byProject => byProject.consumerGroups);
|
|
125
|
+
* const byTopic = volcengine.tls.getConsumerGroups({
|
|
126
|
+
* topicId: "topic-123456",
|
|
127
|
+
* });
|
|
128
|
+
* export const byTopicConsumerGroups = byTopic.then(byTopic => byTopic.consumerGroups);
|
|
129
|
+
* const withMultipleFilters = volcengine.tls.getConsumerGroups({
|
|
130
|
+
* projectId: "project-123456",
|
|
131
|
+
* consumerGroupName: "test",
|
|
132
|
+
* });
|
|
133
|
+
* export const multipleFiltersConsumerGroups = withMultipleFilters.then(withMultipleFilters => withMultipleFilters.consumerGroups);
|
|
98
134
|
* ```
|
|
99
135
|
*/
|
|
100
136
|
export declare function getConsumerGroupsOutput(args?: GetConsumerGroupsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetConsumerGroupsResult>;
|
package/tls/getConsumerGroups.js
CHANGED
|
@@ -13,7 +13,25 @@ const utilities = require("../utilities");
|
|
|
13
13
|
* import * as pulumi from "@pulumi/pulumi";
|
|
14
14
|
* import * as volcengine from "@pulumi/volcengine";
|
|
15
15
|
*
|
|
16
|
-
* const
|
|
16
|
+
* const all = volcengine.tls.getConsumerGroups({});
|
|
17
|
+
* export const allConsumerGroups = all.then(all => all.consumerGroups);
|
|
18
|
+
* const byName = volcengine.tls.getConsumerGroups({
|
|
19
|
+
* consumerGroupName: "test-consumer-group",
|
|
20
|
+
* });
|
|
21
|
+
* export const byNameConsumerGroups = byName.then(byName => byName.consumerGroups);
|
|
22
|
+
* const byProject = volcengine.tls.getConsumerGroups({
|
|
23
|
+
* projectId: "project-123456",
|
|
24
|
+
* });
|
|
25
|
+
* export const byProjectConsumerGroups = byProject.then(byProject => byProject.consumerGroups);
|
|
26
|
+
* const byTopic = volcengine.tls.getConsumerGroups({
|
|
27
|
+
* topicId: "topic-123456",
|
|
28
|
+
* });
|
|
29
|
+
* export const byTopicConsumerGroups = byTopic.then(byTopic => byTopic.consumerGroups);
|
|
30
|
+
* const withMultipleFilters = volcengine.tls.getConsumerGroups({
|
|
31
|
+
* projectId: "project-123456",
|
|
32
|
+
* consumerGroupName: "test",
|
|
33
|
+
* });
|
|
34
|
+
* export const multipleFiltersConsumerGroups = withMultipleFilters.then(withMultipleFilters => withMultipleFilters.consumerGroups);
|
|
17
35
|
* ```
|
|
18
36
|
*/
|
|
19
37
|
function getConsumerGroups(args, opts) {
|
|
@@ -39,7 +57,25 @@ exports.getConsumerGroups = getConsumerGroups;
|
|
|
39
57
|
* import * as pulumi from "@pulumi/pulumi";
|
|
40
58
|
* import * as volcengine from "@pulumi/volcengine";
|
|
41
59
|
*
|
|
42
|
-
* const
|
|
60
|
+
* const all = volcengine.tls.getConsumerGroups({});
|
|
61
|
+
* export const allConsumerGroups = all.then(all => all.consumerGroups);
|
|
62
|
+
* const byName = volcengine.tls.getConsumerGroups({
|
|
63
|
+
* consumerGroupName: "test-consumer-group",
|
|
64
|
+
* });
|
|
65
|
+
* export const byNameConsumerGroups = byName.then(byName => byName.consumerGroups);
|
|
66
|
+
* const byProject = volcengine.tls.getConsumerGroups({
|
|
67
|
+
* projectId: "project-123456",
|
|
68
|
+
* });
|
|
69
|
+
* export const byProjectConsumerGroups = byProject.then(byProject => byProject.consumerGroups);
|
|
70
|
+
* const byTopic = volcengine.tls.getConsumerGroups({
|
|
71
|
+
* topicId: "topic-123456",
|
|
72
|
+
* });
|
|
73
|
+
* export const byTopicConsumerGroups = byTopic.then(byTopic => byTopic.consumerGroups);
|
|
74
|
+
* const withMultipleFilters = volcengine.tls.getConsumerGroups({
|
|
75
|
+
* projectId: "project-123456",
|
|
76
|
+
* consumerGroupName: "test",
|
|
77
|
+
* });
|
|
78
|
+
* export const multipleFiltersConsumerGroups = withMultipleFilters.then(withMultipleFilters => withMultipleFilters.consumerGroups);
|
|
43
79
|
* ```
|
|
44
80
|
*/
|
|
45
81
|
function getConsumerGroupsOutput(args, opts) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getConsumerGroups.js","sourceRoot":"","sources":["../../tls/getConsumerGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"getConsumerGroups.js","sourceRoot":"","sources":["../../tls/getConsumerGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,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,oDAAoD,EAAE;QAC/E,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,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,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,8CAcC;AA6ED;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAA2B;IACnG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,iBAAiB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC5E,CAAC;AAFD,0DAEC"}
|
|
@@ -0,0 +1,89 @@
|
|
|
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 describe traces
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const example = volcengine.tls.getDescribeTraces({
|
|
12
|
+
* traceId: "c415ff6a-7141-4fe9-9e6c-9ddce4e4c189",
|
|
13
|
+
* traceInstanceId: "b28b19bd-a539-453a-8919-fda3ef6a22fe",
|
|
14
|
+
* });
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare function getDescribeTraces(args: GetDescribeTracesArgs, opts?: pulumi.InvokeOptions): Promise<GetDescribeTracesResult>;
|
|
18
|
+
/**
|
|
19
|
+
* A collection of arguments for invoking getDescribeTraces.
|
|
20
|
+
*/
|
|
21
|
+
export interface GetDescribeTracesArgs {
|
|
22
|
+
/**
|
|
23
|
+
* File name where to save data source results.
|
|
24
|
+
*/
|
|
25
|
+
outputFile?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Trace ID.
|
|
28
|
+
*/
|
|
29
|
+
traceId: string;
|
|
30
|
+
/**
|
|
31
|
+
* Trace instance ID.
|
|
32
|
+
*/
|
|
33
|
+
traceInstanceId: string;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* A collection of values returned by getDescribeTraces.
|
|
37
|
+
*/
|
|
38
|
+
export interface GetDescribeTracesResult {
|
|
39
|
+
/**
|
|
40
|
+
* The provider-assigned unique ID for this managed resource.
|
|
41
|
+
*/
|
|
42
|
+
readonly id: string;
|
|
43
|
+
readonly outputFile?: string;
|
|
44
|
+
/**
|
|
45
|
+
* The total count of tls trace query.
|
|
46
|
+
*/
|
|
47
|
+
readonly totalCount: number;
|
|
48
|
+
/**
|
|
49
|
+
* Trace ID.
|
|
50
|
+
*/
|
|
51
|
+
readonly traceId: string;
|
|
52
|
+
readonly traceInstanceId: string;
|
|
53
|
+
/**
|
|
54
|
+
* The collection of tls trace query.
|
|
55
|
+
*/
|
|
56
|
+
readonly traces: outputs.tls.GetDescribeTracesTrace[];
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* Use this data source to query detailed information of tls describe traces
|
|
60
|
+
* ## Example Usage
|
|
61
|
+
*
|
|
62
|
+
* ```typescript
|
|
63
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
64
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
65
|
+
*
|
|
66
|
+
* const example = volcengine.tls.getDescribeTraces({
|
|
67
|
+
* traceId: "c415ff6a-7141-4fe9-9e6c-9ddce4e4c189",
|
|
68
|
+
* traceInstanceId: "b28b19bd-a539-453a-8919-fda3ef6a22fe",
|
|
69
|
+
* });
|
|
70
|
+
* ```
|
|
71
|
+
*/
|
|
72
|
+
export declare function getDescribeTracesOutput(args: GetDescribeTracesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDescribeTracesResult>;
|
|
73
|
+
/**
|
|
74
|
+
* A collection of arguments for invoking getDescribeTraces.
|
|
75
|
+
*/
|
|
76
|
+
export interface GetDescribeTracesOutputArgs {
|
|
77
|
+
/**
|
|
78
|
+
* File name where to save data source results.
|
|
79
|
+
*/
|
|
80
|
+
outputFile?: pulumi.Input<string>;
|
|
81
|
+
/**
|
|
82
|
+
* Trace ID.
|
|
83
|
+
*/
|
|
84
|
+
traceId: pulumi.Input<string>;
|
|
85
|
+
/**
|
|
86
|
+
* Trace instance ID.
|
|
87
|
+
*/
|
|
88
|
+
traceInstanceId: pulumi.Input<string>;
|
|
89
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
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.getDescribeTracesOutput = exports.getDescribeTraces = 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 describe traces
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const example = volcengine.tls.getDescribeTraces({
|
|
17
|
+
* traceId: "c415ff6a-7141-4fe9-9e6c-9ddce4e4c189",
|
|
18
|
+
* traceInstanceId: "b28b19bd-a539-453a-8919-fda3ef6a22fe",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getDescribeTraces(args, opts) {
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invoke("volcengine:tls/getDescribeTraces:getDescribeTraces", {
|
|
25
|
+
"outputFile": args.outputFile,
|
|
26
|
+
"traceId": args.traceId,
|
|
27
|
+
"traceInstanceId": args.traceInstanceId,
|
|
28
|
+
}, opts);
|
|
29
|
+
}
|
|
30
|
+
exports.getDescribeTraces = getDescribeTraces;
|
|
31
|
+
/**
|
|
32
|
+
* Use this data source to query detailed information of tls describe traces
|
|
33
|
+
* ## Example Usage
|
|
34
|
+
*
|
|
35
|
+
* ```typescript
|
|
36
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
37
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
38
|
+
*
|
|
39
|
+
* const example = volcengine.tls.getDescribeTraces({
|
|
40
|
+
* traceId: "c415ff6a-7141-4fe9-9e6c-9ddce4e4c189",
|
|
41
|
+
* traceInstanceId: "b28b19bd-a539-453a-8919-fda3ef6a22fe",
|
|
42
|
+
* });
|
|
43
|
+
* ```
|
|
44
|
+
*/
|
|
45
|
+
function getDescribeTracesOutput(args, opts) {
|
|
46
|
+
return pulumi.output(args).apply((a) => getDescribeTraces(a, opts));
|
|
47
|
+
}
|
|
48
|
+
exports.getDescribeTracesOutput = getDescribeTracesOutput;
|
|
49
|
+
//# sourceMappingURL=getDescribeTraces.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDescribeTraces.js","sourceRoot":"","sources":["../../tls/getDescribeTraces.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IAEtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,8CAQC;AA2CD;;;;;;;;;;;;;GAaG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,iBAAiB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC5E,CAAC;AAFD,0DAEC"}
|
|
@@ -0,0 +1,103 @@
|
|
|
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
|
+
export declare function getDownloadTasks(args?: GetDownloadTasksArgs, opts?: pulumi.InvokeOptions): Promise<GetDownloadTasksResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking getDownloadTasks.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetDownloadTasksArgs {
|
|
23
|
+
/**
|
|
24
|
+
* A list of download task IDs.
|
|
25
|
+
*/
|
|
26
|
+
ids?: string[];
|
|
27
|
+
/**
|
|
28
|
+
* File name where to save data source results (after running `pulumi preview`).
|
|
29
|
+
*/
|
|
30
|
+
outputFile?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The name of the download task.
|
|
33
|
+
*/
|
|
34
|
+
taskName?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The ID of the log topic to which the download tasks belong.
|
|
37
|
+
*/
|
|
38
|
+
topicId?: string;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* A collection of values returned by getDownloadTasks.
|
|
42
|
+
*/
|
|
43
|
+
export interface GetDownloadTasksResult {
|
|
44
|
+
/**
|
|
45
|
+
* The collection of download task results.
|
|
46
|
+
*/
|
|
47
|
+
readonly downloadTasks: outputs.tls.GetDownloadTasksDownloadTask[];
|
|
48
|
+
/**
|
|
49
|
+
* The provider-assigned unique ID for this managed resource.
|
|
50
|
+
*/
|
|
51
|
+
readonly id: string;
|
|
52
|
+
readonly ids?: string[];
|
|
53
|
+
readonly outputFile?: string;
|
|
54
|
+
/**
|
|
55
|
+
* The name of the download task.
|
|
56
|
+
*/
|
|
57
|
+
readonly taskName?: string;
|
|
58
|
+
/**
|
|
59
|
+
* The ID of the log topic to which the download task belongs.
|
|
60
|
+
*/
|
|
61
|
+
readonly topicId?: string;
|
|
62
|
+
/**
|
|
63
|
+
* The total count of download tasks queried.
|
|
64
|
+
*/
|
|
65
|
+
readonly totalCount: number;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* Use this data source to query detailed information of tls download tasks
|
|
69
|
+
* ## Example Usage
|
|
70
|
+
*
|
|
71
|
+
* ```typescript
|
|
72
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
73
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
74
|
+
*
|
|
75
|
+
* const foo = volcengine.tls.getDownloadTasks({
|
|
76
|
+
* topicId: "8ba48bd7-2493-4300-b1d0-cb760b89e51b",
|
|
77
|
+
* taskName: "tf-test-download-task",
|
|
78
|
+
* });
|
|
79
|
+
* export const downloadTasks = foo.then(foo => foo.downloadTasks);
|
|
80
|
+
* ```
|
|
81
|
+
*/
|
|
82
|
+
export declare function getDownloadTasksOutput(args?: GetDownloadTasksOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDownloadTasksResult>;
|
|
83
|
+
/**
|
|
84
|
+
* A collection of arguments for invoking getDownloadTasks.
|
|
85
|
+
*/
|
|
86
|
+
export interface GetDownloadTasksOutputArgs {
|
|
87
|
+
/**
|
|
88
|
+
* A list of download task IDs.
|
|
89
|
+
*/
|
|
90
|
+
ids?: pulumi.Input<pulumi.Input<string>[]>;
|
|
91
|
+
/**
|
|
92
|
+
* File name where to save data source results (after running `pulumi preview`).
|
|
93
|
+
*/
|
|
94
|
+
outputFile?: pulumi.Input<string>;
|
|
95
|
+
/**
|
|
96
|
+
* The name of the download task.
|
|
97
|
+
*/
|
|
98
|
+
taskName?: pulumi.Input<string>;
|
|
99
|
+
/**
|
|
100
|
+
* The ID of the log topic to which the download tasks belong.
|
|
101
|
+
*/
|
|
102
|
+
topicId?: pulumi.Input<string>;
|
|
103
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getDownloadTasksOutput = exports.getDownloadTasks = 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
|
+
function getDownloadTasks(args, opts) {
|
|
24
|
+
args = args || {};
|
|
25
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
|
+
return pulumi.runtime.invoke("volcengine:tls/getDownloadTasks:getDownloadTasks", {
|
|
27
|
+
"ids": args.ids,
|
|
28
|
+
"outputFile": args.outputFile,
|
|
29
|
+
"taskName": args.taskName,
|
|
30
|
+
"topicId": args.topicId,
|
|
31
|
+
}, opts);
|
|
32
|
+
}
|
|
33
|
+
exports.getDownloadTasks = getDownloadTasks;
|
|
34
|
+
/**
|
|
35
|
+
* Use this data source to query detailed information of tls download tasks
|
|
36
|
+
* ## Example Usage
|
|
37
|
+
*
|
|
38
|
+
* ```typescript
|
|
39
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
40
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
41
|
+
*
|
|
42
|
+
* const foo = volcengine.tls.getDownloadTasks({
|
|
43
|
+
* topicId: "8ba48bd7-2493-4300-b1d0-cb760b89e51b",
|
|
44
|
+
* taskName: "tf-test-download-task",
|
|
45
|
+
* });
|
|
46
|
+
* export const downloadTasks = foo.then(foo => foo.downloadTasks);
|
|
47
|
+
* ```
|
|
48
|
+
*/
|
|
49
|
+
function getDownloadTasksOutput(args, opts) {
|
|
50
|
+
return pulumi.output(args).apply((a) => getDownloadTasks(a, opts));
|
|
51
|
+
}
|
|
52
|
+
exports.getDownloadTasksOutput = getDownloadTasksOutput;
|
|
53
|
+
//# sourceMappingURL=getDownloadTasks.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDownloadTasks.js","sourceRoot":"","sources":["../../tls/getDownloadTasks.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,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,kDAAkD,EAAE;QAC7E,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;AAVD,4CAUC;AAmDD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAA2B;IACjG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3E,CAAC;AAFD,wDAEC"}
|