@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
|
@@ -35,6 +35,13 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
35
35
|
* loadBalancerId: fooClb.id,
|
|
36
36
|
* serverGroupName: "acc-test-create",
|
|
37
37
|
* description: "hello demo11",
|
|
38
|
+
* type: "instance",
|
|
39
|
+
* });
|
|
40
|
+
* const fooIpServerGroup = new volcengine.clb.ServerGroup("fooIpServerGroup", {
|
|
41
|
+
* loadBalancerId: fooClb.id,
|
|
42
|
+
* serverGroupName: "acc-test-create-ip",
|
|
43
|
+
* description: "hello demo ip server group",
|
|
44
|
+
* type: "ip",
|
|
38
45
|
* });
|
|
39
46
|
* const fooSecurityGroup = new volcengine.vpc.SecurityGroup("fooSecurityGroup", {
|
|
40
47
|
* vpcId: fooVpc.id,
|
|
@@ -59,6 +66,23 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
59
66
|
* port: 80,
|
|
60
67
|
* description: "This is a acc test server",
|
|
61
68
|
* });
|
|
69
|
+
* const fooEni = new volcengine.clb.ServerGroupServer("fooEni", {
|
|
70
|
+
* serverGroupId: fooServerGroup.id,
|
|
71
|
+
* instanceId: "eni-btgpz5my7ta85h0b2ur*****",
|
|
72
|
+
* type: "eni",
|
|
73
|
+
* weight: 100,
|
|
74
|
+
* port: 8080,
|
|
75
|
+
* description: "This is a acc test server use eni",
|
|
76
|
+
* });
|
|
77
|
+
* const fooIpServerGroupServer = new volcengine.clb.ServerGroupServer("fooIpServerGroupServer", {
|
|
78
|
+
* serverGroupId: fooIpServerGroup.id,
|
|
79
|
+
* instanceId: "192.168.*.*",
|
|
80
|
+
* ip: "192.168.*.*",
|
|
81
|
+
* type: "ip",
|
|
82
|
+
* weight: 80,
|
|
83
|
+
* port: 400,
|
|
84
|
+
* description: "This is a acc test server use ip",
|
|
85
|
+
* });
|
|
62
86
|
* ```
|
|
63
87
|
*
|
|
64
88
|
* ## Import
|
|
@@ -90,7 +114,7 @@ export declare class ServerGroupServer extends pulumi.CustomResource {
|
|
|
90
114
|
*/
|
|
91
115
|
readonly description: pulumi.Output<string | undefined>;
|
|
92
116
|
/**
|
|
93
|
-
* The ID of ecs instance or the network card bound to ecs instance.
|
|
117
|
+
* The ID of ecs instance or the network card bound to ecs instance. When the `type` is `ip`, this parameter is an IP address.
|
|
94
118
|
*/
|
|
95
119
|
readonly instanceId: pulumi.Output<string>;
|
|
96
120
|
/**
|
|
@@ -110,7 +134,7 @@ export declare class ServerGroupServer extends pulumi.CustomResource {
|
|
|
110
134
|
*/
|
|
111
135
|
readonly serverId: pulumi.Output<string>;
|
|
112
136
|
/**
|
|
113
|
-
* The type of instance. Optional choice contains `ecs`, `eni`.
|
|
137
|
+
* The type of instance. Optional choice contains `ecs`, `eni`, `ip`. When the `type` of `serverGroupId` is `ip`, only `ip` is supported.
|
|
114
138
|
*/
|
|
115
139
|
readonly type: pulumi.Output<string>;
|
|
116
140
|
/**
|
|
@@ -135,7 +159,7 @@ export interface ServerGroupServerState {
|
|
|
135
159
|
*/
|
|
136
160
|
description?: pulumi.Input<string>;
|
|
137
161
|
/**
|
|
138
|
-
* The ID of ecs instance or the network card bound to ecs instance.
|
|
162
|
+
* The ID of ecs instance or the network card bound to ecs instance. When the `type` is `ip`, this parameter is an IP address.
|
|
139
163
|
*/
|
|
140
164
|
instanceId?: pulumi.Input<string>;
|
|
141
165
|
/**
|
|
@@ -155,7 +179,7 @@ export interface ServerGroupServerState {
|
|
|
155
179
|
*/
|
|
156
180
|
serverId?: pulumi.Input<string>;
|
|
157
181
|
/**
|
|
158
|
-
* The type of instance. Optional choice contains `ecs`, `eni`.
|
|
182
|
+
* The type of instance. Optional choice contains `ecs`, `eni`, `ip`. When the `type` of `serverGroupId` is `ip`, only `ip` is supported.
|
|
159
183
|
*/
|
|
160
184
|
type?: pulumi.Input<string>;
|
|
161
185
|
/**
|
|
@@ -172,7 +196,7 @@ export interface ServerGroupServerArgs {
|
|
|
172
196
|
*/
|
|
173
197
|
description?: pulumi.Input<string>;
|
|
174
198
|
/**
|
|
175
|
-
* The ID of ecs instance or the network card bound to ecs instance.
|
|
199
|
+
* The ID of ecs instance or the network card bound to ecs instance. When the `type` is `ip`, this parameter is an IP address.
|
|
176
200
|
*/
|
|
177
201
|
instanceId: pulumi.Input<string>;
|
|
178
202
|
/**
|
|
@@ -188,7 +212,7 @@ export interface ServerGroupServerArgs {
|
|
|
188
212
|
*/
|
|
189
213
|
serverGroupId: pulumi.Input<string>;
|
|
190
214
|
/**
|
|
191
|
-
* The type of instance. Optional choice contains `ecs`, `eni`.
|
|
215
|
+
* The type of instance. Optional choice contains `ecs`, `eni`, `ip`. When the `type` of `serverGroupId` is `ip`, only `ip` is supported.
|
|
192
216
|
*/
|
|
193
217
|
type: pulumi.Input<string>;
|
|
194
218
|
/**
|
package/clb/serverGroupServer.js
CHANGED
|
@@ -41,6 +41,13 @@ const utilities = require("../utilities");
|
|
|
41
41
|
* loadBalancerId: fooClb.id,
|
|
42
42
|
* serverGroupName: "acc-test-create",
|
|
43
43
|
* description: "hello demo11",
|
|
44
|
+
* type: "instance",
|
|
45
|
+
* });
|
|
46
|
+
* const fooIpServerGroup = new volcengine.clb.ServerGroup("fooIpServerGroup", {
|
|
47
|
+
* loadBalancerId: fooClb.id,
|
|
48
|
+
* serverGroupName: "acc-test-create-ip",
|
|
49
|
+
* description: "hello demo ip server group",
|
|
50
|
+
* type: "ip",
|
|
44
51
|
* });
|
|
45
52
|
* const fooSecurityGroup = new volcengine.vpc.SecurityGroup("fooSecurityGroup", {
|
|
46
53
|
* vpcId: fooVpc.id,
|
|
@@ -65,6 +72,23 @@ const utilities = require("../utilities");
|
|
|
65
72
|
* port: 80,
|
|
66
73
|
* description: "This is a acc test server",
|
|
67
74
|
* });
|
|
75
|
+
* const fooEni = new volcengine.clb.ServerGroupServer("fooEni", {
|
|
76
|
+
* serverGroupId: fooServerGroup.id,
|
|
77
|
+
* instanceId: "eni-btgpz5my7ta85h0b2ur*****",
|
|
78
|
+
* type: "eni",
|
|
79
|
+
* weight: 100,
|
|
80
|
+
* port: 8080,
|
|
81
|
+
* description: "This is a acc test server use eni",
|
|
82
|
+
* });
|
|
83
|
+
* const fooIpServerGroupServer = new volcengine.clb.ServerGroupServer("fooIpServerGroupServer", {
|
|
84
|
+
* serverGroupId: fooIpServerGroup.id,
|
|
85
|
+
* instanceId: "192.168.*.*",
|
|
86
|
+
* ip: "192.168.*.*",
|
|
87
|
+
* type: "ip",
|
|
88
|
+
* weight: 80,
|
|
89
|
+
* port: 400,
|
|
90
|
+
* description: "This is a acc test server use ip",
|
|
91
|
+
* });
|
|
68
92
|
* ```
|
|
69
93
|
*
|
|
70
94
|
* ## Import
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"serverGroupServer.js","sourceRoot":"","sources":["../../clb/serverGroupServer.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"serverGroupServer.js","sourceRoot":"","sources":["../../clb/serverGroupServer.ts"],"names":[],"mappings":"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"}
|
package/clb/serverGroups.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
2
3
|
import * as outputs from "../types/output";
|
|
3
4
|
/**
|
|
4
5
|
* Use this data source to query detailed information of server groups
|
|
@@ -68,6 +69,14 @@ export interface ServerGroupsArgs {
|
|
|
68
69
|
* The name of the ServerGroup.
|
|
69
70
|
*/
|
|
70
71
|
serverGroupName?: string;
|
|
72
|
+
/**
|
|
73
|
+
* Tags.
|
|
74
|
+
*/
|
|
75
|
+
tags?: inputs.clb.ServerGroupsTag[];
|
|
76
|
+
/**
|
|
77
|
+
* The type of ServerGroup. Valid values: `instance`, `ip`.
|
|
78
|
+
*/
|
|
79
|
+
type?: string;
|
|
71
80
|
}
|
|
72
81
|
/**
|
|
73
82
|
* A collection of values returned by ServerGroups.
|
|
@@ -82,6 +91,9 @@ export interface ServerGroupsResult {
|
|
|
82
91
|
*/
|
|
83
92
|
readonly id: string;
|
|
84
93
|
readonly ids?: string[];
|
|
94
|
+
/**
|
|
95
|
+
* The ID of the LoadBalancer.
|
|
96
|
+
*/
|
|
85
97
|
readonly loadBalancerId?: string;
|
|
86
98
|
readonly nameRegex?: string;
|
|
87
99
|
readonly outputFile?: string;
|
|
@@ -89,10 +101,18 @@ export interface ServerGroupsResult {
|
|
|
89
101
|
* The name of the ServerGroup.
|
|
90
102
|
*/
|
|
91
103
|
readonly serverGroupName?: string;
|
|
104
|
+
/**
|
|
105
|
+
* Tags.
|
|
106
|
+
*/
|
|
107
|
+
readonly tags?: outputs.clb.ServerGroupsTag[];
|
|
92
108
|
/**
|
|
93
109
|
* The total count of ServerGroup query.
|
|
94
110
|
*/
|
|
95
111
|
readonly totalCount: number;
|
|
112
|
+
/**
|
|
113
|
+
* The type of the ServerGroup.
|
|
114
|
+
*/
|
|
115
|
+
readonly type?: string;
|
|
96
116
|
}
|
|
97
117
|
/**
|
|
98
118
|
* Use this data source to query detailed information of server groups
|
|
@@ -162,4 +182,12 @@ export interface ServerGroupsOutputArgs {
|
|
|
162
182
|
* The name of the ServerGroup.
|
|
163
183
|
*/
|
|
164
184
|
serverGroupName?: pulumi.Input<string>;
|
|
185
|
+
/**
|
|
186
|
+
* Tags.
|
|
187
|
+
*/
|
|
188
|
+
tags?: pulumi.Input<pulumi.Input<inputs.clb.ServerGroupsTagArgs>[]>;
|
|
189
|
+
/**
|
|
190
|
+
* The type of ServerGroup. Valid values: `instance`, `ip`.
|
|
191
|
+
*/
|
|
192
|
+
type?: pulumi.Input<string>;
|
|
165
193
|
}
|
package/clb/serverGroups.js
CHANGED
package/clb/serverGroups.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"serverGroups.js","sourceRoot":"","sources":["../../clb/serverGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AACH,6GAA6G;AAC7G,SAAgB,YAAY,CAAC,IAAuB,EAAE,IAA2B;IAC7E,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,wHAAwH,CAAC,CAAA;IACzI,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,0CAA0C,EAAE;QACrE,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,iBAAiB,EAAE,IAAI,CAAC,eAAe;
|
|
1
|
+
{"version":3,"file":"serverGroups.js","sourceRoot":"","sources":["../../clb/serverGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AACH,6GAA6G;AAC7G,SAAgB,YAAY,CAAC,IAAuB,EAAE,IAA2B;IAC7E,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,wHAAwH,CAAC,CAAA;IACzI,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,0CAA0C,EAAE;QACrE,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,oCAcC;AAwED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AACH,6GAA6G;AAC7G,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,YAAY,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACvE,CAAC;AAFD,gDAEC"}
|
package/package.json
CHANGED
|
@@ -1,33 +1,11 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
|
-
/**
|
|
4
|
-
* Use this data source to query detailed information of redis pitr time periods
|
|
5
|
-
* ## Example Usage
|
|
6
|
-
*
|
|
7
|
-
* ```typescript
|
|
8
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
-
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
-
*
|
|
11
|
-
* const default = volcengine.redis.getPitrTimeWindows({
|
|
12
|
-
* ids: [
|
|
13
|
-
* "redis-cnlficlt4974swtbz",
|
|
14
|
-
* "redis-cnlfq69d1y1tnguxz",
|
|
15
|
-
* ],
|
|
16
|
-
* });
|
|
17
|
-
* ```
|
|
18
|
-
*/
|
|
19
3
|
export declare function getPitrTimeWindows(args: GetPitrTimeWindowsArgs, opts?: pulumi.InvokeOptions): Promise<GetPitrTimeWindowsResult>;
|
|
20
4
|
/**
|
|
21
5
|
* A collection of arguments for invoking getPitrTimeWindows.
|
|
22
6
|
*/
|
|
23
7
|
export interface GetPitrTimeWindowsArgs {
|
|
24
|
-
/**
|
|
25
|
-
* The ids of the instances.
|
|
26
|
-
*/
|
|
27
8
|
ids: string[];
|
|
28
|
-
/**
|
|
29
|
-
* File name where to save data source results.
|
|
30
|
-
*/
|
|
31
9
|
outputFile?: string;
|
|
32
10
|
}
|
|
33
11
|
/**
|
|
@@ -40,42 +18,14 @@ export interface GetPitrTimeWindowsResult {
|
|
|
40
18
|
readonly id: string;
|
|
41
19
|
readonly ids: string[];
|
|
42
20
|
readonly outputFile?: string;
|
|
43
|
-
/**
|
|
44
|
-
* The list of time windows.
|
|
45
|
-
*/
|
|
46
21
|
readonly periods: outputs.redis.GetPitrTimeWindowsPeriod[];
|
|
47
|
-
/**
|
|
48
|
-
* The total count of redis instances time window query.
|
|
49
|
-
*/
|
|
50
22
|
readonly totalCount: number;
|
|
51
23
|
}
|
|
52
|
-
/**
|
|
53
|
-
* Use this data source to query detailed information of redis pitr time periods
|
|
54
|
-
* ## Example Usage
|
|
55
|
-
*
|
|
56
|
-
* ```typescript
|
|
57
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
58
|
-
* import * as volcengine from "@pulumi/volcengine";
|
|
59
|
-
*
|
|
60
|
-
* const default = volcengine.redis.getPitrTimeWindows({
|
|
61
|
-
* ids: [
|
|
62
|
-
* "redis-cnlficlt4974swtbz",
|
|
63
|
-
* "redis-cnlfq69d1y1tnguxz",
|
|
64
|
-
* ],
|
|
65
|
-
* });
|
|
66
|
-
* ```
|
|
67
|
-
*/
|
|
68
24
|
export declare function getPitrTimeWindowsOutput(args: GetPitrTimeWindowsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetPitrTimeWindowsResult>;
|
|
69
25
|
/**
|
|
70
26
|
* A collection of arguments for invoking getPitrTimeWindows.
|
|
71
27
|
*/
|
|
72
28
|
export interface GetPitrTimeWindowsOutputArgs {
|
|
73
|
-
/**
|
|
74
|
-
* The ids of the instances.
|
|
75
|
-
*/
|
|
76
29
|
ids: pulumi.Input<pulumi.Input<string>[]>;
|
|
77
|
-
/**
|
|
78
|
-
* File name where to save data source results.
|
|
79
|
-
*/
|
|
80
30
|
outputFile?: pulumi.Input<string>;
|
|
81
31
|
}
|
|
@@ -5,22 +5,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.getPitrTimeWindowsOutput = exports.getPitrTimeWindows = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
|
-
/**
|
|
9
|
-
* Use this data source to query detailed information of redis pitr time periods
|
|
10
|
-
* ## Example Usage
|
|
11
|
-
*
|
|
12
|
-
* ```typescript
|
|
13
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
-
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
-
*
|
|
16
|
-
* const default = volcengine.redis.getPitrTimeWindows({
|
|
17
|
-
* ids: [
|
|
18
|
-
* "redis-cnlficlt4974swtbz",
|
|
19
|
-
* "redis-cnlfq69d1y1tnguxz",
|
|
20
|
-
* ],
|
|
21
|
-
* });
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
8
|
function getPitrTimeWindows(args, opts) {
|
|
25
9
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
10
|
return pulumi.runtime.invoke("volcengine:redis/getPitrTimeWindows:getPitrTimeWindows", {
|
|
@@ -29,22 +13,6 @@ function getPitrTimeWindows(args, opts) {
|
|
|
29
13
|
}, opts);
|
|
30
14
|
}
|
|
31
15
|
exports.getPitrTimeWindows = getPitrTimeWindows;
|
|
32
|
-
/**
|
|
33
|
-
* Use this data source to query detailed information of redis pitr time periods
|
|
34
|
-
* ## Example Usage
|
|
35
|
-
*
|
|
36
|
-
* ```typescript
|
|
37
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
38
|
-
* import * as volcengine from "@pulumi/volcengine";
|
|
39
|
-
*
|
|
40
|
-
* const default = volcengine.redis.getPitrTimeWindows({
|
|
41
|
-
* ids: [
|
|
42
|
-
* "redis-cnlficlt4974swtbz",
|
|
43
|
-
* "redis-cnlfq69d1y1tnguxz",
|
|
44
|
-
* ],
|
|
45
|
-
* });
|
|
46
|
-
* ```
|
|
47
|
-
*/
|
|
48
16
|
function getPitrTimeWindowsOutput(args, opts) {
|
|
49
17
|
return pulumi.output(args).apply((a) => getPitrTimeWindows(a, opts));
|
|
50
18
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPitrTimeWindows.js","sourceRoot":"","sources":["../../redis/getPitrTimeWindows.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"getPitrTimeWindows.js","sourceRoot":"","sources":["../../redis/getPitrTimeWindows.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IAExF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE;QACnF,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gDAOC;AAuBD,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,kBAAkB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC7E,CAAC;AAFD,4DAEC"}
|
|
@@ -1,34 +1,12 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
|
-
/**
|
|
4
|
-
* Use this data source to query detailed information of redis pitr time periods
|
|
5
|
-
* ## Example Usage
|
|
6
|
-
*
|
|
7
|
-
* ```typescript
|
|
8
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
-
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
-
*
|
|
11
|
-
* const default = volcengine.redis.getPitrTimeWindows({
|
|
12
|
-
* ids: [
|
|
13
|
-
* "redis-cnlficlt4974swtbz",
|
|
14
|
-
* "redis-cnlfq69d1y1tnguxz",
|
|
15
|
-
* ],
|
|
16
|
-
* });
|
|
17
|
-
* ```
|
|
18
|
-
*/
|
|
19
3
|
/** @deprecated volcengine.redis.PitrTimeWindows has been deprecated in favor of volcengine.redis.getPitrTimeWindows */
|
|
20
4
|
export declare function pitrTimeWindows(args: PitrTimeWindowsArgs, opts?: pulumi.InvokeOptions): Promise<PitrTimeWindowsResult>;
|
|
21
5
|
/**
|
|
22
6
|
* A collection of arguments for invoking PitrTimeWindows.
|
|
23
7
|
*/
|
|
24
8
|
export interface PitrTimeWindowsArgs {
|
|
25
|
-
/**
|
|
26
|
-
* The ids of the instances.
|
|
27
|
-
*/
|
|
28
9
|
ids: string[];
|
|
29
|
-
/**
|
|
30
|
-
* File name where to save data source results.
|
|
31
|
-
*/
|
|
32
10
|
outputFile?: string;
|
|
33
11
|
}
|
|
34
12
|
/**
|
|
@@ -41,43 +19,15 @@ export interface PitrTimeWindowsResult {
|
|
|
41
19
|
readonly id: string;
|
|
42
20
|
readonly ids: string[];
|
|
43
21
|
readonly outputFile?: string;
|
|
44
|
-
/**
|
|
45
|
-
* The list of time windows.
|
|
46
|
-
*/
|
|
47
22
|
readonly periods: outputs.redis.PitrTimeWindowsPeriod[];
|
|
48
|
-
/**
|
|
49
|
-
* The total count of redis instances time window query.
|
|
50
|
-
*/
|
|
51
23
|
readonly totalCount: number;
|
|
52
24
|
}
|
|
53
|
-
/**
|
|
54
|
-
* Use this data source to query detailed information of redis pitr time periods
|
|
55
|
-
* ## Example Usage
|
|
56
|
-
*
|
|
57
|
-
* ```typescript
|
|
58
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
59
|
-
* import * as volcengine from "@pulumi/volcengine";
|
|
60
|
-
*
|
|
61
|
-
* const default = volcengine.redis.getPitrTimeWindows({
|
|
62
|
-
* ids: [
|
|
63
|
-
* "redis-cnlficlt4974swtbz",
|
|
64
|
-
* "redis-cnlfq69d1y1tnguxz",
|
|
65
|
-
* ],
|
|
66
|
-
* });
|
|
67
|
-
* ```
|
|
68
|
-
*/
|
|
69
25
|
/** @deprecated volcengine.redis.PitrTimeWindows has been deprecated in favor of volcengine.redis.getPitrTimeWindows */
|
|
70
26
|
export declare function pitrTimeWindowsOutput(args: PitrTimeWindowsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<PitrTimeWindowsResult>;
|
|
71
27
|
/**
|
|
72
28
|
* A collection of arguments for invoking PitrTimeWindows.
|
|
73
29
|
*/
|
|
74
30
|
export interface PitrTimeWindowsOutputArgs {
|
|
75
|
-
/**
|
|
76
|
-
* The ids of the instances.
|
|
77
|
-
*/
|
|
78
31
|
ids: pulumi.Input<pulumi.Input<string>[]>;
|
|
79
|
-
/**
|
|
80
|
-
* File name where to save data source results.
|
|
81
|
-
*/
|
|
82
32
|
outputFile?: pulumi.Input<string>;
|
|
83
33
|
}
|
package/redis/pitrTimeWindows.js
CHANGED
|
@@ -5,22 +5,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.pitrTimeWindowsOutput = exports.pitrTimeWindows = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
|
-
/**
|
|
9
|
-
* Use this data source to query detailed information of redis pitr time periods
|
|
10
|
-
* ## Example Usage
|
|
11
|
-
*
|
|
12
|
-
* ```typescript
|
|
13
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
-
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
-
*
|
|
16
|
-
* const default = volcengine.redis.getPitrTimeWindows({
|
|
17
|
-
* ids: [
|
|
18
|
-
* "redis-cnlficlt4974swtbz",
|
|
19
|
-
* "redis-cnlfq69d1y1tnguxz",
|
|
20
|
-
* ],
|
|
21
|
-
* });
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
8
|
/** @deprecated volcengine.redis.PitrTimeWindows has been deprecated in favor of volcengine.redis.getPitrTimeWindows */
|
|
25
9
|
function pitrTimeWindows(args, opts) {
|
|
26
10
|
pulumi.log.warn("pitrTimeWindows is deprecated: volcengine.redis.PitrTimeWindows has been deprecated in favor of volcengine.redis.getPitrTimeWindows");
|
|
@@ -31,22 +15,6 @@ function pitrTimeWindows(args, opts) {
|
|
|
31
15
|
}, opts);
|
|
32
16
|
}
|
|
33
17
|
exports.pitrTimeWindows = pitrTimeWindows;
|
|
34
|
-
/**
|
|
35
|
-
* Use this data source to query detailed information of redis pitr time periods
|
|
36
|
-
* ## Example Usage
|
|
37
|
-
*
|
|
38
|
-
* ```typescript
|
|
39
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
40
|
-
* import * as volcengine from "@pulumi/volcengine";
|
|
41
|
-
*
|
|
42
|
-
* const default = volcengine.redis.getPitrTimeWindows({
|
|
43
|
-
* ids: [
|
|
44
|
-
* "redis-cnlficlt4974swtbz",
|
|
45
|
-
* "redis-cnlfq69d1y1tnguxz",
|
|
46
|
-
* ],
|
|
47
|
-
* });
|
|
48
|
-
* ```
|
|
49
|
-
*/
|
|
50
18
|
/** @deprecated volcengine.redis.PitrTimeWindows has been deprecated in favor of volcengine.redis.getPitrTimeWindows */
|
|
51
19
|
function pitrTimeWindowsOutput(args, opts) {
|
|
52
20
|
return pulumi.output(args).apply((a) => pitrTimeWindows(a, opts));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pitrTimeWindows.js","sourceRoot":"","sources":["../../redis/pitrTimeWindows.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"pitrTimeWindows.js","sourceRoot":"","sources":["../../redis/pitrTimeWindows.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C,uHAAuH;AACvH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,qIAAqI,CAAC,CAAA;IAEtJ,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;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,0CAQC;AAuBD,uHAAuH;AACvH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,sDAEC"}
|
package/tls/account.d.ts
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Provides a resource to manage tls account
|
|
4
|
+
* ## Example Usage
|
|
5
|
+
*
|
|
6
|
+
* ```typescript
|
|
7
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
8
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
9
|
+
*
|
|
10
|
+
* // 示例1:使用资源方式获取和管理 TLS 账号
|
|
11
|
+
* // 资源创建会自动激活 TLS 账号(如果未激活)
|
|
12
|
+
* const example = new volcengine.tls.Account("example", {});
|
|
13
|
+
* export const accountResourceArchVersion = example.archVersion;
|
|
14
|
+
* export const accountResourceStatus = example.status;
|
|
15
|
+
* ```
|
|
16
|
+
*
|
|
17
|
+
* ## Import
|
|
18
|
+
*
|
|
19
|
+
* The TlsAccount is not support import.
|
|
20
|
+
*/
|
|
21
|
+
export declare class Account extends pulumi.CustomResource {
|
|
22
|
+
/**
|
|
23
|
+
* Get an existing Account resource's state with the given name, ID, and optional extra
|
|
24
|
+
* properties used to qualify the lookup.
|
|
25
|
+
*
|
|
26
|
+
* @param name The _unique_ name of the resulting resource.
|
|
27
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
28
|
+
* @param state Any extra arguments used during the lookup.
|
|
29
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
30
|
+
*/
|
|
31
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: AccountState, opts?: pulumi.CustomResourceOptions): Account;
|
|
32
|
+
/**
|
|
33
|
+
* Returns true if the given object is an instance of Account. This is designed to work even
|
|
34
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
35
|
+
*/
|
|
36
|
+
static isInstance(obj: any): obj is Account;
|
|
37
|
+
/**
|
|
38
|
+
* The version of the log service architecture. Valid values: 2.0 (new architecture), 1.0 (old architecture).
|
|
39
|
+
*/
|
|
40
|
+
readonly archVersion: pulumi.Output<string>;
|
|
41
|
+
/**
|
|
42
|
+
* The status of the log service. Valid values: Activated (already activated), NonActivated (not activated).
|
|
43
|
+
*/
|
|
44
|
+
readonly status: pulumi.Output<string>;
|
|
45
|
+
/**
|
|
46
|
+
* Create a Account resource with the given unique name, arguments, and options.
|
|
47
|
+
*
|
|
48
|
+
* @param name The _unique_ name of the resource.
|
|
49
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
50
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
51
|
+
*/
|
|
52
|
+
constructor(name: string, args?: AccountArgs, opts?: pulumi.CustomResourceOptions);
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* Input properties used for looking up and filtering Account resources.
|
|
56
|
+
*/
|
|
57
|
+
export interface AccountState {
|
|
58
|
+
/**
|
|
59
|
+
* The version of the log service architecture. Valid values: 2.0 (new architecture), 1.0 (old architecture).
|
|
60
|
+
*/
|
|
61
|
+
archVersion?: pulumi.Input<string>;
|
|
62
|
+
/**
|
|
63
|
+
* The status of the log service. Valid values: Activated (already activated), NonActivated (not activated).
|
|
64
|
+
*/
|
|
65
|
+
status?: pulumi.Input<string>;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* The set of arguments for constructing a Account resource.
|
|
69
|
+
*/
|
|
70
|
+
export interface AccountArgs {
|
|
71
|
+
}
|
package/tls/account.js
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
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.Account = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Provides a resource to manage tls account
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
15
|
+
*
|
|
16
|
+
* // 示例1:使用资源方式获取和管理 TLS 账号
|
|
17
|
+
* // 资源创建会自动激活 TLS 账号(如果未激活)
|
|
18
|
+
* const example = new volcengine.tls.Account("example", {});
|
|
19
|
+
* export const accountResourceArchVersion = example.archVersion;
|
|
20
|
+
* export const accountResourceStatus = example.status;
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* ## Import
|
|
24
|
+
*
|
|
25
|
+
* The TlsAccount is not support import.
|
|
26
|
+
*/
|
|
27
|
+
class Account extends pulumi.CustomResource {
|
|
28
|
+
/**
|
|
29
|
+
* Get an existing Account resource's state with the given name, ID, and optional extra
|
|
30
|
+
* properties used to qualify the lookup.
|
|
31
|
+
*
|
|
32
|
+
* @param name The _unique_ name of the resulting resource.
|
|
33
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
34
|
+
* @param state Any extra arguments used during the lookup.
|
|
35
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
36
|
+
*/
|
|
37
|
+
static get(name, id, state, opts) {
|
|
38
|
+
return new Account(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Returns true if the given object is an instance of Account. This is designed to work even
|
|
42
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
43
|
+
*/
|
|
44
|
+
static isInstance(obj) {
|
|
45
|
+
if (obj === undefined || obj === null) {
|
|
46
|
+
return false;
|
|
47
|
+
}
|
|
48
|
+
return obj['__pulumiType'] === Account.__pulumiType;
|
|
49
|
+
}
|
|
50
|
+
constructor(name, argsOrState, opts) {
|
|
51
|
+
let resourceInputs = {};
|
|
52
|
+
opts = opts || {};
|
|
53
|
+
if (opts.id) {
|
|
54
|
+
const state = argsOrState;
|
|
55
|
+
resourceInputs["archVersion"] = state ? state.archVersion : undefined;
|
|
56
|
+
resourceInputs["status"] = state ? state.status : undefined;
|
|
57
|
+
}
|
|
58
|
+
else {
|
|
59
|
+
const args = argsOrState;
|
|
60
|
+
resourceInputs["archVersion"] = undefined /*out*/;
|
|
61
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
62
|
+
}
|
|
63
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
64
|
+
super(Account.__pulumiType, name, resourceInputs, opts);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
exports.Account = Account;
|
|
68
|
+
/** @internal */
|
|
69
|
+
Account.__pulumiType = 'volcengine:tls/account:Account';
|
|
70
|
+
//# sourceMappingURL=account.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"account.js","sourceRoot":"","sources":["../../tls/account.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;IAC9C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoB,EAAE,IAAmC;QAClH,OAAO,IAAI,OAAO,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC9D,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,OAAO,CAAC,YAAY,CAAC;IACxD,CAAC;IAmBD,YAAY,IAAY,EAAE,WAAwC,EAAE,IAAmC;QACnG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAuC,CAAC;YACtD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/D;aAAM;YACH,MAAM,IAAI,GAAG,WAAsC,CAAC;YACpD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAChD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,OAAO,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5D,CAAC;;AA3DL,0BA4DC;AA9CG,gBAAgB;AACO,oBAAY,GAAG,gCAAgC,CAAC"}
|