@volcengine/pulumi-volcenginecc 0.0.31 → 0.0.32

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.
Files changed (190) hide show
  1. package/cen/getInterRegionBandwidth.d.ts +72 -0
  2. package/cen/getInterRegionBandwidth.js +28 -0
  3. package/cen/getInterRegionBandwidth.js.map +1 -0
  4. package/cen/getInterRegionBandwidths.d.ts +22 -0
  5. package/cen/getInterRegionBandwidths.js +24 -0
  6. package/cen/getInterRegionBandwidths.js.map +1 -0
  7. package/cen/getRouteEntries.d.ts +22 -0
  8. package/cen/getRouteEntries.js +24 -0
  9. package/cen/getRouteEntries.js.map +1 -0
  10. package/cen/getRouteEntry.d.ts +72 -0
  11. package/cen/getRouteEntry.js +28 -0
  12. package/cen/getRouteEntry.js.map +1 -0
  13. package/cen/getServiceRouteEntries.d.ts +22 -0
  14. package/cen/getServiceRouteEntries.js +24 -0
  15. package/cen/getServiceRouteEntries.js.map +1 -0
  16. package/cen/getServiceRouteEntry.d.ts +73 -0
  17. package/cen/getServiceRouteEntry.js +28 -0
  18. package/cen/getServiceRouteEntry.js.map +1 -0
  19. package/cen/index.d.ts +27 -0
  20. package/cen/index.js +34 -1
  21. package/cen/index.js.map +1 -1
  22. package/cen/interRegionBandwidth.d.ts +152 -0
  23. package/cen/interRegionBandwidth.js +101 -0
  24. package/cen/interRegionBandwidth.js.map +1 -0
  25. package/cen/routeEntry.d.ts +152 -0
  26. package/cen/routeEntry.js +104 -0
  27. package/cen/routeEntry.js.map +1 -0
  28. package/cen/serviceRouteEntry.d.ts +138 -0
  29. package/cen/serviceRouteEntry.js +83 -0
  30. package/cen/serviceRouteEntry.js.map +1 -0
  31. package/clb/getListener.d.ts +4 -0
  32. package/clb/getListener.js.map +1 -1
  33. package/clb/listener.d.ts +3 -0
  34. package/clb/listener.js +2 -0
  35. package/clb/listener.js.map +1 -1
  36. package/mongodb/getSslState.d.ts +56 -0
  37. package/mongodb/getSslState.js +28 -0
  38. package/mongodb/getSslState.js.map +1 -0
  39. package/mongodb/getSslStates.d.ts +22 -0
  40. package/mongodb/getSslStates.js +24 -0
  41. package/mongodb/getSslStates.js.map +1 -0
  42. package/mongodb/index.d.ts +9 -0
  43. package/mongodb/index.js +12 -1
  44. package/mongodb/index.js.map +1 -1
  45. package/mongodb/sslState.d.ts +105 -0
  46. package/mongodb/sslState.js +81 -0
  47. package/mongodb/sslState.js.map +1 -0
  48. package/package.json +1 -1
  49. package/privatelink/endpointService.d.ts +15 -3
  50. package/privatelink/endpointService.js +2 -0
  51. package/privatelink/endpointService.js.map +1 -1
  52. package/privatelink/getEndpointService.d.ts +5 -1
  53. package/privatelink/getEndpointService.js.map +1 -1
  54. package/privatelink/getVpcEndpointConnection.d.ts +89 -0
  55. package/privatelink/getVpcEndpointConnection.js +28 -0
  56. package/privatelink/getVpcEndpointConnection.js.map +1 -0
  57. package/privatelink/getVpcEndpointConnections.d.ts +22 -0
  58. package/privatelink/getVpcEndpointConnections.js +24 -0
  59. package/privatelink/getVpcEndpointConnections.js.map +1 -0
  60. package/privatelink/index.d.ts +9 -0
  61. package/privatelink/index.js +12 -1
  62. package/privatelink/index.js.map +1 -1
  63. package/privatelink/vpcEndpointConnection.d.ts +156 -0
  64. package/privatelink/vpcEndpointConnection.js +88 -0
  65. package/privatelink/vpcEndpointConnection.js.map +1 -0
  66. package/rabbitmq/allowList.d.ts +151 -0
  67. package/rabbitmq/allowList.js +100 -0
  68. package/rabbitmq/allowList.js.map +1 -0
  69. package/rabbitmq/getAllowList.d.ts +73 -0
  70. package/rabbitmq/getAllowList.js +28 -0
  71. package/rabbitmq/getAllowList.js.map +1 -0
  72. package/rabbitmq/getAllowLists.d.ts +22 -0
  73. package/rabbitmq/getAllowLists.js +24 -0
  74. package/rabbitmq/getAllowLists.js.map +1 -0
  75. package/rabbitmq/index.d.ts +9 -0
  76. package/rabbitmq/index.js +12 -1
  77. package/rabbitmq/index.js.map +1 -1
  78. package/redis/allowList.d.ts +148 -0
  79. package/redis/allowList.js +78 -0
  80. package/redis/allowList.js.map +1 -0
  81. package/redis/getAllowList.d.ts +81 -0
  82. package/redis/getAllowList.js +28 -0
  83. package/redis/getAllowList.js.map +1 -0
  84. package/redis/getAllowLists.d.ts +22 -0
  85. package/redis/getAllowLists.js +24 -0
  86. package/redis/getAllowLists.js.map +1 -0
  87. package/redis/index.d.ts +9 -0
  88. package/redis/index.js +12 -1
  89. package/redis/index.js.map +1 -1
  90. package/storageebs/getSnapshotGroup.d.ts +81 -0
  91. package/storageebs/getSnapshotGroup.js +28 -0
  92. package/storageebs/getSnapshotGroup.js.map +1 -0
  93. package/storageebs/getSnapshotGroups.d.ts +22 -0
  94. package/storageebs/getSnapshotGroups.js +24 -0
  95. package/storageebs/getSnapshotGroups.js.map +1 -0
  96. package/storageebs/index.d.ts +9 -0
  97. package/storageebs/index.js +12 -1
  98. package/storageebs/index.js.map +1 -1
  99. package/storageebs/snapshotGroup.d.ts +168 -0
  100. package/storageebs/snapshotGroup.js +105 -0
  101. package/storageebs/snapshotGroup.js.map +1 -0
  102. package/tls/alarmNotifyGroup.d.ts +113 -0
  103. package/tls/alarmNotifyGroup.js +75 -0
  104. package/tls/alarmNotifyGroup.js.map +1 -0
  105. package/tls/getAlarmNotifyGroup.d.ts +69 -0
  106. package/tls/getAlarmNotifyGroup.js +28 -0
  107. package/tls/getAlarmNotifyGroup.js.map +1 -0
  108. package/tls/getAlarmNotifyGroups.d.ts +22 -0
  109. package/tls/getAlarmNotifyGroups.js +24 -0
  110. package/tls/getAlarmNotifyGroups.js.map +1 -0
  111. package/tls/getRule.d.ts +109 -0
  112. package/tls/getRule.js +28 -0
  113. package/tls/getRule.js.map +1 -0
  114. package/tls/getRules.d.ts +22 -0
  115. package/tls/getRules.js +24 -0
  116. package/tls/getRules.js.map +1 -0
  117. package/tls/getShipper.d.ts +101 -0
  118. package/tls/getShipper.js +28 -0
  119. package/tls/getShipper.js.map +1 -0
  120. package/tls/getShippers.d.ts +22 -0
  121. package/tls/getShippers.js +24 -0
  122. package/tls/getShippers.js.map +1 -0
  123. package/tls/index.d.ts +27 -0
  124. package/tls/index.js +34 -1
  125. package/tls/index.js.map +1 -1
  126. package/tls/rule.d.ts +221 -0
  127. package/tls/rule.js +98 -0
  128. package/tls/rule.js.map +1 -0
  129. package/tls/shipper.d.ts +211 -0
  130. package/tls/shipper.js +97 -0
  131. package/tls/shipper.js.map +1 -0
  132. package/tos/bucketEncryption.d.ts +94 -0
  133. package/tos/bucketEncryption.js +78 -0
  134. package/tos/bucketEncryption.js.map +1 -0
  135. package/tos/bucketInventory.d.ts +155 -0
  136. package/tos/bucketInventory.js +95 -0
  137. package/tos/bucketInventory.js.map +1 -0
  138. package/tos/getBucketEncryption.d.ts +48 -0
  139. package/tos/getBucketEncryption.js +28 -0
  140. package/tos/getBucketEncryption.js.map +1 -0
  141. package/tos/getBucketEncryptions.d.ts +22 -0
  142. package/tos/getBucketEncryptions.js +24 -0
  143. package/tos/getBucketEncryptions.js.map +1 -0
  144. package/tos/getBucketInventories.d.ts +22 -0
  145. package/tos/getBucketInventories.js +24 -0
  146. package/tos/getBucketInventories.js.map +1 -0
  147. package/tos/getBucketInventory.d.ts +73 -0
  148. package/tos/getBucketInventory.js +28 -0
  149. package/tos/getBucketInventory.js.map +1 -0
  150. package/tos/index.d.ts +18 -0
  151. package/tos/index.js +23 -1
  152. package/tos/index.js.map +1 -1
  153. package/types/input.d.ts +934 -31
  154. package/types/output.d.ts +2309 -360
  155. package/vefaas/getRelease.d.ts +120 -0
  156. package/vefaas/getRelease.js +28 -0
  157. package/vefaas/getRelease.js.map +1 -0
  158. package/vefaas/getReleases.d.ts +22 -0
  159. package/vefaas/getReleases.js +24 -0
  160. package/vefaas/getReleases.js.map +1 -0
  161. package/vefaas/index.d.ts +9 -0
  162. package/vefaas/index.js +12 -1
  163. package/vefaas/index.js.map +1 -1
  164. package/vefaas/release.d.ts +253 -0
  165. package/vefaas/release.js +120 -0
  166. package/vefaas/release.js.map +1 -0
  167. package/vepfs/getMountService.d.ts +93 -0
  168. package/vepfs/getMountService.js +28 -0
  169. package/vepfs/getMountService.js.map +1 -0
  170. package/vepfs/getMountServices.d.ts +22 -0
  171. package/vepfs/getMountServices.js +24 -0
  172. package/vepfs/getMountServices.js.map +1 -0
  173. package/vepfs/index.d.ts +9 -0
  174. package/vepfs/index.js +12 -1
  175. package/vepfs/index.js.map +1 -1
  176. package/vepfs/mountService.d.ts +172 -0
  177. package/vepfs/mountService.js +99 -0
  178. package/vepfs/mountService.js.map +1 -0
  179. package/vke/getKubeconfig.d.ts +72 -0
  180. package/vke/getKubeconfig.js +28 -0
  181. package/vke/getKubeconfig.js.map +1 -0
  182. package/vke/getKubeconfigs.d.ts +22 -0
  183. package/vke/getKubeconfigs.js +24 -0
  184. package/vke/getKubeconfigs.js.map +1 -0
  185. package/vke/index.d.ts +9 -0
  186. package/vke/index.js +12 -1
  187. package/vke/index.js.map +1 -1
  188. package/vke/kubeconfig.d.ts +142 -0
  189. package/vke/kubeconfig.js +93 -0
  190. package/vke/kubeconfig.js.map +1 -0
@@ -54,6 +54,10 @@ export declare class EndpointService extends pulumi.CustomResource {
54
54
  * Billing account for the private network connection. Endpoint: endpoint account. EndpointService: endpoint service account.
55
55
  */
56
56
  readonly payer: pulumi.Output<string>;
57
+ /**
58
+ * Details of authorized allowlist accounts.
59
+ */
60
+ readonly permitAccountIds: pulumi.Output<string[]>;
57
61
  /**
58
62
  * Whether the endpoint service enables private DNS name. false: Not enabled. true: Enabled.
59
63
  */
@@ -92,7 +96,7 @@ export declare class EndpointService extends pulumi.CustomResource {
92
96
  */
93
97
  readonly serviceNameManaged: pulumi.Output<string>;
94
98
  /**
95
- * Suffix of the endpoint service name. After setting the name suffix, the system generates the endpoint service name in the format com.volces.privatelink.\n\n.\n\n. Note: This parameter is currently in invitation-only testing. To use different name suffixes to distinguish businesses, contact your account manager.
99
+ * Suffix for the endpoint service name. This parameter is currently in beta testing. If you need to use different name suffixes to distinguish business scenarios, please contact your account manager.
96
100
  */
97
101
  readonly serviceNameSuffix: pulumi.Output<string>;
98
102
  /**
@@ -165,6 +169,10 @@ export interface EndpointServiceState {
165
169
  * Billing account for the private network connection. Endpoint: endpoint account. EndpointService: endpoint service account.
166
170
  */
167
171
  payer?: pulumi.Input<string>;
172
+ /**
173
+ * Details of authorized allowlist accounts.
174
+ */
175
+ permitAccountIds?: pulumi.Input<pulumi.Input<string>[]>;
168
176
  /**
169
177
  * Whether the endpoint service enables private DNS name. false: Not enabled. true: Enabled.
170
178
  */
@@ -203,7 +211,7 @@ export interface EndpointServiceState {
203
211
  */
204
212
  serviceNameManaged?: pulumi.Input<string>;
205
213
  /**
206
- * Suffix of the endpoint service name. After setting the name suffix, the system generates the endpoint service name in the format com.volces.privatelink.\n\n.\n\n. Note: This parameter is currently in invitation-only testing. To use different name suffixes to distinguish businesses, contact your account manager.
214
+ * Suffix for the endpoint service name. This parameter is currently in beta testing. If you need to use different name suffixes to distinguish business scenarios, please contact your account manager.
207
215
  */
208
216
  serviceNameSuffix?: pulumi.Input<string>;
209
217
  /**
@@ -256,6 +264,10 @@ export interface EndpointServiceArgs {
256
264
  * Billing account for the private network connection. Endpoint: endpoint account. EndpointService: endpoint service account.
257
265
  */
258
266
  payer?: pulumi.Input<string>;
267
+ /**
268
+ * Details of authorized allowlist accounts.
269
+ */
270
+ permitAccountIds?: pulumi.Input<pulumi.Input<string>[]>;
259
271
  /**
260
272
  * Whether the endpoint service enables private DNS name. false: Not enabled. true: Enabled.
261
273
  */
@@ -278,7 +290,7 @@ export interface EndpointServiceArgs {
278
290
  */
279
291
  serviceNameManaged?: pulumi.Input<string>;
280
292
  /**
281
- * Suffix of the endpoint service name. After setting the name suffix, the system generates the endpoint service name in the format com.volces.privatelink.\n\n.\n\n. Note: This parameter is currently in invitation-only testing. To use different name suffixes to distinguish businesses, contact your account manager.
293
+ * Suffix for the endpoint service name. This parameter is currently in beta testing. If you need to use different name suffixes to distinguish business scenarios, please contact your account manager.
282
294
  */
283
295
  serviceNameSuffix?: pulumi.Input<string>;
284
296
  /**
@@ -49,6 +49,7 @@ class EndpointService extends pulumi.CustomResource {
49
49
  resourceInputs["description"] = state ? state.description : undefined;
50
50
  resourceInputs["ipAddressVersions"] = state ? state.ipAddressVersions : undefined;
51
51
  resourceInputs["payer"] = state ? state.payer : undefined;
52
+ resourceInputs["permitAccountIds"] = state ? state.permitAccountIds : undefined;
52
53
  resourceInputs["privateDnsEnabled"] = state ? state.privateDnsEnabled : undefined;
53
54
  resourceInputs["privateDnsName"] = state ? state.privateDnsName : undefined;
54
55
  resourceInputs["privateDnsNameConfiguration"] = state ? state.privateDnsNameConfiguration : undefined;
@@ -75,6 +76,7 @@ class EndpointService extends pulumi.CustomResource {
75
76
  resourceInputs["description"] = args ? args.description : undefined;
76
77
  resourceInputs["ipAddressVersions"] = args ? args.ipAddressVersions : undefined;
77
78
  resourceInputs["payer"] = args ? args.payer : undefined;
79
+ resourceInputs["permitAccountIds"] = args ? args.permitAccountIds : undefined;
78
80
  resourceInputs["privateDnsEnabled"] = args ? args.privateDnsEnabled : undefined;
79
81
  resourceInputs["privateDnsName"] = args ? args.privateDnsName : undefined;
80
82
  resourceInputs["privateDnsType"] = args ? args.privateDnsType : undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"endpointService.js","sourceRoot":"","sources":["../../privatelink/endpointService.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"endpointService.js","sourceRoot":"","sources":["../../privatelink/endpointService.ts"],"names":[],"mappings":"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"}
@@ -49,6 +49,10 @@ export interface GetEndpointServiceResult {
49
49
  * Billing account for the private network connection. Endpoint: endpoint account. EndpointService: endpoint service account.
50
50
  */
51
51
  readonly payer: string;
52
+ /**
53
+ * Details of authorized allowlist accounts.
54
+ */
55
+ readonly permitAccountIds: string[];
52
56
  /**
53
57
  * Whether the endpoint service enables private DNS name. false: Not enabled. true: Enabled.
54
58
  */
@@ -90,7 +94,7 @@ export interface GetEndpointServiceResult {
90
94
  */
91
95
  readonly serviceNameManaged: string;
92
96
  /**
93
- * Suffix of the endpoint service name. After setting the name suffix, the system generates the endpoint service name in the format com.volces.privatelink.\n\n.\n\n. Note: This parameter is currently in invitation-only testing. To use different name suffixes to distinguish businesses, contact your account manager.
97
+ * Suffix for the endpoint service name. This parameter is currently in beta testing. If you need to use different name suffixes to distinguish business scenarios, please contact your account manager.
94
98
  */
95
99
  readonly serviceNameSuffix: string;
96
100
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"getEndpointService.js","sourceRoot":"","sources":["../../privatelink/getEndpointService.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE;QAC3F,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gDAKC;AA6HD;;GAEG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAAiC;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gEAAgE,EAAE;QACjG,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4DAKC"}
1
+ {"version":3,"file":"getEndpointService.js","sourceRoot":"","sources":["../../privatelink/getEndpointService.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE;QAC3F,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gDAKC;AAiID;;GAEG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAAiC;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gEAAgE,EAAE;QACjG,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4DAKC"}
@@ -0,0 +1,89 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Volcengine::PrivateLink::VpcEndpointConnection
5
+ */
6
+ export declare function getVpcEndpointConnection(args: GetVpcEndpointConnectionArgs, opts?: pulumi.InvokeOptions): Promise<GetVpcEndpointConnectionResult>;
7
+ /**
8
+ * A collection of arguments for invoking getVpcEndpointConnection.
9
+ */
10
+ export interface GetVpcEndpointConnectionArgs {
11
+ /**
12
+ * Uniquely identifies the resource.
13
+ */
14
+ id: string;
15
+ }
16
+ /**
17
+ * A collection of values returned by getVpcEndpointConnection.
18
+ */
19
+ export interface GetVpcEndpointConnectionResult {
20
+ /**
21
+ * Maximum bandwidth for the endpoint connection, range 100–20000 Mbps
22
+ */
23
+ readonly bps: number;
24
+ /**
25
+ * Status of the endpoint connection. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed. PartialFailed: partial connection failure. ServiceDeleted: service deleted
26
+ */
27
+ readonly connectionStatus: string;
28
+ /**
29
+ * Creation time of the endpoint connection
30
+ */
31
+ readonly creationTime: string;
32
+ /**
33
+ * Endpoint ID
34
+ */
35
+ readonly endpointId: string;
36
+ /**
37
+ * Account ID to which the endpoint belongs
38
+ */
39
+ readonly endpointOwnerAccountId: string;
40
+ /**
41
+ * ID of the VPC to which the endpoint network interface belongs
42
+ */
43
+ readonly endpointVpcId: string;
44
+ /**
45
+ * Uniquely identifies the resource.
46
+ */
47
+ readonly id: string;
48
+ /**
49
+ * New service resource ID
50
+ */
51
+ readonly replaceResourceId: string;
52
+ /**
53
+ * Whether to operate the endpoint connection for seamless service resource replacement. true: yes, disconnect the old service resource for the seamless replacement endpoint connection. false: no, reject the specified endpoint connection. If this parameter is empty, the specified endpoint connection is rejected
54
+ */
55
+ readonly replacingResource: string;
56
+ /**
57
+ * Specified service resource
58
+ */
59
+ readonly resourcesAllocates: outputs.privatelink.GetVpcEndpointConnectionResourcesAllocate[];
60
+ /**
61
+ * Endpoint service ID
62
+ */
63
+ readonly serviceId: string;
64
+ /**
65
+ * Most recent operation time of the endpoint connection
66
+ */
67
+ readonly updateTime: string;
68
+ /**
69
+ * Endpoint zone ID
70
+ */
71
+ readonly zoneId: string;
72
+ /**
73
+ * Details of the endpoint zone
74
+ */
75
+ readonly zones: outputs.privatelink.GetVpcEndpointConnectionZone[];
76
+ }
77
+ /**
78
+ * Data Source schema for Volcengine::PrivateLink::VpcEndpointConnection
79
+ */
80
+ export declare function getVpcEndpointConnectionOutput(args: GetVpcEndpointConnectionOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetVpcEndpointConnectionResult>;
81
+ /**
82
+ * A collection of arguments for invoking getVpcEndpointConnection.
83
+ */
84
+ export interface GetVpcEndpointConnectionOutputArgs {
85
+ /**
86
+ * Uniquely identifies the resource.
87
+ */
88
+ id: pulumi.Input<string>;
89
+ }
@@ -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.getVpcEndpointConnectionOutput = exports.getVpcEndpointConnection = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::PrivateLink::VpcEndpointConnection
10
+ */
11
+ function getVpcEndpointConnection(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:privatelink/getVpcEndpointConnection:getVpcEndpointConnection", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getVpcEndpointConnection = getVpcEndpointConnection;
18
+ /**
19
+ * Data Source schema for Volcengine::PrivateLink::VpcEndpointConnection
20
+ */
21
+ function getVpcEndpointConnectionOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:privatelink/getVpcEndpointConnection:getVpcEndpointConnection", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getVpcEndpointConnectionOutput = getVpcEndpointConnectionOutput;
28
+ //# sourceMappingURL=getVpcEndpointConnection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getVpcEndpointConnection.js","sourceRoot":"","sources":["../../privatelink/getVpcEndpointConnection.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4EAA4E,EAAE;QACvG,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4DAKC;AAyED;;GAEG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAAiC;IACtH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4EAA4E,EAAE;QAC7G,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wEAKC"}
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Volcengine::PrivateLink::VpcEndpointConnection
4
+ */
5
+ export declare function getVpcEndpointConnections(opts?: pulumi.InvokeOptions): Promise<GetVpcEndpointConnectionsResult>;
6
+ /**
7
+ * A collection of values returned by getVpcEndpointConnections.
8
+ */
9
+ export interface GetVpcEndpointConnectionsResult {
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::PrivateLink::VpcEndpointConnection
21
+ */
22
+ export declare function getVpcEndpointConnectionsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetVpcEndpointConnectionsResult>;
@@ -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.getVpcEndpointConnectionsOutput = exports.getVpcEndpointConnections = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::PrivateLink::VpcEndpointConnection
10
+ */
11
+ function getVpcEndpointConnections(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:privatelink/getVpcEndpointConnections:getVpcEndpointConnections", {}, opts);
14
+ }
15
+ exports.getVpcEndpointConnections = getVpcEndpointConnections;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::PrivateLink::VpcEndpointConnection
18
+ */
19
+ function getVpcEndpointConnectionsOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:privatelink/getVpcEndpointConnections:getVpcEndpointConnections", {}, opts);
22
+ }
23
+ exports.getVpcEndpointConnectionsOutput = getVpcEndpointConnectionsOutput;
24
+ //# sourceMappingURL=getVpcEndpointConnections.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getVpcEndpointConnections.js","sourceRoot":"","sources":["../../privatelink/getVpcEndpointConnections.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,yBAAyB,CAAC,IAA2B;IACjE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8EAA8E,EAAE,EAC5G,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,8DAIC;AAeD;;GAEG;AACH,SAAgB,+BAA+B,CAAC,IAAiC;IAC7E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8EAA8E,EAAE,EAClH,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0EAIC"}
@@ -10,9 +10,18 @@ export declare const getEndpointServicesOutput: typeof import("./getEndpointServ
10
10
  export { GetVpcEndpointArgs, GetVpcEndpointResult, GetVpcEndpointOutputArgs } from "./getVpcEndpoint";
11
11
  export declare const getVpcEndpoint: typeof import("./getVpcEndpoint").getVpcEndpoint;
12
12
  export declare const getVpcEndpointOutput: typeof import("./getVpcEndpoint").getVpcEndpointOutput;
13
+ export { GetVpcEndpointConnectionArgs, GetVpcEndpointConnectionResult, GetVpcEndpointConnectionOutputArgs } from "./getVpcEndpointConnection";
14
+ export declare const getVpcEndpointConnection: typeof import("./getVpcEndpointConnection").getVpcEndpointConnection;
15
+ export declare const getVpcEndpointConnectionOutput: typeof import("./getVpcEndpointConnection").getVpcEndpointConnectionOutput;
16
+ export { GetVpcEndpointConnectionsResult } from "./getVpcEndpointConnections";
17
+ export declare const getVpcEndpointConnections: typeof import("./getVpcEndpointConnections").getVpcEndpointConnections;
18
+ export declare const getVpcEndpointConnectionsOutput: typeof import("./getVpcEndpointConnections").getVpcEndpointConnectionsOutput;
13
19
  export { GetVpcEndpointsResult } from "./getVpcEndpoints";
14
20
  export declare const getVpcEndpoints: typeof import("./getVpcEndpoints").getVpcEndpoints;
15
21
  export declare const getVpcEndpointsOutput: typeof import("./getVpcEndpoints").getVpcEndpointsOutput;
16
22
  export { VpcEndpointArgs, VpcEndpointState } from "./vpcEndpoint";
17
23
  export type VpcEndpoint = import("./vpcEndpoint").VpcEndpoint;
18
24
  export declare const VpcEndpoint: typeof import("./vpcEndpoint").VpcEndpoint;
25
+ export { VpcEndpointConnectionArgs, VpcEndpointConnectionState } from "./vpcEndpointConnection";
26
+ export type VpcEndpointConnection = import("./vpcEndpointConnection").VpcEndpointConnection;
27
+ export declare const VpcEndpointConnection: typeof import("./vpcEndpointConnection").VpcEndpointConnection;
@@ -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.VpcEndpoint = exports.getVpcEndpointsOutput = exports.getVpcEndpoints = exports.getVpcEndpointOutput = exports.getVpcEndpoint = exports.getEndpointServicesOutput = exports.getEndpointServices = exports.getEndpointServiceOutput = exports.getEndpointService = exports.EndpointService = void 0;
5
+ exports.VpcEndpointConnection = exports.VpcEndpoint = exports.getVpcEndpointsOutput = exports.getVpcEndpoints = exports.getVpcEndpointConnectionsOutput = exports.getVpcEndpointConnections = exports.getVpcEndpointConnectionOutput = exports.getVpcEndpointConnection = exports.getVpcEndpointOutput = exports.getVpcEndpoint = exports.getEndpointServicesOutput = exports.getEndpointServices = exports.getEndpointServiceOutput = exports.getEndpointService = exports.EndpointService = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  exports.EndpointService = null;
@@ -16,11 +16,19 @@ utilities.lazyLoad(exports, ["getEndpointServices", "getEndpointServicesOutput"]
16
16
  exports.getVpcEndpoint = null;
17
17
  exports.getVpcEndpointOutput = null;
18
18
  utilities.lazyLoad(exports, ["getVpcEndpoint", "getVpcEndpointOutput"], () => require("./getVpcEndpoint"));
19
+ exports.getVpcEndpointConnection = null;
20
+ exports.getVpcEndpointConnectionOutput = null;
21
+ utilities.lazyLoad(exports, ["getVpcEndpointConnection", "getVpcEndpointConnectionOutput"], () => require("./getVpcEndpointConnection"));
22
+ exports.getVpcEndpointConnections = null;
23
+ exports.getVpcEndpointConnectionsOutput = null;
24
+ utilities.lazyLoad(exports, ["getVpcEndpointConnections", "getVpcEndpointConnectionsOutput"], () => require("./getVpcEndpointConnections"));
19
25
  exports.getVpcEndpoints = null;
20
26
  exports.getVpcEndpointsOutput = null;
21
27
  utilities.lazyLoad(exports, ["getVpcEndpoints", "getVpcEndpointsOutput"], () => require("./getVpcEndpoints"));
22
28
  exports.VpcEndpoint = null;
23
29
  utilities.lazyLoad(exports, ["VpcEndpoint"], () => require("./vpcEndpoint"));
30
+ exports.VpcEndpointConnection = null;
31
+ utilities.lazyLoad(exports, ["VpcEndpointConnection"], () => require("./vpcEndpointConnection"));
24
32
  const _module = {
25
33
  version: utilities.getVersion(),
26
34
  construct: (name, type, urn) => {
@@ -29,6 +37,8 @@ const _module = {
29
37
  return new exports.EndpointService(name, undefined, { urn });
30
38
  case "volcenginecc:privatelink/vpcEndpoint:VpcEndpoint":
31
39
  return new exports.VpcEndpoint(name, undefined, { urn });
40
+ case "volcenginecc:privatelink/vpcEndpointConnection:VpcEndpointConnection":
41
+ return new exports.VpcEndpointConnection(name, undefined, { urn });
32
42
  default:
33
43
  throw new Error(`unknown resource type ${type}`);
34
44
  }
@@ -36,4 +46,5 @@ const _module = {
36
46
  };
37
47
  pulumi.runtime.registerResourceModule("volcenginecc", "privatelink/endpointService", _module);
38
48
  pulumi.runtime.registerResourceModule("volcenginecc", "privatelink/vpcEndpoint", _module);
49
+ pulumi.runtime.registerResourceModule("volcenginecc", "privatelink/vpcEndpointConnection", _module);
39
50
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../privatelink/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,eAAe,GAAuD,IAAW,CAAC;AAC/F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,iBAAiB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,CAAC;AAGxE,QAAA,kBAAkB,GAA6D,IAAW,CAAC;AAC3F,QAAA,wBAAwB,GAAmE,IAAW,CAAC;AACpH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,oBAAoB,EAAC,0BAA0B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,CAAC;AAGzG,QAAA,mBAAmB,GAA+D,IAAW,CAAC;AAC9F,QAAA,yBAAyB,GAAqE,IAAW,CAAC;AACvH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,qBAAqB,EAAC,2BAA2B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,uBAAuB,CAAC,CAAC,CAAC;AAG5G,QAAA,cAAc,GAAqD,IAAW,CAAC;AAC/E,QAAA,oBAAoB,GAA2D,IAAW,CAAC;AACxG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,gBAAgB,EAAC,sBAAsB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC,CAAC;AAG7F,QAAA,eAAe,GAAuD,IAAW,CAAC;AAClF,QAAA,qBAAqB,GAA6D,IAAW,CAAC;AAC3G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,iBAAiB,EAAC,uBAAuB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,CAAC;AAIhG,QAAA,WAAW,GAA+C,IAAW,CAAC;AACnF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;AAG7E,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,0DAA0D;gBAC3D,OAAO,IAAI,uBAAe,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC7D,KAAK,kDAAkD;gBACnD,OAAO,IAAI,mBAAW,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACzD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,6BAA6B,EAAE,OAAO,CAAC,CAAA;AAC7F,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,yBAAyB,EAAE,OAAO,CAAC,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../privatelink/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,156 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * Unidirectional, private network connection established between the endpoint and the endpoint service
6
+ *
7
+ * ## Import
8
+ *
9
+ * ```sh
10
+ * $ pulumi import volcenginecc:privatelink/vpcEndpointConnection:VpcEndpointConnection example "service_id|endpoint_id"
11
+ * ```
12
+ */
13
+ export declare class VpcEndpointConnection extends pulumi.CustomResource {
14
+ /**
15
+ * Get an existing VpcEndpointConnection 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?: VpcEndpointConnectionState, opts?: pulumi.CustomResourceOptions): VpcEndpointConnection;
24
+ /**
25
+ * Returns true if the given object is an instance of VpcEndpointConnection. 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 VpcEndpointConnection;
29
+ /**
30
+ * Maximum bandwidth for the endpoint connection, range 100–20000 Mbps
31
+ */
32
+ readonly bps: pulumi.Output<number>;
33
+ /**
34
+ * Status of the endpoint connection. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed. PartialFailed: partial connection failure. ServiceDeleted: service deleted
35
+ */
36
+ readonly connectionStatus: pulumi.Output<string>;
37
+ /**
38
+ * Creation time of the endpoint connection
39
+ */
40
+ readonly creationTime: pulumi.Output<string>;
41
+ /**
42
+ * Endpoint ID
43
+ */
44
+ readonly endpointId: pulumi.Output<string>;
45
+ /**
46
+ * Account ID to which the endpoint belongs
47
+ */
48
+ readonly endpointOwnerAccountId: pulumi.Output<string>;
49
+ /**
50
+ * ID of the VPC to which the endpoint network interface belongs
51
+ */
52
+ readonly endpointVpcId: pulumi.Output<string>;
53
+ /**
54
+ * New service resource ID
55
+ */
56
+ readonly replaceResourceId: pulumi.Output<string>;
57
+ /**
58
+ * Whether to operate the endpoint connection for seamless service resource replacement. true: yes, disconnect the old service resource for the seamless replacement endpoint connection. false: no, reject the specified endpoint connection. If this parameter is empty, the specified endpoint connection is rejected
59
+ */
60
+ readonly replacingResource: pulumi.Output<string>;
61
+ readonly resourcesAllocates: pulumi.Output<outputs.privatelink.VpcEndpointConnectionResourcesAllocate[]>;
62
+ /**
63
+ * Endpoint service ID
64
+ */
65
+ readonly serviceId: pulumi.Output<string>;
66
+ /**
67
+ * Most recent operation time of the endpoint connection
68
+ */
69
+ readonly updateTime: pulumi.Output<string>;
70
+ /**
71
+ * Endpoint zone ID
72
+ */
73
+ readonly zoneId: pulumi.Output<string>;
74
+ readonly zones: pulumi.Output<outputs.privatelink.VpcEndpointConnectionZone[]>;
75
+ /**
76
+ * Create a VpcEndpointConnection resource with the given unique name, arguments, and options.
77
+ *
78
+ * @param name The _unique_ name of the resource.
79
+ * @param args The arguments to use to populate this resource's properties.
80
+ * @param opts A bag of options that control this resource's behavior.
81
+ */
82
+ constructor(name: string, args: VpcEndpointConnectionArgs, opts?: pulumi.CustomResourceOptions);
83
+ }
84
+ /**
85
+ * Input properties used for looking up and filtering VpcEndpointConnection resources.
86
+ */
87
+ export interface VpcEndpointConnectionState {
88
+ /**
89
+ * Maximum bandwidth for the endpoint connection, range 100–20000 Mbps
90
+ */
91
+ bps?: pulumi.Input<number>;
92
+ /**
93
+ * Status of the endpoint connection. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed. PartialFailed: partial connection failure. ServiceDeleted: service deleted
94
+ */
95
+ connectionStatus?: pulumi.Input<string>;
96
+ /**
97
+ * Creation time of the endpoint connection
98
+ */
99
+ creationTime?: pulumi.Input<string>;
100
+ /**
101
+ * Endpoint ID
102
+ */
103
+ endpointId?: pulumi.Input<string>;
104
+ /**
105
+ * Account ID to which the endpoint belongs
106
+ */
107
+ endpointOwnerAccountId?: pulumi.Input<string>;
108
+ /**
109
+ * ID of the VPC to which the endpoint network interface belongs
110
+ */
111
+ endpointVpcId?: pulumi.Input<string>;
112
+ /**
113
+ * New service resource ID
114
+ */
115
+ replaceResourceId?: pulumi.Input<string>;
116
+ /**
117
+ * Whether to operate the endpoint connection for seamless service resource replacement. true: yes, disconnect the old service resource for the seamless replacement endpoint connection. false: no, reject the specified endpoint connection. If this parameter is empty, the specified endpoint connection is rejected
118
+ */
119
+ replacingResource?: pulumi.Input<string>;
120
+ resourcesAllocates?: pulumi.Input<pulumi.Input<inputs.privatelink.VpcEndpointConnectionResourcesAllocate>[]>;
121
+ /**
122
+ * Endpoint service ID
123
+ */
124
+ serviceId?: pulumi.Input<string>;
125
+ /**
126
+ * Most recent operation time of the endpoint connection
127
+ */
128
+ updateTime?: pulumi.Input<string>;
129
+ /**
130
+ * Endpoint zone ID
131
+ */
132
+ zoneId?: pulumi.Input<string>;
133
+ zones?: pulumi.Input<pulumi.Input<inputs.privatelink.VpcEndpointConnectionZone>[]>;
134
+ }
135
+ /**
136
+ * The set of arguments for constructing a VpcEndpointConnection resource.
137
+ */
138
+ export interface VpcEndpointConnectionArgs {
139
+ /**
140
+ * Maximum bandwidth for the endpoint connection, range 100–20000 Mbps
141
+ */
142
+ bps?: pulumi.Input<number>;
143
+ /**
144
+ * Endpoint ID
145
+ */
146
+ endpointId: pulumi.Input<string>;
147
+ resourcesAllocates?: pulumi.Input<pulumi.Input<inputs.privatelink.VpcEndpointConnectionResourcesAllocate>[]>;
148
+ /**
149
+ * Endpoint service ID
150
+ */
151
+ serviceId: pulumi.Input<string>;
152
+ /**
153
+ * Endpoint zone ID
154
+ */
155
+ zoneId?: pulumi.Input<string>;
156
+ }
@@ -0,0 +1,88 @@
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.VpcEndpointConnection = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Unidirectional, private network connection established between the endpoint and the endpoint service
10
+ *
11
+ * ## Import
12
+ *
13
+ * ```sh
14
+ * $ pulumi import volcenginecc:privatelink/vpcEndpointConnection:VpcEndpointConnection example "service_id|endpoint_id"
15
+ * ```
16
+ */
17
+ class VpcEndpointConnection extends pulumi.CustomResource {
18
+ /**
19
+ * Get an existing VpcEndpointConnection 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 VpcEndpointConnection(name, state, Object.assign(Object.assign({}, opts), { id: id }));
29
+ }
30
+ /**
31
+ * Returns true if the given object is an instance of VpcEndpointConnection. 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'] === VpcEndpointConnection.__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["connectionStatus"] = state ? state.connectionStatus : undefined;
47
+ resourceInputs["creationTime"] = state ? state.creationTime : undefined;
48
+ resourceInputs["endpointId"] = state ? state.endpointId : undefined;
49
+ resourceInputs["endpointOwnerAccountId"] = state ? state.endpointOwnerAccountId : undefined;
50
+ resourceInputs["endpointVpcId"] = state ? state.endpointVpcId : undefined;
51
+ resourceInputs["replaceResourceId"] = state ? state.replaceResourceId : undefined;
52
+ resourceInputs["replacingResource"] = state ? state.replacingResource : undefined;
53
+ resourceInputs["resourcesAllocates"] = state ? state.resourcesAllocates : undefined;
54
+ resourceInputs["serviceId"] = state ? state.serviceId : undefined;
55
+ resourceInputs["updateTime"] = state ? state.updateTime : undefined;
56
+ resourceInputs["zoneId"] = state ? state.zoneId : undefined;
57
+ resourceInputs["zones"] = state ? state.zones : undefined;
58
+ }
59
+ else {
60
+ const args = argsOrState;
61
+ if ((!args || args.endpointId === undefined) && !opts.urn) {
62
+ throw new Error("Missing required property 'endpointId'");
63
+ }
64
+ if ((!args || args.serviceId === undefined) && !opts.urn) {
65
+ throw new Error("Missing required property 'serviceId'");
66
+ }
67
+ resourceInputs["bps"] = args ? args.bps : undefined;
68
+ resourceInputs["endpointId"] = args ? args.endpointId : undefined;
69
+ resourceInputs["resourcesAllocates"] = args ? args.resourcesAllocates : undefined;
70
+ resourceInputs["serviceId"] = args ? args.serviceId : undefined;
71
+ resourceInputs["zoneId"] = args ? args.zoneId : undefined;
72
+ resourceInputs["connectionStatus"] = undefined /*out*/;
73
+ resourceInputs["creationTime"] = undefined /*out*/;
74
+ resourceInputs["endpointOwnerAccountId"] = undefined /*out*/;
75
+ resourceInputs["endpointVpcId"] = undefined /*out*/;
76
+ resourceInputs["replaceResourceId"] = undefined /*out*/;
77
+ resourceInputs["replacingResource"] = undefined /*out*/;
78
+ resourceInputs["updateTime"] = undefined /*out*/;
79
+ resourceInputs["zones"] = undefined /*out*/;
80
+ }
81
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
82
+ super(VpcEndpointConnection.__pulumiType, name, resourceInputs, opts);
83
+ }
84
+ }
85
+ exports.VpcEndpointConnection = VpcEndpointConnection;
86
+ /** @internal */
87
+ VpcEndpointConnection.__pulumiType = 'volcenginecc:privatelink/vpcEndpointConnection:VpcEndpointConnection';
88
+ //# sourceMappingURL=vpcEndpointConnection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vpcEndpointConnection.js","sourceRoot":"","sources":["../../privatelink/vpcEndpointConnection.ts"],"names":[],"mappings":"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"}