@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.
Files changed (127) hide show
  1. package/cen/bandwidthPackage.d.ts +320 -0
  2. package/cen/bandwidthPackage.js +134 -0
  3. package/cen/bandwidthPackage.js.map +1 -0
  4. package/cen/getBandwidthPackage.d.ts +137 -0
  5. package/cen/getBandwidthPackage.js +28 -0
  6. package/cen/getBandwidthPackage.js.map +1 -0
  7. package/cen/getBandwidthPackages.d.ts +22 -0
  8. package/cen/getBandwidthPackages.js +24 -0
  9. package/cen/getBandwidthPackages.js.map +1 -0
  10. package/cen/index.d.ts +9 -0
  11. package/cen/index.js +12 -1
  12. package/cen/index.js.map +1 -1
  13. package/clb/clb.d.ts +8 -0
  14. package/clb/clb.js +2 -0
  15. package/clb/clb.js.map +1 -1
  16. package/clb/getClb.d.ts +4 -0
  17. package/clb/getClb.js.map +1 -1
  18. package/iam/accesskey.d.ts +2 -2
  19. package/iam/accesskey.js +2 -2
  20. package/iam/accesskey.js.map +1 -1
  21. package/iam/getOidcProvider.d.ts +72 -0
  22. package/iam/getOidcProvider.js +28 -0
  23. package/iam/getOidcProvider.js.map +1 -0
  24. package/iam/getOidcProviders.d.ts +22 -0
  25. package/iam/getOidcProviders.js +24 -0
  26. package/iam/getOidcProviders.js.map +1 -0
  27. package/iam/getSamlProvider.d.ts +38 -0
  28. package/iam/getSamlProvider.js +28 -0
  29. package/iam/getSamlProvider.js.map +1 -0
  30. package/iam/getSamlProviders.d.ts +22 -0
  31. package/iam/getSamlProviders.js +24 -0
  32. package/iam/getSamlProviders.js.map +1 -0
  33. package/iam/index.d.ts +18 -0
  34. package/iam/index.js +23 -1
  35. package/iam/index.js.map +1 -1
  36. package/iam/oidcProvider.d.ts +160 -0
  37. package/iam/oidcProvider.js +105 -0
  38. package/iam/oidcProvider.js.map +1 -0
  39. package/iam/samlProvider.d.ts +156 -0
  40. package/iam/samlProvider.js +100 -0
  41. package/iam/samlProvider.js.map +1 -0
  42. package/mongodb/getInstance.d.ts +1 -1
  43. package/mongodb/instance.d.ts +3 -3
  44. package/package.json +1 -1
  45. package/privatelink/getVpcEndpoint.d.ts +137 -0
  46. package/privatelink/getVpcEndpoint.js +28 -0
  47. package/privatelink/getVpcEndpoint.js.map +1 -0
  48. package/privatelink/getVpcEndpoints.d.ts +22 -0
  49. package/privatelink/getVpcEndpoints.js +24 -0
  50. package/privatelink/getVpcEndpoints.js.map +1 -0
  51. package/privatelink/index.d.ts +9 -0
  52. package/privatelink/index.js +12 -1
  53. package/privatelink/index.js.map +1 -1
  54. package/privatelink/vpcEndpoint.d.ts +277 -0
  55. package/privatelink/vpcEndpoint.js +106 -0
  56. package/privatelink/vpcEndpoint.js.map +1 -0
  57. package/rdspostgresql/getInstance.d.ts +153 -0
  58. package/rdspostgresql/getInstance.js +28 -0
  59. package/rdspostgresql/getInstance.js.map +1 -0
  60. package/rdspostgresql/getInstances.d.ts +22 -0
  61. package/rdspostgresql/getInstances.js +24 -0
  62. package/rdspostgresql/getInstances.js.map +1 -0
  63. package/rdspostgresql/index.d.ts +9 -0
  64. package/rdspostgresql/index.js +12 -1
  65. package/rdspostgresql/index.js.map +1 -1
  66. package/rdspostgresql/instance.d.ts +303 -0
  67. package/rdspostgresql/instance.js +132 -0
  68. package/rdspostgresql/instance.js.map +1 -0
  69. package/tls/consumerGroup.d.ts +128 -0
  70. package/tls/consumerGroup.js +98 -0
  71. package/tls/consumerGroup.js.map +1 -0
  72. package/tls/getConsumerGroup.d.ts +60 -0
  73. package/tls/getConsumerGroup.js +28 -0
  74. package/tls/getConsumerGroup.js.map +1 -0
  75. package/tls/getConsumerGroups.d.ts +22 -0
  76. package/tls/getConsumerGroups.js +24 -0
  77. package/tls/getConsumerGroups.js.map +1 -0
  78. package/tls/getImportTask.d.ts +89 -0
  79. package/tls/getImportTask.js +28 -0
  80. package/tls/getImportTask.js.map +1 -0
  81. package/tls/getImportTasks.d.ts +22 -0
  82. package/tls/getImportTasks.js +24 -0
  83. package/tls/getImportTasks.js.map +1 -0
  84. package/tls/importTask.d.ts +183 -0
  85. package/tls/importTask.js +97 -0
  86. package/tls/importTask.js.map +1 -0
  87. package/tls/index.d.ts +18 -0
  88. package/tls/index.js +23 -1
  89. package/tls/index.js.map +1 -1
  90. package/types/input.d.ts +908 -93
  91. package/types/output.d.ts +1652 -146
  92. package/vedbm/endpoint.d.ts +247 -0
  93. package/vedbm/endpoint.js +93 -0
  94. package/vedbm/endpoint.js.map +1 -0
  95. package/vedbm/getEndpoint.d.ts +105 -0
  96. package/vedbm/getEndpoint.js +28 -0
  97. package/vedbm/getEndpoint.js.map +1 -0
  98. package/vedbm/getEndpoints.d.ts +22 -0
  99. package/vedbm/getEndpoints.js +24 -0
  100. package/vedbm/getEndpoints.js.map +1 -0
  101. package/vedbm/index.d.ts +9 -0
  102. package/vedbm/index.js +12 -1
  103. package/vedbm/index.js.map +1 -1
  104. package/vefaas/getTimer.d.ts +80 -0
  105. package/vefaas/getTimer.js +28 -0
  106. package/vefaas/getTimer.js.map +1 -0
  107. package/vefaas/getTimers.d.ts +22 -0
  108. package/vefaas/getTimers.js +24 -0
  109. package/vefaas/getTimers.js.map +1 -0
  110. package/vefaas/index.d.ts +9 -0
  111. package/vefaas/index.js +12 -1
  112. package/vefaas/index.js.map +1 -1
  113. package/vefaas/timer.d.ts +183 -0
  114. package/vefaas/timer.js +96 -0
  115. package/vefaas/timer.js.map +1 -0
  116. package/vmp/alertingRule.d.ts +167 -0
  117. package/vmp/alertingRule.js +90 -0
  118. package/vmp/alertingRule.js.map +1 -0
  119. package/vmp/getAlertingRule.d.ts +93 -0
  120. package/vmp/getAlertingRule.js +28 -0
  121. package/vmp/getAlertingRule.js.map +1 -0
  122. package/vmp/getAlertingRules.d.ts +22 -0
  123. package/vmp/getAlertingRules.js +24 -0
  124. package/vmp/getAlertingRules.js.map +1 -0
  125. package/vmp/index.d.ts +9 -0
  126. package/vmp/index.js +12 -1
  127. package/vmp/index.js.map +1 -1
@@ -219,7 +219,7 @@ export declare class Instance extends pulumi.CustomResource {
219
219
  */
220
220
  readonly vpcId: pulumi.Output<string>;
221
221
  /**
222
- * Availability zone ID where the instance is located.
222
+ * The ID of the availability zone where the instance is located. If you want to deploy a new instance across multiple availability zones, you can provide three availability zone IDs, separated by English commas (,).
223
223
  */
224
224
  readonly zoneId: pulumi.Output<string>;
225
225
  /**
@@ -390,7 +390,7 @@ export interface InstanceState {
390
390
  */
391
391
  vpcId?: pulumi.Input<string>;
392
392
  /**
393
- * Availability zone ID where the instance is located.
393
+ * The ID of the availability zone where the instance is located. If you want to deploy a new instance across multiple availability zones, you can provide three availability zone IDs, separated by English commas (,).
394
394
  */
395
395
  zoneId?: pulumi.Input<string>;
396
396
  }
@@ -493,7 +493,7 @@ export interface InstanceArgs {
493
493
  */
494
494
  vpcId: pulumi.Input<string>;
495
495
  /**
496
- * Availability zone ID where the instance is located.
496
+ * The ID of the availability zone where the instance is located. If you want to deploy a new instance across multiple availability zones, you can provide three availability zone IDs, separated by English commas (,).
497
497
  */
498
498
  zoneId: pulumi.Input<string>;
499
499
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volcengine/pulumi-volcenginecc",
3
- "version": "0.0.29",
3
+ "version": "0.0.31",
4
4
  "description": "A Pulumi package to safely use volcengine resource in Pulumi programs.",
5
5
  "keywords": [
6
6
  "volcengine",
@@ -0,0 +1,137 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Volcengine::PrivateLink::VpcEndpoint
5
+ */
6
+ export declare function getVpcEndpoint(args: GetVpcEndpointArgs, opts?: pulumi.InvokeOptions): Promise<GetVpcEndpointResult>;
7
+ /**
8
+ * A collection of arguments for invoking getVpcEndpoint.
9
+ */
10
+ export interface GetVpcEndpointArgs {
11
+ /**
12
+ * Uniquely identifies the resource.
13
+ */
14
+ id: string;
15
+ }
16
+ /**
17
+ * A collection of values returned by getVpcEndpoint.
18
+ */
19
+ export interface GetVpcEndpointResult {
20
+ /**
21
+ * Maximum bandwidth limit for the endpoint node connection, in Mbps.
22
+ */
23
+ readonly bps: number;
24
+ /**
25
+ * Whether the endpoint is locked. Normal: Normal. FinancialLocked: Locked. If this parameter is empty, the endpoint is not locked.
26
+ */
27
+ readonly businessStatus: string;
28
+ /**
29
+ * 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.
30
+ */
31
+ readonly connectionStatus: string;
32
+ /**
33
+ * Creation time of the endpoint.
34
+ */
35
+ readonly creationTime: string;
36
+ /**
37
+ * Deletion time of the endpoint.
38
+ */
39
+ readonly deletedTime: string;
40
+ /**
41
+ * 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.
42
+ */
43
+ readonly description: string;
44
+ /**
45
+ * Domain name of the endpoint.
46
+ */
47
+ readonly endpointDomain: string;
48
+ /**
49
+ * ID of the endpoint node.
50
+ */
51
+ readonly endpointId: string;
52
+ /**
53
+ * Endpoint index
54
+ */
55
+ readonly endpointIndex: number;
56
+ /**
57
+ * 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.
58
+ */
59
+ readonly endpointName: string;
60
+ /**
61
+ * Type of the endpoint node. Interface: interface endpoint node.
62
+ */
63
+ readonly endpointType: string;
64
+ /**
65
+ * Uniquely identifies the resource.
66
+ */
67
+ readonly id: string;
68
+ /**
69
+ * 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.
70
+ */
71
+ readonly ipAddressVersions: string[];
72
+ /**
73
+ * Billing account for the private network connection. Endpoint: endpoint account. EndpointService: endpoint service account.
74
+ */
75
+ readonly payer: string;
76
+ /**
77
+ * Enable private DNS name. false (default): disabled. true: enabled.
78
+ */
79
+ readonly privateDnsEnabled: boolean;
80
+ /**
81
+ * The private DNS name of the endpoint node. If the parameter PrivateDNSEnabled returns false, this parameter is empty.
82
+ */
83
+ readonly privateDnsName: string;
84
+ /**
85
+ * Name of the project to which the endpoint node belongs.
86
+ */
87
+ readonly projectName: string;
88
+ /**
89
+ * 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 &.
90
+ */
91
+ readonly securityGroupIds: string[];
92
+ /**
93
+ * ID of the endpoint service to be associated. You can call the DescribeVpcEndpointServices API to obtain the endpoint service ID.
94
+ */
95
+ readonly serviceId: string;
96
+ /**
97
+ * Whether the endpoint is managed. false: Unmanaged endpoint. true: Managed endpoint.
98
+ */
99
+ readonly serviceManaged: boolean;
100
+ /**
101
+ * Name of the endpoint service to be associated.
102
+ */
103
+ readonly serviceName: string;
104
+ /**
105
+ * Status of the endpoint. Creating: Creating. Pending: Modifying configuration. Available: Available. Deleting: Deleting.
106
+ */
107
+ readonly status: string;
108
+ /**
109
+ * Endpoint user tag.
110
+ */
111
+ readonly tags: outputs.privatelink.GetVpcEndpointTag[];
112
+ /**
113
+ * Most recent operation time of the endpoint.
114
+ */
115
+ readonly updateTime: string;
116
+ /**
117
+ * ID of the VPC to which the endpoint belongs. You can call the DescribeVpcs API to obtain the VPC ID.
118
+ */
119
+ readonly vpcId: string;
120
+ /**
121
+ * Availability zone of the endpoint node.
122
+ */
123
+ readonly zones: outputs.privatelink.GetVpcEndpointZone[];
124
+ }
125
+ /**
126
+ * Data Source schema for Volcengine::PrivateLink::VpcEndpoint
127
+ */
128
+ export declare function getVpcEndpointOutput(args: GetVpcEndpointOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetVpcEndpointResult>;
129
+ /**
130
+ * A collection of arguments for invoking getVpcEndpoint.
131
+ */
132
+ export interface GetVpcEndpointOutputArgs {
133
+ /**
134
+ * Uniquely identifies the resource.
135
+ */
136
+ id: pulumi.Input<string>;
137
+ }
@@ -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.getVpcEndpointOutput = exports.getVpcEndpoint = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::PrivateLink::VpcEndpoint
10
+ */
11
+ function getVpcEndpoint(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:privatelink/getVpcEndpoint:getVpcEndpoint", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getVpcEndpoint = getVpcEndpoint;
18
+ /**
19
+ * Data Source schema for Volcengine::PrivateLink::VpcEndpoint
20
+ */
21
+ function getVpcEndpointOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:privatelink/getVpcEndpoint:getVpcEndpoint", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getVpcEndpointOutput = getVpcEndpointOutput;
28
+ //# sourceMappingURL=getVpcEndpoint.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getVpcEndpoint.js","sourceRoot":"","sources":["../../privatelink/getVpcEndpoint.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE;QACnF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC;AAyHD;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wDAAwD,EAAE;QACzF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oDAKC"}
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Volcengine::PrivateLink::VpcEndpoint
4
+ */
5
+ export declare function getVpcEndpoints(opts?: pulumi.InvokeOptions): Promise<GetVpcEndpointsResult>;
6
+ /**
7
+ * A collection of values returned by getVpcEndpoints.
8
+ */
9
+ export interface GetVpcEndpointsResult {
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::VpcEndpoint
21
+ */
22
+ export declare function getVpcEndpointsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetVpcEndpointsResult>;
@@ -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.getVpcEndpointsOutput = exports.getVpcEndpoints = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::PrivateLink::VpcEndpoint
10
+ */
11
+ function getVpcEndpoints(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:privatelink/getVpcEndpoints:getVpcEndpoints", {}, opts);
14
+ }
15
+ exports.getVpcEndpoints = getVpcEndpoints;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::PrivateLink::VpcEndpoint
18
+ */
19
+ function getVpcEndpointsOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:privatelink/getVpcEndpoints:getVpcEndpoints", {}, opts);
22
+ }
23
+ exports.getVpcEndpointsOutput = getVpcEndpointsOutput;
24
+ //# sourceMappingURL=getVpcEndpoints.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getVpcEndpoints.js","sourceRoot":"","sources":["../../privatelink/getVpcEndpoints.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,eAAe,CAAC,IAA2B;IACvD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE,EACxF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0CAIC;AAeD;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAAiC;IACnE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0DAA0D,EAAE,EAC9F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sDAIC"}
@@ -7,3 +7,12 @@ export declare const getEndpointServiceOutput: typeof import("./getEndpointServi
7
7
  export { GetEndpointServicesResult } from "./getEndpointServices";
8
8
  export declare const getEndpointServices: typeof import("./getEndpointServices").getEndpointServices;
9
9
  export declare const getEndpointServicesOutput: typeof import("./getEndpointServices").getEndpointServicesOutput;
10
+ export { GetVpcEndpointArgs, GetVpcEndpointResult, GetVpcEndpointOutputArgs } from "./getVpcEndpoint";
11
+ export declare const getVpcEndpoint: typeof import("./getVpcEndpoint").getVpcEndpoint;
12
+ export declare const getVpcEndpointOutput: typeof import("./getVpcEndpoint").getVpcEndpointOutput;
13
+ export { GetVpcEndpointsResult } from "./getVpcEndpoints";
14
+ export declare const getVpcEndpoints: typeof import("./getVpcEndpoints").getVpcEndpoints;
15
+ export declare const getVpcEndpointsOutput: typeof import("./getVpcEndpoints").getVpcEndpointsOutput;
16
+ export { VpcEndpointArgs, VpcEndpointState } from "./vpcEndpoint";
17
+ export type VpcEndpoint = import("./vpcEndpoint").VpcEndpoint;
18
+ export declare const VpcEndpoint: typeof import("./vpcEndpoint").VpcEndpoint;
@@ -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.getEndpointServicesOutput = exports.getEndpointServices = exports.getEndpointServiceOutput = exports.getEndpointService = exports.EndpointService = void 0;
5
+ exports.VpcEndpoint = exports.getVpcEndpointsOutput = exports.getVpcEndpoints = 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;
@@ -13,16 +13,27 @@ utilities.lazyLoad(exports, ["getEndpointService", "getEndpointServiceOutput"],
13
13
  exports.getEndpointServices = null;
14
14
  exports.getEndpointServicesOutput = null;
15
15
  utilities.lazyLoad(exports, ["getEndpointServices", "getEndpointServicesOutput"], () => require("./getEndpointServices"));
16
+ exports.getVpcEndpoint = null;
17
+ exports.getVpcEndpointOutput = null;
18
+ utilities.lazyLoad(exports, ["getVpcEndpoint", "getVpcEndpointOutput"], () => require("./getVpcEndpoint"));
19
+ exports.getVpcEndpoints = null;
20
+ exports.getVpcEndpointsOutput = null;
21
+ utilities.lazyLoad(exports, ["getVpcEndpoints", "getVpcEndpointsOutput"], () => require("./getVpcEndpoints"));
22
+ exports.VpcEndpoint = null;
23
+ utilities.lazyLoad(exports, ["VpcEndpoint"], () => require("./vpcEndpoint"));
16
24
  const _module = {
17
25
  version: utilities.getVersion(),
18
26
  construct: (name, type, urn) => {
19
27
  switch (type) {
20
28
  case "volcenginecc:privatelink/endpointService:EndpointService":
21
29
  return new exports.EndpointService(name, undefined, { urn });
30
+ case "volcenginecc:privatelink/vpcEndpoint:VpcEndpoint":
31
+ return new exports.VpcEndpoint(name, undefined, { urn });
22
32
  default:
23
33
  throw new Error(`unknown resource type ${type}`);
24
34
  }
25
35
  },
26
36
  };
27
37
  pulumi.runtime.registerResourceModule("volcenginecc", "privatelink/endpointService", _module);
38
+ pulumi.runtime.registerResourceModule("volcenginecc", "privatelink/vpcEndpoint", _module);
28
39
  //# 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;AAGzH,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;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"}
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"}
@@ -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
+ }