@volcengine/pulumi 0.0.44-alpha.1768546977 → 0.0.44
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 +19 -0
- package/alb/accessLog.js +19 -0
- package/alb/accessLog.js.map +1 -1
- package/alb/allCertificates.d.ts +102 -0
- package/alb/allCertificates.js +42 -0
- package/alb/allCertificates.js.map +1 -1
- package/alb/getAllCertificates.d.ts +102 -0
- package/alb/getAllCertificates.js +42 -0
- package/alb/getAllCertificates.js.map +1 -1
- package/alb/getListenerHealths.d.ts +66 -0
- package/alb/getListenerHealths.js +36 -0
- package/alb/getListenerHealths.js.map +1 -1
- package/alb/healthLog.d.ts +20 -0
- package/alb/healthLog.js +20 -0
- package/alb/healthLog.js.map +1 -1
- package/alb/listener.d.ts +3 -3
- 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 +66 -0
- package/alb/listenerHealths.js +36 -0
- package/alb/listenerHealths.js.map +1 -1
- package/alb/replaceCertificate.d.ts +67 -24
- package/alb/replaceCertificate.js +46 -0
- package/alb/replaceCertificate.js.map +1 -1
- package/alb/tlsAccessLog.d.ts +20 -0
- package/alb/tlsAccessLog.js +20 -0
- package/alb/tlsAccessLog.js.map +1 -1
- 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 +1038 -28
- package/types/output.d.ts +4112 -516
|
@@ -0,0 +1,64 @@
|
|
|
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 health check log projects
|
|
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.clb.getHealthCheckLogProjects({});
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
/** @deprecated volcengine.clb.HealthCheckLogProjects has been deprecated in favor of volcengine.clb.getHealthCheckLogProjects */
|
|
15
|
+
export declare function healthCheckLogProjects(args?: HealthCheckLogProjectsArgs, opts?: pulumi.InvokeOptions): Promise<HealthCheckLogProjectsResult>;
|
|
16
|
+
/**
|
|
17
|
+
* A collection of arguments for invoking HealthCheckLogProjects.
|
|
18
|
+
*/
|
|
19
|
+
export interface HealthCheckLogProjectsArgs {
|
|
20
|
+
/**
|
|
21
|
+
* File name where to save data source results.
|
|
22
|
+
*/
|
|
23
|
+
outputFile?: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* A collection of values returned by HealthCheckLogProjects.
|
|
27
|
+
*/
|
|
28
|
+
export interface HealthCheckLogProjectsResult {
|
|
29
|
+
/**
|
|
30
|
+
* The collection of health check log projects.
|
|
31
|
+
*/
|
|
32
|
+
readonly healthCheckLogProjects: outputs.clb.HealthCheckLogProjectsHealthCheckLogProject[];
|
|
33
|
+
/**
|
|
34
|
+
* The provider-assigned unique ID for this managed resource.
|
|
35
|
+
*/
|
|
36
|
+
readonly id: string;
|
|
37
|
+
readonly outputFile?: string;
|
|
38
|
+
/**
|
|
39
|
+
* The total count of query.
|
|
40
|
+
*/
|
|
41
|
+
readonly totalCount: number;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Use this data source to query detailed information of health check log projects
|
|
45
|
+
* ## Example Usage
|
|
46
|
+
*
|
|
47
|
+
* ```typescript
|
|
48
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
49
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
50
|
+
*
|
|
51
|
+
* const example = volcengine.clb.getHealthCheckLogProjects({});
|
|
52
|
+
* ```
|
|
53
|
+
*/
|
|
54
|
+
/** @deprecated volcengine.clb.HealthCheckLogProjects has been deprecated in favor of volcengine.clb.getHealthCheckLogProjects */
|
|
55
|
+
export declare function healthCheckLogProjectsOutput(args?: HealthCheckLogProjectsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<HealthCheckLogProjectsResult>;
|
|
56
|
+
/**
|
|
57
|
+
* A collection of arguments for invoking HealthCheckLogProjects.
|
|
58
|
+
*/
|
|
59
|
+
export interface HealthCheckLogProjectsOutputArgs {
|
|
60
|
+
/**
|
|
61
|
+
* File name where to save data source results.
|
|
62
|
+
*/
|
|
63
|
+
outputFile?: pulumi.Input<string>;
|
|
64
|
+
}
|
|
@@ -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.healthCheckLogProjectsOutput = exports.healthCheckLogProjects = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of health check log projects
|
|
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.clb.getHealthCheckLogProjects({});
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
/** @deprecated volcengine.clb.HealthCheckLogProjects has been deprecated in favor of volcengine.clb.getHealthCheckLogProjects */
|
|
20
|
+
function healthCheckLogProjects(args, opts) {
|
|
21
|
+
pulumi.log.warn("healthCheckLogProjects is deprecated: volcengine.clb.HealthCheckLogProjects has been deprecated in favor of volcengine.clb.getHealthCheckLogProjects");
|
|
22
|
+
args = args || {};
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invoke("volcengine:clb/healthCheckLogProjects:HealthCheckLogProjects", {
|
|
25
|
+
"outputFile": args.outputFile,
|
|
26
|
+
}, opts);
|
|
27
|
+
}
|
|
28
|
+
exports.healthCheckLogProjects = healthCheckLogProjects;
|
|
29
|
+
/**
|
|
30
|
+
* Use this data source to query detailed information of health check log projects
|
|
31
|
+
* ## Example Usage
|
|
32
|
+
*
|
|
33
|
+
* ```typescript
|
|
34
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
35
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
36
|
+
*
|
|
37
|
+
* const example = volcengine.clb.getHealthCheckLogProjects({});
|
|
38
|
+
* ```
|
|
39
|
+
*/
|
|
40
|
+
/** @deprecated volcengine.clb.HealthCheckLogProjects has been deprecated in favor of volcengine.clb.getHealthCheckLogProjects */
|
|
41
|
+
function healthCheckLogProjectsOutput(args, opts) {
|
|
42
|
+
return pulumi.output(args).apply((a) => healthCheckLogProjects(a, opts));
|
|
43
|
+
}
|
|
44
|
+
exports.healthCheckLogProjectsOutput = healthCheckLogProjectsOutput;
|
|
45
|
+
//# sourceMappingURL=healthCheckLogProjects.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"healthCheckLogProjects.js","sourceRoot":"","sources":["../../clb/healthCheckLogProjects.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;GAUG;AACH,iIAAiI;AACjI,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAA2B;IACjG,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,sJAAsJ,CAAC,CAAA;IACvK,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,8DAA8D,EAAE;QACzF,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,wDAQC;AA8BD;;;;;;;;;;GAUG;AACH,iIAAiI;AACjI,SAAgB,4BAA4B,CAAC,IAAuC,EAAE,IAA2B;IAC7G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,sBAAsB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACjF,CAAC;AAFD,oEAEC"}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Provides a resource to manage health check log topic
|
|
4
|
+
* ## Example Usage
|
|
5
|
+
*
|
|
6
|
+
* ```typescript
|
|
7
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
8
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
9
|
+
*
|
|
10
|
+
* const example = new volcengine.clb.HealthCheckLogTopic("example", {
|
|
11
|
+
* loadBalancerId: "clb-mim12q0soe805smt1be*****",
|
|
12
|
+
* logTopicId: "82fddbd8-4140-4527-****-b89d2aae4a61",
|
|
13
|
+
* });
|
|
14
|
+
* const example1 = new volcengine.clb.HealthCheckLogTopic("example1", {
|
|
15
|
+
* loadBalancerId: "clb-13g5i2cbg6nsw3n6nu5r*****",
|
|
16
|
+
* logTopicId: "82fddbd8-4140-4527-****-b89d2aae4a61",
|
|
17
|
+
* });
|
|
18
|
+
* ```
|
|
19
|
+
*
|
|
20
|
+
* ## Import
|
|
21
|
+
*
|
|
22
|
+
* HealthCheckLogTopic can be imported using the id, e.g.
|
|
23
|
+
*
|
|
24
|
+
* ```sh
|
|
25
|
+
* $ pulumi import volcengine:clb/healthCheckLogTopic:HealthCheckLogTopic default log_topic_id:load_balancer_id
|
|
26
|
+
* ```
|
|
27
|
+
*/
|
|
28
|
+
export declare class HealthCheckLogTopic extends pulumi.CustomResource {
|
|
29
|
+
/**
|
|
30
|
+
* Get an existing HealthCheckLogTopic resource's state with the given name, ID, and optional extra
|
|
31
|
+
* properties used to qualify the lookup.
|
|
32
|
+
*
|
|
33
|
+
* @param name The _unique_ name of the resulting resource.
|
|
34
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
35
|
+
* @param state Any extra arguments used during the lookup.
|
|
36
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
37
|
+
*/
|
|
38
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: HealthCheckLogTopicState, opts?: pulumi.CustomResourceOptions): HealthCheckLogTopic;
|
|
39
|
+
/**
|
|
40
|
+
* Returns true if the given object is an instance of HealthCheckLogTopic. This is designed to work even
|
|
41
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
42
|
+
*/
|
|
43
|
+
static isInstance(obj: any): obj is HealthCheckLogTopic;
|
|
44
|
+
/**
|
|
45
|
+
* The ID of the CLB instance.
|
|
46
|
+
*/
|
|
47
|
+
readonly loadBalancerId: pulumi.Output<string>;
|
|
48
|
+
/**
|
|
49
|
+
* The ID of the log topic.
|
|
50
|
+
*/
|
|
51
|
+
readonly logTopicId: pulumi.Output<string>;
|
|
52
|
+
/**
|
|
53
|
+
* Create a HealthCheckLogTopic resource with the given unique name, arguments, and options.
|
|
54
|
+
*
|
|
55
|
+
* @param name The _unique_ name of the resource.
|
|
56
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
57
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
58
|
+
*/
|
|
59
|
+
constructor(name: string, args: HealthCheckLogTopicArgs, opts?: pulumi.CustomResourceOptions);
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Input properties used for looking up and filtering HealthCheckLogTopic resources.
|
|
63
|
+
*/
|
|
64
|
+
export interface HealthCheckLogTopicState {
|
|
65
|
+
/**
|
|
66
|
+
* The ID of the CLB instance.
|
|
67
|
+
*/
|
|
68
|
+
loadBalancerId?: pulumi.Input<string>;
|
|
69
|
+
/**
|
|
70
|
+
* The ID of the log topic.
|
|
71
|
+
*/
|
|
72
|
+
logTopicId?: pulumi.Input<string>;
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* The set of arguments for constructing a HealthCheckLogTopic resource.
|
|
76
|
+
*/
|
|
77
|
+
export interface HealthCheckLogTopicArgs {
|
|
78
|
+
/**
|
|
79
|
+
* The ID of the CLB instance.
|
|
80
|
+
*/
|
|
81
|
+
loadBalancerId: pulumi.Input<string>;
|
|
82
|
+
/**
|
|
83
|
+
* The ID of the log topic.
|
|
84
|
+
*/
|
|
85
|
+
logTopicId: pulumi.Input<string>;
|
|
86
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
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.HealthCheckLogTopic = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Provides a resource to manage health check log topic
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
15
|
+
*
|
|
16
|
+
* const example = new volcengine.clb.HealthCheckLogTopic("example", {
|
|
17
|
+
* loadBalancerId: "clb-mim12q0soe805smt1be*****",
|
|
18
|
+
* logTopicId: "82fddbd8-4140-4527-****-b89d2aae4a61",
|
|
19
|
+
* });
|
|
20
|
+
* const example1 = new volcengine.clb.HealthCheckLogTopic("example1", {
|
|
21
|
+
* loadBalancerId: "clb-13g5i2cbg6nsw3n6nu5r*****",
|
|
22
|
+
* logTopicId: "82fddbd8-4140-4527-****-b89d2aae4a61",
|
|
23
|
+
* });
|
|
24
|
+
* ```
|
|
25
|
+
*
|
|
26
|
+
* ## Import
|
|
27
|
+
*
|
|
28
|
+
* HealthCheckLogTopic can be imported using the id, e.g.
|
|
29
|
+
*
|
|
30
|
+
* ```sh
|
|
31
|
+
* $ pulumi import volcengine:clb/healthCheckLogTopic:HealthCheckLogTopic default log_topic_id:load_balancer_id
|
|
32
|
+
* ```
|
|
33
|
+
*/
|
|
34
|
+
class HealthCheckLogTopic extends pulumi.CustomResource {
|
|
35
|
+
/**
|
|
36
|
+
* Get an existing HealthCheckLogTopic resource's state with the given name, ID, and optional extra
|
|
37
|
+
* properties used to qualify the lookup.
|
|
38
|
+
*
|
|
39
|
+
* @param name The _unique_ name of the resulting resource.
|
|
40
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
41
|
+
* @param state Any extra arguments used during the lookup.
|
|
42
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
43
|
+
*/
|
|
44
|
+
static get(name, id, state, opts) {
|
|
45
|
+
return new HealthCheckLogTopic(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* Returns true if the given object is an instance of HealthCheckLogTopic. This is designed to work even
|
|
49
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
50
|
+
*/
|
|
51
|
+
static isInstance(obj) {
|
|
52
|
+
if (obj === undefined || obj === null) {
|
|
53
|
+
return false;
|
|
54
|
+
}
|
|
55
|
+
return obj['__pulumiType'] === HealthCheckLogTopic.__pulumiType;
|
|
56
|
+
}
|
|
57
|
+
constructor(name, argsOrState, opts) {
|
|
58
|
+
let resourceInputs = {};
|
|
59
|
+
opts = opts || {};
|
|
60
|
+
if (opts.id) {
|
|
61
|
+
const state = argsOrState;
|
|
62
|
+
resourceInputs["loadBalancerId"] = state ? state.loadBalancerId : undefined;
|
|
63
|
+
resourceInputs["logTopicId"] = state ? state.logTopicId : undefined;
|
|
64
|
+
}
|
|
65
|
+
else {
|
|
66
|
+
const args = argsOrState;
|
|
67
|
+
if ((!args || args.loadBalancerId === undefined) && !opts.urn) {
|
|
68
|
+
throw new Error("Missing required property 'loadBalancerId'");
|
|
69
|
+
}
|
|
70
|
+
if ((!args || args.logTopicId === undefined) && !opts.urn) {
|
|
71
|
+
throw new Error("Missing required property 'logTopicId'");
|
|
72
|
+
}
|
|
73
|
+
resourceInputs["loadBalancerId"] = args ? args.loadBalancerId : undefined;
|
|
74
|
+
resourceInputs["logTopicId"] = args ? args.logTopicId : undefined;
|
|
75
|
+
}
|
|
76
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
77
|
+
super(HealthCheckLogTopic.__pulumiType, name, resourceInputs, opts);
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
exports.HealthCheckLogTopic = HealthCheckLogTopic;
|
|
81
|
+
/** @internal */
|
|
82
|
+
HealthCheckLogTopic.__pulumiType = 'volcengine:clb/healthCheckLogTopic:HealthCheckLogTopic';
|
|
83
|
+
//# sourceMappingURL=healthCheckLogTopic.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"healthCheckLogTopic.js","sourceRoot":"","sources":["../../clb/healthCheckLogTopic.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAa,mBAAoB,SAAQ,MAAM,CAAC,cAAc;IAC1D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgC,EAAE,IAAmC;QAC9H,OAAO,IAAI,mBAAmB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC1E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,mBAAmB,CAAC,YAAY,CAAC;IACpE,CAAC;IAmBD,YAAY,IAAY,EAAE,WAAgE,EAAE,IAAmC;QAC3H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAmD,CAAC;YAClE,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;SACvE;aAAM;YACH,MAAM,IAAI,GAAG,WAAkD,CAAC;YAChE,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,cAAc,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3D,MAAM,IAAI,KAAK,CAAC,4CAA4C,CAAC,CAAC;aACjE;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;SACrE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,mBAAmB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACxE,CAAC;;AAjEL,kDAkEC;AApDG,gBAAgB;AACO,gCAAY,GAAG,wDAAwD,CAAC"}
|
|
@@ -0,0 +1,77 @@
|
|
|
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 health check log topics
|
|
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.clb.getHealthCheckLogTopics({
|
|
12
|
+
* logTopicId: "82fddbd8-4140-4527-****-b89d2aae4a61",
|
|
13
|
+
* });
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
/** @deprecated volcengine.clb.HealthCheckLogTopics has been deprecated in favor of volcengine.clb.getHealthCheckLogTopics */
|
|
17
|
+
export declare function healthCheckLogTopics(args: HealthCheckLogTopicsArgs, opts?: pulumi.InvokeOptions): Promise<HealthCheckLogTopicsResult>;
|
|
18
|
+
/**
|
|
19
|
+
* A collection of arguments for invoking HealthCheckLogTopics.
|
|
20
|
+
*/
|
|
21
|
+
export interface HealthCheckLogTopicsArgs {
|
|
22
|
+
/**
|
|
23
|
+
* The ID of the log topic.
|
|
24
|
+
*/
|
|
25
|
+
logTopicId: string;
|
|
26
|
+
/**
|
|
27
|
+
* File name where to save data source results.
|
|
28
|
+
*/
|
|
29
|
+
outputFile?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* A collection of values returned by HealthCheckLogTopics.
|
|
33
|
+
*/
|
|
34
|
+
export interface HealthCheckLogTopicsResult {
|
|
35
|
+
/**
|
|
36
|
+
* The collection of query.
|
|
37
|
+
*/
|
|
38
|
+
readonly healthCheckLogTopics: outputs.clb.HealthCheckLogTopicsHealthCheckLogTopic[];
|
|
39
|
+
/**
|
|
40
|
+
* The provider-assigned unique ID for this managed resource.
|
|
41
|
+
*/
|
|
42
|
+
readonly id: string;
|
|
43
|
+
readonly logTopicId: string;
|
|
44
|
+
readonly outputFile?: string;
|
|
45
|
+
/**
|
|
46
|
+
* The total count of query.
|
|
47
|
+
*/
|
|
48
|
+
readonly totalCount: number;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Use this data source to query detailed information of health check log topics
|
|
52
|
+
* ## Example Usage
|
|
53
|
+
*
|
|
54
|
+
* ```typescript
|
|
55
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
56
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
57
|
+
*
|
|
58
|
+
* const example = volcengine.clb.getHealthCheckLogTopics({
|
|
59
|
+
* logTopicId: "82fddbd8-4140-4527-****-b89d2aae4a61",
|
|
60
|
+
* });
|
|
61
|
+
* ```
|
|
62
|
+
*/
|
|
63
|
+
/** @deprecated volcengine.clb.HealthCheckLogTopics has been deprecated in favor of volcengine.clb.getHealthCheckLogTopics */
|
|
64
|
+
export declare function healthCheckLogTopicsOutput(args: HealthCheckLogTopicsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<HealthCheckLogTopicsResult>;
|
|
65
|
+
/**
|
|
66
|
+
* A collection of arguments for invoking HealthCheckLogTopics.
|
|
67
|
+
*/
|
|
68
|
+
export interface HealthCheckLogTopicsOutputArgs {
|
|
69
|
+
/**
|
|
70
|
+
* The ID of the log topic.
|
|
71
|
+
*/
|
|
72
|
+
logTopicId: pulumi.Input<string>;
|
|
73
|
+
/**
|
|
74
|
+
* File name where to save data source results.
|
|
75
|
+
*/
|
|
76
|
+
outputFile?: pulumi.Input<string>;
|
|
77
|
+
}
|
|
@@ -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.healthCheckLogTopicsOutput = exports.healthCheckLogTopics = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of health check log topics
|
|
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.clb.getHealthCheckLogTopics({
|
|
17
|
+
* logTopicId: "82fddbd8-4140-4527-****-b89d2aae4a61",
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
/** @deprecated volcengine.clb.HealthCheckLogTopics has been deprecated in favor of volcengine.clb.getHealthCheckLogTopics */
|
|
22
|
+
function healthCheckLogTopics(args, opts) {
|
|
23
|
+
pulumi.log.warn("healthCheckLogTopics is deprecated: volcengine.clb.HealthCheckLogTopics has been deprecated in favor of volcengine.clb.getHealthCheckLogTopics");
|
|
24
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
25
|
+
return pulumi.runtime.invoke("volcengine:clb/healthCheckLogTopics:HealthCheckLogTopics", {
|
|
26
|
+
"logTopicId": args.logTopicId,
|
|
27
|
+
"outputFile": args.outputFile,
|
|
28
|
+
}, opts);
|
|
29
|
+
}
|
|
30
|
+
exports.healthCheckLogTopics = healthCheckLogTopics;
|
|
31
|
+
/**
|
|
32
|
+
* Use this data source to query detailed information of health check log topics
|
|
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.clb.getHealthCheckLogTopics({
|
|
40
|
+
* logTopicId: "82fddbd8-4140-4527-****-b89d2aae4a61",
|
|
41
|
+
* });
|
|
42
|
+
* ```
|
|
43
|
+
*/
|
|
44
|
+
/** @deprecated volcengine.clb.HealthCheckLogTopics has been deprecated in favor of volcengine.clb.getHealthCheckLogTopics */
|
|
45
|
+
function healthCheckLogTopicsOutput(args, opts) {
|
|
46
|
+
return pulumi.output(args).apply((a) => healthCheckLogTopics(a, opts));
|
|
47
|
+
}
|
|
48
|
+
exports.healthCheckLogTopicsOutput = healthCheckLogTopicsOutput;
|
|
49
|
+
//# sourceMappingURL=healthCheckLogTopics.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"healthCheckLogTopics.js","sourceRoot":"","sources":["../../clb/healthCheckLogTopics.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,6HAA6H;AAC7H,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,gJAAgJ,CAAC,CAAA;IAEjK,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,oDAQC;AAmCD;;;;;;;;;;;;GAYG;AACH,6HAA6H;AAC7H,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IACxG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,oBAAoB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC/E,CAAC;AAFD,gEAEC"}
|
package/clb/index.d.ts
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
export { AccessLogArgs, AccessLogState } from "./accessLog";
|
|
2
|
+
export type AccessLog = import("./accessLog").AccessLog;
|
|
3
|
+
export declare const AccessLog: typeof import("./accessLog").AccessLog;
|
|
1
4
|
export { AclArgs, AclState } from "./acl";
|
|
2
5
|
export type Acl = import("./acl").Acl;
|
|
3
6
|
export declare const Acl: typeof import("./acl").Acl;
|
|
@@ -28,6 +31,15 @@ export declare const getCertificatesOutput: typeof import("./getCertificates").g
|
|
|
28
31
|
export { GetClbsArgs, GetClbsResult, GetClbsOutputArgs } from "./getClbs";
|
|
29
32
|
export declare const getClbs: typeof import("./getClbs").getClbs;
|
|
30
33
|
export declare const getClbsOutput: typeof import("./getClbs").getClbsOutput;
|
|
34
|
+
export { GetHealthCheckLogProjectsArgs, GetHealthCheckLogProjectsResult, GetHealthCheckLogProjectsOutputArgs } from "./getHealthCheckLogProjects";
|
|
35
|
+
export declare const getHealthCheckLogProjects: typeof import("./getHealthCheckLogProjects").getHealthCheckLogProjects;
|
|
36
|
+
export declare const getHealthCheckLogProjectsOutput: typeof import("./getHealthCheckLogProjects").getHealthCheckLogProjectsOutput;
|
|
37
|
+
export { GetHealthCheckLogTopicsArgs, GetHealthCheckLogTopicsResult, GetHealthCheckLogTopicsOutputArgs } from "./getHealthCheckLogTopics";
|
|
38
|
+
export declare const getHealthCheckLogTopics: typeof import("./getHealthCheckLogTopics").getHealthCheckLogTopics;
|
|
39
|
+
export declare const getHealthCheckLogTopicsOutput: typeof import("./getHealthCheckLogTopics").getHealthCheckLogTopicsOutput;
|
|
40
|
+
export { GetListenerHealthsArgs, GetListenerHealthsResult, GetListenerHealthsOutputArgs } from "./getListenerHealths";
|
|
41
|
+
export declare const getListenerHealths: typeof import("./getListenerHealths").getListenerHealths;
|
|
42
|
+
export declare const getListenerHealthsOutput: typeof import("./getListenerHealths").getListenerHealthsOutput;
|
|
31
43
|
export { GetListenersArgs, GetListenersResult, GetListenersOutputArgs } from "./getListeners";
|
|
32
44
|
export declare const getListeners: typeof import("./getListeners").getListeners;
|
|
33
45
|
export declare const getListenersOutput: typeof import("./getListeners").getListenersOutput;
|
|
@@ -43,9 +55,24 @@ export declare const getServerGroupsOutput: typeof import("./getServerGroups").g
|
|
|
43
55
|
export { GetZonesArgs, GetZonesResult, GetZonesOutputArgs } from "./getZones";
|
|
44
56
|
export declare const getZones: typeof import("./getZones").getZones;
|
|
45
57
|
export declare const getZonesOutput: typeof import("./getZones").getZonesOutput;
|
|
58
|
+
export { HealthCheckLogProjectArgs, HealthCheckLogProjectState } from "./healthCheckLogProject";
|
|
59
|
+
export type HealthCheckLogProject = import("./healthCheckLogProject").HealthCheckLogProject;
|
|
60
|
+
export declare const HealthCheckLogProject: typeof import("./healthCheckLogProject").HealthCheckLogProject;
|
|
61
|
+
export { HealthCheckLogProjectsArgs, HealthCheckLogProjectsResult, HealthCheckLogProjectsOutputArgs } from "./healthCheckLogProjects";
|
|
62
|
+
export declare const healthCheckLogProjects: typeof import("./healthCheckLogProjects").healthCheckLogProjects;
|
|
63
|
+
export declare const healthCheckLogProjectsOutput: typeof import("./healthCheckLogProjects").healthCheckLogProjectsOutput;
|
|
64
|
+
export { HealthCheckLogTopicArgs, HealthCheckLogTopicState } from "./healthCheckLogTopic";
|
|
65
|
+
export type HealthCheckLogTopic = import("./healthCheckLogTopic").HealthCheckLogTopic;
|
|
66
|
+
export declare const HealthCheckLogTopic: typeof import("./healthCheckLogTopic").HealthCheckLogTopic;
|
|
67
|
+
export { HealthCheckLogTopicsArgs, HealthCheckLogTopicsResult, HealthCheckLogTopicsOutputArgs } from "./healthCheckLogTopics";
|
|
68
|
+
export declare const healthCheckLogTopics: typeof import("./healthCheckLogTopics").healthCheckLogTopics;
|
|
69
|
+
export declare const healthCheckLogTopicsOutput: typeof import("./healthCheckLogTopics").healthCheckLogTopicsOutput;
|
|
46
70
|
export { ListenerArgs, ListenerState } from "./listener";
|
|
47
71
|
export type Listener = import("./listener").Listener;
|
|
48
72
|
export declare const Listener: typeof import("./listener").Listener;
|
|
73
|
+
export { ListenerHealthsArgs, ListenerHealthsResult, ListenerHealthsOutputArgs } from "./listenerHealths";
|
|
74
|
+
export declare const listenerHealths: typeof import("./listenerHealths").listenerHealths;
|
|
75
|
+
export declare const listenerHealthsOutput: typeof import("./listenerHealths").listenerHealthsOutput;
|
|
49
76
|
export { ListenersArgs, ListenersResult, ListenersOutputArgs } from "./listeners";
|
|
50
77
|
export declare const listeners: typeof import("./listeners").listeners;
|
|
51
78
|
export declare const listenersOutput: typeof import("./listeners").listenersOutput;
|
package/clb/index.js
CHANGED
|
@@ -2,9 +2,12 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.
|
|
5
|
+
exports.serverGroupServers = exports.ServerGroupServer = exports.ServerGroup = exports.rulesOutput = exports.rules = exports.Rule = exports.listenersOutput = exports.listeners = exports.listenerHealthsOutput = exports.listenerHealths = exports.Listener = exports.healthCheckLogTopicsOutput = exports.healthCheckLogTopics = exports.HealthCheckLogTopic = exports.healthCheckLogProjectsOutput = exports.healthCheckLogProjects = exports.HealthCheckLogProject = exports.getZonesOutput = exports.getZones = exports.getServerGroupsOutput = exports.getServerGroups = exports.getServerGroupServersOutput = exports.getServerGroupServers = exports.getRulesOutput = exports.getRules = exports.getListenersOutput = exports.getListeners = exports.getListenerHealthsOutput = exports.getListenerHealths = exports.getHealthCheckLogTopicsOutput = exports.getHealthCheckLogTopics = exports.getHealthCheckLogProjectsOutput = exports.getHealthCheckLogProjects = exports.getClbsOutput = exports.getClbs = exports.getCertificatesOutput = exports.getCertificates = exports.getAclsOutput = exports.getAcls = exports.clbsOutput = exports.clbs = exports.Clb = exports.certificatesOutput = exports.certificates = exports.Certificate = exports.aclsOutput = exports.acls = exports.AclEntry = exports.Acl = exports.AccessLog = void 0;
|
|
6
|
+
exports.zonesOutput = exports.zones = exports.serverGroupsOutput = exports.serverGroups = exports.serverGroupServersOutput = void 0;
|
|
6
7
|
const pulumi = require("@pulumi/pulumi");
|
|
7
8
|
const utilities = require("../utilities");
|
|
9
|
+
exports.AccessLog = null;
|
|
10
|
+
utilities.lazyLoad(exports, ["AccessLog"], () => require("./accessLog"));
|
|
8
11
|
exports.Acl = null;
|
|
9
12
|
utilities.lazyLoad(exports, ["Acl"], () => require("./acl"));
|
|
10
13
|
exports.AclEntry = null;
|
|
@@ -31,6 +34,15 @@ utilities.lazyLoad(exports, ["getCertificates", "getCertificatesOutput"], () =>
|
|
|
31
34
|
exports.getClbs = null;
|
|
32
35
|
exports.getClbsOutput = null;
|
|
33
36
|
utilities.lazyLoad(exports, ["getClbs", "getClbsOutput"], () => require("./getClbs"));
|
|
37
|
+
exports.getHealthCheckLogProjects = null;
|
|
38
|
+
exports.getHealthCheckLogProjectsOutput = null;
|
|
39
|
+
utilities.lazyLoad(exports, ["getHealthCheckLogProjects", "getHealthCheckLogProjectsOutput"], () => require("./getHealthCheckLogProjects"));
|
|
40
|
+
exports.getHealthCheckLogTopics = null;
|
|
41
|
+
exports.getHealthCheckLogTopicsOutput = null;
|
|
42
|
+
utilities.lazyLoad(exports, ["getHealthCheckLogTopics", "getHealthCheckLogTopicsOutput"], () => require("./getHealthCheckLogTopics"));
|
|
43
|
+
exports.getListenerHealths = null;
|
|
44
|
+
exports.getListenerHealthsOutput = null;
|
|
45
|
+
utilities.lazyLoad(exports, ["getListenerHealths", "getListenerHealthsOutput"], () => require("./getListenerHealths"));
|
|
34
46
|
exports.getListeners = null;
|
|
35
47
|
exports.getListenersOutput = null;
|
|
36
48
|
utilities.lazyLoad(exports, ["getListeners", "getListenersOutput"], () => require("./getListeners"));
|
|
@@ -46,8 +58,21 @@ utilities.lazyLoad(exports, ["getServerGroups", "getServerGroupsOutput"], () =>
|
|
|
46
58
|
exports.getZones = null;
|
|
47
59
|
exports.getZonesOutput = null;
|
|
48
60
|
utilities.lazyLoad(exports, ["getZones", "getZonesOutput"], () => require("./getZones"));
|
|
61
|
+
exports.HealthCheckLogProject = null;
|
|
62
|
+
utilities.lazyLoad(exports, ["HealthCheckLogProject"], () => require("./healthCheckLogProject"));
|
|
63
|
+
exports.healthCheckLogProjects = null;
|
|
64
|
+
exports.healthCheckLogProjectsOutput = null;
|
|
65
|
+
utilities.lazyLoad(exports, ["healthCheckLogProjects", "healthCheckLogProjectsOutput"], () => require("./healthCheckLogProjects"));
|
|
66
|
+
exports.HealthCheckLogTopic = null;
|
|
67
|
+
utilities.lazyLoad(exports, ["HealthCheckLogTopic"], () => require("./healthCheckLogTopic"));
|
|
68
|
+
exports.healthCheckLogTopics = null;
|
|
69
|
+
exports.healthCheckLogTopicsOutput = null;
|
|
70
|
+
utilities.lazyLoad(exports, ["healthCheckLogTopics", "healthCheckLogTopicsOutput"], () => require("./healthCheckLogTopics"));
|
|
49
71
|
exports.Listener = null;
|
|
50
72
|
utilities.lazyLoad(exports, ["Listener"], () => require("./listener"));
|
|
73
|
+
exports.listenerHealths = null;
|
|
74
|
+
exports.listenerHealthsOutput = null;
|
|
75
|
+
utilities.lazyLoad(exports, ["listenerHealths", "listenerHealthsOutput"], () => require("./listenerHealths"));
|
|
51
76
|
exports.listeners = null;
|
|
52
77
|
exports.listenersOutput = null;
|
|
53
78
|
utilities.lazyLoad(exports, ["listeners", "listenersOutput"], () => require("./listeners"));
|
|
@@ -73,6 +98,8 @@ const _module = {
|
|
|
73
98
|
version: utilities.getVersion(),
|
|
74
99
|
construct: (name, type, urn) => {
|
|
75
100
|
switch (type) {
|
|
101
|
+
case "volcengine:clb/accessLog:AccessLog":
|
|
102
|
+
return new exports.AccessLog(name, undefined, { urn });
|
|
76
103
|
case "volcengine:clb/acl:Acl":
|
|
77
104
|
return new exports.Acl(name, undefined, { urn });
|
|
78
105
|
case "volcengine:clb/aclEntry:AclEntry":
|
|
@@ -81,6 +108,10 @@ const _module = {
|
|
|
81
108
|
return new exports.Certificate(name, undefined, { urn });
|
|
82
109
|
case "volcengine:clb/clb:Clb":
|
|
83
110
|
return new exports.Clb(name, undefined, { urn });
|
|
111
|
+
case "volcengine:clb/healthCheckLogProject:HealthCheckLogProject":
|
|
112
|
+
return new exports.HealthCheckLogProject(name, undefined, { urn });
|
|
113
|
+
case "volcengine:clb/healthCheckLogTopic:HealthCheckLogTopic":
|
|
114
|
+
return new exports.HealthCheckLogTopic(name, undefined, { urn });
|
|
84
115
|
case "volcengine:clb/listener:Listener":
|
|
85
116
|
return new exports.Listener(name, undefined, { urn });
|
|
86
117
|
case "volcengine:clb/rule:Rule":
|
|
@@ -94,10 +125,13 @@ const _module = {
|
|
|
94
125
|
}
|
|
95
126
|
},
|
|
96
127
|
};
|
|
128
|
+
pulumi.runtime.registerResourceModule("volcengine", "clb/accessLog", _module);
|
|
97
129
|
pulumi.runtime.registerResourceModule("volcengine", "clb/acl", _module);
|
|
98
130
|
pulumi.runtime.registerResourceModule("volcengine", "clb/aclEntry", _module);
|
|
99
131
|
pulumi.runtime.registerResourceModule("volcengine", "clb/certificate", _module);
|
|
100
132
|
pulumi.runtime.registerResourceModule("volcengine", "clb/clb", _module);
|
|
133
|
+
pulumi.runtime.registerResourceModule("volcengine", "clb/healthCheckLogProject", _module);
|
|
134
|
+
pulumi.runtime.registerResourceModule("volcengine", "clb/healthCheckLogTopic", _module);
|
|
101
135
|
pulumi.runtime.registerResourceModule("volcengine", "clb/listener", _module);
|
|
102
136
|
pulumi.runtime.registerResourceModule("volcengine", "clb/rule", _module);
|
|
103
137
|
pulumi.runtime.registerResourceModule("volcengine", "clb/serverGroup", _module);
|
package/clb/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../clb/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../clb/index.ts"],"names":[],"mappings":"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"}
|