@volcengine/pulumi-volcenginecc 0.0.30 → 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/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 +715 -0
- package/types/output.d.ts +1694 -388
- 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
|
@@ -0,0 +1,277 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* The endpoint node is a private network service access point deployed by the service user in their own VPC, used to access the service provider's services via the private network.
|
|
6
|
+
*
|
|
7
|
+
* ## Import
|
|
8
|
+
*
|
|
9
|
+
* ```sh
|
|
10
|
+
* $ pulumi import volcenginecc:privatelink/vpcEndpoint:VpcEndpoint example "endpoint_id"
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
export declare class VpcEndpoint extends pulumi.CustomResource {
|
|
14
|
+
/**
|
|
15
|
+
* Get an existing VpcEndpoint 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?: VpcEndpointState, opts?: pulumi.CustomResourceOptions): VpcEndpoint;
|
|
24
|
+
/**
|
|
25
|
+
* Returns true if the given object is an instance of VpcEndpoint. 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 VpcEndpoint;
|
|
29
|
+
/**
|
|
30
|
+
* Maximum bandwidth limit for the endpoint node connection, in Mbps.
|
|
31
|
+
*/
|
|
32
|
+
readonly bps: pulumi.Output<number>;
|
|
33
|
+
/**
|
|
34
|
+
* Whether the endpoint is locked. Normal: Normal. FinancialLocked: Locked. If this parameter is empty, the endpoint is not locked.
|
|
35
|
+
*/
|
|
36
|
+
readonly businessStatus: pulumi.Output<string>;
|
|
37
|
+
/**
|
|
38
|
+
* Status of the endpoint node connection. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed. PartialFailed: partial connection failure. ServiceDeleted: service deleted.
|
|
39
|
+
*/
|
|
40
|
+
readonly connectionStatus: pulumi.Output<string>;
|
|
41
|
+
/**
|
|
42
|
+
* Creation time of the endpoint.
|
|
43
|
+
*/
|
|
44
|
+
readonly creationTime: pulumi.Output<string>;
|
|
45
|
+
/**
|
|
46
|
+
* Deletion time of the endpoint.
|
|
47
|
+
*/
|
|
48
|
+
readonly deletedTime: pulumi.Output<string>;
|
|
49
|
+
/**
|
|
50
|
+
* Description of the endpoint node. The default value is an empty string. It must start with a letter, number, or Chinese character, and can include letters, numbers, Chinese characters, and the following special characters: comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length limit: 0–255 characters.
|
|
51
|
+
*/
|
|
52
|
+
readonly description: pulumi.Output<string>;
|
|
53
|
+
/**
|
|
54
|
+
* Domain name of the endpoint.
|
|
55
|
+
*/
|
|
56
|
+
readonly endpointDomain: pulumi.Output<string>;
|
|
57
|
+
/**
|
|
58
|
+
* ID of the endpoint node.
|
|
59
|
+
*/
|
|
60
|
+
readonly endpointId: pulumi.Output<string>;
|
|
61
|
+
/**
|
|
62
|
+
* Endpoint index
|
|
63
|
+
*/
|
|
64
|
+
readonly endpointIndex: pulumi.Output<number>;
|
|
65
|
+
/**
|
|
66
|
+
* Endpoint name. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: period (.), underscore (_), and hyphen (-). Length must be between 1 and 128 characters. If not specified, defaults to the endpoint ID.
|
|
67
|
+
*/
|
|
68
|
+
readonly endpointName: pulumi.Output<string>;
|
|
69
|
+
/**
|
|
70
|
+
* Type of the endpoint node. Interface: interface endpoint node.
|
|
71
|
+
*/
|
|
72
|
+
readonly endpointType: pulumi.Output<string>;
|
|
73
|
+
/**
|
|
74
|
+
* IP protocol type for the interface endpoint. Options are ipv4 and ipv6. The default for interface endpoints is ipv4. If only ipv4 is used, do not provide this parameter. If the interface endpoint is dual stack (ipv4 & ipv6), you must provide this parameter. Before providing it, ensure the following: your account has enabled IPv6 for private network connections; the subnet associated with the interface endpoint has enabled the IPv6 segment; the endpoint service associated with the interface endpoint is dual stack. Parameter -N: indicates the sequence number of the IP protocol type for the interface endpoint, with a range of 1–2. Use & to separate the sequence numbers of the two IP protocol types. Currently, only providing IPv6 is not supported.
|
|
75
|
+
*/
|
|
76
|
+
readonly ipAddressVersions: pulumi.Output<string[]>;
|
|
77
|
+
/**
|
|
78
|
+
* Billing account for the private network connection. Endpoint: endpoint account. EndpointService: endpoint service account.
|
|
79
|
+
*/
|
|
80
|
+
readonly payer: pulumi.Output<string>;
|
|
81
|
+
/**
|
|
82
|
+
* Enable private DNS name. false (default): disabled. true: enabled.
|
|
83
|
+
*/
|
|
84
|
+
readonly privateDnsEnabled: pulumi.Output<boolean>;
|
|
85
|
+
/**
|
|
86
|
+
* The private DNS name of the endpoint node. If the parameter PrivateDNSEnabled returns false, this parameter is empty.
|
|
87
|
+
*/
|
|
88
|
+
readonly privateDnsName: pulumi.Output<string>;
|
|
89
|
+
/**
|
|
90
|
+
* Name of the project to which the endpoint node belongs.
|
|
91
|
+
*/
|
|
92
|
+
readonly projectName: pulumi.Output<string>;
|
|
93
|
+
/**
|
|
94
|
+
* ID of the security group to be bound to the endpoint. You can call the DescribeSecurityGroups API to obtain the security group ID. Parameter -N: Indicates the sequence number of the security group ID, value range: 1–5. Separate multiple security group IDs with &.
|
|
95
|
+
*/
|
|
96
|
+
readonly securityGroupIds: pulumi.Output<string[]>;
|
|
97
|
+
/**
|
|
98
|
+
* ID of the endpoint service to be associated. You can call the DescribeVpcEndpointServices API to obtain the endpoint service ID.
|
|
99
|
+
*/
|
|
100
|
+
readonly serviceId: pulumi.Output<string>;
|
|
101
|
+
/**
|
|
102
|
+
* Whether the endpoint is managed. false: Unmanaged endpoint. true: Managed endpoint.
|
|
103
|
+
*/
|
|
104
|
+
readonly serviceManaged: pulumi.Output<boolean>;
|
|
105
|
+
/**
|
|
106
|
+
* Name of the endpoint service to be associated.
|
|
107
|
+
*/
|
|
108
|
+
readonly serviceName: pulumi.Output<string>;
|
|
109
|
+
/**
|
|
110
|
+
* Status of the endpoint. Creating: Creating. Pending: Modifying configuration. Available: Available. Deleting: Deleting.
|
|
111
|
+
*/
|
|
112
|
+
readonly status: pulumi.Output<string>;
|
|
113
|
+
readonly tags: pulumi.Output<outputs.privatelink.VpcEndpointTag[]>;
|
|
114
|
+
/**
|
|
115
|
+
* Most recent operation time of the endpoint.
|
|
116
|
+
*/
|
|
117
|
+
readonly updateTime: pulumi.Output<string>;
|
|
118
|
+
/**
|
|
119
|
+
* ID of the VPC to which the endpoint belongs. You can call the DescribeVpcs API to obtain the VPC ID.
|
|
120
|
+
*/
|
|
121
|
+
readonly vpcId: pulumi.Output<string>;
|
|
122
|
+
readonly zones: pulumi.Output<outputs.privatelink.VpcEndpointZone[]>;
|
|
123
|
+
/**
|
|
124
|
+
* Create a VpcEndpoint resource with the given unique name, arguments, and options.
|
|
125
|
+
*
|
|
126
|
+
* @param name The _unique_ name of the resource.
|
|
127
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
128
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
129
|
+
*/
|
|
130
|
+
constructor(name: string, args?: VpcEndpointArgs, opts?: pulumi.CustomResourceOptions);
|
|
131
|
+
}
|
|
132
|
+
/**
|
|
133
|
+
* Input properties used for looking up and filtering VpcEndpoint resources.
|
|
134
|
+
*/
|
|
135
|
+
export interface VpcEndpointState {
|
|
136
|
+
/**
|
|
137
|
+
* Maximum bandwidth limit for the endpoint node connection, in Mbps.
|
|
138
|
+
*/
|
|
139
|
+
bps?: pulumi.Input<number>;
|
|
140
|
+
/**
|
|
141
|
+
* Whether the endpoint is locked. Normal: Normal. FinancialLocked: Locked. If this parameter is empty, the endpoint is not locked.
|
|
142
|
+
*/
|
|
143
|
+
businessStatus?: pulumi.Input<string>;
|
|
144
|
+
/**
|
|
145
|
+
* Status of the endpoint node connection. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed. PartialFailed: partial connection failure. ServiceDeleted: service deleted.
|
|
146
|
+
*/
|
|
147
|
+
connectionStatus?: pulumi.Input<string>;
|
|
148
|
+
/**
|
|
149
|
+
* Creation time of the endpoint.
|
|
150
|
+
*/
|
|
151
|
+
creationTime?: pulumi.Input<string>;
|
|
152
|
+
/**
|
|
153
|
+
* Deletion time of the endpoint.
|
|
154
|
+
*/
|
|
155
|
+
deletedTime?: pulumi.Input<string>;
|
|
156
|
+
/**
|
|
157
|
+
* Description of the endpoint node. The default value is an empty string. It must start with a letter, number, or Chinese character, and can include letters, numbers, Chinese characters, and the following special characters: comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length limit: 0–255 characters.
|
|
158
|
+
*/
|
|
159
|
+
description?: pulumi.Input<string>;
|
|
160
|
+
/**
|
|
161
|
+
* Domain name of the endpoint.
|
|
162
|
+
*/
|
|
163
|
+
endpointDomain?: pulumi.Input<string>;
|
|
164
|
+
/**
|
|
165
|
+
* ID of the endpoint node.
|
|
166
|
+
*/
|
|
167
|
+
endpointId?: pulumi.Input<string>;
|
|
168
|
+
/**
|
|
169
|
+
* Endpoint index
|
|
170
|
+
*/
|
|
171
|
+
endpointIndex?: pulumi.Input<number>;
|
|
172
|
+
/**
|
|
173
|
+
* Endpoint name. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: period (.), underscore (_), and hyphen (-). Length must be between 1 and 128 characters. If not specified, defaults to the endpoint ID.
|
|
174
|
+
*/
|
|
175
|
+
endpointName?: pulumi.Input<string>;
|
|
176
|
+
/**
|
|
177
|
+
* Type of the endpoint node. Interface: interface endpoint node.
|
|
178
|
+
*/
|
|
179
|
+
endpointType?: pulumi.Input<string>;
|
|
180
|
+
/**
|
|
181
|
+
* IP protocol type for the interface endpoint. Options are ipv4 and ipv6. The default for interface endpoints is ipv4. If only ipv4 is used, do not provide this parameter. If the interface endpoint is dual stack (ipv4 & ipv6), you must provide this parameter. Before providing it, ensure the following: your account has enabled IPv6 for private network connections; the subnet associated with the interface endpoint has enabled the IPv6 segment; the endpoint service associated with the interface endpoint is dual stack. Parameter -N: indicates the sequence number of the IP protocol type for the interface endpoint, with a range of 1–2. Use & to separate the sequence numbers of the two IP protocol types. Currently, only providing IPv6 is not supported.
|
|
182
|
+
*/
|
|
183
|
+
ipAddressVersions?: pulumi.Input<pulumi.Input<string>[]>;
|
|
184
|
+
/**
|
|
185
|
+
* Billing account for the private network connection. Endpoint: endpoint account. EndpointService: endpoint service account.
|
|
186
|
+
*/
|
|
187
|
+
payer?: pulumi.Input<string>;
|
|
188
|
+
/**
|
|
189
|
+
* Enable private DNS name. false (default): disabled. true: enabled.
|
|
190
|
+
*/
|
|
191
|
+
privateDnsEnabled?: pulumi.Input<boolean>;
|
|
192
|
+
/**
|
|
193
|
+
* The private DNS name of the endpoint node. If the parameter PrivateDNSEnabled returns false, this parameter is empty.
|
|
194
|
+
*/
|
|
195
|
+
privateDnsName?: pulumi.Input<string>;
|
|
196
|
+
/**
|
|
197
|
+
* Name of the project to which the endpoint node belongs.
|
|
198
|
+
*/
|
|
199
|
+
projectName?: pulumi.Input<string>;
|
|
200
|
+
/**
|
|
201
|
+
* ID of the security group to be bound to the endpoint. You can call the DescribeSecurityGroups API to obtain the security group ID. Parameter -N: Indicates the sequence number of the security group ID, value range: 1–5. Separate multiple security group IDs with &.
|
|
202
|
+
*/
|
|
203
|
+
securityGroupIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
204
|
+
/**
|
|
205
|
+
* ID of the endpoint service to be associated. You can call the DescribeVpcEndpointServices API to obtain the endpoint service ID.
|
|
206
|
+
*/
|
|
207
|
+
serviceId?: pulumi.Input<string>;
|
|
208
|
+
/**
|
|
209
|
+
* Whether the endpoint is managed. false: Unmanaged endpoint. true: Managed endpoint.
|
|
210
|
+
*/
|
|
211
|
+
serviceManaged?: pulumi.Input<boolean>;
|
|
212
|
+
/**
|
|
213
|
+
* Name of the endpoint service to be associated.
|
|
214
|
+
*/
|
|
215
|
+
serviceName?: pulumi.Input<string>;
|
|
216
|
+
/**
|
|
217
|
+
* Status of the endpoint. Creating: Creating. Pending: Modifying configuration. Available: Available. Deleting: Deleting.
|
|
218
|
+
*/
|
|
219
|
+
status?: pulumi.Input<string>;
|
|
220
|
+
tags?: pulumi.Input<pulumi.Input<inputs.privatelink.VpcEndpointTag>[]>;
|
|
221
|
+
/**
|
|
222
|
+
* Most recent operation time of the endpoint.
|
|
223
|
+
*/
|
|
224
|
+
updateTime?: pulumi.Input<string>;
|
|
225
|
+
/**
|
|
226
|
+
* ID of the VPC to which the endpoint belongs. You can call the DescribeVpcs API to obtain the VPC ID.
|
|
227
|
+
*/
|
|
228
|
+
vpcId?: pulumi.Input<string>;
|
|
229
|
+
zones?: pulumi.Input<pulumi.Input<inputs.privatelink.VpcEndpointZone>[]>;
|
|
230
|
+
}
|
|
231
|
+
/**
|
|
232
|
+
* The set of arguments for constructing a VpcEndpoint resource.
|
|
233
|
+
*/
|
|
234
|
+
export interface VpcEndpointArgs {
|
|
235
|
+
/**
|
|
236
|
+
* Description of the endpoint node. The default value is an empty string. It must start with a letter, number, or Chinese character, and can include letters, numbers, Chinese characters, and the following special characters: comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length limit: 0–255 characters.
|
|
237
|
+
*/
|
|
238
|
+
description?: pulumi.Input<string>;
|
|
239
|
+
/**
|
|
240
|
+
* Endpoint name. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: period (.), underscore (_), and hyphen (-). Length must be between 1 and 128 characters. If not specified, defaults to the endpoint ID.
|
|
241
|
+
*/
|
|
242
|
+
endpointName?: pulumi.Input<string>;
|
|
243
|
+
/**
|
|
244
|
+
* IP protocol type for the interface endpoint. Options are ipv4 and ipv6. The default for interface endpoints is ipv4. If only ipv4 is used, do not provide this parameter. If the interface endpoint is dual stack (ipv4 & ipv6), you must provide this parameter. Before providing it, ensure the following: your account has enabled IPv6 for private network connections; the subnet associated with the interface endpoint has enabled the IPv6 segment; the endpoint service associated with the interface endpoint is dual stack. Parameter -N: indicates the sequence number of the IP protocol type for the interface endpoint, with a range of 1–2. Use & to separate the sequence numbers of the two IP protocol types. Currently, only providing IPv6 is not supported.
|
|
245
|
+
*/
|
|
246
|
+
ipAddressVersions?: pulumi.Input<pulumi.Input<string>[]>;
|
|
247
|
+
/**
|
|
248
|
+
* Enable private DNS name. false (default): disabled. true: enabled.
|
|
249
|
+
*/
|
|
250
|
+
privateDnsEnabled?: pulumi.Input<boolean>;
|
|
251
|
+
/**
|
|
252
|
+
* Name of the project to which the endpoint node belongs.
|
|
253
|
+
*/
|
|
254
|
+
projectName?: pulumi.Input<string>;
|
|
255
|
+
/**
|
|
256
|
+
* ID of the security group to be bound to the endpoint. You can call the DescribeSecurityGroups API to obtain the security group ID. Parameter -N: Indicates the sequence number of the security group ID, value range: 1–5. Separate multiple security group IDs with &.
|
|
257
|
+
*/
|
|
258
|
+
securityGroupIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
259
|
+
/**
|
|
260
|
+
* ID of the endpoint service to be associated. You can call the DescribeVpcEndpointServices API to obtain the endpoint service ID.
|
|
261
|
+
*/
|
|
262
|
+
serviceId?: pulumi.Input<string>;
|
|
263
|
+
/**
|
|
264
|
+
* Whether the endpoint is managed. false: Unmanaged endpoint. true: Managed endpoint.
|
|
265
|
+
*/
|
|
266
|
+
serviceManaged?: pulumi.Input<boolean>;
|
|
267
|
+
/**
|
|
268
|
+
* Name of the endpoint service to be associated.
|
|
269
|
+
*/
|
|
270
|
+
serviceName?: pulumi.Input<string>;
|
|
271
|
+
tags?: pulumi.Input<pulumi.Input<inputs.privatelink.VpcEndpointTag>[]>;
|
|
272
|
+
/**
|
|
273
|
+
* ID of the VPC to which the endpoint belongs. You can call the DescribeVpcs API to obtain the VPC ID.
|
|
274
|
+
*/
|
|
275
|
+
vpcId?: pulumi.Input<string>;
|
|
276
|
+
zones?: pulumi.Input<pulumi.Input<inputs.privatelink.VpcEndpointZone>[]>;
|
|
277
|
+
}
|
|
@@ -0,0 +1,106 @@
|
|
|
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.VpcEndpoint = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* The endpoint node is a private network service access point deployed by the service user in their own VPC, used to access the service provider's services via the private network.
|
|
10
|
+
*
|
|
11
|
+
* ## Import
|
|
12
|
+
*
|
|
13
|
+
* ```sh
|
|
14
|
+
* $ pulumi import volcenginecc:privatelink/vpcEndpoint:VpcEndpoint example "endpoint_id"
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
class VpcEndpoint extends pulumi.CustomResource {
|
|
18
|
+
/**
|
|
19
|
+
* Get an existing VpcEndpoint 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 VpcEndpoint(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Returns true if the given object is an instance of VpcEndpoint. 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'] === VpcEndpoint.__pulumiType;
|
|
39
|
+
}
|
|
40
|
+
constructor(name, argsOrState, opts) {
|
|
41
|
+
let resourceInputs = {};
|
|
42
|
+
opts = opts || {};
|
|
43
|
+
if (opts.id) {
|
|
44
|
+
const state = argsOrState;
|
|
45
|
+
resourceInputs["bps"] = state ? state.bps : undefined;
|
|
46
|
+
resourceInputs["businessStatus"] = state ? state.businessStatus : undefined;
|
|
47
|
+
resourceInputs["connectionStatus"] = state ? state.connectionStatus : undefined;
|
|
48
|
+
resourceInputs["creationTime"] = state ? state.creationTime : undefined;
|
|
49
|
+
resourceInputs["deletedTime"] = state ? state.deletedTime : undefined;
|
|
50
|
+
resourceInputs["description"] = state ? state.description : undefined;
|
|
51
|
+
resourceInputs["endpointDomain"] = state ? state.endpointDomain : undefined;
|
|
52
|
+
resourceInputs["endpointId"] = state ? state.endpointId : undefined;
|
|
53
|
+
resourceInputs["endpointIndex"] = state ? state.endpointIndex : undefined;
|
|
54
|
+
resourceInputs["endpointName"] = state ? state.endpointName : undefined;
|
|
55
|
+
resourceInputs["endpointType"] = state ? state.endpointType : undefined;
|
|
56
|
+
resourceInputs["ipAddressVersions"] = state ? state.ipAddressVersions : undefined;
|
|
57
|
+
resourceInputs["payer"] = state ? state.payer : undefined;
|
|
58
|
+
resourceInputs["privateDnsEnabled"] = state ? state.privateDnsEnabled : undefined;
|
|
59
|
+
resourceInputs["privateDnsName"] = state ? state.privateDnsName : undefined;
|
|
60
|
+
resourceInputs["projectName"] = state ? state.projectName : undefined;
|
|
61
|
+
resourceInputs["securityGroupIds"] = state ? state.securityGroupIds : undefined;
|
|
62
|
+
resourceInputs["serviceId"] = state ? state.serviceId : undefined;
|
|
63
|
+
resourceInputs["serviceManaged"] = state ? state.serviceManaged : undefined;
|
|
64
|
+
resourceInputs["serviceName"] = state ? state.serviceName : undefined;
|
|
65
|
+
resourceInputs["status"] = state ? state.status : undefined;
|
|
66
|
+
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
67
|
+
resourceInputs["updateTime"] = state ? state.updateTime : undefined;
|
|
68
|
+
resourceInputs["vpcId"] = state ? state.vpcId : undefined;
|
|
69
|
+
resourceInputs["zones"] = state ? state.zones : undefined;
|
|
70
|
+
}
|
|
71
|
+
else {
|
|
72
|
+
const args = argsOrState;
|
|
73
|
+
resourceInputs["description"] = args ? args.description : undefined;
|
|
74
|
+
resourceInputs["endpointName"] = args ? args.endpointName : undefined;
|
|
75
|
+
resourceInputs["ipAddressVersions"] = args ? args.ipAddressVersions : undefined;
|
|
76
|
+
resourceInputs["privateDnsEnabled"] = args ? args.privateDnsEnabled : undefined;
|
|
77
|
+
resourceInputs["projectName"] = args ? args.projectName : undefined;
|
|
78
|
+
resourceInputs["securityGroupIds"] = args ? args.securityGroupIds : undefined;
|
|
79
|
+
resourceInputs["serviceId"] = args ? args.serviceId : undefined;
|
|
80
|
+
resourceInputs["serviceManaged"] = args ? args.serviceManaged : undefined;
|
|
81
|
+
resourceInputs["serviceName"] = args ? args.serviceName : undefined;
|
|
82
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
83
|
+
resourceInputs["vpcId"] = args ? args.vpcId : undefined;
|
|
84
|
+
resourceInputs["zones"] = args ? args.zones : undefined;
|
|
85
|
+
resourceInputs["bps"] = undefined /*out*/;
|
|
86
|
+
resourceInputs["businessStatus"] = undefined /*out*/;
|
|
87
|
+
resourceInputs["connectionStatus"] = undefined /*out*/;
|
|
88
|
+
resourceInputs["creationTime"] = undefined /*out*/;
|
|
89
|
+
resourceInputs["deletedTime"] = undefined /*out*/;
|
|
90
|
+
resourceInputs["endpointDomain"] = undefined /*out*/;
|
|
91
|
+
resourceInputs["endpointId"] = undefined /*out*/;
|
|
92
|
+
resourceInputs["endpointIndex"] = undefined /*out*/;
|
|
93
|
+
resourceInputs["endpointType"] = undefined /*out*/;
|
|
94
|
+
resourceInputs["payer"] = undefined /*out*/;
|
|
95
|
+
resourceInputs["privateDnsName"] = undefined /*out*/;
|
|
96
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
97
|
+
resourceInputs["updateTime"] = undefined /*out*/;
|
|
98
|
+
}
|
|
99
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
100
|
+
super(VpcEndpoint.__pulumiType, name, resourceInputs, opts);
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
exports.VpcEndpoint = VpcEndpoint;
|
|
104
|
+
/** @internal */
|
|
105
|
+
VpcEndpoint.__pulumiType = 'volcenginecc:privatelink/vpcEndpoint:VpcEndpoint';
|
|
106
|
+
//# sourceMappingURL=vpcEndpoint.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vpcEndpoint.js","sourceRoot":"","sources":["../../privatelink/vpcEndpoint.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;GAQG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwB,EAAE,IAAmC;QACtH,OAAO,IAAI,WAAW,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAClE,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,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;IAyGD,YAAY,IAAY,EAAE,WAAgD,EAAE,IAAmC;QAC3G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA2C,CAAC;YAC1D,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,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;YACpE,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,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;YAC5D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;aAAM;YACH,MAAM,IAAI,GAAG,WAA0C,CAAC;YACxD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1C,cAAc,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACrD,cAAc,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACvD,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACnD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACrD,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACpD,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACnD,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5C,cAAc,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACrD,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC7C,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACpD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,WAAW,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAChE,CAAC;;AA/LL,kCAgMC;AAlLG,gBAAgB;AACO,wBAAY,GAAG,kDAAkD,CAAC"}
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Volcengine::RDSPostgreSQL::Instance
|
|
5
|
+
*/
|
|
6
|
+
export declare function getInstance(args: GetInstanceArgs, opts?: pulumi.InvokeOptions): Promise<GetInstanceResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getInstance.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetInstanceArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getInstance.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetInstanceResult {
|
|
20
|
+
/**
|
|
21
|
+
* Allowlist ID. To bind multiple allowlists, separate allowlist IDs with commas (,). An instance can bind up to 100 allowlists.
|
|
22
|
+
*/
|
|
23
|
+
readonly allowListIds: string[];
|
|
24
|
+
/**
|
|
25
|
+
* Payment method
|
|
26
|
+
*/
|
|
27
|
+
readonly chargeDetail: outputs.rdspostgresql.GetInstanceChargeDetail;
|
|
28
|
+
/**
|
|
29
|
+
* Instance creation time
|
|
30
|
+
*/
|
|
31
|
+
readonly createTime: string;
|
|
32
|
+
/**
|
|
33
|
+
* Synchronization mode. Value: Async (asynchronous synchronization)
|
|
34
|
+
*/
|
|
35
|
+
readonly dataSyncMode: string;
|
|
36
|
+
/**
|
|
37
|
+
* Compatible version
|
|
38
|
+
*/
|
|
39
|
+
readonly dbEngineVersion: string;
|
|
40
|
+
/**
|
|
41
|
+
* Instance connection information
|
|
42
|
+
*/
|
|
43
|
+
readonly endpoints: outputs.rdspostgresql.GetInstanceEndpoint[];
|
|
44
|
+
/**
|
|
45
|
+
* Uniquely identifies the resource.
|
|
46
|
+
*/
|
|
47
|
+
readonly id: string;
|
|
48
|
+
/**
|
|
49
|
+
* Instance ID
|
|
50
|
+
*/
|
|
51
|
+
readonly instanceId: string;
|
|
52
|
+
/**
|
|
53
|
+
* Instance name
|
|
54
|
+
*/
|
|
55
|
+
readonly instanceName: string;
|
|
56
|
+
/**
|
|
57
|
+
* Instance status
|
|
58
|
+
*/
|
|
59
|
+
readonly instanceStatus: string;
|
|
60
|
+
/**
|
|
61
|
+
* Instance type. Value: HA (high availability edition)
|
|
62
|
+
*/
|
|
63
|
+
readonly instanceType: string;
|
|
64
|
+
/**
|
|
65
|
+
* Instance maintenance window
|
|
66
|
+
*/
|
|
67
|
+
readonly maintenanceWindow: outputs.rdspostgresql.GetInstanceMaintenanceWindow;
|
|
68
|
+
/**
|
|
69
|
+
* Memory size, unit: GB
|
|
70
|
+
*/
|
|
71
|
+
readonly memory: number;
|
|
72
|
+
/**
|
|
73
|
+
* Instance specification configuration
|
|
74
|
+
*/
|
|
75
|
+
readonly nodeInfos: outputs.rdspostgresql.GetInstanceNodeInfo[];
|
|
76
|
+
/**
|
|
77
|
+
* Number of nodes
|
|
78
|
+
*/
|
|
79
|
+
readonly nodeNumber: number;
|
|
80
|
+
/**
|
|
81
|
+
* Primary node specification
|
|
82
|
+
*/
|
|
83
|
+
readonly nodeSpec: string;
|
|
84
|
+
/**
|
|
85
|
+
* Project. Default value: default project
|
|
86
|
+
*/
|
|
87
|
+
readonly projectName: string;
|
|
88
|
+
/**
|
|
89
|
+
* Data file space used by the primary node. Unit: Byte
|
|
90
|
+
*/
|
|
91
|
+
readonly storageDataUse: number;
|
|
92
|
+
/**
|
|
93
|
+
* Log file space used by the primary node. Unit: Byte
|
|
94
|
+
*/
|
|
95
|
+
readonly storageLogUse: number;
|
|
96
|
+
/**
|
|
97
|
+
* Instance storage space. Value range: [20, 3000], unit: GB, increment: 10GB. Default value is 100
|
|
98
|
+
*/
|
|
99
|
+
readonly storageSpace: number;
|
|
100
|
+
/**
|
|
101
|
+
* Temporary file space used by the primary node. Unit: Byte
|
|
102
|
+
*/
|
|
103
|
+
readonly storageTempUse: number;
|
|
104
|
+
/**
|
|
105
|
+
* Instance storage type, fixed value LocalSSD (local SSD disk)
|
|
106
|
+
*/
|
|
107
|
+
readonly storageType: string;
|
|
108
|
+
/**
|
|
109
|
+
* Used storage space of the instance. Unit: Byte
|
|
110
|
+
*/
|
|
111
|
+
readonly storageUse: number;
|
|
112
|
+
/**
|
|
113
|
+
* Used WAL file space of the instance's primary node. Unit: Byte
|
|
114
|
+
*/
|
|
115
|
+
readonly storageWalUse: number;
|
|
116
|
+
/**
|
|
117
|
+
* Subnet ID
|
|
118
|
+
*/
|
|
119
|
+
readonly subnetId: string;
|
|
120
|
+
/**
|
|
121
|
+
* Tag information of the cloud disk
|
|
122
|
+
*/
|
|
123
|
+
readonly tags: outputs.rdspostgresql.GetInstanceTag[];
|
|
124
|
+
/**
|
|
125
|
+
* Instance update time
|
|
126
|
+
*/
|
|
127
|
+
readonly updateTime: string;
|
|
128
|
+
/**
|
|
129
|
+
* CPU size. For example: 1 means 1U
|
|
130
|
+
*/
|
|
131
|
+
readonly vcpu: number;
|
|
132
|
+
/**
|
|
133
|
+
* Use this parameter to specify the private network for the instance
|
|
134
|
+
*/
|
|
135
|
+
readonly vpcId: string;
|
|
136
|
+
/**
|
|
137
|
+
* Availability zone ID
|
|
138
|
+
*/
|
|
139
|
+
readonly zoneId: string;
|
|
140
|
+
}
|
|
141
|
+
/**
|
|
142
|
+
* Data Source schema for Volcengine::RDSPostgreSQL::Instance
|
|
143
|
+
*/
|
|
144
|
+
export declare function getInstanceOutput(args: GetInstanceOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetInstanceResult>;
|
|
145
|
+
/**
|
|
146
|
+
* A collection of arguments for invoking getInstance.
|
|
147
|
+
*/
|
|
148
|
+
export interface GetInstanceOutputArgs {
|
|
149
|
+
/**
|
|
150
|
+
* Uniquely identifies the resource.
|
|
151
|
+
*/
|
|
152
|
+
id: pulumi.Input<string>;
|
|
153
|
+
}
|
|
@@ -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.getInstanceOutput = exports.getInstance = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::RDSPostgreSQL::Instance
|
|
10
|
+
*/
|
|
11
|
+
function getInstance(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:rdspostgresql/getInstance:getInstance", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getInstance = getInstance;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::RDSPostgreSQL::Instance
|
|
20
|
+
*/
|
|
21
|
+
function getInstanceOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:rdspostgresql/getInstance:getInstance", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getInstanceOutput = getInstanceOutput;
|
|
28
|
+
//# sourceMappingURL=getInstance.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getInstance.js","sourceRoot":"","sources":["../../rdspostgresql/getInstance.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,oDAAoD,EAAE;QAC/E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kCAKC;AAyID;;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,oDAAoD,EAAE;QACrF,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::RDSPostgreSQL::Instance
|
|
4
|
+
*/
|
|
5
|
+
export declare function getInstances(opts?: pulumi.InvokeOptions): Promise<GetInstancesResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getInstances.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetInstancesResult {
|
|
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::RDSPostgreSQL::Instance
|
|
21
|
+
*/
|
|
22
|
+
export declare function getInstancesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetInstancesResult>;
|
|
@@ -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.getInstancesOutput = exports.getInstances = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::RDSPostgreSQL::Instance
|
|
10
|
+
*/
|
|
11
|
+
function getInstances(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:rdspostgresql/getInstances:getInstances", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getInstances = getInstances;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::RDSPostgreSQL::Instance
|
|
18
|
+
*/
|
|
19
|
+
function getInstancesOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:rdspostgresql/getInstances:getInstances", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getInstancesOutput = getInstancesOutput;
|
|
24
|
+
//# sourceMappingURL=getInstances.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getInstances.js","sourceRoot":"","sources":["../../rdspostgresql/getInstances.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,sDAAsD,EAAE,EACpF,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,sDAAsD,EAAE,EAC1F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gDAIC"}
|
package/rdspostgresql/index.d.ts
CHANGED
|
@@ -34,12 +34,21 @@ export declare const getDbEndpointOutput: typeof import("./getDbEndpoint").getDb
|
|
|
34
34
|
export { GetDbEndpointsResult } from "./getDbEndpoints";
|
|
35
35
|
export declare const getDbEndpoints: typeof import("./getDbEndpoints").getDbEndpoints;
|
|
36
36
|
export declare const getDbEndpointsOutput: typeof import("./getDbEndpoints").getDbEndpointsOutput;
|
|
37
|
+
export { GetInstanceArgs, GetInstanceResult, GetInstanceOutputArgs } from "./getInstance";
|
|
38
|
+
export declare const getInstance: typeof import("./getInstance").getInstance;
|
|
39
|
+
export declare const getInstanceOutput: typeof import("./getInstance").getInstanceOutput;
|
|
40
|
+
export { GetInstancesResult } from "./getInstances";
|
|
41
|
+
export declare const getInstances: typeof import("./getInstances").getInstances;
|
|
42
|
+
export declare const getInstancesOutput: typeof import("./getInstances").getInstancesOutput;
|
|
37
43
|
export { GetSchemaArgs, GetSchemaResult, GetSchemaOutputArgs } from "./getSchema";
|
|
38
44
|
export declare const getSchema: typeof import("./getSchema").getSchema;
|
|
39
45
|
export declare const getSchemaOutput: typeof import("./getSchema").getSchemaOutput;
|
|
40
46
|
export { GetSchemasResult } from "./getSchemas";
|
|
41
47
|
export declare const getSchemas: typeof import("./getSchemas").getSchemas;
|
|
42
48
|
export declare const getSchemasOutput: typeof import("./getSchemas").getSchemasOutput;
|
|
49
|
+
export { InstanceArgs, InstanceState } from "./instance";
|
|
50
|
+
export type Instance = import("./instance").Instance;
|
|
51
|
+
export declare const Instance: typeof import("./instance").Instance;
|
|
43
52
|
export { SchemaArgs, SchemaState } from "./schema";
|
|
44
53
|
export type Schema = import("./schema").Schema;
|
|
45
54
|
export declare const Schema: typeof import("./schema").Schema;
|