@volcengine/pulumi-volcenginecc 0.0.29 → 0.0.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cen/bandwidthPackage.d.ts +320 -0
- package/cen/bandwidthPackage.js +134 -0
- package/cen/bandwidthPackage.js.map +1 -0
- package/cen/getBandwidthPackage.d.ts +137 -0
- package/cen/getBandwidthPackage.js +28 -0
- package/cen/getBandwidthPackage.js.map +1 -0
- package/cen/getBandwidthPackages.d.ts +22 -0
- package/cen/getBandwidthPackages.js +24 -0
- package/cen/getBandwidthPackages.js.map +1 -0
- package/cen/index.d.ts +9 -0
- package/cen/index.js +12 -1
- package/cen/index.js.map +1 -1
- package/clb/clb.d.ts +8 -0
- package/clb/clb.js +2 -0
- package/clb/clb.js.map +1 -1
- package/clb/getClb.d.ts +4 -0
- package/clb/getClb.js.map +1 -1
- package/iam/accesskey.d.ts +2 -2
- package/iam/accesskey.js +2 -2
- package/iam/accesskey.js.map +1 -1
- package/iam/getOidcProvider.d.ts +72 -0
- package/iam/getOidcProvider.js +28 -0
- package/iam/getOidcProvider.js.map +1 -0
- package/iam/getOidcProviders.d.ts +22 -0
- package/iam/getOidcProviders.js +24 -0
- package/iam/getOidcProviders.js.map +1 -0
- package/iam/getSamlProvider.d.ts +38 -0
- package/iam/getSamlProvider.js +28 -0
- package/iam/getSamlProvider.js.map +1 -0
- package/iam/getSamlProviders.d.ts +22 -0
- package/iam/getSamlProviders.js +24 -0
- package/iam/getSamlProviders.js.map +1 -0
- package/iam/index.d.ts +18 -0
- package/iam/index.js +23 -1
- package/iam/index.js.map +1 -1
- package/iam/oidcProvider.d.ts +160 -0
- package/iam/oidcProvider.js +105 -0
- package/iam/oidcProvider.js.map +1 -0
- package/iam/samlProvider.d.ts +156 -0
- package/iam/samlProvider.js +100 -0
- package/iam/samlProvider.js.map +1 -0
- package/mongodb/getInstance.d.ts +1 -1
- package/mongodb/instance.d.ts +3 -3
- package/package.json +1 -1
- package/privatelink/getVpcEndpoint.d.ts +137 -0
- package/privatelink/getVpcEndpoint.js +28 -0
- package/privatelink/getVpcEndpoint.js.map +1 -0
- package/privatelink/getVpcEndpoints.d.ts +22 -0
- package/privatelink/getVpcEndpoints.js +24 -0
- package/privatelink/getVpcEndpoints.js.map +1 -0
- package/privatelink/index.d.ts +9 -0
- package/privatelink/index.js +12 -1
- package/privatelink/index.js.map +1 -1
- package/privatelink/vpcEndpoint.d.ts +277 -0
- package/privatelink/vpcEndpoint.js +106 -0
- package/privatelink/vpcEndpoint.js.map +1 -0
- package/rdspostgresql/getInstance.d.ts +153 -0
- package/rdspostgresql/getInstance.js +28 -0
- package/rdspostgresql/getInstance.js.map +1 -0
- package/rdspostgresql/getInstances.d.ts +22 -0
- package/rdspostgresql/getInstances.js +24 -0
- package/rdspostgresql/getInstances.js.map +1 -0
- package/rdspostgresql/index.d.ts +9 -0
- package/rdspostgresql/index.js +12 -1
- package/rdspostgresql/index.js.map +1 -1
- package/rdspostgresql/instance.d.ts +303 -0
- package/rdspostgresql/instance.js +132 -0
- package/rdspostgresql/instance.js.map +1 -0
- package/tls/consumerGroup.d.ts +128 -0
- package/tls/consumerGroup.js +98 -0
- package/tls/consumerGroup.js.map +1 -0
- package/tls/getConsumerGroup.d.ts +60 -0
- package/tls/getConsumerGroup.js +28 -0
- package/tls/getConsumerGroup.js.map +1 -0
- package/tls/getConsumerGroups.d.ts +22 -0
- package/tls/getConsumerGroups.js +24 -0
- package/tls/getConsumerGroups.js.map +1 -0
- package/tls/getImportTask.d.ts +89 -0
- package/tls/getImportTask.js +28 -0
- package/tls/getImportTask.js.map +1 -0
- package/tls/getImportTasks.d.ts +22 -0
- package/tls/getImportTasks.js +24 -0
- package/tls/getImportTasks.js.map +1 -0
- package/tls/importTask.d.ts +183 -0
- package/tls/importTask.js +97 -0
- package/tls/importTask.js.map +1 -0
- package/tls/index.d.ts +18 -0
- package/tls/index.js +23 -1
- package/tls/index.js.map +1 -1
- package/types/input.d.ts +908 -93
- package/types/output.d.ts +1652 -146
- package/vedbm/endpoint.d.ts +247 -0
- package/vedbm/endpoint.js +93 -0
- package/vedbm/endpoint.js.map +1 -0
- package/vedbm/getEndpoint.d.ts +105 -0
- package/vedbm/getEndpoint.js +28 -0
- package/vedbm/getEndpoint.js.map +1 -0
- package/vedbm/getEndpoints.d.ts +22 -0
- package/vedbm/getEndpoints.js +24 -0
- package/vedbm/getEndpoints.js.map +1 -0
- package/vedbm/index.d.ts +9 -0
- package/vedbm/index.js +12 -1
- package/vedbm/index.js.map +1 -1
- package/vefaas/getTimer.d.ts +80 -0
- package/vefaas/getTimer.js +28 -0
- package/vefaas/getTimer.js.map +1 -0
- package/vefaas/getTimers.d.ts +22 -0
- package/vefaas/getTimers.js +24 -0
- package/vefaas/getTimers.js.map +1 -0
- package/vefaas/index.d.ts +9 -0
- package/vefaas/index.js +12 -1
- package/vefaas/index.js.map +1 -1
- package/vefaas/timer.d.ts +183 -0
- package/vefaas/timer.js +96 -0
- package/vefaas/timer.js.map +1 -0
- package/vmp/alertingRule.d.ts +167 -0
- package/vmp/alertingRule.js +90 -0
- package/vmp/alertingRule.js.map +1 -0
- package/vmp/getAlertingRule.d.ts +93 -0
- package/vmp/getAlertingRule.js +28 -0
- package/vmp/getAlertingRule.js.map +1 -0
- package/vmp/getAlertingRules.d.ts +22 -0
- package/vmp/getAlertingRules.js +24 -0
- package/vmp/getAlertingRules.js.map +1 -0
- package/vmp/index.d.ts +9 -0
- package/vmp/index.js +12 -1
- package/vmp/index.js.map +1 -1
|
@@ -0,0 +1,247 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Database connection terminal management
|
|
6
|
+
*
|
|
7
|
+
* ## Import
|
|
8
|
+
*
|
|
9
|
+
* ```sh
|
|
10
|
+
* $ pulumi import volcenginecc:vedbm/endpoint:Endpoint example "instance_id|endpoint_id"
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
export declare class Endpoint extends pulumi.CustomResource {
|
|
14
|
+
/**
|
|
15
|
+
* Get an existing Endpoint resource's state with the given name, ID, and optional extra
|
|
16
|
+
* properties used to qualify the lookup.
|
|
17
|
+
*
|
|
18
|
+
* @param name The _unique_ name of the resulting resource.
|
|
19
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
20
|
+
* @param state Any extra arguments used during the lookup.
|
|
21
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
22
|
+
*/
|
|
23
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: EndpointState, opts?: pulumi.CustomResourceOptions): Endpoint;
|
|
24
|
+
/**
|
|
25
|
+
* Returns true if the given object is an instance of Endpoint. This is designed to work even
|
|
26
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
27
|
+
*/
|
|
28
|
+
static isInstance(obj: any): obj is Endpoint;
|
|
29
|
+
/**
|
|
30
|
+
* Whether new read-only nodes are automatically added to this terminal
|
|
31
|
+
*/
|
|
32
|
+
readonly autoAddNewNodes: pulumi.Output<boolean>;
|
|
33
|
+
/**
|
|
34
|
+
* Consistency level
|
|
35
|
+
*/
|
|
36
|
+
readonly consistLevel: pulumi.Output<string>;
|
|
37
|
+
/**
|
|
38
|
+
* Data synchronization timeout
|
|
39
|
+
*/
|
|
40
|
+
readonly consistTimeout: pulumi.Output<number>;
|
|
41
|
+
/**
|
|
42
|
+
* Policy after synchronization timeout
|
|
43
|
+
*/
|
|
44
|
+
readonly consistTimeoutAction: pulumi.Output<string>;
|
|
45
|
+
/**
|
|
46
|
+
* Description of the connection terminal
|
|
47
|
+
*/
|
|
48
|
+
readonly description: pulumi.Output<string>;
|
|
49
|
+
/**
|
|
50
|
+
* Enable transaction splitting
|
|
51
|
+
*/
|
|
52
|
+
readonly distributedTransaction: pulumi.Output<boolean>;
|
|
53
|
+
/**
|
|
54
|
+
* New private network address prefix
|
|
55
|
+
*/
|
|
56
|
+
readonly domainPrefix: pulumi.Output<string>;
|
|
57
|
+
/**
|
|
58
|
+
* ID of the created connection terminal
|
|
59
|
+
*/
|
|
60
|
+
readonly endpointId: pulumi.Output<string>;
|
|
61
|
+
/**
|
|
62
|
+
* Connection terminal name
|
|
63
|
+
*/
|
|
64
|
+
readonly endpointName: pulumi.Output<string>;
|
|
65
|
+
/**
|
|
66
|
+
* Connection terminal type, fixed as Custom
|
|
67
|
+
*/
|
|
68
|
+
readonly endpointType: pulumi.Output<string>;
|
|
69
|
+
/**
|
|
70
|
+
* Instance ID
|
|
71
|
+
*/
|
|
72
|
+
readonly instanceId: pulumi.Output<string>;
|
|
73
|
+
/**
|
|
74
|
+
* Whether the primary node accepts read requests
|
|
75
|
+
*/
|
|
76
|
+
readonly masterAcceptReadRequests: pulumi.Output<boolean>;
|
|
77
|
+
/**
|
|
78
|
+
* Node list configured for the connection terminal
|
|
79
|
+
*/
|
|
80
|
+
readonly nodeIds: pulumi.Output<string[]>;
|
|
81
|
+
/**
|
|
82
|
+
* Instance access port
|
|
83
|
+
*/
|
|
84
|
+
readonly port: pulumi.Output<string>;
|
|
85
|
+
/**
|
|
86
|
+
* Private address information
|
|
87
|
+
*/
|
|
88
|
+
readonly privateAddresses: pulumi.Output<outputs.vedbm.EndpointPrivateAddresses>;
|
|
89
|
+
/**
|
|
90
|
+
* Public address information
|
|
91
|
+
*/
|
|
92
|
+
readonly publicAddresses: pulumi.Output<outputs.vedbm.EndpointPublicAddresses>;
|
|
93
|
+
/**
|
|
94
|
+
* Terminal read/write mode
|
|
95
|
+
*/
|
|
96
|
+
readonly readWriteMode: pulumi.Output<string>;
|
|
97
|
+
/**
|
|
98
|
+
* Create a Endpoint resource with the given unique name, arguments, and options.
|
|
99
|
+
*
|
|
100
|
+
* @param name The _unique_ name of the resource.
|
|
101
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
102
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
103
|
+
*/
|
|
104
|
+
constructor(name: string, args: EndpointArgs, opts?: pulumi.CustomResourceOptions);
|
|
105
|
+
}
|
|
106
|
+
/**
|
|
107
|
+
* Input properties used for looking up and filtering Endpoint resources.
|
|
108
|
+
*/
|
|
109
|
+
export interface EndpointState {
|
|
110
|
+
/**
|
|
111
|
+
* Whether new read-only nodes are automatically added to this terminal
|
|
112
|
+
*/
|
|
113
|
+
autoAddNewNodes?: pulumi.Input<boolean>;
|
|
114
|
+
/**
|
|
115
|
+
* Consistency level
|
|
116
|
+
*/
|
|
117
|
+
consistLevel?: pulumi.Input<string>;
|
|
118
|
+
/**
|
|
119
|
+
* Data synchronization timeout
|
|
120
|
+
*/
|
|
121
|
+
consistTimeout?: pulumi.Input<number>;
|
|
122
|
+
/**
|
|
123
|
+
* Policy after synchronization timeout
|
|
124
|
+
*/
|
|
125
|
+
consistTimeoutAction?: pulumi.Input<string>;
|
|
126
|
+
/**
|
|
127
|
+
* Description of the connection terminal
|
|
128
|
+
*/
|
|
129
|
+
description?: pulumi.Input<string>;
|
|
130
|
+
/**
|
|
131
|
+
* Enable transaction splitting
|
|
132
|
+
*/
|
|
133
|
+
distributedTransaction?: pulumi.Input<boolean>;
|
|
134
|
+
/**
|
|
135
|
+
* New private network address prefix
|
|
136
|
+
*/
|
|
137
|
+
domainPrefix?: pulumi.Input<string>;
|
|
138
|
+
/**
|
|
139
|
+
* ID of the created connection terminal
|
|
140
|
+
*/
|
|
141
|
+
endpointId?: pulumi.Input<string>;
|
|
142
|
+
/**
|
|
143
|
+
* Connection terminal name
|
|
144
|
+
*/
|
|
145
|
+
endpointName?: pulumi.Input<string>;
|
|
146
|
+
/**
|
|
147
|
+
* Connection terminal type, fixed as Custom
|
|
148
|
+
*/
|
|
149
|
+
endpointType?: pulumi.Input<string>;
|
|
150
|
+
/**
|
|
151
|
+
* Instance ID
|
|
152
|
+
*/
|
|
153
|
+
instanceId?: pulumi.Input<string>;
|
|
154
|
+
/**
|
|
155
|
+
* Whether the primary node accepts read requests
|
|
156
|
+
*/
|
|
157
|
+
masterAcceptReadRequests?: pulumi.Input<boolean>;
|
|
158
|
+
/**
|
|
159
|
+
* Node list configured for the connection terminal
|
|
160
|
+
*/
|
|
161
|
+
nodeIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
162
|
+
/**
|
|
163
|
+
* Instance access port
|
|
164
|
+
*/
|
|
165
|
+
port?: pulumi.Input<string>;
|
|
166
|
+
/**
|
|
167
|
+
* Private address information
|
|
168
|
+
*/
|
|
169
|
+
privateAddresses?: pulumi.Input<inputs.vedbm.EndpointPrivateAddresses>;
|
|
170
|
+
/**
|
|
171
|
+
* Public address information
|
|
172
|
+
*/
|
|
173
|
+
publicAddresses?: pulumi.Input<inputs.vedbm.EndpointPublicAddresses>;
|
|
174
|
+
/**
|
|
175
|
+
* Terminal read/write mode
|
|
176
|
+
*/
|
|
177
|
+
readWriteMode?: pulumi.Input<string>;
|
|
178
|
+
}
|
|
179
|
+
/**
|
|
180
|
+
* The set of arguments for constructing a Endpoint resource.
|
|
181
|
+
*/
|
|
182
|
+
export interface EndpointArgs {
|
|
183
|
+
/**
|
|
184
|
+
* Whether new read-only nodes are automatically added to this terminal
|
|
185
|
+
*/
|
|
186
|
+
autoAddNewNodes?: pulumi.Input<boolean>;
|
|
187
|
+
/**
|
|
188
|
+
* Consistency level
|
|
189
|
+
*/
|
|
190
|
+
consistLevel?: pulumi.Input<string>;
|
|
191
|
+
/**
|
|
192
|
+
* Data synchronization timeout
|
|
193
|
+
*/
|
|
194
|
+
consistTimeout?: pulumi.Input<number>;
|
|
195
|
+
/**
|
|
196
|
+
* Policy after synchronization timeout
|
|
197
|
+
*/
|
|
198
|
+
consistTimeoutAction?: pulumi.Input<string>;
|
|
199
|
+
/**
|
|
200
|
+
* Description of the connection terminal
|
|
201
|
+
*/
|
|
202
|
+
description?: pulumi.Input<string>;
|
|
203
|
+
/**
|
|
204
|
+
* Enable transaction splitting
|
|
205
|
+
*/
|
|
206
|
+
distributedTransaction?: pulumi.Input<boolean>;
|
|
207
|
+
/**
|
|
208
|
+
* New private network address prefix
|
|
209
|
+
*/
|
|
210
|
+
domainPrefix?: pulumi.Input<string>;
|
|
211
|
+
/**
|
|
212
|
+
* Connection terminal name
|
|
213
|
+
*/
|
|
214
|
+
endpointName?: pulumi.Input<string>;
|
|
215
|
+
/**
|
|
216
|
+
* Connection terminal type, fixed as Custom
|
|
217
|
+
*/
|
|
218
|
+
endpointType?: pulumi.Input<string>;
|
|
219
|
+
/**
|
|
220
|
+
* Instance ID
|
|
221
|
+
*/
|
|
222
|
+
instanceId: pulumi.Input<string>;
|
|
223
|
+
/**
|
|
224
|
+
* Whether the primary node accepts read requests
|
|
225
|
+
*/
|
|
226
|
+
masterAcceptReadRequests?: pulumi.Input<boolean>;
|
|
227
|
+
/**
|
|
228
|
+
* Node list configured for the connection terminal
|
|
229
|
+
*/
|
|
230
|
+
nodeIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
231
|
+
/**
|
|
232
|
+
* Instance access port
|
|
233
|
+
*/
|
|
234
|
+
port?: pulumi.Input<string>;
|
|
235
|
+
/**
|
|
236
|
+
* Private address information
|
|
237
|
+
*/
|
|
238
|
+
privateAddresses?: pulumi.Input<inputs.vedbm.EndpointPrivateAddresses>;
|
|
239
|
+
/**
|
|
240
|
+
* Public address information
|
|
241
|
+
*/
|
|
242
|
+
publicAddresses?: pulumi.Input<inputs.vedbm.EndpointPublicAddresses>;
|
|
243
|
+
/**
|
|
244
|
+
* Terminal read/write mode
|
|
245
|
+
*/
|
|
246
|
+
readWriteMode?: pulumi.Input<string>;
|
|
247
|
+
}
|
|
@@ -0,0 +1,93 @@
|
|
|
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.Endpoint = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Database connection terminal management
|
|
10
|
+
*
|
|
11
|
+
* ## Import
|
|
12
|
+
*
|
|
13
|
+
* ```sh
|
|
14
|
+
* $ pulumi import volcenginecc:vedbm/endpoint:Endpoint example "instance_id|endpoint_id"
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
class Endpoint extends pulumi.CustomResource {
|
|
18
|
+
/**
|
|
19
|
+
* Get an existing Endpoint resource's state with the given name, ID, and optional extra
|
|
20
|
+
* properties used to qualify the lookup.
|
|
21
|
+
*
|
|
22
|
+
* @param name The _unique_ name of the resulting resource.
|
|
23
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
24
|
+
* @param state Any extra arguments used during the lookup.
|
|
25
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
26
|
+
*/
|
|
27
|
+
static get(name, id, state, opts) {
|
|
28
|
+
return new Endpoint(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Returns true if the given object is an instance of Endpoint. This is designed to work even
|
|
32
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
33
|
+
*/
|
|
34
|
+
static isInstance(obj) {
|
|
35
|
+
if (obj === undefined || obj === null) {
|
|
36
|
+
return false;
|
|
37
|
+
}
|
|
38
|
+
return obj['__pulumiType'] === Endpoint.__pulumiType;
|
|
39
|
+
}
|
|
40
|
+
constructor(name, argsOrState, opts) {
|
|
41
|
+
let resourceInputs = {};
|
|
42
|
+
opts = opts || {};
|
|
43
|
+
if (opts.id) {
|
|
44
|
+
const state = argsOrState;
|
|
45
|
+
resourceInputs["autoAddNewNodes"] = state ? state.autoAddNewNodes : undefined;
|
|
46
|
+
resourceInputs["consistLevel"] = state ? state.consistLevel : undefined;
|
|
47
|
+
resourceInputs["consistTimeout"] = state ? state.consistTimeout : undefined;
|
|
48
|
+
resourceInputs["consistTimeoutAction"] = state ? state.consistTimeoutAction : undefined;
|
|
49
|
+
resourceInputs["description"] = state ? state.description : undefined;
|
|
50
|
+
resourceInputs["distributedTransaction"] = state ? state.distributedTransaction : undefined;
|
|
51
|
+
resourceInputs["domainPrefix"] = state ? state.domainPrefix : undefined;
|
|
52
|
+
resourceInputs["endpointId"] = state ? state.endpointId : undefined;
|
|
53
|
+
resourceInputs["endpointName"] = state ? state.endpointName : undefined;
|
|
54
|
+
resourceInputs["endpointType"] = state ? state.endpointType : undefined;
|
|
55
|
+
resourceInputs["instanceId"] = state ? state.instanceId : undefined;
|
|
56
|
+
resourceInputs["masterAcceptReadRequests"] = state ? state.masterAcceptReadRequests : undefined;
|
|
57
|
+
resourceInputs["nodeIds"] = state ? state.nodeIds : undefined;
|
|
58
|
+
resourceInputs["port"] = state ? state.port : undefined;
|
|
59
|
+
resourceInputs["privateAddresses"] = state ? state.privateAddresses : undefined;
|
|
60
|
+
resourceInputs["publicAddresses"] = state ? state.publicAddresses : undefined;
|
|
61
|
+
resourceInputs["readWriteMode"] = state ? state.readWriteMode : undefined;
|
|
62
|
+
}
|
|
63
|
+
else {
|
|
64
|
+
const args = argsOrState;
|
|
65
|
+
if ((!args || args.instanceId === undefined) && !opts.urn) {
|
|
66
|
+
throw new Error("Missing required property 'instanceId'");
|
|
67
|
+
}
|
|
68
|
+
resourceInputs["autoAddNewNodes"] = args ? args.autoAddNewNodes : undefined;
|
|
69
|
+
resourceInputs["consistLevel"] = args ? args.consistLevel : undefined;
|
|
70
|
+
resourceInputs["consistTimeout"] = args ? args.consistTimeout : undefined;
|
|
71
|
+
resourceInputs["consistTimeoutAction"] = args ? args.consistTimeoutAction : undefined;
|
|
72
|
+
resourceInputs["description"] = args ? args.description : undefined;
|
|
73
|
+
resourceInputs["distributedTransaction"] = args ? args.distributedTransaction : undefined;
|
|
74
|
+
resourceInputs["domainPrefix"] = args ? args.domainPrefix : undefined;
|
|
75
|
+
resourceInputs["endpointName"] = args ? args.endpointName : undefined;
|
|
76
|
+
resourceInputs["endpointType"] = args ? args.endpointType : undefined;
|
|
77
|
+
resourceInputs["instanceId"] = args ? args.instanceId : undefined;
|
|
78
|
+
resourceInputs["masterAcceptReadRequests"] = args ? args.masterAcceptReadRequests : undefined;
|
|
79
|
+
resourceInputs["nodeIds"] = args ? args.nodeIds : undefined;
|
|
80
|
+
resourceInputs["port"] = args ? args.port : undefined;
|
|
81
|
+
resourceInputs["privateAddresses"] = args ? args.privateAddresses : undefined;
|
|
82
|
+
resourceInputs["publicAddresses"] = args ? args.publicAddresses : undefined;
|
|
83
|
+
resourceInputs["readWriteMode"] = args ? args.readWriteMode : undefined;
|
|
84
|
+
resourceInputs["endpointId"] = undefined /*out*/;
|
|
85
|
+
}
|
|
86
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
87
|
+
super(Endpoint.__pulumiType, name, resourceInputs, opts);
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
exports.Endpoint = Endpoint;
|
|
91
|
+
/** @internal */
|
|
92
|
+
Endpoint.__pulumiType = 'volcenginecc:vedbm/endpoint:Endpoint';
|
|
93
|
+
//# sourceMappingURL=endpoint.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"endpoint.js","sourceRoot":"","sources":["../../vedbm/endpoint.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Volcengine::VEDBM::Endpoint
|
|
5
|
+
*/
|
|
6
|
+
export declare function getEndpoint(args: GetEndpointArgs, opts?: pulumi.InvokeOptions): Promise<GetEndpointResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getEndpoint.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetEndpointArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getEndpoint.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetEndpointResult {
|
|
20
|
+
/**
|
|
21
|
+
* Whether new read-only nodes are automatically added to this terminal
|
|
22
|
+
*/
|
|
23
|
+
readonly autoAddNewNodes: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* Consistency level
|
|
26
|
+
*/
|
|
27
|
+
readonly consistLevel: string;
|
|
28
|
+
/**
|
|
29
|
+
* Data synchronization timeout
|
|
30
|
+
*/
|
|
31
|
+
readonly consistTimeout: number;
|
|
32
|
+
/**
|
|
33
|
+
* Policy after synchronization timeout
|
|
34
|
+
*/
|
|
35
|
+
readonly consistTimeoutAction: string;
|
|
36
|
+
/**
|
|
37
|
+
* Description of the connection terminal
|
|
38
|
+
*/
|
|
39
|
+
readonly description: string;
|
|
40
|
+
/**
|
|
41
|
+
* Enable transaction splitting
|
|
42
|
+
*/
|
|
43
|
+
readonly distributedTransaction: boolean;
|
|
44
|
+
/**
|
|
45
|
+
* New private network address prefix
|
|
46
|
+
*/
|
|
47
|
+
readonly domainPrefix: string;
|
|
48
|
+
/**
|
|
49
|
+
* ID of the created connection terminal
|
|
50
|
+
*/
|
|
51
|
+
readonly endpointId: string;
|
|
52
|
+
/**
|
|
53
|
+
* Connection terminal name
|
|
54
|
+
*/
|
|
55
|
+
readonly endpointName: string;
|
|
56
|
+
/**
|
|
57
|
+
* Connection terminal type, fixed as Custom
|
|
58
|
+
*/
|
|
59
|
+
readonly endpointType: string;
|
|
60
|
+
/**
|
|
61
|
+
* Uniquely identifies the resource.
|
|
62
|
+
*/
|
|
63
|
+
readonly id: string;
|
|
64
|
+
/**
|
|
65
|
+
* Instance ID
|
|
66
|
+
*/
|
|
67
|
+
readonly instanceId: string;
|
|
68
|
+
/**
|
|
69
|
+
* Whether the primary node accepts read requests
|
|
70
|
+
*/
|
|
71
|
+
readonly masterAcceptReadRequests: boolean;
|
|
72
|
+
/**
|
|
73
|
+
* Node list configured for the connection terminal
|
|
74
|
+
*/
|
|
75
|
+
readonly nodeIds: string[];
|
|
76
|
+
/**
|
|
77
|
+
* Instance access port
|
|
78
|
+
*/
|
|
79
|
+
readonly port: string;
|
|
80
|
+
/**
|
|
81
|
+
* Private address information
|
|
82
|
+
*/
|
|
83
|
+
readonly privateAddresses: outputs.vedbm.GetEndpointPrivateAddresses;
|
|
84
|
+
/**
|
|
85
|
+
* Public address information
|
|
86
|
+
*/
|
|
87
|
+
readonly publicAddresses: outputs.vedbm.GetEndpointPublicAddresses;
|
|
88
|
+
/**
|
|
89
|
+
* Terminal read/write mode
|
|
90
|
+
*/
|
|
91
|
+
readonly readWriteMode: string;
|
|
92
|
+
}
|
|
93
|
+
/**
|
|
94
|
+
* Data Source schema for Volcengine::VEDBM::Endpoint
|
|
95
|
+
*/
|
|
96
|
+
export declare function getEndpointOutput(args: GetEndpointOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetEndpointResult>;
|
|
97
|
+
/**
|
|
98
|
+
* A collection of arguments for invoking getEndpoint.
|
|
99
|
+
*/
|
|
100
|
+
export interface GetEndpointOutputArgs {
|
|
101
|
+
/**
|
|
102
|
+
* Uniquely identifies the resource.
|
|
103
|
+
*/
|
|
104
|
+
id: pulumi.Input<string>;
|
|
105
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
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.getEndpointOutput = exports.getEndpoint = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::VEDBM::Endpoint
|
|
10
|
+
*/
|
|
11
|
+
function getEndpoint(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:vedbm/getEndpoint:getEndpoint", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getEndpoint = getEndpoint;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::VEDBM::Endpoint
|
|
20
|
+
*/
|
|
21
|
+
function getEndpointOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:vedbm/getEndpoint:getEndpoint", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getEndpointOutput = getEndpointOutput;
|
|
28
|
+
//# sourceMappingURL=getEndpoint.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getEndpoint.js","sourceRoot":"","sources":["../../vedbm/getEndpoint.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kCAKC;AAyFD;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAAiC;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4CAA4C,EAAE;QAC7E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8CAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::VEDBM::Endpoint
|
|
4
|
+
*/
|
|
5
|
+
export declare function getEndpoints(opts?: pulumi.InvokeOptions): Promise<GetEndpointsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getEndpoints.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetEndpointsResult {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the data source.
|
|
12
|
+
*/
|
|
13
|
+
readonly id: string;
|
|
14
|
+
/**
|
|
15
|
+
* Set of Resource Identifiers.
|
|
16
|
+
*/
|
|
17
|
+
readonly ids: string[];
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Plural Data Source schema for Volcengine::VEDBM::Endpoint
|
|
21
|
+
*/
|
|
22
|
+
export declare function getEndpointsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetEndpointsResult>;
|
|
@@ -0,0 +1,24 @@
|
|
|
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.getEndpointsOutput = exports.getEndpoints = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::VEDBM::Endpoint
|
|
10
|
+
*/
|
|
11
|
+
function getEndpoints(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:vedbm/getEndpoints:getEndpoints", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getEndpoints = getEndpoints;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::VEDBM::Endpoint
|
|
18
|
+
*/
|
|
19
|
+
function getEndpointsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:vedbm/getEndpoints:getEndpoints", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getEndpointsOutput = getEndpointsOutput;
|
|
24
|
+
//# sourceMappingURL=getEndpoints.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getEndpoints.js","sourceRoot":"","sources":["../../vedbm/getEndpoints.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,YAAY,CAAC,IAA2B;IACpD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE,EAC5E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,oCAIC;AAeD;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAAiC;IAChE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE,EAClF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gDAIC"}
|
package/vedbm/index.d.ts
CHANGED
|
@@ -10,6 +10,9 @@ export declare const Backup: typeof import("./backup").Backup;
|
|
|
10
10
|
export { DatabaseArgs, DatabaseState } from "./database";
|
|
11
11
|
export type Database = import("./database").Database;
|
|
12
12
|
export declare const Database: typeof import("./database").Database;
|
|
13
|
+
export { EndpointArgs, EndpointState } from "./endpoint";
|
|
14
|
+
export type Endpoint = import("./endpoint").Endpoint;
|
|
15
|
+
export declare const Endpoint: typeof import("./endpoint").Endpoint;
|
|
13
16
|
export { GetAccountArgs, GetAccountResult, GetAccountOutputArgs } from "./getAccount";
|
|
14
17
|
export declare const getAccount: typeof import("./getAccount").getAccount;
|
|
15
18
|
export declare const getAccountOutput: typeof import("./getAccount").getAccountOutput;
|
|
@@ -34,6 +37,12 @@ export declare const getDatabaseOutput: typeof import("./getDatabase").getDataba
|
|
|
34
37
|
export { GetDatabasesResult } from "./getDatabases";
|
|
35
38
|
export declare const getDatabases: typeof import("./getDatabases").getDatabases;
|
|
36
39
|
export declare const getDatabasesOutput: typeof import("./getDatabases").getDatabasesOutput;
|
|
40
|
+
export { GetEndpointArgs, GetEndpointResult, GetEndpointOutputArgs } from "./getEndpoint";
|
|
41
|
+
export declare const getEndpoint: typeof import("./getEndpoint").getEndpoint;
|
|
42
|
+
export declare const getEndpointOutput: typeof import("./getEndpoint").getEndpointOutput;
|
|
43
|
+
export { GetEndpointsResult } from "./getEndpoints";
|
|
44
|
+
export declare const getEndpoints: typeof import("./getEndpoints").getEndpoints;
|
|
45
|
+
export declare const getEndpointsOutput: typeof import("./getEndpoints").getEndpointsOutput;
|
|
37
46
|
export { GetInstanceArgs, GetInstanceResult, GetInstanceOutputArgs } from "./getInstance";
|
|
38
47
|
export declare const getInstance: typeof import("./getInstance").getInstance;
|
|
39
48
|
export declare const getInstanceOutput: typeof import("./getInstance").getInstanceOutput;
|
package/vedbm/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
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.Instance = exports.getInstancesOutput = exports.getInstances = exports.getInstanceOutput = exports.getInstance = exports.getDatabasesOutput = exports.getDatabases = exports.getDatabaseOutput = exports.getDatabase = exports.getBackupsOutput = exports.getBackups = exports.getBackupOutput = exports.getBackup = exports.getAllowListsOutput = exports.getAllowLists = exports.getAllowListOutput = exports.getAllowList = exports.getAccountsOutput = exports.getAccounts = exports.getAccountOutput = exports.getAccount = exports.Database = exports.Backup = exports.AllowList = exports.Account = void 0;
|
|
5
|
+
exports.Instance = exports.getInstancesOutput = exports.getInstances = exports.getInstanceOutput = exports.getInstance = exports.getEndpointsOutput = exports.getEndpoints = exports.getEndpointOutput = exports.getEndpoint = exports.getDatabasesOutput = exports.getDatabases = exports.getDatabaseOutput = exports.getDatabase = exports.getBackupsOutput = exports.getBackups = exports.getBackupOutput = exports.getBackup = exports.getAllowListsOutput = exports.getAllowLists = exports.getAllowListOutput = exports.getAllowList = exports.getAccountsOutput = exports.getAccounts = exports.getAccountOutput = exports.getAccount = exports.Endpoint = exports.Database = exports.Backup = exports.AllowList = exports.Account = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
exports.Account = null;
|
|
@@ -13,6 +13,8 @@ exports.Backup = null;
|
|
|
13
13
|
utilities.lazyLoad(exports, ["Backup"], () => require("./backup"));
|
|
14
14
|
exports.Database = null;
|
|
15
15
|
utilities.lazyLoad(exports, ["Database"], () => require("./database"));
|
|
16
|
+
exports.Endpoint = null;
|
|
17
|
+
utilities.lazyLoad(exports, ["Endpoint"], () => require("./endpoint"));
|
|
16
18
|
exports.getAccount = null;
|
|
17
19
|
exports.getAccountOutput = null;
|
|
18
20
|
utilities.lazyLoad(exports, ["getAccount", "getAccountOutput"], () => require("./getAccount"));
|
|
@@ -37,6 +39,12 @@ utilities.lazyLoad(exports, ["getDatabase", "getDatabaseOutput"], () => require(
|
|
|
37
39
|
exports.getDatabases = null;
|
|
38
40
|
exports.getDatabasesOutput = null;
|
|
39
41
|
utilities.lazyLoad(exports, ["getDatabases", "getDatabasesOutput"], () => require("./getDatabases"));
|
|
42
|
+
exports.getEndpoint = null;
|
|
43
|
+
exports.getEndpointOutput = null;
|
|
44
|
+
utilities.lazyLoad(exports, ["getEndpoint", "getEndpointOutput"], () => require("./getEndpoint"));
|
|
45
|
+
exports.getEndpoints = null;
|
|
46
|
+
exports.getEndpointsOutput = null;
|
|
47
|
+
utilities.lazyLoad(exports, ["getEndpoints", "getEndpointsOutput"], () => require("./getEndpoints"));
|
|
40
48
|
exports.getInstance = null;
|
|
41
49
|
exports.getInstanceOutput = null;
|
|
42
50
|
utilities.lazyLoad(exports, ["getInstance", "getInstanceOutput"], () => require("./getInstance"));
|
|
@@ -57,6 +65,8 @@ const _module = {
|
|
|
57
65
|
return new exports.Backup(name, undefined, { urn });
|
|
58
66
|
case "volcenginecc:vedbm/database:Database":
|
|
59
67
|
return new exports.Database(name, undefined, { urn });
|
|
68
|
+
case "volcenginecc:vedbm/endpoint:Endpoint":
|
|
69
|
+
return new exports.Endpoint(name, undefined, { urn });
|
|
60
70
|
case "volcenginecc:vedbm/instance:Instance":
|
|
61
71
|
return new exports.Instance(name, undefined, { urn });
|
|
62
72
|
default:
|
|
@@ -68,5 +78,6 @@ pulumi.runtime.registerResourceModule("volcenginecc", "vedbm/account", _module);
|
|
|
68
78
|
pulumi.runtime.registerResourceModule("volcenginecc", "vedbm/allowList", _module);
|
|
69
79
|
pulumi.runtime.registerResourceModule("volcenginecc", "vedbm/backup", _module);
|
|
70
80
|
pulumi.runtime.registerResourceModule("volcenginecc", "vedbm/database", _module);
|
|
81
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "vedbm/endpoint", _module);
|
|
71
82
|
pulumi.runtime.registerResourceModule("volcenginecc", "vedbm/instance", _module);
|
|
72
83
|
//# sourceMappingURL=index.js.map
|
package/vedbm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../vedbm/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../vedbm/index.ts"],"names":[],"mappings":"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"}
|